ld: aarch64: fix TLS relaxation where TCB_SIZE is used
[binutils-gdb.git] / bfd / ChangeLog
1 2016-12-14 Yury Norov <ynorov@caviumnetworks.com>
2
3 * bfd/elfnn-aarch64.c: fix TLS relaxations for ilp32 where
4 TCB_SIZE is used.
5
6 2016-12-13 Alan Modra <amodra@gmail.com>
7
8 * elf64-hppa.c (elf64_hppa_modify_segment_map): Don't add PHDR
9 for objcopy/strip or when a ld script specifies PHDRS.
10
11 2016-12-13 Alan Modra <amodra@gmail.com>
12
13 * elf32-rx.c (elf32_rx_modify_program_headers): Don't adjust
14 segments that include the ELF file header or program headers.
15
16 2016-12-08 Alan Modra <amodra@gmail.com>
17
18 PR ld/20932
19 * elflink.c (bfd_elf_record_link_assignment): Handle warning symbols.
20
21 2016-12-07 Nick Clifton <nickc@redhat.com>
22
23 PR ld/20932
24 * elflink.c (bfd_elf_record_link_assignment): Replace call to
25 abort with an error message and error return value.
26
27 2016-12-06 Nick Clifton <nickc@redhat.com>
28
29 PR binutils/20931
30 * elf.c (copy_special_section_fields): Check for an invalid
31 sh_link field before attempting to follow it.
32
33 PR binutils/20929
34 * aoutx.h (squirt_out_relocs): Check for relocs without an
35 associated symbol.
36
37 2016-12-06 Alan Modra <amodra@gmail.com>
38
39 * elf64-ppc.c (ok_lo_toc_insn): Add r_type param. Recognize
40 lq,lfq,lxv,lxsd,lxssp,lfdp,stq,stfq,stxv,stxsd,stxssp,stfdp.
41 Don't match lmd and stmd.
42
43 2016-12-05 Alyssa Milburn <amilburn@zall.org>
44
45 * elfxx-sparc.c: Do not stop processing relocations after
46 partially relaxing a call with WDISP30.
47
48 2016-12-05 Nick Clifton <nickc@redhat.com>
49
50 PR binutils/20905
51 * peicode.h (pe_ILF_object_p): Use strnlen to avoid running over
52 the end of the string buffer.
53
54 PR binutils/20907
55 * peicode.h (pe_ILF_build_a_bfd): Replace abort with error return.
56
57 PR binutils/20921
58 * aoutx.h (squirt_out_relocs): Check for and report any relocs
59 that could not be recognised.
60
61 PR binutils/20922
62 * elf.c (find_link): Check for null headers before attempting to
63 match them.
64
65 PR ld/20925
66 * aoutx.h (aout_link_add_symbols): Replace BFD_ASSERT with return
67 FALSE.
68
69 PR ld/20924
70 (aout_link_add_symbols): Fix off by one error checking for
71 overflow of string offset.
72
73 2016-12-03 Alan Modra <amodra@gmail.com>
74
75 * elf64-ppc.c (struct ppc_link_hash_entry): Delete "was_undefined".
76 (struct ppc_link_hash_table): Delete "twiddled_syms". Add
77 "need_func_desc_adj".
78 (lookup_fdh): Link direct fdh sym via oh field and set flags.
79 (make_fdh): Make strong and weak undefined function descriptor
80 symbols.
81 (ppc64_elf_merge_symbol): New function.
82 (elf_backend_merge_symbol): Define.
83 (ppc64_elf_archive_symbol_lookup): Don't test undefweak for fake
84 function descriptors.
85 (add_symbol_adjust): Don't twiddle symbols to undefweak.
86 Propagate more ref flags to function descriptor symbol. Make
87 some function descriptor symbols dynamic.
88 (ppc64_elf_before_check_relocs): Only run add_symbol_adjust for
89 ELFv1. Set need_func_desc_adj. Don't fix undefs list.
90 (ppc64_elf_check_relocs): Set non_ir_ref for descriptors.
91 Don't call lookup_fdh here.
92 (ppc64_elf_gc_sections): New function.
93 (bfd_elf64_bfd_gc_sections): Define.
94 (ppc64_elf_gc_mark_hook): Mark descriptor.
95 (func_desc_adjust): Don't make fake function descriptor syms strong
96 here. Exit earlier on non-dotsyms. Take note of elf.dynamic
97 flag when deciding whether a dynamic function descriptor might
98 be needed. Transfer elf.dynamic and set elf.needs_plt. Move
99 plt regardless of visibility. Make descriptor dynamic if
100 entry sym is dynamic, not for other cases.
101 (ppc64_elf_func_desc_adjust): Don't run func_desc_adjust if
102 already done.
103 (ppc64_elf_edit_opd): Use oh field rather than lookup_fdh.
104 (ppc64_elf_size_stubs): Likewise.
105 (ppc_build_one_stub): Don't clear was_undefined. Only set sym
106 undefweak if stub symbol is defined.
107 (undo_symbol_twiddle, ppc64_elf_restore_symbols): Delete.
108 * elf64-ppc.h (ppc64_elf_restore_symbols): Don't declare.
109
110 2016-12-03 Alan Modra <amodra@gmail.com>
111
112 * elf64-ppc.c (ppc64_elf_hide_symbol): Access hash table as
113 elf_link_hash_table rather than ppc_link_hash_table.
114
115 2016-12-03 Alan Modra <amodra@gmail.com>
116
117 * elf64-ppc.c (add_symbol_adjust): Delete dead code.
118
119 2016-12-03 Alan Modra <amodra@gmail.com>
120
121 * elf64-ppc.c (add_symbol_adjust): Correct order of tests for
122 warning and indirect symbols.
123
124 2016-12-03 Alan Modra <amodra@gmail.com>
125
126 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy dynamic
127 flags when direct symbol is versioned_hidden.
128
129 2016-12-02 Nick Clifton <nickc@redhat.com>
130
131 PR ld/20908
132 * elflink.c (bfd_elf_final_link): Check for ELF flavour binaries
133 when following indirect links.
134
135 PR ld/20909
136 * aoutx.h (aout_link_add_symbols): Fix off-by-one error in check
137 for an illegal string offset.
138
139 2016-12-02 Gary Benson <gbenson@redhat.com>
140
141 * elf.c (_bfd_elf_make_section_from_shdr): Pass offset to
142 elf_parse_notes.
143
144 2016-12-02 Josh Conner <joshconner@google.com>
145
146 * config.bfd: Add support for fuchsia (OS).
147
148 2016-12-01 Yury Norov <ynorov@caviumnetworks.com>
149
150 PR ld/20868
151 * elfnn-aarch64.c (elfNN_aarch64_tls_relax): Use 32-bit accesses
152 to the GOT when operating in 32-bit mode.
153
154 2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
155
156 PR ld/16720
157 * elfxx-mips.c (mips_elf_calculate_relocation): Remove overflow
158 test for HI16 relocs.
159
160 2016-12-01 Nick Clifton <nickc@redhat.com>
161
162 PR binutils/20891
163 * aoutx.h (find_nearest_line): Handle the case where the main file
164 name and the directory name are both empty.
165
166 PR binutils/20892
167 * aoutx.h (find_nearest_line): Handle the case where the function
168 name is empty.
169
170 2016-11-30 Alan Modra <amodra@gmail.com>
171
172 * elf.c (get_program_header_size): Revert accidental change.
173
174 2016-11-30 Alan Modra <amodra@gmail.com>
175
176 PR ld/20886
177 * elf64-ppc.c (ppc64_elf_size_stubs): Make rawsize max size seen
178 on any pass past STUB_SHRINK_ITER.
179
180 2016-11-28 H.J. Lu <hongjiu.lu@intel.com>
181
182 * elflink.c (_bfd_elf_fix_symbol_flags): Hide hidden versioned
183 symbol in executable.
184 (elf_link_output_extsym): Don't change bind from global to
185 local when linking executable.
186
187 2016-11-28 Nick Clifton <nickc@redhat.com>
188
189 PR ld/20815
190 * elf.c (phdr_sorter): Delete.
191 (assign_file_positions_except_relocs): Do not sort program
192 headers.
193
194 2016-11-25 Jon Turney <jon.turney@dronecode.org.uk>
195
196 PR ld/20193
197 * peXXigen.c (rsrc_process_section): Do not shrink the merged
198 .rsrc section.
199
200 2016-11-24 Jiong Wang <jiong.wang@arm.com>
201
202 PR target/20737
203 * elf32-arm.c (elf32_arm_final_link_relocate): Bind defined symbol
204 locally in PIE.
205
206 2016-11-24 Kuan-Lin Chen <kuanlinchentw@gmail.com>
207
208 * bfd/elfxx-riscv.c (howto_table): Fix bitsize of R_RISCV_ADD8.
209
210 2016-11-23 Nick Clifton <nickc@redhat.com>
211
212 PR ld/20815
213 * elf.c (elf_modify_segment_map): Allow empty LOAD segments if
214 they contain the program headers.
215 (_bfd_elf_map_sections_to_segments): If the linker created the
216 PHDR segment then always attempt to include it in a LOAD segment.
217 (assign_file_positions_for_non_load_sections): Allow LOAD segments
218 to overlap PHDR segments.
219 (phdr_sorter): New function. Sorts program headers.
220 (assign_file_positions_except_relocs): Sort the program headers
221 before writing them out. Issue an error if the PHDR segment is
222 not covered by a LOAD segment, unless the backend allows it.
223 * elf-bfd.h (struct elf_backend_data): Add
224 elf_backend_allow_non_load_phdr.
225 * elfxx-target.h (elf_backend_allow_non_load_phdr): Provide
226 default definition that returns FALSE.
227 (elfNN_bed): Initialise the elf_backend_allow_non_load_phdr
228 field.
229 * elf64-hppa.c (elf64_hppa_allow_non_load_phdr): New function.
230 Returns TRUE.
231 (elf_backend_allow_non_load_phdr): Define.
232 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Do not
233 place the interpreter string into the .interp section if the
234 nointerp flag is set in the link info structure.
235 * elf32-arc.c (elf_arc_size_dynamic_sections): Likewise.
236 * elf32-score7.c (score_elf_final_link_relocate): Allow for the
237 _gp symbol not being part of the output.
238
239 2016-11-23 Alan Modra <amodra@gmail.com>
240
241 * elf-bfd.h (struct elf_backend_data): Add dtrel_excludes_plt.
242 * elfxx-target.h (elf_backend_dtrel_excludes_plt): Define.
243 (elfNN_bed): Init new field.
244 * elflink.c (bfd_elf_final_link): Add and use htab variable. Handle
245 dtrel_excludes_plt.
246 * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_sections): Delete
247 DT_RELASZ code.
248 (elf_backend_dtrel_excludes_plt): Define.
249 * elf32-arc.c (elf_arc_finish_dynamic_sections): Delete DT_RELASZ code.
250 (elf_backend_dtrel_excludes_plt): Define.
251 * elf32-arm.c (elf32_arm_finish_dynamic_sections): Delete code
252 subtracting off plt relocs from DT_RELSZ, DT_RELASZ.
253 (elf_backend_dtrel_excludes_plt): Define.
254 * elf32-cr16.c (_bfd_cr16_elf_finish_dynamic_sections): Delete
255 DT_RELASZ code.
256 (elf_backend_dtrel_excludes_plt): Define.
257 * elf32-cris.c (elf_cris_finish_dynamic_sections): Delete DT_RELASZ
258 code.
259 (elf_backend_dtrel_excludes_plt): Define.
260 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Delete DT_RELASZ
261 and DT_RELA code.
262 (elf_backend_dtrel_excludes_plt): Define.
263 * elf32-i386.c (elf_i386_finish_dynamic_sections): Delete DT_RELSZ
264 and DT_REL code.
265 (elf_backend_dtrel_excludes_plt): Define.
266 * elf32-lm32.c (lm32_elf_finish_dynamic_sections): Delete DT_RELASZ
267 code.
268 (elf_backend_dtrel_excludes_plt): Define.
269 * elf32-m32r.c (m32r_elf_finish_dynamic_sections): Delete DT_RELASZ
270 code.
271 (elf_backend_dtrel_excludes_plt): Define.
272 * elf32-m68k.c (elf_m68k_finish_dynamic_sections): Delete DT_RELASZ
273 code.
274 (elf_backend_dtrel_excludes_plt): Define.
275 * elf32-metag.c (elf_metag_finish_dynamic_sections): Delete DT_RELASZ
276 and DT_RELA code.
277 (elf_backend_dtrel_excludes_plt): Define.
278 * elf32-microblaze.c (microblaze_elf_finish_dynamic_sections): Delete
279 DT_RELASZ and DT_RELA code. Use ELF htab shortcuts for other
280 dynamic sections.
281 (elf_backend_dtrel_excludes_plt): Define.
282 * elf32-mips.c (elf_backend_dtrel_excludes_plt): Define.
283 * elf32-nds32.c (nds32_elf_finish_dynamic_sections): Delete DT_RELASZ
284 code.
285 (elf_backend_dtrel_excludes_plt): Define.
286 * elf32-nios2.c (nios2_elf32_finish_dynamic_sections): Delete DT_RELASZ
287 code.
288 (elf_backend_dtrel_excludes_plt): Define.
289 * elf32-or1k.c (or1k_elf_finish_dynamic_sections): Delete DT_RELASZ
290 code.
291 (elf_backend_dtrel_excludes_plt): Define.
292 * elf32-ppc.c (ppc_elf_finish_dynamic_sections): Delete DT_RELASZ
293 code.
294 (elf_backend_dtrel_excludes_plt): Define.
295 * elf32-sh.c (sh_elf_finish_dynamic_sections): Delete DT_RELASZ
296 code.
297 (elf_backend_dtrel_excludes_plt): Define.
298 * elf32-sparc.c (elf_backend_dtrel_excludes_plt): Define.
299 * elf32-vax.c (elf_vax_finish_dynamic_sections): Delete DT_RELASZ
300 code.
301 (elf_backend_dtrel_excludes_plt): Define.
302 * elf32-xtensa.c (elf_xtensa_finish_dynamic_sections): Delete DT_RELASZ
303 code.
304 (elf_backend_dtrel_excludes_plt): Define.
305 * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Delete DT_RELASZ
306 code.
307 (elf_backend_dtrel_excludes_plt): Define.
308 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Delete DT_RELASZ
309 and DT_RELA code.
310 (elf_backend_dtrel_excludes_plt): Define.
311 * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Delete DT_RELASZ
312 code.
313 (elf_backend_dtrel_excludes_plt): Define.
314 * elf64-x86-64.c (elf_x86_64_finish_dynamic_sections): Delete DT_RELASZ
315 code.
316 (elf_backend_dtrel_excludes_plt): Define.
317 * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_sections): Delete
318 DT_RELASZ code.
319 (elf_backend_dtrel_excludes_plt): Define.
320 * elfnn-ia64.c (elfNN_ia64_finish_dynamic_sections): Delete DT_RELASZ
321 code.
322 (elf_backend_dtrel_excludes_plt): Define.
323 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_sections): Delete
324 DT_RELASZ code.
325 * elfxx-sparc.c (sparc_finish_dyn): Delete DT_RELASZ code.
326
327 2016-11-23 Alan Modra <amodra@gmail.com>
328
329 * elf-m10300.c (mn10300_elf_check_relocs): Use elf htab shortcuts
330 to dynamic sections.
331 (mn10300_elf_final_link_relocate): Likewise.
332 (_bfd_mn10300_elf_adjust_dynamic_symbol): Likewise.
333 (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
334 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
335 (_bfd_mn10300_elf_finish_dynamic_sections): Likewise.
336 * elf32-bfin.c (bfin_check_relocs): Likewise.
337 (bfin_relocate_section): Likewise.
338 (bfin_gc_sweep_hook): Likewise.
339 (struct bfinfdpic_elf_link_hash_table): Delete sgot, sgotrel, splt
340 and spltrel.
341 (bfinfdpic_got_section, bfinfdpic_gotrel_section,
342 bfinfdpic_plt_section, bfinfdpic_pltrel_section): Define using elf
343 shortcut sections.
344 (_bfin_create_got_section): Use elf htab shortcuts to dyn sections.
345 Delete dead code.
346 (bfin_finish_dynamic_symbol): Use elf htab shortcuts to dyn sections.
347 (bfin_size_dynamic_sections): Likewise.
348 * elf32-cr16.c (_bfd_cr16_elf_create_got_section): Likewise.
349 (cr16_elf_check_relocs): Likewise.
350 (cr16_elf_final_link_relocate): Likewise.
351 (_bfd_cr16_elf_create_dynamic_sections): Likewise.
352 (_bfd_cr16_elf_adjust_dynamic_symbol): Likewise.
353 (_bfd_cr16_elf_size_dynamic_sections): Likewise.
354 (_bfd_cr16_elf_finish_dynamic_symbol): Likewise.
355 (_bfd_cr16_elf_finish_dynamic_sections): Likewise.
356 * elf32-cris.c (cris_elf_relocate_section): Likewise.
357 (elf_cris_finish_dynamic_symbol): Likewise.
358 (elf_cris_finish_dynamic_sections): Likewise.
359 (cris_elf_gc_sweep_hook): Likewise.
360 (elf_cris_adjust_gotplt_to_got): Likewise.
361 (elf_cris_adjust_dynamic_symbol): Likewise.
362 (cris_elf_check_relocs): Likewise. Delete dead code.
363 (elf_cris_size_dynamic_sections): Use elf htab shortcuts to dynamic
364 sections.
365 (elf_cris_discard_excess_program_dynamics): Likewise.
366 * elf32-frv.c (struct frvfdpic_elf_link_hash_table): Delete sgot,
367 sgotrel, splt and spltrel.
368 (frvfdpic_got_section, frvfdpic_gotrel_section,
369 frvfdpic_plt_section, frvfdpic_pltrel_section): Define using elf
370 shortcut sections.
371 (_frv_create_got_section): Likewise.
372 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Delete sgot,
373 srelgot, splt and srelplt.
374 (hppa_build_one_stub): Use elf htab shortcuts to dynamic sections.
375 (elf32_hppa_create_dynamic_sections): Likewise.
376 (elf32_hppa_check_relocs): Likewise.
377 (allocate_plt_static): Likewise.
378 (allocate_dynrelocs): Likewise.
379 (elf32_hppa_size_dynamic_sections): Likewise.
380 (elf32_hppa_relocate_section): Likewise.
381 (elf32_hppa_finish_dynamic_symbol): Likewise.
382 (elf32_hppa_finish_dynamic_sections): Likewise.
383 * elf32-i370.c (i370_elf_finish_dynamic_sections): Likewise.
384 * elf32-lm32.c (struct elf_lm32_link_hash_table): Delete sgot,
385 sgotplt, srelgot, splt and srelplt.
386 (lm32fdpic_got_section, lm32fdpic_gotrel_section): Define using elf
387 shortcut sections.
388 (create_got_section): Delete. Use _bfd_elf_create_got_section instead.
389 (lm32_elf_relocate_section): Use elf htab shortcuts to dyn sections.
390 (lm32_elf_check_relocs): Likewise.
391 (lm32_elf_finish_dynamic_sections): Likewise.
392 (lm32_elf_finish_dynamic_symbol): Likewise.
393 (allocate_dynrelocs): Likewise.
394 (lm32_elf_size_dynamic_sections): Likewise.
395 (lm32_elf_create_dynamic_sections): Likewise.
396 * elf32-m32c.c (m32c_elf_relocate_section): Likewise.
397 (m32c_elf_check_relocs): Likewise.
398 (m32c_elf_finish_dynamic_sections): Likewise.
399 (m32c_elf_always_size_sections): Likewise.
400 * elf32-m32r.c (struct elf_m32r_link_hash_table): Delete sgot,
401 sgotplt, srelgot, splt and srelplt.
402 (create_got_section): Delete. Use _bfd_elf_create_got_section instead.
403 (m32r_elf_create_dynamic_sections): Use elf htab shortcuts to dynamic
404 sections.
405 (allocate_dynrelocs): Likewise.
406 (m32r_elf_size_dynamic_sections): Likewise.
407 (m32r_elf_relocate_section): Likewise.
408 (m32r_elf_finish_dynamic_symbol): Likewise.
409 (m32r_elf_finish_dynamic_sections): Likewise.
410 (m32r_elf_check_relocs): Likewise.
411 * elf32-m68k.c (elf_m68k_partition_multi_got): Likewise.
412 (elf_m68k_check_relocs): Likewise.
413 (elf_m68k_adjust_dynamic_symbol): Likewise.
414 (elf_m68k_size_dynamic_sections): Likewise.
415 (elf_m68k_relocate_section): Likewise.
416 (elf_m68k_finish_dynamic_symbol): Likewise.
417 (elf_m68k_finish_dynamic_sections): Likewise.
418 * elf32-metag.c (struct elf_metag_link_hash_table): Delete sgot,
419 sgotplt, srelgot, splt and srelplt.
420 (elf_metag_relocate_section): Use elf htab shortcuts to dynamic
421 sections.
422 (elf_metag_create_dynamic_sections): Likewise. Allocate got header
423 here in .got.
424 (elf_metag_check_relocs): Use elf htab shortcuts to dynamic sections.
425 (allocate_dynrelocs): Likewise.
426 (elf_metag_size_dynamic_sections): Likewise.
427 (elf_metag_finish_dynamic_symbol): Likewise.
428 (elf_metag_finish_dynamic_sections): Likewise.
429 (elf_metag_size_stubs): Likewise.
430 (elf_backend_got_header_size): Don't define.
431 (elf_backend_want_got_plt): Define.
432 * elf32-microblaze.c (struct elf32_mb_link_hash_table): Delete sgot,
433 sgotplt, srelgot, splt and srelpl.
434 (microblaze_elf_relocate_section): Use elf htab shortcuts to dynamic
435 sections.
436 (create_got_section): Delete. Use _bfd_elf_create_got_section instead.
437 (microblaze_elf_check_relocs): Use elf htab shortcuts to dyn sections.
438 (microblaze_elf_create_dynamic_sections): Likewise.
439 (allocate_dynrelocs): Likewise.
440 (microblaze_elf_size_dynamic_sections): Likewise.
441 (microblaze_elf_finish_dynamic_symbol): Likewise.
442 (microblaze_elf_finish_dynamic_sections): Likewise.
443 * elf32-nds32.c (nds32_elf_link_hash_table_create): Don't NULL
444 already zero fields.
445 (create_got_section): Delete. Use _bfd_elf_create_got_section instead.
446 (nds32_elf_create_dynamic_sections): Use elf htab shortcuts to dynamic
447 sections.
448 (allocate_dynrelocs): Likewise.
449 (nds32_elf_size_dynamic_sections): Likewise.
450 (nds32_elf_relocate_section): Likewise.
451 (nds32_elf_finish_dynamic_symbol): Likewise.
452 (nds32_elf_finish_dynamic_sections): Likewise.
453 (nds32_elf_check_relocs): Likewise.
454 (calculate_plt_memory_address): Likewise.
455 (calculate_got_memory_address): Likewise.
456 * elf32-nds32.h (struct elf_nds32_link_hash_table): Delete sgot,
457 sgotplt, srelgot, splt and srelplt.
458 * elf32-or1k.c (struct elf_or1k_link_hash_table): Likewise.
459 (or1k_elf_relocate_section): Use elf htab shortcuts to dyn sections.
460 (create_got_section): Delete. Use _bfd_elf_create_got_section instead.
461 (or1k_elf_check_relocs): Use elf htab shortcuts to dynamic sections.
462 (or1k_elf_finish_dynamic_sections): Likewise.
463 (or1k_elf_finish_dynamic_symbol): Likewise.
464 (allocate_dynrelocs): Likewise.
465 (or1k_elf_size_dynamic_sections): Likewise.
466 (or1k_elf_create_dynamic_sections): Likewise.
467 * elf32-ppc.c (struct ppc_elf_link_hash_table): Delete got, relgot,
468 plt, relplt, iplt, reliplt and sgotplt.
469 (ppc_elf_create_got): Use elf htab shortcuts to dynamic sections.
470 (ppc_elf_create_glink): Likewise.
471 (ppc_elf_create_dynamic_sections): Likewise.
472 (ppc_elf_check_relocs): Likewise.
473 (ppc_elf_select_plt_layout): Likewise.
474 (ppc_elf_tls_setup): Likewise.
475 (allocate_got): Likewise.
476 (allocate_dynrelocs): Likewise.
477 (ppc_elf_size_dynamic_sections): Likewise.
478 (ppc_elf_relax_section): Likewise.
479 (ppc_elf_relocate_section): Likewise.
480 (ppc_elf_finish_dynamic_symbol): Likewise.
481 (ppc_elf_reloc_type_class): Likewise.
482 (ppc_elf_finish_dynamic_sections): Likewise.
483 * elf32-rl78.c (rl78_elf_relocate_section): Likewise.
484 (rl78_elf_check_relocs): Likewise.
485 (rl78_elf_finish_dynamic_sections): Likewise.
486 (rl78_elf_always_size_sections): Likewise.
487 * elf32-s390.c (create_got_section): Delete.
488 (elf_s390_create_dynamic_sections): Use _bfd_elf_create_got_section.
489 (elf_s390_check_relocs): Likewise.
490 * elf32-score.c (score_elf_create_got_section): Set elf shortcuts.
491 (s3_bfd_score_elf_finish_dynamic_sections): Use elf shortcuts.
492 * elf32-score7.c (score_elf_create_got_section): As above.
493 (s7_bfd_score_elf_finish_dynamic_sections): As above.
494 * elf32-sh.c (struct elf_sh_link_hash_table): Delete sgot,
495 sgotplt, srelgot, splt and srelplt.
496 (create_got_section): Don't set them.
497 (sh_elf_create_dynamic_sections): Use elf htab shortcuts to dynamic
498 sections.
499 (allocate_dynrelocs): Likewise.
500 (sh_elf_size_dynamic_sections): Likewise.
501 (sh_elf_add_rofixup): Likewise.
502 (sh_elf_relocate_section): Likewise.
503 (sh_elf_check_relocs): Likewise.
504 (sh_elf_finish_dynamic_symbol): Likewise.
505 (sh_elf_finish_dynamic_sections): Likewise.
506 * elf32-tic6x.c (elf32_tic6x_finish_dynamic_symbol): Likewise.
507 * elf32-tilepro.c (tilepro_elf_create_got_section): Likewise.
508 * elf32-vax.c (elf_vax_check_relocs): Likewise.
509 (elf_vax_adjust_dynamic_symbol): Likewise.
510 (elf_vax_always_size_sections): Likewise.
511 (elf_vax_instantiate_got_entries): Likewise.
512 (elf_vax_relocate_section): Likewise.
513 (elf_vax_finish_dynamic_symbol): Likewise.
514 (elf_vax_finish_dynamic_sections): Likewise.
515 * elf32-xstormy16.c (xstormy16_elf_check_relocs): Likewise.
516 (xstormy16_elf_always_size_sections): Likewise.
517 (xstormy16_elf_relocate_section): Likewise.
518 (xstormy16_elf_finish_dynamic_sections): Likewise.
519 * elf32-xtensa.c (struct elf_xtensa_link_hash_table): Delete sgot,
520 sgotplt, srelgot, splt and srelplt.
521 (elf_xtensa_create_dynamic_sections): Use elf htab shortcuts to
522 dynamic sections.
523 (elf_xtensa_allocate_dynrelocs): Likewise.
524 (elf_xtensa_allocate_local_got_size): Likewise.
525 (elf_xtensa_size_dynamic_sections): Likewise.
526 (elf_xtensa_relocate_section): Likewise.
527 (elf_xtensa_finish_dynamic_sections): Likewise.
528 (shrink_dynamic_reloc_sections): Likewise.
529 (elf_xtensa_get_plt_section): Likewise.
530 (elf_xtensa_get_gotplt_section): Likewise.
531 (xtensa_callback_required_dependence): Likewise.
532 * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Set elf htab
533 shortcuts to dynamic sections.
534 (elf64_alpha_adjust_dynamic_symbol): Use elf htab shortcuts to
535 dynamic sections.
536 (elf64_alpha_size_plt_section): Likewise.
537 (elf64_alpha_size_rela_got_1): Likewise.
538 (elf64_alpha_size_rela_got_section): Likewise.
539 (elf64_alpha_relocate_section): Likewise.
540 (elf64_alpha_finish_dynamic_symbol): Likewise.
541 (elf64_alpha_finish_dynamic_sections): Likewise.
542 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
543 * elf64-s390.c (create_got_section): Delete.
544 (elf_s390_create_dynamic_sections): Use _bfd_elf_create_got_section.
545 (elf_s390_check_relocs): Likewise.
546 * elf64-sh64.c (sh_elf64_relocate_section): Use elf htab shortcuts to
547 dynamic sections.
548 (sh_elf64_check_relocs): Likewise.
549 (sh64_elf64_adjust_dynamic_symbol): Likewise.
550 (sh64_elf64_size_dynamic_sections): Likewise.
551 (sh64_elf64_finish_dynamic_symbol): Likewise.
552 (sh64_elf64_finish_dynamic_sections): Likewise.
553 * elflink.c (_bfd_elf_create_got_section): Likewise.
554 * elfnn-aarch64.c (aarch64_elf_create_got_section): Likewise.
555 * elfnn-ia64.c (elfNN_ia64_size_dynamic_sections): Likewise.
556 (elfNN_ia64_finish_dynamic_sections): Likewise.
557 * elfnn-riscv.c (riscv_elf_create_got_section): Likewise.
558 * elfxx-mips.c (struct mips_elf_link_hash_table): Delete srellt,
559 sgotplt, splt and sgot.
560 (mips_elf_initialize_tls_slots): Use elf htab shortcuts to dynamic
561 sections.
562 (mips_elf_gotplt_index): Likewise.
563 (mips_elf_primary_global_got_index): Likewise.
564 (mips_elf_global_got_index): Likewise.
565 (mips_elf_got_offset_from_index): Likewise.
566 (mips_elf_create_local_got_entry): Likewise.
567 (mips_elf_create_got_section): Likewise.
568 (mips_elf_calculate_relocation): Likewise.
569 (_bfd_mips_elf_create_dynamic_sections): Likewise.
570 (_bfd_mips_elf_adjust_dynamic_symbol): Likewise.
571 (mips_elf_lay_out_got): Likewise.
572 (mips_elf_set_plt_sym_value): Likewise.
573 (_bfd_mips_elf_size_dynamic_sections): Likewise.
574 (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
575 (_bfd_mips_vxworks_finish_dynamic_symbol): Likewise.
576 (mips_finish_exec_plt): Likewise.
577 (mips_vxworks_finish_exec_plt): Likewise.
578 (mips_vxworks_finish_shared_plt): Likewise.
579 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
580 * elfxx-sparc.c (sparc_finish_dyn): Likewise.
581 * elfxx-tilegx.c (tilegx_elf_create_got_section): Likewise.
582
583 2016-11-23 Alan Modra <amodra@gmail.com>
584
585 * po/BLD-POTFILES.in: Regenerate.
586 * po/SRC-POTFILES.in: Regenerate.
587
588 2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
589
590 * warning.m4: Fix spelling in comments.
591 * configure.ac: Fix spelling in comments.
592 * configure: Regenerate.
593
594 2016-11-22 Alan Modra <amodra@gmail.com>
595
596 PR 20744
597 * elf32-ppc.h (struct ppc_elf_params): Add vle_reloc_fixup field.
598 * elf32-ppc.c: Include opcode/ppc.h.
599 (ppc_elf_howto_raw): Correct dst_mask for R_PPC_VLE_LO16A,
600 R_PPC_VLE_LO16D, R_PPC_VLE_HI16A, R_PPC_VLE_HI16D, R_PPC_VLE_HA16A,
601 R_PPC_VLE_HA16D, R_PPC_VLE_SDAREL_LO16A, R_PPC_VLE_SDAREL_LO16D,
602 R_PPC_VLE_SDAREL_HI16A, R_PPC_VLE_SDAREL_HI16D,
603 R_PPC_VLE_SDAREL_HA16A, and R_PPC_VLE_SDAREL_HA16D relocs.
604 (ppc_elf_link_hash_table_create): Update default_params init.
605 (ppc_elf_vle_split16): Correct shift and mask. Add params.
606 Report or fix insn/reloc mismatches.
607 (ppc_elf_relocate_section): Pass input_section, offset and fixup
608 to ppc_elf_vle_split16.
609
610 2016-11-22 Alan Modra <amodra@gmail.com>
611
612 * elf32-ppc.c (ppc64_elf_relocate_section): Calculate d_offset for
613 input_bfd. Replace occurrences of output_bfd as bfd_get_32 and
614 bfd_put_32 param with input_bfd.
615 * elf32-ppc.c (ppc_elf_relocate_section): Likewise. Also
616 ppc_elf_vle_split16 param.
617 (ppc_elf_vle_split16): Rename output_bfd param to input_bfd.
618
619 2016-11-21 Maciej W. Rozycki <macro@imgtec.com>
620
621 * dwarf2.c (build_line_info_table): Rename `index' local
622 variable to `line_index'.
623 (build_lookup_funcinfo_table): Rename `index' local variable to
624 `func_index'.
625
626 2016-11-19 Jose E. Marchesi <jose.marchesi@oracle.com>
627
628 * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Do not
629 apply the negative GOT offset optimization in 64-bit code.
630
631 2016-11-18 James Clarke <jrtc27@jrtc27.com>
632
633 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Don't convert
634 R_SPARC_GOTDATA_OP_HIX22 and R_SPARC_GOTDATA_OP_LOX10 to
635 R_SPARC_GOT* for non-local references. Instead, treat them like
636 R_SPARC_GOTDATA_HIX22/R_SPARC_GOTDATA_LOX10 when filling in the
637 immediate with the calculated relocation.
638
639 2016-11-18 Nick Clifton <nickc@redhat.com>
640
641 PR ld/20675
642 * elf32-metag.c (elf_metag_relocate_section): Replace abort with
643 an informative error message.
644
645 2016-11-15 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
646
647 PR ld/20789
648 * bfd/elf32-avr.c (elf32_avr_adjust_diff_reloc_value): Do signed
649 manipulation of diff value, and don't assume sym2 is less than sym1.
650 (elf32_avr_adjust_reloc_if_spans_insn): New function.
651 (elf32_avr_relax_delete_bytes): Use elf32_avr_adjust_diff_reloc_value,
652 and remove redundant did_pad.
653
654
655 2016-11-14 H.J. Lu <hongjiu.lu@intel.com>
656
657 PR ld/20800
658 * elf64-x86-64.c (elf_x86_64_relocate_section): Also check
659 plt_got.offset for R_X86_64_PLTOFF64.
660
661 2016-11-14 Nick Clifton <nickc@redhat.com>
662
663 * coffcode.h (coff_slurp_symbol_table): Fix typo: Faal -> Fall.
664
665 2016-11-11 Luke Allardyce <lukeallardyce@gmail.com>
666
667 PR ld/20722
668 * coffcode.h (coff_slurp_symbol_table): Accept C_HIDDEN symbols,
669 but treat them as debugging symbols.
670
671 2016-11-10 Jiong Wang <jiong.wang@arm.com>
672
673 PR target/20737
674 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Bind defined
675 symbol locally in PIE.
676
677 2016-11-10 Nick Clifton <nickc@redhat.com>
678
679 PR binutils/20801
680 * compress.c (bfd_get_full_section_contents): Provide a more
681 helpful error message when a section is too large to load.
682
683 2016-11-08 Pedro Alves <palves@redhat.com>
684
685 * dwarf2.c (struct funcinfo) <is_linkage>: Type is bfd_boolean,
686 not "bfd boolean".
687
688 2016-11-08 Igor Tsimbalist <tigor.tools@gmail.com>
689
690 * dwarf2.c (comp_unit): Add new fields 'lookup_funcinfo_table' and
691 'number_of_functions' to keep lookup table and number of entries in
692 the table.
693 (line_sequence): Add new fields 'line_info_lookup' and 'num_lines'
694 to keep lookup table and number of entries in the table.
695 (lookup_funcinfo): New structure for lookup table for function
696 references.
697 (build_line_info_table): New function to create and build the lookup
698 table for line information.
699 (lookup_address_in_line_info_table): Use the lookup table instead of
700 traverse a linked list.
701 (compare_lookup_funcinfos): New compare fuction used in sorting of
702 lookup table for function references.
703 (build_lookup_funcinfo_table): New function to create, build and
704 sort the lookup table for functions references.
705 (lookup_address_in_function_table): Use the table instead of
706 traverse a linked list.
707 (_bfd_dwarf2_cleanup_debug_info): Free memory from function references
708 lookup table.
709
710 2016-11-04 Nick Clifton <nickc@redhat.com>
711
712 * targets.c (bfd_target_vector): Only add riscv_elf32_vec target
713 when supporting 64-bit BFD targets.
714
715 2016-11-03 Tristan Gingold <gingold@adacore.com>
716
717 * config.bfd: Deprecate many old triplets.
718
719 2016-11-03 Nick Clifton <nickc@redhat.com>
720
721 * po/da.po: Updated Danish translation.
722
723 2016-11-01 Maciej W. Rozycki <macro@imgtec.com>
724
725 * reloc.c (bfd_default_reloc_type_lookup) <BFD_RELOC_CTOR>: Do
726 not fall through to the default case.
727
728 2016-11-01 Palmer Dabbelt <palmer@dabbelt.com>
729 Andrew Waterman <andrew@sifive.com>
730
731 Add support for RISC-V architecture.
732 * Makefile.am: Add entries for riscv32-elf and riscv64-elf.
733 * config.bdf: Likewise.
734 * configure.ac: Likewise.
735 * Makefile.in: Regenerate.
736 * configure: Regenerate.
737 * archures.c: Add bfd_riscv_arch.
738 * reloc.c: Add riscv relocs.
739 * targets.c: Add riscv_elf32_vec and riscv_elf64_vec.
740 * bfd-in2.h: Regenerate.
741 * libbfd.h: Regenerate.
742 * elf-bfd.h: Add RISCV_ELF_DATA to enum elf_target_id.
743 * elfnn-riscv.c: New file.
744 * elfxx-riscv.c: New file.
745 * elfxx-riscv.h: New file.
746
747 2016-10-31 Alan Modra <amodra@gmail.com>
748
749 PR 20748
750 * elf32-microblaze.c (microblaze_elf_finish_dynamic_sections): Revert
751 2016-05-13 change.
752
753 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
754
755 * cpu-arc.c (arc_get_mach): Delete.
756
757 2016-10-25 Maciej W. Rozycki <macro@imgtec.com>
758
759 * elfxx-mips.c (STUB_JALR): Correct description.
760
761 2016-10-20 Nick Clifton <nickc@redhat.com>
762
763 * po/gas.pot: Regenerate.
764
765 2016-10-19 Nick Clifton <nickc@redhat.com>
766
767 * aout-adobe.c: Add missing c-format tags for translatable strings.
768 * aout-cris.c: Likewise.
769 * aoutx.h: Likewise.
770 * bfd.c: Likewise.
771 * binary.c: Likewise.
772 * cache.c: Likewise.
773 * coff-alpha.c: Likewise.
774 * coff-arm.c: Likewise.
775 * coff-i860.c: Likewise.
776 * coff-mcore.c: Likewise.
777 * coff-ppc.c: Likewise.
778 * coff-rs6000.c: Likewise.
779 * coff-sh.c: Likewise.
780 * coff-tic4x.c: Likewise.
781 * coff-tic54x.c: Likewise.
782 * coff-tic80.c: Likewise.
783 * coff64-rs6000.c: Likewise.
784 * coffcode.h: Likewise.
785 * coffgen.c: Likewise.
786 * cofflink.c: Likewise.
787 * coffswap.h: Likewise.
788 * cpu-arm.c: Likewise.
789 * dwarf2.c: Likewise.
790 * ecoff.c: Likewise.
791 * elf-attrs.c: Likewise.
792 * elf-eh-frame.c: Likewise.
793 * elf-ifunc.c: Likewise.
794 * elf-m10300.c: Likewise.
795 * elf-s390-common.c: Likewise.
796 * elf.c: Likewise.
797 * elf32-arc.c: Likewise.
798 * elf32-arm.c: Likewise.
799 * elf32-avr.c: Likewise.
800 * elf32-bfin.c: Likewise.
801 * elf32-cr16.c: Likewise.
802 * elf32-cr16c.c: Likewise.
803 * elf32-cris.c: Likewise.
804 * elf32-crx.c: Likewise.
805 * elf32-d10v.c: Likewise.
806 * elf32-d30v.c: Likewise.
807 * elf32-epiphany.c: Likewise.
808 * elf32-fr30.c: Likewise.
809 * elf32-frv.c: Likewise.
810 * elf32-gen.c: Likewise.
811 * elf32-hppa.c: Likewise.
812 * elf32-i370.c: Likewise.
813 * elf32-i386.c: Likewise.
814 * elf32-i960.c: Likewise.
815 * elf32-ip2k.c: Likewise.
816 * elf32-iq2000.c: Likewise.
817 * elf32-lm32.c: Likewise.
818 * elf32-m32c.c: Likewise.
819 * elf32-m32r.c: Likewise.
820 * elf32-m68hc11.c: Likewise.
821 * elf32-m68hc12.c: Likewise.
822 * elf32-m68hc1x.c: Likewise.
823 * elf32-m68k.c: Likewise.
824 * elf32-mcore.c: Likewise.
825 * elf32-mep.c: Likewise.
826 * elf32-metag.c: Likewise.
827 * elf32-microblaze.c: Likewise.
828 * elf32-moxie.c: Likewise.
829 * elf32-msp430.c: Likewise.
830 * elf32-mt.c: Likewise.
831 * elf32-nds32.c: Likewise.
832 * elf32-nios2.c: Likewise.
833 * elf32-or1k.c: Likewise.
834 * elf32-pj.c: Likewise.
835 * elf32-ppc.c: Likewise.
836 * elf32-rl78.c: Likewise.
837 * elf32-rx.c: Likewise.
838 * elf32-s390.c: Likewise.
839 * elf32-score.c: Likewise.
840 * elf32-score7.c: Likewise.
841 * elf32-sh-symbian.c: Likewise.
842 * elf32-sh.c: Likewise.
843 * elf32-sh64.c: Likewise.
844 * elf32-spu.c: Likewise.
845 * elf32-tic6x.c: Likewise.
846 * elf32-tilepro.c: Likewise.
847 * elf32-v850.c: Likewise.
848 * elf32-vax.c: Likewise.
849 * elf32-visium.c: Likewise.
850 * elf32-xgate.c: Likewise.
851 * elf32-xtensa.c: Likewise.
852 * elf64-alpha.c: Likewise.
853 * elf64-gen.c: Likewise.
854 * elf64-hppa.c: Likewise.
855 * elf64-ia64-vms.c: Likewise.
856 * elf64-mmix.c: Likewise.
857 * elf64-ppc.c: Likewise.
858 * elf64-s390.c: Likewise.
859 * elf64-sh64.c: Likewise.
860 * elf64-sparc.c: Likewise.
861 * elf64-x86-64.c: Likewise.
862 * elfcode.h: Likewise.
863 * elfcore.h: Likewise.
864 * elflink.c: Likewise.
865 * elfnn-aarch64.c: Likewise.
866 * elfnn-ia64.c: Likewise.
867 * elfxx-mips.c: Likewise.
868 * elfxx-sparc.c: Likewise.
869 * elfxx-tilegx.c: Likewise.
870 * ieee.c: Likewise.
871 * ihex.c: Likewise.
872 * libbfd.c: Likewise.
873 * linker.c: Likewise.
874 * m68klinux.c: Likewise.
875 * mach-o.c: Likewise.
876 * merge.c: Likewise.
877 * mmo.c: Likewise.
878 * oasys.c: Likewise.
879 * pdp11.c: Likewise.
880 * pe-mips.c: Likewise.
881 * peXXigen.c: Likewise.
882 * pei-x86_64.c: Likewise.
883 * peicode.h: Likewise.
884 * ppcboot.c: Likewise.
885 * reloc.c: Likewise.
886 * sparclinux.c: Likewise.
887 * srec.c: Likewise.
888 * stabs.c: Likewise.
889 * vms-alpha.c: Likewise.
890 * vms-lib.c: Likewise.
891 * xcofflink.c: Likewise.
892
893 2016-10-18 Nick Clifton <nickc@redhat.com>
894
895 * po/da.po: Updated Danish translation.
896
897 2016-10-18 Maciej W. Rozycki <macro@imgtec.com>
898
899 * elf32-nds32.c (nds32_elf_check_relocs): Avoid aliasing warning
900 from GCC.
901
902 2016-10-18 Maciej W. Rozycki <macro@imgtec.com>
903
904 * elf32-arm.c (elf32_arm_update_relocs): Rename `index' local
905 variable to `reloc_index'.
906
907 2016-10-12 Alan Modra <amodra@gmail.com>
908
909 * section.c (BFD_FAKE_SECTION): Reorder parameters. Formatting.
910 (STD_SECTION): Adjust to suit.
911 * elf.c (_bfd_elf_large_com_section): Likewise.
912 * bfd-in2.h: Regenerate.
913
914 2016-10-11 Alan Modra <amodra@gmail.com>
915
916 * elf64-x86-64.c (elf_x86_64_convert_load_reloc): Handle symbols
917 defined temporarily with bfd_und_section.
918 * elflink.c (_bfd_elf_gc_keep): Don't set SEC_KEEP for bfd_und_section.
919 * elfxx-mips.c (mips_elf_local_pic_function_p): Exclude defined
920 symbols with bfd_und_section.
921
922 2016-10-07 Alan Modra <amodra@gmail.com>
923
924 * targets.c (bfd_target <_bfd_merge_private_bfd_data>): Replace
925 obfd param with struct bfd_link_info param. Update all callers.
926 * linker.c (bfd_merge_private_bfd_data): Likewise.
927 (_bfd_generic_verify_endian_match): Likewise.
928 * aoutf1.h (sunos_merge_private_bfd_data): Likewise.
929 * coff-arm.c (coff_arm_merge_private_bfd_data): Likewise.
930 * elf-attrs.c (_bfd_elf_merge_object_attributes): Likewise.
931 * elf-bfd.h (_bfd_elf_ppc_merge_fp_attributes): Likewise.
932 (_bfd_elf_merge_object_attributes): Likewise.
933 * elf-m10300.c (_bfd_mn10300_elf_merge_private_bfd_data): Likewise.
934 * elf-s390-common.c (elf_s390_merge_obj_attributes): Likewise.
935 * elf32-arc.c (arc_elf_merge_private_bfd_data): Likewise.
936 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Likewise.
937 (elf32_arm_merge_private_bfd_data): Likewise.
938 * elf32-bfin.c (elf32_bfin_merge_private_bfd_data): Likewise.
939 * elf32-cr16.c (_bfd_cr16_elf_merge_private_bfd_data): Likewise.
940 * elf32-cris.c (cris_elf_merge_private_bfd_data): Likewise.
941 * elf32-frv.c (frv_elf_merge_private_bfd_data): Likewise.
942 * elf32-h8300.c (elf32_h8_merge_private_bfd_data): Likewise.
943 * elf32-i370.c (i370_elf_merge_private_bfd_data): Likewise.
944 * elf32-iq2000.c (iq2000_elf_merge_private_bfd_data): Likewise.
945 * elf32-m32c.c (m32c_elf_merge_private_bfd_data): Likewise.
946 * elf32-m32r.c (m32r_elf_merge_private_bfd_data): Likewise.
947 * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Likewise.
948 * elf32-m68hc1x.h (_bfd_m68hc11_elf_merge_private_bfd_data): Likewise.
949 * elf32-m68k.c (elf32_m68k_merge_private_bfd_data): Likewise.
950 * elf32-mcore.c (mcore_elf_merge_private_bfd_data): Likewise.
951 * elf32-mep.c (mep_elf_merge_private_bfd_data): Likewise.
952 * elf32-msp430.c (elf32_msp430_merge_mspabi_attributes): Likewise.
953 (elf32_msp430_merge_private_bfd_data): Likewise.
954 * elf32-mt.c (mt_elf_merge_private_bfd_data): Likewise.
955 * elf32-nds32.c (nds32_elf_merge_private_bfd_data): Likewise.
956 * elf32-nios2.c (nios2_elf32_merge_private_bfd_data): Likewise.
957 * elf32-or1k.c (elf32_or1k_merge_private_bfd_data): Likewise.
958 * elf32-ppc.c (_bfd_elf_ppc_merge_fp_attributes): Likewise.
959 (ppc_elf_merge_obj_attributes): Likewise.
960 (ppc_elf_merge_private_bfd_data): Likewise.
961 * elf32-rl78.c (rl78_elf_merge_private_bfd_data): Likewise.
962 * elf32-rx.c (rx_elf_merge_private_bfd_data): Likewise.
963 * elf32-s390.c (elf32_s390_merge_private_bfd_data): Likewise.
964 * elf32-score.c (s3_elf32_score_merge_private_bfd_data): Likewise.
965 (elf32_score_merge_private_bfd_data): Likewise.
966 * elf32-score.h (s7_elf32_score_merge_private_bfd_data): Likewise.
967 * elf32-score7.c (s7_elf32_score_merge_private_bfd_data): Likewise.
968 * elf32-sh.c (sh_merge_bfd_arch, sh_elf_merge_private_data): Likewise.
969 * elf32-sh64.c (sh64_elf_merge_private_data): Likewise.
970 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Likewise.
971 * elf32-tic6x.c (elf32_tic6x_merge_attributes): Likewise.
972 (elf32_tic6x_merge_private_bfd_data): Likewise.
973 * elf32-v850.c (v850_elf_merge_private_bfd_data): Likewise.
974 * elf32-vax.c (elf32_vax_merge_private_bfd_data): Likewise.
975 * elf32-visium.c (visium_elf_merge_private_bfd_data): Likewise.
976 * elf32-xtensa.c (elf_xtensa_merge_private_bfd_data): Likewise.
977 * elf64-ia64-vms.c (elf64_ia64_merge_private_bfd_data): Likewise.
978 * elf64-ppc.c (ppc64_elf_merge_private_bfd_data): Likewise.
979 * elf64-s390.c (elf64_s390_merge_private_bfd_data): Likewise.
980 * elf64-sh64.c (sh_elf64_merge_private_data): Likewise.
981 * elf64-sparc.c (elf64_sparc_merge_private_bfd_data): Likewise.
982 * elfnn-aarch64.c (elfNN_aarch64_merge_private_bfd_data): Likewise.
983 * elfnn-ia64.c (elfNN_ia64_merge_private_bfd_data): Likewise.
984 * elfxx-mips.c (mips_elf_merge_obj_e_flags): Likewise.
985 (mips_elf_merge_obj_attributes): Likewise.
986 (_bfd_mips_elf_merge_private_bfd_data): Likewise.
987 * elfxx-mips.h (_bfd_mips_elf_merge_private_bfd_data): Likewise.
988 * elfxx-sparc.c (_bfd_sparc_elf_merge_private_bfd_data): Likewise.
989 * elfxx-sparc.h (_bfd_sparc_elf_merge_private_bfd_data): Likewise.
990 * elfxx-target.h (bfd_elfNN_bfd_merge_private_bfd_data): Likewise.
991 * elfxx-tilegx.c (_bfd_tilegx_elf_merge_private_bfd_data): Likewise.
992 * elfxx-tilegx.h (_bfd_tilegx_elf_merge_private_bfd_data): Likewise.
993 * libbfd-in.h (_bfd_generic_bfd_merge_private_bfd_data): Likewise.
994 * bfd-in2.h: Regenerate.
995 * libbfd.h: Regenerate.
996
997 2016-10-07 Alan Modra <amodra@gmail.com>
998
999 * Makefile.am (LIBBFD_H_FILES): Update.
1000 * doc/Makefile.am (LIBBFD_H_DEP): Likewise.
1001 * cpu-sh.c (sh_merge_bfd_arch): Move to..
1002 * elf32-sh.c: ..here, and make static.
1003 * elf32-arc.c (arc_elf_merge_private_bfd_data): Delete extraneous
1004 error.
1005 * elf32-cris.c (cris_elf_merge_private_bfd_data): Don't call
1006 _bfd_generic_verify_endian_match.
1007 * elf32-microblaze.c (microblaze_elf_merge_private_bfd_data): Delete.
1008 (bfd_elf32_bfd_merge_private_bfd_data): Define as
1009 _bfd_generic_verify_endian_match.
1010 * elf32-mt.c (mt_elf_merge_private_bfd_data): Don't test
1011 boolean == FALSE.
1012 * elf32-xgate.c (_bfd_xgate_elf_merge_private_bfd_data): Delete.
1013 (bfd_elf32_bfd_merge_private_bfd_data): Don't define.
1014 * elf32-xgate.h (_bfd_xgate_elf_merge_private_bfd_data): Delete.
1015 * libbfd-in.h (_bfd_generic_verify_endian_match): Delete.
1016 * libbfd.c (_bfd_generic_verify_endian_match): Move to..
1017 * linker.c: ..here, and make internal.
1018 * bfd.c (bfd_merge_private_bfd_data): Move to..
1019 * linker.c: ..here.
1020 * Makefile.in: Regenerate.
1021 * doc/Makefile.in: Regenerate.
1022 * bfd-in2.h: Regenerate.
1023 * libbfd.h: Regenerate.
1024
1025 2016-10-06 Alan Modra <amodra@gmail.com>
1026
1027 * coff-h8300.c: Spell fall through comments consistently.
1028 * coffgen.c: Likewise.
1029 * elf32-hppa.c: Likewise.
1030 * elf32-ppc.c: Likewise.
1031 * elf32-score.c: Likewise.
1032 * elf32-score7.c: Likewise.
1033 * elf64-ppc.c: Likewise.
1034 * elfxx-aarch64.c: Likewise.
1035 * elfxx-mips.c: Likewise.
1036 * cpu-ns32k.c: Add missing fall through comments.
1037 * elf-m10300.c: Likewise.
1038 * elf32-arm.c: Likewise.
1039 * elf32-avr.c: Likewise.
1040 * elf32-bfin.c: Likewise.
1041 * elf32-frv.c: Likewise.
1042 * elf32-i386.c: Likewise.
1043 * elf32-microblaze.c: Likewise.
1044 * elf32-nds32.c: Likewise.
1045 * elf32-ppc.c: Likewise.
1046 * elf32-rl78.c: Likewise.
1047 * elf32-rx.c: Likewise.
1048 * elf32-s390.c: Likewise.
1049 * elf32-sh.c: Likewise.
1050 * elf32-tic6x.c: Likewise.
1051 * elf64-ia64-vms.c: Likewise.
1052 * elf64-ppc.c: Likewise.
1053 * elf64-s390.c: Likewise.
1054 * elf64-x86-64.c: Likewise.
1055 * elflink.c: Likewise.
1056 * elfnn-aarch64.c: Likewise.
1057 * elfnn-ia64.c: Likewise.
1058 * ieee.c: Likewise.
1059 * oasys.c: Likewise.
1060 * pdp11.c: Likewise.
1061 * srec.c: Likewise.
1062 * versados.c: Likewise.
1063
1064 2016-10-06 Alan Modra <amodra@gmail.com>
1065
1066 * coffcode.h (coff_slurp_symbol_table): Revert accidental commit
1067 made 2015-01-08.
1068 * elf32-nds32.c (nds32_elf_grok_psinfo): Add missing break.
1069 * reloc.c (bfd_default_reloc_type_lookup): Add missing breaks.
1070
1071 2016-10-06 Alan Modra <amodra@gmail.com>
1072
1073 * elf32-epiphany.c (epiphany_final_link_relocate): Use bitwise
1074 OR in arithmetic expression, not boolean OR.
1075
1076 2016-09-30 Alan Modra <amodra@gmail.com>
1077
1078 * Makefile.am (BFD_H_FILES): Add linker.c and simple.c. Sort
1079 as per comment at head of bfd-in2.h.
1080 * Makefile.in: Regenerate.
1081
1082 2016-09-30 Alan Modra <amodra@gmail.com>
1083
1084 * aout-adobe.c: Replace (*_bfd_error_handler) (...) with
1085 _bfd_error_handler (...) throughout.
1086 * aout-cris.c, * aoutx.h, * archive.c, * bfd.c, * binary.c,
1087 * cache.c, * coff-alpha.c, * coff-arm.c, * coff-h8300.c,
1088 * coff-i860.c, * coff-mcore.c, * coff-ppc.c, * coff-rs6000.c,
1089 * coff-sh.c, * coff-tic4x.c, * coff-tic54x.c, * coff-tic80.c,
1090 * coff64-rs6000.c, * coffcode.h, * coffgen.c, * cofflink.c,
1091 * coffswap.h, * cpu-arm.c, * cpu-m68k.c, * cpu-sh.c, * dwarf2.c,
1092 * ecoff.c, * elf-eh-frame.c, * elf-m10300.c, * elf.c, * elf32-arc.c,
1093 * elf32-arm.c, * elf32-avr.c, * elf32-bfin.c, * elf32-cr16.c,
1094 * elf32-cris.c, * elf32-crx.c, * elf32-dlx.c, * elf32-frv.c,
1095 * elf32-hppa.c, * elf32-i370.c, * elf32-i386.c, * elf32-lm32.c,
1096 * elf32-m32c.c, * elf32-m32r.c, * elf32-m68hc1x.c, * elf32-m68k.c,
1097 * elf32-mcore.c, * elf32-mep.c, * elf32-metag.c, * elf32-microblaze.c,
1098 * elf32-mips.c, * elf32-nds32.c, * elf32-nios2.c, * elf32-or1k.c,
1099 * elf32-pj.c, * elf32-ppc.c, * elf32-rl78.c, * elf32-s390.c,
1100 * elf32-score.c, * elf32-score7.c, * elf32-sh.c, * elf32-sh64.c,
1101 * elf32-sparc.c, * elf32-spu.c, * elf32-tic6x.c, * elf32-tilepro.c,
1102 * elf32-v850.c, * elf32-vax.c, * elf32-xtensa.c, * elf64-alpha.c,
1103 * elf64-hppa.c, * elf64-ia64-vms.c, * elf64-mips.c, * elf64-mmix.c,
1104 * elf64-ppc.c, * elf64-s390.c, * elf64-sh64.c, * elf64-sparc.c,
1105 * elf64-x86-64.c, * elfcode.h, * elfcore.h, * elflink.c,
1106 * elfn32-mips.c, * elfnn-aarch64.c, * elfnn-ia64.c, * elfxx-mips.c,
1107 * elfxx-sparc.c, * elfxx-tilegx.c, * hpux-core.c, * i386linux.c,
1108 * ieee.c, * ihex.c, * libbfd.c, * linker.c, * m68klinux.c,
1109 * mach-o.c, * merge.c, * mmo.c, * oasys.c, * osf-core.c, * pdp11.c,
1110 * pe-mips.c, * peXXigen.c, * pef.c, * plugin.c, * reloc.c,
1111 * rs6000-core.c, * sco5-core.c, * som.c, * sparclinux.c, * srec.c,
1112 * stabs.c, * syms.c, * vms-alpha.c, * vms-lib.c, * vms-misc.c,
1113 * xcofflink.c: Likewise.
1114
1115 2016-09-30 Alan Modra <amodra@gmail.com>
1116
1117 * bfd-in.h: Include stdarg.h.
1118 * bfd.c (bfd_error_handler_type): Make like vprintf.
1119 (_bfd_error_internal): Rename from _bfd_error_handler. Make static.
1120 (error_handler_internal): New function, split out from..
1121 (_bfd_default_error_handler): ..here. Rename to _bfd_error_handler.
1122 (bfd_set_error_handler): Update.
1123 (bfd_get_error_handler, bfd_get_assert_handler): Delete.
1124 (_bfd_assert_handler): Make static.
1125 * coffgen.c (null_error_handler): Update params.
1126 * elf-bfd.h (struct elf_backend_data <link_order_error_handler>):
1127 Don't use bfd_error_handler_type.
1128 * elf64-mmix.c (mmix_dump_bpo_gregs): Likewise.
1129 * elfxx-target.h (elf_backend_link_order_error_handler): Default
1130 to _bfd_error_handler.
1131 * libbfd-in.h (_bfd_default_error_handler): Don't declare.
1132 (bfd_assert_handler_type): Likewise.
1133 (_bfd_error_handler): Update.
1134 * bfd-in2.h: Regenerate.
1135 * libbfd.h: Regenerate.
1136
1137 2016-09-28 Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
1138
1139 PR ld/20636
1140 * elf-bfd.h (struct elf_backend_data): Delete
1141 elf_backend_count_output_relocs callback and add
1142 elf_backend_update_relocs.
1143 * elf32-arm.c (elf32_arm_count_output_relocs): Deleted.
1144 (emit_relocs): Deleted.
1145 (elf32_arm_emit_relocs): Deleted.
1146 (elf_backend_emit_relocs): Updated not to use the old functions.
1147 (elf32_arm_update_relocs): New function.
1148 (elf_backend_update_relocs): New define.
1149 * elflink.c (bfd_elf_final_link): Add additional_reloc_count to the
1150 relocation count. Call elf_backend_emit_relocs.
1151 (_bfd_elf_size_reloc_section): Do not call
1152 elf_backend_count_output_relocs.
1153 * elfxx-target.h (elf_backend_count_output_relocs): Deleted.
1154 (elf_backend_update_relocs): New define.
1155
1156 2016-09-28 Christophe Lyon <christophe.lyon@linaro.org>
1157
1158 PR ld/20608
1159 * elf32-arm.c (arm_type_of_stub): Handle the case when the pre-PLT
1160 Thumb-ARM stub is too far.
1161
1162 2016-09-27 Nick Clifton <nickc@redhat.com>
1163
1164 PR ld/20634
1165 * peXXigen.c (_bfd_XXi_only_swap_filehdr_out): Put 0 in the
1166 timestamp field if real time values are not being stored.
1167
1168 2016-09-26 Vlad Zakharov <vzakhar@synopsys.com>
1169
1170 * warning.m4 (AC_EGREP_CPP_FOR_BUILD): Introduce macro
1171 to verify CC_FOR_BUILD compiler.
1172 (AM_BINUTILS_WARNINGS): Introduce ac_cpp_for_build variable
1173 and add CC_FOR_BUILD compiler checks.
1174 * Makefile.in: Regenerate.
1175 * configure: Likewise.
1176 * doc/Makefile.in: Likewise.
1177
1178 2016-09-26 Awson <kyrab@mail.ru>
1179
1180 PR ld/17955
1181 * coff-x86_64.c (coff_amd64_rtype_to_howto): Use an 8 byte offset
1182 for R_AMD64_PCRQUAD relocations.
1183
1184 2016-09-26 Alan Modra <amodra@gmail.com>
1185
1186 * elf-bfd.h (_bfd_elf_ppc_merge_fp_attributes): Declare.
1187 * elf32-ppc.c (_bfd_elf_ppc_merge_fp_attributes): New function.
1188 (ppc_elf_merge_obj_attributes): Use it. Don't copy first file
1189 attributes, merge them. Don't warn about undefined tag bits,
1190 or copy unknown values to output.
1191 * elf64-ppc.c (ppc64_elf_merge_private_bfd_data): Call
1192 _bfd_elf_ppc_merge_fp_attributes.
1193
1194 2016-09-23 Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
1195
1196 PR ld/20595
1197 * elf-bfd.h (struct elf_backend_data): Add
1198 elf_backend_count_output_relocs callback to count relocations in
1199 the final output.
1200 * elf-arm.c (elf32_arm_add_relocation): Deleted.
1201 (elf32_arm_write_section): Move additional relocation to emit_relocs.
1202 (elf32_arm_count_output_relocs): New function.
1203 (emit_relocs): New function.
1204 (elf32_arm_emit_relocs): New function.
1205 (elf32_arm_vxworks_emit_relocs): New function.
1206 (elf_backend_emit_relocs): Updated to use the new functions.
1207 (elf_backend_count_output_relocs): New define.
1208 * bfd/elflink.c (bfd_elf_final_link): Do not add additional_reloc_count
1209 to the relocation count.
1210 (_bfd_elf_link_size_reloc_section): Use callback to count the
1211 relocations which will be in output.
1212 (_bfd_elf_default_count_output_relocs): New function.
1213 * bfd/elfxx-target.h (elf_backend_count_output_relocs): New define.
1214
1215 2016-09-19 Jose E. Marchesi <jose.marchesi@oracle.com>
1216
1217 * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Allow
1218 negative offsets to _GLOBAL_OFFSET_TABLE_ if the .got section is
1219 bigger than 0x1000 bytes.
1220
1221 2016-09-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
1222
1223 * elf32-arm.c (elf32_arm_gc_mark_extra_sections): Only mark section
1224 not already marked.
1225
1226 2016-09-14 Nick Clifton <nickc@redhat.com>
1227
1228 PR binutils/20605
1229 * peicode.h (pe_bfd_read_buildid): Check that the Data Directory
1230 contains a valid size for the Debug directory.
1231
1232 2016-09-14 Bhushan Attarde <bhushan.attarde@imgtec.com>
1233
1234 * format.c (struct bfd_preserve): New "build_id" field.
1235 (bfd_preserve_save): Save "build_id".
1236 (bfd_preserve_restore): Restore "build_id".
1237
1238 2016-09-06 H.J. Lu <hongjiu.lu@intel.com>
1239
1240 PR ld/20550
1241 * elf64-x86-64.c (elf_x86_64_relocate_section): Resolve size
1242 relocation with copy relocation when building executable.
1243
1244 2016-09-02 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1245
1246 PR ld/20545
1247 * elf32-avr.c (elf32_avr_relax_delete_bytes): Add parameter
1248 delete_shrinks_insn. Modify computation of shrinked_insn_address.
1249 Compute shrink_boundary and adjust addend only if
1250 addend_within_shrink_boundary.
1251 (elf32_avr_relax_section): Modify calls to
1252 elf32_avr_relax_delete_bytes to pass extra parameter.
1253
1254 2016-09-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
1255
1256 * elf32-arm.c (cmse_entry_fct_p): Store instruction encoding in an
1257 array of bytes and use bfd_get_16 to interpret its encoding according
1258 to endianness of target.
1259
1260 2016-09-01 Alan Modra <amodra@gmail.com>
1261
1262 * elf64-ppc.c (synthetic_opd): New static var.
1263 (compare_symbols): Don't treat symbols in .opd specially for ELFv2.
1264 (ppc64_elf_get_synthetic_symtab): Likewise. Comment.
1265
1266 2016-08-31 Alan Modra <amodra@gmail.com>
1267
1268 * elf64-ppc.c (group_sections): Delete stub14_group_size. Instead,
1269 track max group size with a new "group_size" var that is reduced
1270 by a factor of 1024 from the 24-bit branch size whenever a 14-bit
1271 branch is seen.
1272
1273 2016-08-31 Alan Modra <amodra@gmail.com>
1274
1275 * elf32-ppc.c (ppc_elf_section_processing): Delete.
1276 (elf_backend_section_processing): Don't define.
1277 (ppc_elf_modify_segment_map): Set p_flags and mark valid. Don't
1278 split on non-exec sections differing in SHF_PPC_VLE. When
1279 splitting segments, mark size invalid.
1280
1281 2016-08-30 Alan Modra <amodra@gmail.com>
1282
1283 PR 20531
1284 * elf32-ppc.c (_bfd_elf_ppc_set_arch): Add missing "break".
1285
1286 2016-08-29 H.J. Lu <hongjiu.lu@intel.com>
1287
1288 PR ld/14961
1289 PR ld/20515
1290 * elf32-i386.c (elf_i386_check_relocs): Issue an error when
1291 R_386_PC32 relocation is used to call IFUNC function in PIC
1292 object.
1293
1294 2016-08-27 Alan Modra <amodra@gmail.com>
1295
1296 PR 20520
1297 * elf.c (_bfd_elf_setup_sections): Check that SHT_GROUP sections
1298 have corresponding SHF_GROUP sections.
1299 (bfd_elf_set_group_contents): Comment.
1300
1301 2016-08-27 Alan Modra <amodra@gmail.com>
1302
1303 PR 20519
1304 * elf64-ppc.c (pc_dynrelocs): New function.
1305 (ppc64_elf_relocate_section): Use it and must_be_dyn_reloc to
1306 handle pic dynamic relocs.
1307
1308 2016-08-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1309
1310 * bfd-in.h (struct elf32_arm_params): Define.
1311 (bfd_elf32_arm_set_target_relocs): Rename into ...
1312 (bfd_elf32_arm_set_target_params): This. Use a struct
1313 elf32_arm_params to pass all parameters but the bfd and bfd_link_info.
1314 * bfd-in2.h: Regenerate.
1315 * elf32-arm.c (bfd_elf32_arm_set_target_relocs): Rename into ...
1316 (bfd_elf32_arm_set_target_params): This. Pass all values via a struct
1317 elf32_arm_params rather than as individual parameters.
1318
1319 2016-08-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1320
1321 * elf32-arm.c (elf32_arm_get_stub_entry): Assert that we don't access
1322 passed the end of htab->stub_group array.
1323 (elf32_arm_create_or_find_stub_sec): Likewise.
1324 (elf32_arm_create_stub): Likewise.
1325
1326 2016-08-26 Cupertino Miranda <cmiranda@synopsys.com>
1327
1328 * elf32-arc.c (elf_arc_relocate_section): Changed. Set should_relocate
1329 to TRUE for GOT and TLS relocs.
1330
1331 2016-08-26 Cupertino Miranda <cmiranda@synospsys.com>
1332
1333 * elf32-arc.c (elf_arc_finish_dynamic_sections): Changed.
1334
1335 2016-08-26 Cupertino Miranda <cmiranda@synopsys.com>
1336
1337 * elf-bfd.h: Added ARC_ELF_DATA to enum elf_target_id.
1338 * elf32-arc.c (struct elf_arc_link_hash_entry): Added.
1339 (struct elf_arc_link_hash_table): Likewise.
1340 (elf_arc_link_hash_newfunc): Likewise.
1341 (elf_arc_link_hash_table_free): Likewise.
1342 (arc_elf_link_hash_table_create): Likewise.
1343 (elf_arc_relocate_section): Fixed conditions related to dynamic
1344 (elf_arc_check_relocs): Likewise.
1345 (arc_elf_create_dynamic_sections): Added
1346 (elf_arc_adjust_dynamic_symbol): Changed access to .rela.bss to be done
1347 through the hash table.
1348
1349 2016-08-26 Cupertino Miranda <cmiranda@synopsys.com>
1350
1351 * arc-got.h (relocate_fix_got_relocs_for_got_info): Fixed addresses in
1352 debug comments. Fixed address in .got related to TLS_IE_GOT dynamic
1353 relocation.
1354
1355 2016-08-26 Cupertino Miranda <cmiranda@synopsys.com>
1356
1357 * reloc.c: Fixed type in ARC_SECTOFF relocations. Added ARC_SDA_12
1358 relocation.
1359 * bfd-in2.h: Regenerated from the previous changes.
1360 * libbfd.h: Regenerated from the previous changes.
1361
1362 2016-08-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
1363
1364 * bfd-in.h (bfd_elf32_arm_set_target_relocs): Add a new parameter for
1365 the input import library bfd.
1366 * bfd-in2.h: Regenerate.
1367 * elf32-arm.c (struct elf32_arm_link_hash_table): New in_implib_bfd
1368 and new_cmse_stub_offset fields.
1369 (stub_hash_newfunc): Initialize stub_offset and stub_template_size to
1370 -1.
1371 (elf32_arm_add_stub): Likewise for stub_offset.
1372 (arm_new_stubs_start_offset_ptr): New function.
1373 (arm_build_one_stub): Only allocate a stub_offset if it is -1. Allow
1374 empty SG veneers to have zero relocations.
1375 (arm_size_one_stub): Only initialize stub size and template
1376 information for non empty veneers. Do not update veneer section size
1377 if veneer already has an offset.
1378 (elf32_arm_create_stub): Return the stub entry pointer or NULL instead
1379 of a boolean indicating success or failure.
1380 (cmse_scan): Change stub_changed parameter into an integer pointer
1381 parameter cmse_stub_created to count the number of stub created and
1382 adapt to change of return value in elf32_arm_create_stub.
1383 (cmse_entry_fct_p): New function.
1384 (arm_list_new_cmse_stub): Likewise.
1385 (set_cmse_veneer_addr_from_implib): Likewise.
1386 (elf32_arm_size_stubs): Define cmse_stub_created, pass its address to
1387 cmse_scan instead of that of cmse_stub_changed to compute the number
1388 of stub created and use it to initialize stub_changed. Call
1389 set_cmse_veneer_addr_from_implib after all cmse_scan. Adapt to change
1390 of return value in elf32_arm_create_stub. Use
1391 arm_stub_section_start_offset () if not NULL to initialize size of
1392 secure gateway veneers section. Initialize stub_offset of Cortex-A8
1393 erratum fix to -1. Use ret to hold return value.
1394 (elf32_arm_build_stubs): Use arm_stub_section_start_offset () if not
1395 NULL to initialize size of secure gateway veneers section. Adapt
1396 comment to stress the importance of zeroing veneer section content.
1397 (bfd_elf32_arm_set_target_relocs): Add new in_implib_bfd parameter to
1398 initialize eponymous field in struct elf32_arm_link_hash_table.
1399
1400 2016-08-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1401
1402 * elf32-s390.c (stdarg.h): New include.
1403 (elf_s390_grok_psinfo): New function.
1404 (elf_s390_write_core_note): New function.
1405 (elf_backend_grok_psinfo): Declare backend hook.
1406 (elf_backend_write_core_note): Likewise.
1407 * elf64-s390.c (stdarg.h): New include.
1408 (elf_s390_grok_prstatus): New function.
1409 (elf_s390_grok_psinfo): New function.
1410 (elf_s390_write_core_note): New function.
1411 (elf_backend_grok_prstatus): Declare backend hook.
1412 (elf_backend_grok_psinfo): Likewise.
1413 (elf_backend_write_core_note): Likewise.
1414
1415 2016-08-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1416
1417 * elf32-s390.c (allocate_dynrelocs): Fix indentation.
1418 (elf_s390_finish_ifunc_symbol): Likewise.
1419 (elf_s390_finish_dynamic_symbol): Likewise.
1420 (elf_s390_finish_dynamic_sections): Likewise.
1421 (elf_s390_grok_prstatus): Likewise.
1422 * elf64-s390.c (elf_s390_hash_table): Fix indentation.
1423 (elf_s390_finish_dynamic_symbol): Likewise.
1424
1425 2016-08-24 Anton Kolesov <Anton.Kolesov@synopsys.com>
1426
1427 * elf32-arc.c (elf32_arc_grok_prstatus): New function.
1428
1429 2016-08-23 Nick Clifton <nickc@redhat.com>
1430
1431 * elf32-arm.c (elf32_arm_count_additional_relocs): Return zero if
1432 there is no arm data associated with the section.
1433
1434 2016-08-23 Alan Modra <amodra@gmail.com>
1435
1436 PR 20475
1437 * elf32-or1k.c (or1k_elf_relocate_section): Offset from
1438 _GLOBAL_OFFSET_TABLE_, not start of .got section.
1439
1440 2016-08-22 Nick Clifton <nickc@redhat.com>
1441
1442 * doc/chew.c (main): Free the string buffer used to files as they
1443 are parsed.
1444
1445 2016-08-22 Alan Modra <amodra@gmail.com>
1446
1447 * elf32-ppc.c (ppc_elf_check_relocs): Move error for @local ifunc..
1448 (ppc_elf_relocate_section): ..to here. Comment. Error on
1449 detecting -mbss-plt -fPIC local ifuncs too.
1450 (ppc_elf_size_dynamic_sections): Comment on unnecessary glink
1451 branch table entries.
1452
1453 2016-08-19 Nick Clifton <nickc@redhat.com>
1454
1455 * elf.c (assign_section_numbers): Assign number for the .shstrtab
1456 section after the symbol table and string table sections.
1457
1458 2016-08-19 Alan Modra <amodra@gmail.com>
1459
1460 * elf64-ppc.c (struct ppc_link_hash_entry): Add weakref.
1461 (ppc64_elf_copy_indirect_symbol): Set weakref. Don't merge
1462 dyn_relocs for weakdefs.
1463 (alias_readonly_dynrelocs): New function.
1464 (ppc64_elf_adjust_dynamic_symbol): Use alias_readonly_dynrelocs.
1465 (ppc64_elf_relocate_section): Simplify condition under which
1466 dyn_relocs are emitted.
1467
1468 2016-08-19 Alan Modra <amodra@gmail.com>
1469
1470 PR 20472
1471 * elf64-ppc.c (ppc64_elf_before_check_relocs): Tweak abiversion test.
1472 (readonly_dynrelocs): Comment fix.
1473 (global_entry_stub): New function.
1474 (ppc64_elf_adjust_dynamic_symbol): Tweak abiversion test. Match
1475 ELFv2 code deciding on dynamic relocs vs. global entry stubs to
1476 that in size_global_entry_stubs, handling ifunc too. Delete dead
1477 weak sym code.
1478 (allocate_dynrelocs): Ensure dyn_relocs field is cleared when no
1479 dyn_relocs are needed. Correct handling of ifunc dyn_relocs.
1480 Tidy ELIMINATE_COPY_RELOCS code, only setting dynindx for
1481 undefweak syms. Expand and correct comments.
1482 (size_global_entry_stubs): Ensure symbol is defined.
1483 (ppc64_elf_relocate_section): Match condition under which
1484 dyn_relocs are emitted to that in allocate_dynrelocs.
1485
1486 2016-08-12 Alan Modra <amodra@gmail.com>
1487
1488 * elf-bfd.h (struct elf_link_hash_table): Add local_dynsymcount.
1489 * elflink.c (_bfd_elf_link_renumber_dynsyms): Set local_dynsymcount.
1490 (bfd_elf_final_link): Set .dynsym sh_info from local_dynsymcount.
1491
1492 2016-08-11 Alan Modra <amodra@gmail.com>
1493
1494 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Don't exit with
1495 non_got_ref true in any case where we could have generated dynbss
1496 copies but decide not to do so.
1497
1498 2016-08-10 Maciej W. Rozycki <macro@imgtec.com>
1499
1500 * elfxx-mips.c (mips_elf_add_la25_stub): Clear the ISA bit of
1501 the stub address retrieved if associated with a microMIPS
1502 function.
1503
1504 2016-08-10 Maciej W. Rozycki <macro@imgtec.com>
1505
1506 * elfxx-mips.c (mips_elf_create_stub_symbol): For a microMIPS
1507 stub also add STO_MICROMIPS annotation.
1508
1509 2016-08-10 Maciej W. Rozycki <macro@imgtec.com>
1510
1511 * elfxx-mips.c (mips_elf_calculate_relocation): Set the ISA bit
1512 in microMIPS LA25 stub references.
1513
1514 2016-08-09 Jiaming Wei <jmwei@hxgpt.com>
1515
1516 * elf64-alpha.c (elf64_alpha_copy_indirect_symbol): Fix thinko
1517 adjusting the use_count of merged .got entries.
1518
1519 2016-08-08 Nick Clifton <nickc@redhat.com>
1520
1521 * doc/chew.c (delete_string): Only free the string buffer if it is
1522 there. Mark the buffer as NULL after freeing.
1523 (drop): Free the dropped string.
1524 (free_words): New function: Frees the memory allocated to the
1525 dictionary.
1526 (add_instrinsic): Duplicate the name string, so that it can be
1527 freed later on.
1528 (compile): Free unused words.
1529 (main): Free the dictionary and top level string buffers at the
1530 end.
1531
1532 2016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1533
1534 * bfd-in.h (bfd_elf32_arm_set_target_relocs): Add one parameter.
1535 * bfd-in2.h: Regenerate.
1536 * elf32-arm.c (struct elf32_arm_link_hash_table): Declare new
1537 cmse_implib field.
1538 (bfd_elf32_arm_set_target_relocs): Add new parameter to initialize
1539 cmse_implib field in struct elf32_arm_link_hash_table.
1540 (elf32_arm_filter_cmse_symbols): New function.
1541 (elf32_arm_filter_implib_symbols): Likewise.
1542 (elf_backend_filter_implib_symbols): Define to
1543 elf32_arm_filter_implib_symbols.
1544
1545 2016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1546
1547 * elf32-arm.c (CMSE_PREFIX): Define macro.
1548 (elf32_arm_stub_cmse_branch_thumb_only): Define stub sequence.
1549 (cmse_branch_thumb_only): Declare stub.
1550 (struct elf32_arm_link_hash_table): Define cmse_stub_sec field.
1551 (elf32_arm_get_plt_info): Add globals parameter. Use it to return
1552 FALSE if there is no PLT.
1553 (arm_type_of_stub): Adapt to new elf32_arm_get_plt_info signature.
1554 (elf32_arm_final_link_relocate): Likewise.
1555 (elf32_arm_gc_sweep_hook): Likewise.
1556 (elf32_arm_gc_mark_extra_sections): Mark sections holding ARMv8-M
1557 secure entry functions.
1558 (arm_stub_is_thumb): Add case for arm_stub_cmse_branch_thumb_only.
1559 (arm_dedicated_stub_output_section_required): Change to a switch case
1560 and add a case for arm_stub_cmse_branch_thumb_only.
1561 (arm_dedicated_stub_output_section_required_alignment): Likewise.
1562 (arm_stub_dedicated_output_section_name): Likewise.
1563 (arm_stub_dedicated_input_section_ptr): Likewise and remove
1564 ATTRIBUTE_UNUSED for htab parameter.
1565 (arm_stub_required_alignment): Likewise.
1566 (arm_stub_sym_claimed): Likewise.
1567 (arm_dedicated_stub_section_padding): Likewise.
1568 (cmse_scan): New function.
1569 (elf32_arm_size_stubs): Call cmse_scan for ARM M profile targets.
1570 Set stub_changed to TRUE if such veneers were created.
1571 (elf32_arm_swap_symbol_in): Add detection code for CMSE special
1572 symbols.
1573
1574 2016-08-02 Alan Modra <amodra@gmail.com>
1575
1576 PR ld/20428
1577 * elf64-ppc.c (ppc_get_stub_entry): Don't segfault on NULL group.
1578
1579 2016-08-02 Nick Clifton <nickc@redhat.com>
1580
1581 PR ld/17739
1582 * elf32-sh.c (sh_elf_gc_sweep_hook): Delete.
1583 (elf_backend_sweep_hook): Delete.
1584
1585 2016-08-01 Andrew Jenner <andrew@codesourcery.com>
1586 Kwok Cheung Yeung <kcy@codesourcery.com>
1587
1588 * elf32-ppc.c (is_branch_reloc): Recognise VLE branch relocations.
1589 (ppc_elf_howto_raw): Fix dst_mask of R_PPC_VLE_REL15.
1590 (ppc_elf_vle_split16): Clear field before inserting.
1591
1592 2016-08-01 Nick Clifton <nickc@redhat.com>
1593
1594 * po/sv.po: Updated Swedish translation.
1595
1596 2016-07-27 Ozkan Sezer <sezeroz@gmail.com>
1597 Nick Clifton <nickc@redhat.com>
1598
1599 PR ld/20401
1600 * coffgen.c (fini_reloc_cookie_rels): Check for the extistence
1601 of the coff_section_data before using it.
1602
1603 2016-07-26 Maciej W. Rozycki <macro@imgtec.com>
1604
1605 * elfxx-mips.c (mips_elf_calculate_relocation): Handle branches
1606 in PLT compression selection.
1607 (_bfd_mips_elf_check_relocs): Likewise.
1608
1609 2016-07-22 Cupertino Miranda <cmiranda@synopsys.com>
1610
1611 * arc-got.h (relocate_fix_got_relocs_for_got_info): Handle the
1612 case where there's no elf_link_hash_entry while processing
1613 GOT_NORMAL got entries.
1614
1615 2016-07-21 H.J. Lu <hongjiu.lu@intel.com>
1616
1617 * version.m4 (BFD_VERSION): Set to 2.27.51.
1618 * configure: Regenerated.
1619
1620 2016-07-21 Nick Clifton <nickc@redhat.com>
1621
1622 * elf.c (_bfd_elf_filter_global_symbols): Skip local symbols.
1623 (swap_out_syms): Return an error when not finding ELF output
1624 section rather than asserting.
1625
1626 2016-07-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
1627
1628 * elflink.c (elf_output_implib): Call bfd_set_error on no symbols.
1629
1630 2016-07-20 John Baldwin <jhb@FreeBSD.org>
1631
1632 * elf.c (elfcore_grok_freebsd_psinfo): Check for minimum note size
1633 and handle pr_pid if present.
1634
1635 2016-07-20 H.J. Lu <hongjiu.lu@intel.com>
1636
1637 PR ld/20376
1638 * elf.c (assign_file_positions_for_load_sections): Also check
1639 p_paddr for program header space.
1640
1641 2016-07-20 Alan Modra <amodra@gmail.com>
1642
1643 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_PLTREL32>): Put
1644 ppc64_elf_unhandled_reloc for special_function.
1645 * elf32-ppc.c (ppc_elf_howto_raw): Similarly for lots of relocs.
1646
1647 2016-07-19 Maciej W. Rozycki <macro@imgtec.com>
1648
1649 * elfxx-mips.c (mips_elf_perform_relocation): Convert cross-mode
1650 BAL to JALX.
1651 (_bfd_mips_elf_relocate_section) <bfd_reloc_outofrange>: Add a
1652 corresponding error message.
1653
1654 2016-07-19 Maciej W. Rozycki <macro@imgtec.com>
1655
1656 * elfxx-mips.c (b_reloc_p): Add R_MICROMIPS_PC16_S1,
1657 R_MICROMIPS_PC10_S1 and R_MICROMIPS_PC7_S1.
1658 (branch_reloc_p): New function.
1659 (mips_elf_calculate_relocation): Handle ISA mode determination
1660 for relocations against section symbols, against absolute
1661 symbols and absolute relocations. Also set `*cross_mode_jump_p'
1662 for branches.
1663 <R_MIPS16_26, R_MIPS_26, R_MICROMIPS_26_S1>: Suppress alignment
1664 checks for weak undefined symbols. Also check target alignment
1665 within the same ISA mode.
1666 <R_MIPS_PC16, R_MIPS_GNU_REL16_S2>: Handle cross-mode branches
1667 in the alignment check.
1668 <R_MICROMIPS_PC7_S1>: Add an alignment check.
1669 <R_MICROMIPS_PC10_S1>: Likewise.
1670 <R_MICROMIPS_PC16_S1>: Likewise.
1671 (mips_elf_perform_relocation): Report a failure for unsupported
1672 same-mode JALX instructions and cross-mode branches.
1673 (_bfd_mips_elf_relocate_section) <bfd_reloc_outofrange>: Add
1674 error messages for jumps to misaligned addresses.
1675
1676 2016-07-16 Alan Modra <amodra@gmail.com>
1677
1678 * elflink.c: Include plugin-api.h.
1679 * plugin.c (bfd_plugin_open_input): New function, extracted from..
1680 (try_claim): ..here.
1681 * plugin.h: Don't include bfd.h.
1682 (bfd_plugin_open_input): Declare.
1683
1684 2016-07-16 Alan Modra <amodra@gmail.com>
1685
1686 * targets.c (bfd_seach_for_target): Rename to..
1687 (bfd_iterate_over_targets): ..this. Rewrite doc.
1688 * bfd-in2.h: Regenerate.
1689
1690 2016-07-16 Alan Modra <amodra@gmail.com>
1691
1692 * archures.c (bfd_default_set_arch_mach): Make available in bfd.h.
1693 * libbfd.h: Regenerate.
1694 * bfd-in2.h: Regenerate.
1695
1696 2016-07-16 Alan Modra <amodra@gmail.com>
1697
1698 * libbfd-in.h (BFD_ALIGN): Move to..
1699 * bfd-in.h: ..here.
1700 * elf32-ppc.h (struct ppc_elf_params): Add pagesize.
1701 * elf32-ppc.c (default_params): Adjust init.
1702 (ppc_elf_link_params): Set pagesize_p2.
1703 * libbfd.h: Regenerate.
1704 * bfd-in2.h: Regenerate.
1705
1706 2016-07-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
1707
1708 * elf-bfd.h (elf_backend_filter_implib_symbols): Declare backend hook.
1709 (_bfd_elf_filter_global_symbols): Declare.
1710 * elf.c (_bfd_elf_filter_global_symbols): New function.
1711 * elflink.c (elf_filter_global_symbols): Likewise.
1712 (elf_output_implib): Likewise.
1713 (bfd_elf_final_link): Call above function, failing if it does.
1714 * elfxx-target.h (elf_backend_filter_implib_symbols): Define macro and
1715 default it to NULL.
1716 (elf_backend_copy_indirect_symbol): Fix spacing.
1717 (elf_backend_hide_symbol): Likewise.
1718 (elfNN_bed): Initialize elf_backend_filter_implib_symbols backend hook.
1719
1720 2016-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1721 Nick Clifton <nickc@redhat.com>
1722
1723 * elf32-arc.c (PR_DEBUG): Delete.
1724 Fix printing of debug information. Fix formatting of debug
1725 statements.
1726 (debug_arc_reloc): Handle symbols that are not from an input file.
1727 (arc_do_relocation): Remove excessive exclamation points.
1728
1729 * arc-got.h: Fix formatting. Fix printing of debug information.
1730 (new_got_entry_to_list): Use xmalloc.
1731 * config.bfd: use the big-endian arc vector as the default vector
1732 for big-endian arc targets.
1733
1734 2016-07-15 Alan Modra <amodra@gmail.com>
1735
1736 * cofflink.c (mark_relocs): Exclude relocs with -1 r_symndx
1737 from marking sym_indices.
1738
1739 2016-07-14 Maciej W. Rozycki <macro@imgtec.com>
1740
1741 * reloc.c (bfd_perform_relocation): Try the `howto' handler
1742 first with relocations against absolute symbols.
1743 (bfd_install_relocation): Likewise.
1744
1745 2016-07-12 H.J. Lu <hongjiu.lu@intel.com>
1746
1747 * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Align
1748 .got/.got.plt sections to 8 bytes.
1749
1750 2016-07-12 Nick Clifton <nickc@redhat.com>
1751
1752 * binary.c (binary_set_section_contents): Second grammar fix.
1753
1754 2016-07-12 Douglas B Rupp <rupp@adacore.com>
1755
1756 * binary.c (binary_set_section_contents): Fix grammar in warning
1757 message.
1758
1759 2016-07-11 Cupertino Miranda <cmiranda@synopsys.com>
1760
1761 * elf32-arc.c: made PR_DEBUG always defined.
1762
1763 2016-07-11 Cupertino Miranda <cmiranda@synopsys.com>
1764
1765 * arc-got.h: Moved got related structures from elf32-arc.c to
1766 this file. More precisely, tls_type_e, tls_got_entries, got_entry.
1767 * (arc_get_local_got_ents, got_entry_for_type, new_got_entry_to_list,
1768 tls_type_for_reloc, symbol_has_entry_of_type,
1769 get_got_entry_list_for_symbol, arc_got_entry_type_for_reloc,
1770 ADD_SYMBOL_REF_SEC_AND_RELOC, rc_fill_got_info_for_reloc,
1771 relocate_fix_got_relocs_for_got_info,
1772 create_got_dynrelocs_for_single_entry,
1773 create_got_dynrelocs_for_got_info): Added to file.
1774 * elf32-arc.c: Removed GOT & TLS related structs and functions to
1775 arc-got.h.
1776
1777 2016-07-08 James Bowman <james.bowman@ftdichip.com>
1778
1779 * elf32-ft32.c (ft32_reloc_map): Use R_FT32_32 for BFD_RELOC_32.
1780
1781 2016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com>
1782
1783 * elf32-arm.c (THUMB32_MOVT): New veneer macro.
1784 (THUMB32_MOVW): Likewise.
1785 (elf32_arm_stub_long_branch_thumb2_only_pure): New.
1786 (DEF_STUBS): Define long_branch_thumb2_only_pure.
1787 (arm_stub_is_thumb): Add new veneer stub.
1788 (arm_type_of_stub): Use new veneer.
1789 (arm_stub_required_alignment): Add new veneer.
1790
1791 2016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com>
1792
1793 * bfd-in2.h (SEC_ELF_NOREAD): Rename to ...
1794 (SEC_ELF_PURECODE): ... this.
1795 * elf32-arm.c (elf32_arm_post_process_headers): Rename SEC_ELF_NOREAD
1796 to SEC_ELF_NOREAD.
1797 (elf32_arm_fake_sections): Likewise.
1798 (elf_32_arm_section_flags): Likewise.
1799 (elf_32_arm_lookup_section_flags): Likewise.
1800 * section.c (SEC_ELF_NOREAD): Rename to ...
1801 (SEC_ELF_PURECODE): ... this.
1802
1803 2016-07-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
1804
1805 * elf32-arm.c (using_thumb2_bl): New function.
1806 (arm_type_of_stub): Declare thumb2 variable together and change type
1807 to bfd_boolean. Use using_thumb2_bl () to determine whether
1808 THM_MAX_FWD_BRANCH_OFFSET or THM2_MAX_FWD_BRANCH_OFFSET should be
1809 checked for BL range.
1810 (elf32_arm_final_link_relocate): Use using_thumb2_bl () to determine
1811 the bit size of BL offset.
1812
1813 2016-06-29 Nick Clifton <nickc@redhat.com>
1814
1815 * elfnn-aarch64.c (is_aarch64_mapping_symbol): New function.
1816 Returns TRUE for AArch64 mapping symbols.
1817 (elfNN_aarch64_backend_symbol_processing): New function. Marks
1818 mapping symbols as precious in object files so that they will not
1819 be stripped.
1820 (elf_backend_symbol_processing): Define.
1821
1822 * elf32-arm.c (is_arm_mapping_symbol): New function. Returns TRUE
1823 for ARM mapping symbols.
1824 (elf32_arm_backend_symbol_processing): Make use of the new function.
1825
1826 2016-06-28 H.J. Lu <hongjiu.lu@intel.com>
1827
1828 PR ld/20306
1829 * elflink.c (elf_link_check_versioned_symbol): Return false
1830 for unreferenced undefined symbol.
1831
1832 2016-06-28 Nick Clifton <nickc@redhat.com>
1833
1834 * elf32-bfin.c (bfin_adjust_dynamic_symbol): Fail if a COPY reloc
1835 is needed.
1836
1837 * elf32-arm.c (elf32_arm_backend_symbol_processing): New
1838 function. Marks mapping symbols in object files as precious, so
1839 that strip will not remove them.
1840 (elf_backend_symbol_processing): Define.
1841
1842 2016-06-28 James Clarke <jrtc27@jrtc27.com>
1843
1844 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Don't convert
1845 R_SPARC_32 to R_SPARC_RELATIVE if class is ELFCLASS64.
1846
1847 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
1848
1849 * elf32-mips.c (elf_mips16_howto_table_rel): Add
1850 R_MIPS16_PC16_S1.
1851 (mips16_reloc_map): Likewise.
1852 * elf64-mips.c (mips16_elf64_howto_table_rel): Likewise.
1853 (mips16_elf64_howto_table_rela): Likewise.
1854 (mips16_reloc_map): Likewise.
1855 * elfn32-mips.c (elf_mips16_howto_table_rel): Likewise.
1856 (elf_mips16_howto_table_rela): Likewise.
1857 (mips16_reloc_map): Likewise.
1858 * elfxx-mips.c (mips16_branch_reloc_p): New function.
1859 (mips16_reloc_p): Handle R_MIPS16_PC16_S1.
1860 (b_reloc_p): Likewise.
1861 (mips_elf_calculate_relocation): Likewise.
1862 (_bfd_mips_elf_check_relocs): Likewise.
1863 * reloc.c (BFD_RELOC_MIPS16_16_PCREL_S1): New relocation.
1864 * bfd-in2.h: Regenerate.
1865 * libbfd.h: Regenerate.
1866
1867 2016-06-27 Alan Modra <amodra@gmail.com>
1868
1869 PR ld/19264
1870 * elf64-ppc.c (STUB_SHRINK_ITER): Define.
1871 (ppc64_elf_size_stubs): Exit stub sizing loop past STUB_SHRINK_ITER
1872 if shrinking stubs.
1873 (ppc64_elf_size_stubs): Adjust to suit.
1874
1875 2016-06-27 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1876
1877 * elf32-dlx.h: New file.
1878 * elf32-dlx.c: Adjust.
1879
1880 2016-06-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1881
1882 * elf32-xtensa.c (xtensa_make_property_section): Remove prototype.
1883
1884 2016-06-24 John Baldwin <jhb@FreeBSD.org>
1885
1886 * elf.c (elfcore_grok_freebsd_note): Handle NT_FREEBSD_PROCSTAT_AUXV
1887 notes.
1888
1889 2016-06-24 John Baldwin <jhb@FreeBSD.org>
1890
1891 * elf.c (elfcore_grok_note): Remove handling of NT_X86_XSTATE for
1892 FreeBSD. Remove case for NT_FREEBSD_THRMISC.
1893 (elfcore_grok_freebsd_psinfo): New function.
1894 (elfcore_grok_freebsd_prstatus): New function.
1895 (elfcore_grok_freebsd_note): New function.
1896 (elf_parse_notes): Use "elfcore_grok_freebsd_note" for "FreeBSD"
1897 notes.
1898
1899 2016-06-24 Joel Brobecker <brobecker@adacore.com>
1900
1901 * elflink.c: Check the value of BFD_SUPPORTS_PLUGINS rather
1902 than its existance.
1903
1904 2016-06-24 Alan Modra <amodra@gmail.com>
1905
1906 * config.bfd: Delete mips vxworks patterns matched earlier.
1907 Combine mips*-*-none with mips*-*-elf*.
1908
1909 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
1910
1911 * elfxx-mips.c (mips_elf_perform_relocation): Call
1912 `info->callbacks->einfo' rather than `*_bfd_error_handler' and
1913 use the `%X%H' format for the cross-mode jump conversion error
1914 message. Remove the full stop from the end of the message.
1915 Continue processing rather than returning failure.
1916
1917 2016-06-21 Graham Markall <graham.markall@embecosm.com>
1918
1919 * archures.c: Remove bfd_mach_arc_nps400.
1920 * bfd-in2.h: Likewise.
1921 * cpu-arc.c (arch_info_struct): Likewise.
1922 * elf32-arc.c (arc_elf_object_p, arc_elf_final_write_processing):
1923 Likewise.
1924
1925 2016-06-20 H.J. Lu <hongjiu.lu@intel.com>
1926
1927 PR ld/18250
1928 PR ld/20267
1929 * elflink.c: Include plugin.h if BFD_SUPPORTS_PLUGINS is
1930 defined.
1931 (elf_link_is_defined_archive_symbol): Call
1932 bfd_link_plugin_object_p on unknown plugin object and use the
1933 IR symbol table if the input is an IR object.
1934 * plugin.c (bfd_link_plugin_object_p): New function.
1935 * plugin.h (bfd_link_plugin_object_p): New prototype.
1936
1937 2016-06-20 H.J. Lu <hongjiu.lu@intel.com>
1938
1939 PR ld/20276
1940 * elflink.c (elf_link_add_object_symbols): Don't check alignment
1941 on symbol from plugin dummy input.
1942
1943 2016-06-18 H.J. Lu <hongjiu.lu@intel.com>
1944
1945 * bfd.c (bfd_plugin_format): Rename bfd_plugin_uknown to
1946 bfd_plugin_unknown.
1947 * bfd-in2.h: Regenerated.
1948 * plugin.c (bfd_plugin_object_p): Replace bfd_plugin_uknown
1949 with bfd_plugin_unknown.
1950
1951 2016-06-18 H.J. Lu <hongjiu.lu@intel.com>
1952
1953 PR ld/20253
1954 * elf-bfd.h (_bfd_elf_allocate_ifunc_dyn_relocs): Add an
1955 bfd_boolean argument.
1956 * elf-ifunc.c (_bfd_elf_create_ifunc_sections): Replace
1957 "shared object" with "PIC object" in comments.
1958 (_bfd_elf_allocate_ifunc_dyn_relocs): Updated. Replace
1959 "shared object" with "PIC object" in comments. Avoid PLT if
1960 requested. Generate dynamic relocations for non-GOT references.
1961 Make room for the special first entry in PLT and allocate PLT
1962 entry only for PLT and PC-relative references. Store dynamic
1963 GOT relocations in .rel[a].iplt section for static executables.
1964 If PLT isn't used, always use GOT for symbol value. Don't
1965 allocate GOT entry if it isn't used.
1966 * elf32-i386.c (elf_i386_check_relocs): Increment PLT reference
1967 count only in the code section. Allocate dynamic pointer
1968 relocation against STT_GNU_IFUNC symbol in the non-code section.
1969 (elf_i386_adjust_dynamic_symbol): Increment PLT reference count
1970 only for PC-relative references.
1971 (elf_i386_allocate_dynrelocs): Pass TRUE to
1972 _bfd_elf_allocate_ifunc_dyn_relocs.
1973 (elf_i386_relocate_section): Allow R_386_GOT32/R_386_GOT32X
1974 relocations against STT_GNU_IFUNC symbols without PLT. Generate
1975 dynamic pointer relocation against STT_GNU_IFUNC symbol in
1976 the non-code section and store it in the proper REL section.
1977 Don't allow non-pointer relocation against STT_GNU_IFUNC symbol
1978 without PLT.
1979 (elf_i386_finish_dynamic_symbol): Generate dynamic
1980 R_386_IRELATIVE and R_386_GLOB_DAT GOT relocations against
1981 STT_GNU_IFUNC symbols without PLT.
1982 (elf_i386_finish_dynamic_sections): Don't handle local
1983 STT_GNU_IFUNC symbols here.
1984 (elf_i386_output_arch_local_syms): Handle local STT_GNU_IFUNC
1985 symbols here.
1986 (elf_backend_output_arch_local_syms): New.
1987 * elf32-x86-64.c (elf_i386_check_relocs): Increment PLT reference
1988 count only in the code section. Allocate dynamic pointer
1989 relocation against STT_GNU_IFUNC symbol in the non-code section.
1990 (elf_x86_64_adjust_dynamic_symbol): Increment PLT reference
1991 count only for PC-relative references.
1992 (elf_x86_64_allocate_dynrelocs): Pass TRUE to
1993 _bfd_elf_allocate_ifunc_dyn_relocs.
1994 (elf_x86_64_relocate_section): Allow R_X86_64_GOTPCREL,
1995 R_X86_64_GOTPCRELX, R_X86_64_REX_GOTPCRELX and
1996 R_X86_64_GOTPCREL64 relocations against STT_GNU_IFUNC symbols
1997 without PLT. Generate dynamic pointer relocation against
1998 STT_GNU_IFUNC symbol in the non-code section and store it in
1999 the proper RELA section. Don't allow non-pointer relocation
2000 against STT_GNU_IFUNC symbol without PLT.
2001 (elf_x86_64_finish_dynamic_symbol): Generate dynamic
2002 R_X86_64_IRELATIVE and R_X86_64_GLOB_DAT GOT relocations against
2003 STT_GNU_IFUNC symbols without PLT.
2004 (elf_x86_64_finish_dynamic_sections): Don't handle local
2005 STT_GNU_IFUNC symbols here.
2006 (elf_x86_64_output_arch_local_syms): Handle local STT_GNU_IFUNC
2007 symbols here.
2008 (elf_backend_output_arch_local_syms): New.
2009 * elfnn-aarch64.c (elfNN_aarch64_allocate_ifunc_dynrelocs):
2010 Pass FALSE to _bfd_elf_allocate_ifunc_dyn_relocs.
2011
2012 2016-06-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
2013 Tony Wang <tony.wang@arm.com>
2014
2015 * elf32-arm.c (elf32_arm_stub_long_branch_thumb2_only): Define stub
2016 sequence.
2017 (stub_long_branch_thumb2_only): Define stub.
2018 (arm_stub_is_thumb): Add case for arm_stub_long_branch_thumb2_only.
2019 (arm_stub_long_branch_thumb2_only): Likewise.
2020 (arm_type_of_stub): Use arm_stub_long_branch_thumb2_only for Thumb-2
2021 capable targets.
2022
2023 2016-06-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2024
2025 * archures.c (bfd_mach_sparc_v8plusc): Define.
2026 (bfd_mach_sparc_v9c): Likewise.
2027 (bfd_mach_sparc_v8plusd): Likewise.
2028 (bfd_mach_sparc_v9d): Likewise.
2029 (bfd_mach_sparc_v8pluse): Likewise.
2030 (bfd_mach_sparc_v9e): Likewise.
2031 (bfd_mach_sparc_v8plusv): Likewise
2032 (bfd_mach_sparc_v9v): Likewise.
2033 (bfd_mach_sparc_v8plusm): Likewise.
2034 (bfd_mach_sparc_v9m): Likewise.
2035 (bfd_mach_sparc_v9_p): Adapt to v8plusm and v9m.
2036 (bfd_mach_sparc_64bit_p): Likewise.
2037 * bfd-in2.h: Regenerate.
2038 * cpu-sparc.c (arch_info_struct): Add entries for
2039 bfd_mach_sparc_v8plus{c,d,e,v,m} and bfd_mach_sparc_v9{c,d,e,v,m}.
2040 * aoutx.h (machine_type): Handle bfd_mach_sparc_v8plus{c,d,e,v,m}
2041 and bfd_mach_sparc_v9{c,d,e,v,m}.
2042 * elf32-sparc.c (elf32_sparc_final_write_processing): Likewise.
2043 * elfxx-sparc.c (_bfd_sparc_elf_object_p): Likewise.
2044
2045 2016-06-16 H.J. Lu <hongjiu.lu@intel.com>
2046
2047 * elf32-i386.c (elf_i386_check_relocs): Don't check undefined
2048 symbols for relocations against IFUNC symbols.
2049 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
2050
2051 2016-06-16 Marcin Kościelnicki <koriakin@0x04.net>
2052
2053 * elf32-s390.c (elf_s390_finish_dynamic_sections): Include
2054 .rela.iplt in DT_PLTRELSZ.
2055 * elf64-s390.c (elf_s390_finish_dynamic_sections): Likewise,
2056 for DT_PLTRELSZ and DT_RELASZ as well.
2057
2058 2016-06-16 H.J. Lu <hongjiu.lu@intel.com>
2059
2060 * elf32-i386.c (elf_i386_check_relocs): Skip relocations in
2061 non-loaded, non-alloced sections.
2062 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
2063
2064 2016-06-15 H.J. Lu <hongjiu.lu@intel.com>
2065
2066 * elf32-i386.c (elf_i386_check_relocs): Check SEC_ALLOC before
2067 allocating dynamic relocation.
2068 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
2069
2070 2016-06-14 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2071
2072 PR ld/20254
2073 * elf32-avr.c (elf32_avr_relax_delete_bytes): Adjust reloc
2074 offsets until reloc_toaddr.
2075
2076 2016-06-14 H.J. Lu <hongjiu.lu@intel.com>
2077
2078 * elf32-i386.c (elf_i386_reloc_type_class): Check R_386_IRELATIVE.
2079 Don't check symbol type for STN_UNDEF symbol index.
2080 * elf64-x86-64.c (elf_x86_64_reloc_type_class): Check
2081 R_X86_64_IRELATIVE. Don't check symbol type for STN_UNDEF symbol
2082 index.
2083
2084 2016-06-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
2085
2086 * elf32-arm.c (using_thumb_only): Force review of arch check logic for
2087 new architecture.
2088 (using_thumb2): Try Tag_THUMB_ISA_use first and check
2089 for exact arch value then. Force review of arch check logic for new
2090 architecture.
2091 (arch_has_arm_nop): Update and fix arch check logic. Force review of
2092 that logic for new architecture.
2093 (arch_has_thumb2_nop): Remove.
2094 (elf32_arm_tls_relax): Use using_thumb2 instead of above function.
2095 (elf32_arm_final_link_relocate): Likewise but using thumb2.
2096
2097 2016-06-14 Alan Modra <amodra@gmail.com>
2098
2099 * bfd-in.h (bfd_my_archive): Delete.
2100 * bfd-in2.h: Regenerate.
2101
2102 2016-06-14 Alan Modra <amodra@gmail.com>
2103
2104 PR ld/20241
2105 * archive.c (open_nested_file): Set my_archive.
2106 * bfd.c (_bfd_default_error_handler <%B>): Exclude archive file name
2107 for thin archives.
2108 * bfdio.c (bfd_tell): Don't adjust origin for thin archives.
2109 (bfd_seek): Likewise.
2110 * bfdwin.c (bfd_get_file_window): Likewise.
2111 * cache.c (cache_bmmap): Likewise.
2112 (bfd_cache_lookup_worker): Don't look in my_archive for thin archives.
2113 * mach-o.c (bfd_mach_o_follow_dsym): Don't open my_archive for
2114 thin archives.
2115 * plugin.c (try_claim): Likewise.
2116 * xcofflink.c (xcoff_link_add_dynamic_symbols): Use import path of
2117 file within thin archive, not the archive.
2118
2119 2016-06-13 H.J. Lu <hongjiu.lu@intel.com>
2120
2121 PR ld/20244
2122 * elf32-i386.c (elf_i386_relocate_section): Add the .got.plt
2123 section address for R_386_GOT32/R_386_GOT32X relocations against
2124 IFUNC symbols if there is no base register and return error for
2125 PIC.
2126
2127 2016-06-13 H.J. Lu <hongjiu.lu@intel.com>
2128
2129 * elf32-i386.c (elf_i386_relocate_section): Simplify IFUNC
2130 GOT32 adjustment for static executables.
2131
2132 2016-06-13 Maciej W. Rozycki <macro@imgtec.com>
2133
2134 * elf32-mips.c (elf_mips_gnu_pcrel32): Update comment.
2135
2136 2016-06-13 Cupertino Miranda <cmiranda@synospsy.com>
2137
2138 * elf32-arc.c (elf_arc_relocate_section): Fixed condition.
2139
2140 2016-06-13 Cupertino Miranda <cmiranda@synospsy.com>
2141
2142 * elf32-arc.c (elf_arc_finish_dynamic_sections): Changed.
2143
2144 2016-06-13 Cupertino Miranda <cmiranda@synospsy.com>
2145
2146 * elf32-arc.c (arc_local_data, arc_local_data): Removed.
2147 (SECTSTART): Changed.
2148 (elf_arc_relocate_section): Fixed mistake in PIE related
2149 condition.
2150 (elf_arc_size_dynamic_sections): Changed DT_RELENT to DT_RELAENT.
2151
2152 2016-06-13 Cupertino Miranda <cmiranda@synospsy.com>
2153
2154 * elf32-arc.c (elf32_arc_reloc_type_class): Defined function to
2155 enable support for "-z combreloc" and DT_RELACOUNT.
2156 (elf_backend_reloc_type_class): Likewise
2157
2158 2016-06-11 H.J. Lu <hongjiu.lu@intel.com>
2159
2160 PR ld/20244
2161 * elf32-i386.c (elf_i386_relocate_section): When relocating
2162 R_386_GOT32, return error without a base register for PIC and
2163 subtract the .got.plt section address only with a base register.
2164
2165 2016-06-10 Alan Modra <amodra@gmail.com>
2166
2167 * elf-strtab.c (struct strtab_save): Use size_t for "size".
2168 (struct elf_strtab_hash): Likewise for "size" and "alloced".
2169 (_bfd_elf_strtab_init): Formatting.
2170 (_bfd_elf_strtab_add): Return size_t rather than bfd_size_type.
2171 (_bfd_elf_strtab_addref): Take size_t idx param.
2172 (_bfd_elf_strtab_delref, _bfd_elf_strtab_refcount): Likewise.
2173 (_bfd_elf_strtab_offset): Likewise.
2174 (_bfd_elf_strtab_clear_all_refs): Use size_t idx.
2175 (_bfd_elf_strtab_save): Use size_t "idx" and "size" vars.
2176 (_bfd_elf_strtab_restore, _bfd_elf_strtab_emit): Similarly.
2177 (_bfd_elf_strtab_finalize): Similarly.
2178 * elf-bfd.h (_bfd_elf_strtab_add): Update prototypes.
2179 (_bfd_elf_strtab_addref, _bfd_elf_strtab_delref): Likewise.
2180 (_bfd_elf_strtab_refcount, _bfd_elf_strtab_offset): Likewise.
2181 * elf.c (bfd_elf_get_elf_syms): Calculate symbol buffer size
2182 using bfd_size_type.
2183 (bfd_section_from_shdr): Delete amt.
2184 (_bfd_elf_init_reloc_shdr): Likewise.
2185 (_bfd_elf_link_assign_sym_version): Likewise.
2186 (assign_section_numbers): Use size_t reloc_count.
2187 * elflink.c (struct elf_symbuf_head): Use size_t "count".
2188 (bfd_elf_link_record_dynamic_symbol): Use size_t for some vars.
2189 (elf_link_is_defined_archive_symbol): Likewise.
2190 (elf_add_dt_needed_tag): Likewise.
2191 (elf_finalize_dynstr): Likewise.
2192 (elf_link_add_object_symbols): Likewise.
2193 (bfd_elf_size_dynamic_sections): Likewise.
2194 (elf_create_symbuf): Similarly.
2195 (bfd_elf_match_symbols_in_sections): Likewise.
2196 (elf_link_swap_symbols_out): Likewise.
2197 (elf_link_check_versioned_symbol): Likewise.
2198 (bfd_elf_gc_record_vtinherit): Likewise.
2199 (bfd_elf_gc_common_finalize_got_offsets): Likewise.
2200
2201 2016-06-08 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2202
2203 PR ld/20221
2204 * elf32-avr.c (elf32_avr_relax_delete_bytes): Adjust syms
2205 and relocs only if shrinking occurred.
2206
2207 2016-06-08 H.J. Lu <hongjiu.lu@intel.com>
2208
2209 * elf64-i386.c (elf_i386_link_hash_entry): Add tls_get_addr.
2210 (elf_i386_link_hash_newfunc): Initialize tls_get_addr to 2.
2211 (elf_i386_check_tls_transition): Check indirect call and direct
2212 call with the addr32 prefix for general and local dynamic models.
2213 Set the tls_get_addr feild.
2214 (elf_i386_convert_load_reloc): Always use addr32 prefix for
2215 indirect ___tls_get_addr call via GOT.
2216 (elf_i386_relocate_section): Handle GD->LE, GD->IE and LD->LE
2217 transitions with indirect call and direct call with the addr32
2218 prefix.
2219
2220 2016-06-07 Marcin Kościelnicki <koriakin@0x04.net>
2221
2222 * elf32-s390.c (elf_s390_finish_dynamic_symbol): Fix comment.
2223 * elf64-s390.c (elf_s390x_plt_entry): Fix comment.
2224 (elf_s390_relocate_section): Fix comment.
2225 (elf_s390_finish_dynamic_sections): Fix initialization of fixed
2226 .got.plt entries.
2227
2228 2016-06-07 Ulrich Weigand <ulrich.weigand@de.ibm.com>
2229
2230 * elf64-s390.c (elf_s390_finish_dynamic_sections): Subtract plt
2231 section offset when calculation the larl operand in the first PLT
2232 entry.
2233
2234 2016-06-07 Alan Modra <amodra@gmail.com>
2235
2236 * cpu-powerpc.c (powerpc_compatible): Allow bfd_mach_ppc_vle entry
2237 to match other 32-bit archs.
2238 * elf32-ppc.c (_bfd_elf_ppc_set_arch): New function.
2239 (ppc_elf_object_p): Call it.
2240 (ppc_elf_special_sections): Use APUINFO_SECTION_NAME. Fix
2241 overlong line.
2242 (APUINFO_SECTION_NAME, APUINFO_LABEL): Don't define here.
2243 * elf64-ppc.c (ppc64_elf_object_p): Call _bfd_elf_ppc_set_arch.
2244 * bfd-in.h (_bfd_elf_ppc_at_tls_transform,
2245 _bfd_elf_ppc_at_tprel_transform): Move to..
2246 * elf-bfd.h: ..here.
2247 (_bfd_elf_ppc_set_arch): Declare.
2248 * bfd-in2.h: Regenerate.
2249
2250 2016-06-06 H.J. Lu <hongjiu.lu@intel.com>
2251
2252 * elf64-x86-64.c (elf_x86_64_link_hash_entry): Add tls_get_addr.
2253 (elf_x86_64_link_hash_newfunc): Initialize tls_get_addr to 2.
2254 (elf_x86_64_check_tls_transition): Check indirect call and
2255 direct call with the addr32 prefix for general and local dynamic
2256 models. Set the tls_get_addr feild.
2257 (elf_x86_64_convert_load_reloc): Always use addr32 prefix for
2258 indirect __tls_get_addr call via GOT.
2259 (elf_x86_64_relocate_section): Handle GD->LE, GD->IE and LD->LE
2260 transitions with indirect call and direct call with the addr32
2261 prefix.
2262
2263 2016-06-04 Christian Groessler <chris@groessler.org>
2264
2265 * coff-z8k.c (extra_case): Fix range check for R_JR relocation.
2266
2267 2016-06-02 Nick Clifton <nickc@redhat.com>
2268
2269 PR target/20088
2270 * cpu-arm.c (processors): Add "arm_any" type to match any ARM
2271 architecture.
2272 (arch_info_struct): Likewise.
2273 (architectures): Likewise.
2274
2275 2016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
2276
2277 * config.bfd: Replace -uclibc with *.
2278
2279 2016-06-02 H.J. Lu <hongjiu.lu@intel.com>
2280
2281 * elf64-x86-64.c: Replace data32 with data16 in comments.
2282
2283 2016-05-31 Alan Modra <amodra@gmail.com>
2284
2285 PR ld/20159
2286 PR ld/16467
2287 * elflink.c (_bfd_elf_merge_symbol): Revert PR16467 change.
2288 (_bfd_elf_add_default_symbol): Don't indirect to/from defined
2289 symbol given a version by a script different to the version
2290 of the symbol being added.
2291 (elf_link_add_object_symbols): Use _bfd_elf_strtab_save and
2292 _bfd_elf_strtab_restore. Don't fudge dynstr references.
2293 * elf-strtab.c (_bfd_elf_strtab_restore_size): Delete.
2294 (struct strtab_save): New.
2295 (_bfd_elf_strtab_save, _bfd_elf_strtab_restore): New functions.
2296 * elf-bfd.h (_bfd_elf_strtab_restore_size): Delete.
2297 (_bfd_elf_strtab_save, _bfd_elf_strtab_restore): Declare.
2298
2299 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2300
2301 * elf32-hppa.h: Add extern "C".
2302 * elf32-nds32.h: Likewise.
2303 * elf32-tic6x.h: Likewise.
2304
2305 2016-06-01 Nick Clifton <nickc@redhat.com>
2306
2307 * po/sr.po: New Serbian translation.
2308 * configure.ac (ALL_LINGUAS): Add sr.
2309 * configure: Regenerate.
2310
2311 2016-05-28 Maciej W. Rozycki <macro@imgtec.com>
2312
2313 * elfxx-mips.c (b_reloc_p): New function.
2314 (_bfd_mips_elf_relocate_section) <bfd_reloc_outofrange>: Handle
2315 branch relocations.
2316
2317 2016-05-28 Maciej W. Rozycki <macro@imgtec.com>
2318
2319 * elfxx-mips.c (mips_elf_calculate_relocation): <R_MIPS16_26>
2320 <R_MIPS_26, R_MICROMIPS_26_S1>: Drop the region bits of the
2321 reloc location from calculation, treat the addend as signed with
2322 local non-section symbols and enable overflow detection.
2323
2324 2016-05-28 Alan Modra <amodra@gmail.com>
2325
2326 * aoutx.h: Adjust linker callback calls throughout file,
2327 removing dead code.
2328 * bout.c: Likewise.
2329 * coff-alpha.c: Likewise.
2330 * coff-arm.c: Likewise.
2331 * coff-h8300.c: Likewise.
2332 * coff-h8500.c: Likewise.
2333 * coff-i960.c: Likewise.
2334 * coff-mcore.c: Likewise.
2335 * coff-mips.c: Likewise.
2336 * coff-ppc.c: Likewise.
2337 * coff-rs6000.c: Likewise.
2338 * coff-sh.c: Likewise.
2339 * coff-tic80.c: Likewise.
2340 * coff-w65.c: Likewise.
2341 * coff-z80.c: Likewise.
2342 * coff-z8k.c: Likewise.
2343 * coff64-rs6000.c: Likewise.
2344 * cofflink.c: Likewise.
2345 * ecoff.c: Likewise.
2346 * elf-bfd.h: Likewise.
2347 * elf-m10200.c: Likewise.
2348 * elf-m10300.c: Likewise.
2349 * elf32-arc.c: Likewise.
2350 * elf32-arm.c: Likewise.
2351 * elf32-avr.c: Likewise.
2352 * elf32-bfin.c: Likewise.
2353 * elf32-cr16.c: Likewise.
2354 * elf32-cr16c.c: Likewise.
2355 * elf32-cris.c: Likewise.
2356 * elf32-crx.c: Likewise.
2357 * elf32-d10v.c: Likewise.
2358 * elf32-epiphany.c: Likewise.
2359 * elf32-fr30.c: Likewise.
2360 * elf32-frv.c: Likewise.
2361 * elf32-ft32.c: Likewise.
2362 * elf32-h8300.c: Likewise.
2363 * elf32-hppa.c: Likewise.
2364 * elf32-i370.c: Likewise.
2365 * elf32-i386.c: Likewise.
2366 * elf32-i860.c: Likewise.
2367 * elf32-ip2k.c: Likewise.
2368 * elf32-iq2000.c: Likewise.
2369 * elf32-lm32.c: Likewise.
2370 * elf32-m32c.c: Likewise.
2371 * elf32-m32r.c: Likewise.
2372 * elf32-m68hc1x.c: Likewise.
2373 * elf32-m68k.c: Likewise.
2374 * elf32-mep.c: Likewise.
2375 * elf32-metag.c: Likewise.
2376 * elf32-microblaze.c: Likewise.
2377 * elf32-moxie.c: Likewise.
2378 * elf32-msp430.c: Likewise.
2379 * elf32-mt.c: Likewise.
2380 * elf32-nds32.c: Likewise.
2381 * elf32-nios2.c: Likewise.
2382 * elf32-or1k.c: Likewise.
2383 * elf32-ppc.c: Likewise.
2384 * elf32-s390.c: Likewise.
2385 * elf32-score.c: Likewise.
2386 * elf32-score7.c: Likewise.
2387 * elf32-sh.c: Likewise.
2388 * elf32-sh64.c: Likewise.
2389 * elf32-spu.c: Likewise.
2390 * elf32-tic6x.c: Likewise.
2391 * elf32-tilepro.c: Likewise.
2392 * elf32-v850.c: Likewise.
2393 * elf32-vax.c: Likewise.
2394 * elf32-visium.c: Likewise.
2395 * elf32-xstormy16.c: Likewise.
2396 * elf32-xtensa.c: Likewise.
2397 * elf64-alpha.c: Likewise.
2398 * elf64-hppa.c: Likewise.
2399 * elf64-ia64-vms.c: Likewise.
2400 * elf64-mmix.c: Likewise.
2401 * elf64-ppc.c: Likewise.
2402 * elf64-s390.c: Likewise.
2403 * elf64-sh64.c: Likewise.
2404 * elf64-x86-64.c: Likewise.
2405 * elflink.c: Likewise.
2406 * elfnn-aarch64.c: Likewise.
2407 * elfnn-ia64.c: Likewise.
2408 * elfxx-mips.c: Likewise.
2409 * elfxx-sparc.c: Likewise.
2410 * elfxx-tilegx.c: Likewise.
2411 * linker.c: Likewise.
2412 * pdp11.c: Likewise.
2413 * pe-mips.c: Likewise.
2414 * reloc.c: Likewise.
2415 * reloc16.c: Likewise.
2416 * simple.c: Likewise.
2417 * vms-alpha.c: Likewise.
2418 * xcofflink.c: Likewise.
2419 * elf32-rl78.c (get_symbol_value, get_romstart, get_ramstart): Delete
2420 status param. Adjust calls to these and linker callbacks throughout.
2421 * elf32-rx.c: (get_symbol_value, get_gp, get_romstart,
2422 get_ramstart): Delete status param. Adjust calls to these and
2423 linker callbacks throughout.
2424
2425 2016-05-27 Maciej W. Rozycki <macro@imgtec.com>
2426
2427 * elfxx-mips.c (mips_elf_calculate_relocation) <R_MIPS16_26>
2428 <R_MIPS_26, R_MICROMIPS_26_S1>: Include the addend in JALX's
2429 target alignment verification.
2430
2431 2016-05-27 Maciej W. Rozycki <macro@imgtec.com>
2432
2433 * elfxx-mips.c (mips_elf_calculate_relocation): Also use the
2434 section name if `bfd_elf_string_from_elf_section' returns an
2435 empty string.
2436
2437 2016-05-26 Maciej W. Rozycki <macro@imgtec.com>
2438
2439 * elfxx-mips.c (_bfd_mips_elf_relocate_section)
2440 <bfd_reloc_outofrange>: Use the `%X%H' rather than `%C' format
2441 for message. Continue processing rather than returning failure.
2442
2443 2016-05-25 Maciej W. Rozycki <macro@imgtec.com>
2444
2445 * elfxx-mips.c (_bfd_mips_elf_relocate_section)
2446 <bfd_reloc_outofrange>: Call `->einfo' rather than `->warning'.
2447 Call `bfd_set_error'.
2448
2449 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
2450
2451 PR binutils/14625
2452 * archive.c (bfd_slurp_armap): Replace
2453 bfd_elf64_archive_slurp_armap with
2454 _bfd_archive_64_bit_slurp_armap.
2455 (bsd_write_armap): Call _bfd_archive_64_bit_write_armap if
2456 BFD64 is defined and the archive is too big.
2457 (coff_write_armap): Likewise.
2458 * archive64.c (bfd_elf64_archive_slurp_armap): Renamed to ...
2459 (_bfd_archive_64_bit_slurp_armap): This.
2460 (bfd_elf64_archive_write_armap): Renamed to ...
2461 (_bfd_archive_64_bit_write_armap): This.
2462 * configure.ac: Add --enable-64-bit-archive.
2463 (want_64_bit_archive): New. Set to true by default for 64-bit
2464 MIPS and s390 ELF targets.
2465 (USE_64_BIT_ARCHIVE): New AC_DEFINE.
2466 * config.in: Regenerated.
2467 * configure: Likewise.
2468 * elf64-mips.c (bfd_elf64_archive_functions): Removed.
2469 (bfd_elf64_archive_slurp_armap): Likewise.
2470 (bfd_elf64_archive_write_armap): Likewise.
2471 (bfd_elf64_archive_slurp_extended_name_table): Likewise.
2472 (bfd_elf64_archive_construct_extended_name_table): Likewise.
2473 (bfd_elf64_archive_truncate_arname): Likewise.
2474 (bfd_elf64_archive_read_ar_hdr): Likewise.
2475 (bfd_elf64_archive_write_ar_hdr): Likewise.
2476 (bfd_elf64_archive_openr_next_archived_file): Likewise.
2477 (bfd_elf64_archive_get_elt_at_index): Likewise.
2478 (bfd_elf64_archive_generic_stat_arch_elt): Likewise.
2479 (bfd_elf64_archive_update_armap_timestamp): Likewise.
2480 * elf64-s390.c (bfd_elf64_archive_functions): Removed.
2481 (bfd_elf64_archive_slurp_armap): Likewise.
2482 (bfd_elf64_archive_write_armap): Likewise.
2483 (bfd_elf64_archive_slurp_extended_name_table): Likewise.
2484 (bfd_elf64_archive_construct_extended_name_table): Likewise.
2485 (bfd_elf64_archive_truncate_arname): Likewise.
2486 (bfd_elf64_archive_read_ar_hdr): Likewise.
2487 (bfd_elf64_archive_write_ar_hdr): Likewise.
2488 (bfd_elf64_archive_openr_next_archived_file): Likewise.
2489 (bfd_elf64_archive_get_elt_at_index): Likewise.
2490 (bfd_elf64_archive_generic_stat_arch_elt): Likewise.
2491 (bfd_elf64_archive_update_armap_timestamp): Likewise.
2492 * elfxx-target.h (TARGET_BIG_SYM): Use _bfd_archive_64_bit on
2493 BFD_JUMP_TABLE_ARCHIVE if USE_64_BIT_ARCHIVE is defined and
2494 bfd_elfNN_archive_functions isn't defined.
2495 (TARGET_LITTLE_SYM): Likewise.
2496 * libbfd-in.h (_bfd_archive_64_bit_slurp_armap): New prototype.
2497 (_bfd_archive_64_bit_write_armap): Likewise.
2498 (_bfd_archive_64_bit_slurp_extended_name_table): New macro.
2499 (_bfd_archive_64_bit_construct_extended_name_table): Likewise.
2500 (_bfd_archive_64_bit_truncate_arname): Likewise.
2501 (_bfd_archive_64_bit_read_ar_hdr): Likewise.
2502 (_bfd_archive_64_bit_write_ar_hdr): Likewise.
2503 (_bfd_archive_64_bit_openr_next_archived_file): Likewise.
2504 (_bfd_archive_64_bit_get_elt_at_index): Likewise.
2505 (_bfd_archive_64_bit_generic_stat_arch_elt): Likewise.
2506 (_bfd_archive_64_bit_update_armap_timestamp): Likewise.
2507 * libbfd.h: Regenerated.
2508 * plugin.c (plugin_vec): Use _bfd_archive_64_bit on
2509 BFD_JUMP_TABLE_ARCHIVE if USE_64_BIT_ARCHIVE is defined.
2510
2511 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
2512
2513 PR ld/20103
2514 * cofflink.c (coff_link_check_archive_element): Return TRUE if
2515 linker add_archive_element callback returns FALSE.
2516 * ecoff.c (ecoff_link_check_archive_element): Likewise.
2517 * elf64-ia64-vms.c (elf64_vms_link_add_archive_symbols): Skip
2518 archive element if linker add_archive_element callback returns
2519 FALSE.
2520 * elflink.c (elf_link_add_archive_symbols): Likewise.
2521 * pdp11.c (aout_link_check_ar_symbols): Likewise.
2522 * vms-alpha.c (alpha_vms_link_add_archive_symbols): Likewise.
2523 * xcofflink.c (xcoff_link_check_dynamic_ar_symbols): Likewise.
2524 (xcoff_link_check_ar_symbols): Likewise.
2525
2526 2016-05-24 Maciej W. Rozycki <macro@imgtec.com>
2527
2528 * elfxx-mips.c (_bfd_mips_elf_relocate_section)
2529 <bfd_reloc_outofrange>: Unify error reporting code.
2530
2531 2016-05-23 Jim Wilson <jim.wilson@linaro.org>
2532
2533 * elfnn-aarch64.c: Unconditionally enable R_AARCH64_NULL and
2534 R_AARCH64_NONE. Use HOWTO64 for R_AARCH64_NULL.
2535 * relocs.c: Add BFD_RELOC_AARCH64_NULL.
2536 * bfd-in2.h: Regenerate.
2537 * libbfd.h: Likewise.
2538
2539 2016-05-23 Kuba Sejdak <jakub.sejdak@phoesys.com>
2540
2541 * config.bfd: Add entry for arm-phoenix.
2542
2543 2016-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
2544
2545 * elf32-arm.c (arm_dedicated_stub_section_padding): New function.
2546 (elf32_arm_size_stubs): Declare stub_type in a more outer scope and
2547 account for padding for stub section requiring one.
2548 (elf32_arm_build_stubs): Add comment to stress the importance of
2549 zeroing veneer section content.
2550
2551 2016-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
2552
2553 * bfd-in.h (bfd_elf32_arm_keep_private_stub_output_sections): Declare
2554 bfd hook.
2555 * bfd-in2.h: Regenerate.
2556 * elf32-arm.c (arm_dedicated_stub_output_section_required): New
2557 function.
2558 (arm_dedicated_stub_output_section_required_alignment): Likewise.
2559 (arm_dedicated_stub_output_section_name): Likewise.
2560 (arm_dedicated_stub_input_section_ptr): Likewise.
2561 (elf32_arm_create_or_find_stub_sec): Add stub type parameter and
2562 function description comment. Add support for dedicated output stub
2563 section to given stub types.
2564 (elf32_arm_add_stub): Add a stub type parameter and pass it down to
2565 elf32_arm_create_or_find_stub_sec.
2566 (elf32_arm_create_stub): Pass stub type down to elf32_arm_add_stub.
2567 (elf32_arm_size_stubs): Pass stub type when calling
2568 elf32_arm_create_or_find_stub_sec for Cortex-A8 erratum veneers.
2569 (bfd_elf32_arm_keep_private_stub_output_sections): New function.
2570
2571 2016-05-20 H.J. Lu <hongjiu.lu@intel.com>
2572
2573 * elf32-i386.c (elf_i386_check_relocs): Don't check R_386_GOT32
2574 when setting need_convert_load.
2575
2576 2016-05-20 Maciej W. Rozycki <macro@imgtec.com>
2577
2578 * elfxx-mips.c (mips_elf_read_rel_addend): Adjust the addend for
2579 microMIPS JALX.
2580
2581 2016-05-19 H.J. Lu <hongjiu.lu@intel.com>
2582
2583 PR ld/20117
2584 * elf32-i386.c (elf_i386_convert_load_reloc): Don't check
2585 R_386_GOT32X.
2586 (elf_i386_convert_load): Don't convert R_386_GOT32.
2587
2588 2016-05-20 Alan Modra <amodra@gmail.com>
2589
2590 PR gas/20118
2591 * elf.c (elf_fake_sections): Set sh_entsize for SHT_INIT_ARRAY,
2592 SHT_FINI_ARRAY, and SHT_PREINIT_ARRAY.
2593
2594 2016-05-19 Cupertino Miranda <cmiranda@synopsys.com>
2595
2596 * elf32-arc.c (arc_elf_final_write_processing): Changed.
2597 (debug_arc_reloc): Likewise.
2598 (elf_arc_relocate_section): Likewise.
2599 (elf_arc_check_relocs): Likewise.
2600 (elf_arc_adjust_dynamic_symbol): Likewise.
2601 (elf_arc_add_symbol_hook): Likewise.
2602
2603 2016-05-19 Maciej W. Rozycki <macro@imgtec.com>
2604
2605 * config.bfd: Remove `am34-*-linux*' support.
2606
2607 2016-05-19 Alan Modra <amodra@gmail.com>
2608
2609 * elf64-ppc.c (allocate_dynrelocs): Allocate got and other dynamic
2610 relocs before plt relocs.
2611
2612 2016-05-19 Alan Modra <amodra@gmail.com>
2613
2614 * elf64-ppc.c (ppc64_elf_branch_reloc): Check for NULL owner
2615 before dereferencing.
2616
2617 2016-05-18 Nick Clifton <nickc@redhat.com>
2618
2619 * po/sv.po: Updated Swedish translation.
2620
2621 2016-05-18 Alan Modra <amodra@gmail.com>
2622
2623 * elf32-arm.c (elf32_arm_size_stubs): Free or cache local syms
2624 for each BFD. Don't goto error_ret_free_local from outside loop.
2625
2626 2016-05-17 Maciej W. Rozycki <macro@imgtec.com>
2627
2628 * elf-s390-common.c (elf_s390_add_symbol_hook): Remove
2629 STB_GNU_UNIQUE handling.
2630 * elf32-arc.c (elf_arc_add_symbol_hook): Likewise.
2631 * elf32-arm.c (elf32_arm_add_symbol_hook): Likewise.
2632 * elf32-m68k.c (elf_m68k_add_symbol_hook): Likewise.
2633 * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
2634 * elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise.
2635 * elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise.
2636 * elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise.
2637 * elf64-x86-64.c (elf_x86_64_add_symbol_hook): Likewise.
2638 * elfxx-aarch64.c (_bfd_aarch64_elf_add_symbol_hook): Likewise.
2639 * elfxx-mips.c (_bfd_mips_elf_add_symbol_hook): Likewise.
2640 * elf32-i386.c (elf_i386_add_symbol_hook): Remove function.
2641 (elf_backend_add_symbol_hook): Remove macro.
2642 * elflink.c (elf_link_add_object_symbols): Set `has_gnu_symbols'
2643 for STB_GNU_UNIQUE symbols.
2644
2645 2016-05-16 Maciej W. Rozycki <macro@imgtec.com>
2646
2647 * elf32-v850.c (v850_elf_copy_notes): New function, factored out
2648 from...
2649 (v850_elf_copy_private_bfd_data): ... here. Call the new
2650 function and `_bfd_elf_copy_private_bfd_data'.
2651
2652 2016-05-13 H.J. Lu <hongjiu.lu@intel.com>
2653
2654 PR ld/20093
2655 * elf64-x86-64.c (elf_x86_64_convert_load_reloc): Don't convert
2656 GOTPCREL relocation against large section.
2657
2658 2016-05-13 Alan Modra <amodra@gmail.com>
2659
2660 * elf-m10300.c (_bfd_mn10300_elf_finish_dynamic_sections): Use
2661 linker dynamic sections in calculating size and address of
2662 dynamic tags rather than using output sections. Remove asserts.
2663 * elf32-arm.c (elf32_arm_finish_dynamic_sections): Likewise.
2664 * elf32-cr16.c (_bfd_cr16_elf_finish_dynamic_sections): Likewise.
2665 * elf32-cris.c (elf_cris_finish_dynamic_sections): Likewise.
2666 * elf32-i370.c (i370_elf_finish_dynamic_sections): Likewise.
2667 * elf32-lm32.c (lm32_elf_finish_dynamic_sections): Likewise.
2668 * elf32-m32r.c (m32r_elf_finish_dynamic_sections): Likewise.
2669 * elf32-m68k.c (elf_m68k_finish_dynamic_sections): Likewise.
2670 * elf32-metag.c (elf_metag_finish_dynamic_sections): Likewise.
2671 * elf32-microblaze.c (microblaze_elf_finish_dynamic_sections): Likewise.
2672 * elf32-nds32.c (nds32_elf_finish_dynamic_sections): Likewise.
2673 * elf32-nios2.c (nios2_elf32_finish_dynamic_sections): Likewise.
2674 * elf32-or1k.c (or1k_elf_finish_dynamic_sections): Likewise.
2675 * elf32-s390.c (elf_s390_finish_dynamic_sections): Likewise.
2676 * elf32-score.c (s3_bfd_score_elf_finish_dynamic_sections): Likewise.
2677 * elf32-score7.c (s7_bfd_score_elf_finish_dynamic_sections): Likewise.
2678 * elf32-vax.c (elf_vax_finish_dynamic_sections): Likewise.
2679 * elf32-xtensa.c (elf_xtensa_finish_dynamic_sections): Likewise.
2680 * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Likewise.
2681 * elf64-s390.c (elf_s390_finish_dynamic_sections): Likewise.
2682 * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
2683 * elflink.c (bfd_elf_final_link): Likewise.
2684 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_sections): Likewise.
2685 * elfxx-sparc.c (sparc_finish_dyn): Likewise. Adjust error message.
2686 * elf32-arc.c (GET_SYMBOL_OR_SECTION): Remove ASSERT arg and
2687 don't set doit. Look up dynobj section.
2688 (elf_arc_finish_dynamic_sections): Adjust GET_SYMBOL_OR_SECTION
2689 invocation and dynamic tag vma calculation. Don't test
2690 boolean var == TRUE.
2691 * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_sections): Fix
2692 DT_JMPREL calc.
2693
2694 2016-05-13 Alan Modra <amodra@gmail.com>
2695
2696 * elflink.c (elf_link_sort_relocs): Wrap overlong lines. Fix
2697 octets_per_byte. Put dynamic .rela.plt last in link orders.
2698 Assign output_offset for reloc sections rather than writing
2699 sorted relocs from block corresponding to output_offset.
2700
2701 2016-05-12 Alan Modra <amodra@gmail.com>
2702
2703 * elf-bfd.h (elf_reloc_type_class): Put reloc_class_plt last.
2704
2705 2016-05-11 Andrew Bennett <andrew.bennett@imgtec.com>
2706
2707 * elfxx-mips.c (print_mips_ases): Add DSPR3.
2708
2709 2016-05-11 Alan Modra <amodra@gmail.com>
2710
2711 * elf32-hppa.c (elf32_hppa_init_stub_bfd): New function.
2712 (elf32_hppa_check_relocs): Don't set dynobj.
2713 (elf32_hppa_size_stubs): Test !SEC_LINKER_CREATED for stub sections.
2714 (elf32_hppa_build_stubs): Likewise.
2715 * elf32-hppa.h (elf32_hppa_init_stub_bfd): Declare.
2716
2717 2016-05-11 Alan Modra <amodra@gmail.com>
2718
2719 PR 20060
2720 * elf64-ppc.c (ppc64_elf_tls_setup): Clear forced_local.
2721 * elf32-ppc.c (ppc_elf_tls_setup): Likewise.
2722
2723 2016-05-10 Jiong Wang <jiong.wang@arm.com>
2724
2725 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Remove redundant
2726 aarch64_tls_transition check.
2727
2728 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2729
2730 * elf32-arm.c (enum elf32_arm_stub_type): New max_stub_type
2731 enumerator.
2732 (arm_stub_sym_claimed): New function.
2733 (elf32_arm_create_stub): Use veneered symbol name and section if
2734 veneer needs to claim its symbol, and keep logic unchanged otherwise.
2735 (arm_stub_claim_sym): New function.
2736 (arm_map_one_stub): Call arm_stub_claim_sym if veneer needs to claim
2737 veneered symbol, otherwise create local symbol as before.
2738
2739 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2740
2741 * elf32-arm.c (elf32_arm_size_stubs): Use new macros
2742 ARM_GET_SYM_BRANCH_TYPE and ARM_SET_SYM_BRANCH_TYPE to respectively get
2743 and set branch type of a symbol.
2744 (bfd_elf32_arm_process_before_allocation): Likewise.
2745 (elf32_arm_relocate_section): Likewise and fix identation along the
2746 way.
2747 (allocate_dynrelocs_for_symbol): Likewise.
2748 (elf32_arm_finish_dynamic_symbol): Likewise.
2749 (elf32_arm_swap_symbol_in): Likewise.
2750 (elf32_arm_swap_symbol_out): Likewise.
2751
2752 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2753
2754 * bfd-in.h (elf32_arm_size_stubs): Add an output section parameter.
2755 * bfd-in2.h: Regenerated.
2756 * elf32-arm.c (struct elf32_arm_link_hash_table): Add an output section
2757 parameter to add_stub_section callback.
2758 (elf32_arm_create_or_find_stub_sec): Get output section from link_sec
2759 and pass it down to add_stub_section.
2760 (elf32_arm_add_stub): Set section to stub_sec if NULL before using it
2761 for error message.
2762 (elf32_arm_size_stubs): Add output section parameter to
2763 add_stub_section function pointer parameter.
2764
2765 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2766
2767 * elf32-arm.c (elf32_arm_create_stub): New function.
2768 (elf32_arm_size_stubs): Use elf32_arm_create_stub for stub creation.
2769
2770 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2771
2772 * elf32-arm.c (enum elf32_arm_stub_type): Delete
2773 arm_stub_a8_veneer_lwm enumerator.
2774 (arm_stub_a8_veneer_lwm): New unsigned constant to replace
2775 aforementioned enumerator.
2776 (struct elf32_arm_stub_hash_entry): Delete target_addend
2777 field and add source_value.
2778 (struct a8_erratum_fix): Delete addend field and add target_offset.
2779 (stub_hash_newfunc): Initialize source_value field amd remove
2780 initialization for target_addend.
2781 (arm_build_one_stub): Stop special casing Thumb relocations: promote
2782 the else to being always executed, moving the
2783 arm_stub_a8_veneer_b_cond specific code in it. Remove
2784 stub_entry->target_addend from points_to computation.
2785 (cortex_a8_erratum_scan): Store in a8_erratum_fix structure the offset
2786 to target symbol from start of section rather than the offset from the
2787 stub address.
2788 (elf32_arm_size_stubs): Set stub_entry's source_value and target_value
2789 fields from struct a8_erratum_fix's offset and target_offset
2790 respectively.
2791 (make_branch_to_a8_stub): Rename target variable to loc. Compute
2792 veneered_insn_loc and loc using stub_entry's source_value.
2793
2794 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2795
2796 (elf32_arm_merge_eabi_attributes): Add merging logic for
2797 Tag_DSP_extension.
2798
2799 2016-05-10 Pip Cet <pipcet@gmail.com>
2800
2801 PR ld/20059
2802 * elfxx-target.h (bfd_elfNN_bfd_copy_link_hash_symbol_type):
2803 Define as _bfd_generic_copy_link_hash_symbol_type when using
2804 generic hash table.
2805
2806 2016-05-09 Nick Clifton <nickc@redhat.com>
2807
2808 PR binutils/20063
2809 * elf.c (bfd_elf_get_elf_syms): Check for out of range sh_link
2810 field before accessing sections array.
2811
2812 2016-05-09 Christophe Monat <christophe.monat@st.com>
2813
2814 PR ld/20030
2815 * elf32-arm.c (is_thumb2_vldm): Account for T1 (DP) encoding.
2816 (stm32l4xx_need_create_replacing_stub): Rename ambiguous nb_regs
2817 to nb_words.
2818 (create_instruction_vldmia): Add is_dp to disambiguate SP/DP
2819 encoding.
2820 (create_instruction_vldmdb): Likewise.
2821 (stm32l4xx_create_replacing_stub_vldm): is_dp detects DP encoding,
2822 uses it to re-encode.
2823
2824 2016-05-09 Nick Clifton <nickc@redhat.com>
2825
2826 PR 19938
2827 * elf32-arm.c (elf32_arm_adjust_dynamic_symbol): Revert accidental
2828 commit.
2829
2830 2016-05-09 Alan Modra <amodra@gmail.com>
2831
2832 * elf64-ppc.c (ppc64_elf_init_stub_bfd): Remove redundant NULL check.
2833
2834 2016-05-06 H.J. Lu <hongjiu.lu@intel.com>
2835
2836 PR ld/17550
2837 * elf-bfd.h (elf_link_hash_entry): Update comments for indx,
2838 documenting that indx == -3 if symbol is defined in a discarded
2839 section.
2840 * elflink.c (elf_link_add_object_symbols): Set indx to -3 if
2841 symbol is defined in a discarded section.
2842 (elf_link_output_extsym): Strip a global symbol defined in a
2843 discarded section.
2844
2845 2016-05-06 H.J. Lu <hongjiu.lu@intel.com>
2846
2847 * elf32-i386.c (elf_backend_add_symbol_hook): Defined for Intel
2848 MCU.
2849
2850 2016-05-05 H.J. Lu <hongjiu.lu@intel.com>
2851
2852 * elf32-i386.c (elf_i386_convert_load): Extract the GOT load
2853 conversion to ...
2854 (elf_i386_convert_load_reloc): This. New function.
2855 * elf64-x86-64.c (elf_x86_64_convert_load): Extract the GOT load
2856 conversion to ...
2857 (elf_x86_64_convert_load_reloc): This. New function.
2858
2859 2016-05-05 H.J. Lu <hongjiu.lu@intel.com>
2860
2861 * elf32-i386.c (elf_i386_check_tls_transition): Remove abfd.
2862 Don't check if contents == NULL.
2863 (elf_i386_tls_transition): Add from_relocate_section. Check
2864 from_relocate_section instead of contents != NULL. Update
2865 elf_i386_check_tls_transition call.
2866 (elf_i386_check_relocs): Cache the section contents if
2867 keep_memory is FALSE. Pass FALSE as from_relocate_section to
2868 elf_i386_tls_transition.
2869 (elf_i386_relocate_section): Pass TRUE as from_relocate_section
2870 to elf_i386_tls_transition.
2871 (elf_backend_caches_rawsize): New.
2872 * elf64-x86-64.c (elf_x86_64_check_tls_transition): Don't check
2873 if contents == NULL.
2874 (elf_x86_64_tls_transition): Add from_relocate_section. Check
2875 from_relocate_section instead of contents != NULL.
2876 (elf_x86_64_check_relocs): Cache the section contents if
2877 keep_memory is FALSE. Pass FALSE as from_relocate_section to
2878 elf_x86_64_tls_transition.
2879 (elf_x86_64_relocate_section): Pass TRUE as from_relocate_section
2880 to elf_x86_64_tls_transition.
2881 (elf_backend_caches_rawsize): New.
2882
2883 2016-05-03 Maciej W. Rozycki <macro@imgtec.com>
2884
2885 PR 10549
2886 * elfxx-mips.c (_bfd_mips_elf_add_symbol_hook): Handle
2887 STB_GNU_UNIQUE.
2888
2889 2016-05-03 Jiong Wang <jiong.wang@arm.com>
2890
2891 * bfd-in.h (bfd_elf64_aarch64_set_options): Update prototype.
2892 * bfd-in2.h (bfd_elf64_aarch64_set_options): Likewise.
2893 * elfnn-aarch64.c (bfd_elfNN_aarch64_set_options): Initialize
2894 no_apply_dynamic_relocs.
2895 (elfNN_aarch64_final_link_relocate): Apply absolute relocations even though
2896 dynamic relocations generated.
2897
2898 2016-04-29 H.J. Lu <hongjiu.lu@intel.com>
2899
2900 * elf32-i386.c (elf_i386_size_dynamic_sections): Move interp
2901 setting to ...
2902 (elf_i386_create_dynamic_sections): Here.
2903 * elf64-x86-64.c (elf_x86_64_size_dynamic_sections): Move
2904 interp setting to ...
2905 (elf_x86_64_create_dynamic_sections): Here.
2906
2907 2016-04-29 H.J. Lu <hongjiu.lu@intel.com>
2908
2909 * elf32-i386.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): Take GOT_RELOC
2910 and replace (EH)->has_got_reloc with GOT_RELOC.
2911 (elf_i386_fixup_symbol): Pass has_got_reloc to
2912 UNDEFINED_WEAK_RESOLVED_TO_ZERO.
2913 (elf_i386_allocate_dynrelocs): Likewise.
2914 (elf_i386_relocate_section): Likewise.
2915 (elf_i386_finish_dynamic_symbol): Likewise.
2916 (elf_i386_convert_load): Pass TRUE to
2917 UNDEFINED_WEAK_RESOLVED_TO_ZERO.
2918 * elf64-x86-64.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): Take
2919 GOT_RELOC and replace (EH)->has_got_reloc with GOT_RELOC.
2920 (elf_x86_64_fixup_symbol): Pass has_got_reloc to
2921 UNDEFINED_WEAK_RESOLVED_TO_ZERO.
2922 (elf_x86_64_allocate_dynrelocs): Likewise.
2923 (elf_x86_64_relocate_section): Likewise.
2924 (elf_x86_64_finish_dynamic_symbol): Likewise.
2925 (elf_x86_64_convert_load): Pass TRUE to
2926 UNDEFINED_WEAK_RESOLVED_TO_ZERO.
2927
2928 2016-04-29 H.J. Lu <hongjiu.lu@intel.com>
2929
2930 * elf32-i386.c (check_relocs_failed): New.
2931 (elf_i386_check_relocs): Set check_relocs_failed on error.
2932 (elf_i386_relocate_section): Skip if check_relocs failed.
2933
2934 2016-04-29 H.J. Lu <hongjiu.lu@intel.com>
2935
2936 * elf64-x86-64.c (elf_x86_64_check_relocs): Set
2937 check_relocs_failed on error.
2938
2939 2016-04-29 Nick Clifton <nickc@redhat.com>
2940
2941 PR 19938
2942 * elf-bfd.h (struct elf_backend_data): Rename
2943 elf_backend_set_special_section_info_and_link to
2944 elf_backend_copy_special_section_fields.
2945 * elfxx-target.h: Likewise.
2946 * elf.c (section_match): Ignore the SHF_INFO_LINK flag when
2947 comparing section flags.
2948 (copy_special_section_fields): New function.
2949 (_bfd_elf_copy_private_bfd_data): Copy the EI_ABIVERSION field.
2950 Perform two scans over special sections. The first one looks for
2951 a direct mapping between the output section and an input section.
2952 The second scan looks for a possible match based upon section
2953 characteristics.
2954 * elf32-arm.c (elf32_arm_copy_special_section_fields): New
2955 function. Handle setting the sh_link field of SHT_ARM_EXIDX
2956 sections.
2957 * elf32-i386.c (elf32_i386_set_special_info_link): Rename to
2958 elf32_i386_copy_solaris_special_section_fields.
2959 * elf32-sparc.c (elf32_sparc_set_special_section_info_link):
2960 Rename to elf32_sparc_copy_solaris_special_section_fields.
2961 * elf64-x86-64.c (elf64_x86_64_set_special_info_link): Rename to
2962 elf64_x86_64_copy_solaris_special_section_fields.
2963
2964 2016-04-28 Nick Clifton <nickc@redhat.com>
2965
2966 * po/zh_CN.po: Updated Chinese (simplified) translation.
2967
2968 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
2969
2970 PR ld/20006
2971 * elf64-x86-64.c (elf_x86_64_convert_load): Skip debug sections
2972 when estimating distances between output sections.
2973
2974 2016-04-27 Alan Modra <amodra@gmail.com>
2975
2976 * elflink.c (_bfd_elf_is_start_stop): New function.
2977 (_bfd_elf_gc_mark_rsec): Use it.
2978 * elf-bfd.h (_bfd_elf_is_start_stop): Declare.
2979
2980 2016-04-26 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2981
2982 * elf32-rx.c (rx_set_section_contents): Avoid arithmetic on void *.
2983 * mmo.c (mmo_get_section_contents): Likewise.
2984 (mmo_set_section_contents): Likewise.
2985
2986 2016-04-26 H.J. Lu <hongjiu.lu@intel.com>
2987
2988 * elf-bfd.h (elf_link_hash_table): Update comments for
2989 dynsymcount.
2990 * elflink.c (_bfd_elf_link_renumber_dynsyms): Always count for
2991 the unused NULL entry at the head of dynamic symbol table.
2992 (bfd_elf_size_dynsym_hash_dynstr): Remove dynsymcount != 0
2993 checks.
2994
2995 2016-04-21 H.J. Lu <hongjiu.lu@intel.com>
2996
2997 * elflink.c (_bfd_elf_link_create_dynstrtab): Exclude linker
2998 created file from dynobj.
2999
3000 2016-04-21 H.J. Lu <hongjiu.lu@intel.com>
3001
3002 * elflink.c (_bfd_elf_link_create_dynstrtab): Set dynobj to a
3003 normal input file if possible.
3004
3005 2016-04-21 Nick Clifton <nickc@redhat.com>
3006
3007 * aout-adobe.c: Use _bfd_generic_link_check_relocs.
3008 * aout-target.h: Likewise.
3009 * aout-tic30.c: Likewise.
3010 * binary.c: Likewise.
3011 * bout.c: Likewise.
3012 * coff-alpha.c: Likewise.
3013 * coff-rs6000.c: Likewise.
3014 * coff64-rs6000.c: Likewise.
3015 * coffcode.h: Likewise.
3016 * i386msdos.c: Likewise.
3017 * i386os9k.c: Likewise.
3018 * ieee.c: Likewise.
3019 * ihex.c: Likewise.
3020 * libbfd-in.h: Likewise.
3021 * libecoff.h: Likewise.
3022 * mach-o-target.c: Likewise.
3023 * mmo.c: Likewise.
3024 * nlm-target.h: Likewise.
3025 * oasys.c: Likewise.
3026 * pef.c: Likewise.
3027 * plugin.c: Likewise.
3028 * ppcboot.c: Likewise.
3029 * som.c: Likewise.
3030 * srec.c: Likewise.
3031 * tekhex.c: Likewise.
3032 * versados.c: Likewise.
3033 * vms-alpha.c: Likewise.
3034 * xsym.c: Likewise.
3035 * elfxx-target.h: Use _bfd_elf_link_check_relocs.
3036 * linker.c (bfd_link_check_relocs): New function.
3037 (_bfd_generic_link_check_relocs): New function.
3038 * targets.c (BFD_JUMP_TABLE_LINK): Add initialization of
3039 _bfd_link_check_relocs field.
3040 (struct bfd_target)L Add _bfd_link_check_relocs field.
3041 * bfd-in2.h: Regenerate.
3042 * libbfd.h: Regenerate.
3043
3044 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
3045
3046 * elf32-i386.c (elf_i386_gc_sweep_hook): Removed.
3047 (elf_backend_gc_sweep_hook): Likewise.
3048 * elf64-x86-64.c (elf_x86_64_gc_sweep_hook): Likewise.
3049 (elf_backend_gc_sweep_hook): Likewise.
3050
3051 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
3052
3053 * elflink.c (_bfd_elf_link_check_relocs): Don't check relocations
3054 in excluded sections
3055
3056 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
3057
3058 PR ld/19969
3059 * elf64-x86-64.c (check_relocs_failed): New.
3060 (elf_x86_64_need_pic): Moved before elf_x86_64_check_relocs.
3061 Support relocation agaist local symbol. Set check_relocs_failed.
3062 (elf_x86_64_check_relocs): Use elf_x86_64_need_pic. Check
3063 R_X86_64_32 relocation overflow.
3064 (elf_x86_64_relocate_section): Skip if check_relocs failed.
3065 Update one elf_x86_64_need_pic and remove one elf_x86_64_need_pic.
3066
3067 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
3068
3069 * elf32-i386.c (elf_i386_check_relocs): Call
3070 _bfd_elf_create_ifunc_sections only for STT_GNU_IFUNC symbol.
3071 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
3072
3073 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
3074
3075 * elf-bfd.h (_bfd_elf_link_check_relocs): New.
3076 * elflink.c (_bfd_elf_link_check_relocs): New function.
3077 (elf_link_add_object_symbols): Call _bfd_elf_link_check_relocs
3078 if check_relocs_after_open_input is FALSE.
3079
3080 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3081
3082 * cache.c: Update old style function definitions.
3083 * elf32-m68k.c: Likewise.
3084 * elf64-mmix.c: Likewise.
3085 * stab-syms.c: Likewise.
3086
3087 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3088
3089 * elf32-arm.c (put_thumb2_insn): Change argument type to bfd_byte *.
3090
3091 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
3092
3093 * Makefile.in: Regenerated with automake 1.11.6.
3094 * aclocal.m4: Likewise.
3095 * doc/Makefile.in: Likewise.
3096
3097 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
3098
3099 * reloc.c: Add BFD_RELOC_ARC_NPS_CMEM16 entry.
3100 * bfd-in2.h: Regenerate.
3101 * libbfd.h: Regenerate.
3102 * elf32-arc.c: Add 'opcode/arc.h' include.
3103 (struct arc_relocation_data): Add symbol_name.
3104 (arc_special_overflow_checks): New function.
3105 (arc_do_relocation): Use arc_special_overflow_checks, reindent as
3106 required, add an extra comment.
3107 (elf_arc_relocate_section): Setup symbol_name in reloc_data.
3108
3109 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
3110
3111 * elf32-arc.c (tls_got_entries): Add 'TLS_GOT_' prefix to all
3112 entries.
3113 (elf_arc_relocate_section): Update enum uses.
3114 (elf_arc_check_relocs): Likewise.
3115 (elf_arc_finish_dynamic_symbol): Likewise.
3116
3117 2016-04-14 H.J. Lu <hongjiu.lu@intel.com>
3118
3119 * elf.c (_bfd_elf_copy_private_bfd_data): Replace "link" with
3120 "sh_link".
3121
3122 2016-04-14 Nick Clifton <nickc@redhat.com>
3123
3124 PR target/19938
3125 * elf-bbfd.h (struct elf_backend_data): New field:
3126 elf_strtab_flags.
3127 New field: elf_backend_set_special_section_info_and_link
3128 * elfxx-target.h (elf_backend_strtab_flags): Define if not already
3129 defined.
3130 (elf_backend_set_special_section_info_and_link): Define if not
3131 already defined.
3132 (elfNN_bed): Use elf_backend_set_special_section_info_and_link and
3133 elf_backend_strtab_flags macros to initialise fields in structure.
3134 * elf.c (_bfd_elf_make_section_from_shdr): Check for SHF_STRINGS
3135 being set even if SHF_MERGE is not set.
3136 (elf_fake_sections): Likewise.
3137 (section_match): New function. Matches two ELF sections based
3138 upon fixed characteristics.
3139 (find_link): New function. Locates a section in a BFD that
3140 matches a section in a different BFD.
3141 (_bfd_elf_copy_private_bfd_data): Copy the sh_info and sh_link
3142 fields of reserved sections.
3143 (bfd_elf_compute_section_file_positions): Set the flags for the
3144 .shstrtab section based upon the elf_strtab_flags field in the
3145 elf_backend_data structure.
3146 (swap_out_syms): Likewise for the .strtab section.
3147 * elflink.c (bfd_elf_final_link): Set the flags for the
3148 .strtab section based upon the elf_strtab_flags field in the
3149 elf_backend_data structure.
3150 * elf32-i386.c (elf32_i386_set_special_info_link): New function.
3151 (elf_backend_strtab_flags): Set to SHF_STRINGS for Solaris
3152 targets.
3153 (elf_backend_set_special_section_info_and_link): Define for
3154 Solaris targets.
3155 * elf32-sparc.c: Likewise.
3156 * elf64-x86-64.c: Likewise.
3157
3158 2016-04-11 H.J. Lu <hongjiu.lu@intel.com>
3159
3160 PR ld/19939
3161 * elf-bfd.h (_bfd_elf_allocate_ifunc_dyn_relocs): Add a pointer
3162 to bfd_boolean.
3163 * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Updated.
3164 Set *readonly_dynrelocs_against_ifunc_p to TRUE if dynamic reloc
3165 applies to read-only section.
3166 * elf32-i386.c (elf_i386_link_hash_table): Add
3167 readonly_dynrelocs_against_ifunc.
3168 (elf_i386_allocate_dynrelocs): Updated.
3169 (elf_i386_size_dynamic_sections): Issue an error for read-only
3170 segment with dynamic IFUNC relocations only if
3171 readonly_dynrelocs_against_ifunc is TRUE.
3172 * elf64-x86-64.c (elf_x86_64_link_hash_table): Add
3173 readonly_dynrelocs_against_ifunc.
3174 (elf_x86_64_allocate_dynrelocs): Updated.
3175 (elf_x86_64_size_dynamic_sections): Issue an error for read-only
3176 segment with dynamic IFUNC relocations only if
3177 readonly_dynrelocs_against_ifunc is TRUE.
3178 * elfnn-aarch64.c (elfNN_aarch64_allocate_ifunc_dynrelocs):
3179 Updated.
3180
3181 2016-04-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3182
3183 * elf32-arm.c (elf32_arm_size_stubs): Move error_ret_free_local to be
3184 a fall through from error_ret_free_internal. Free local_syms in
3185 error_ret_free_local if allocated from bfd_elf_get_elf_syms ().
3186
3187 2016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
3188
3189 * elf32-arc.c (plt_do_relocs_for_symbol): Changed.
3190 (relocate_plt_for_entry): Likewise.
3191
3192 2016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
3193
3194 * elf32-arc.c (elf_arc_check_relocs): Changed
3195
3196 2016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
3197
3198 * elf32-arc.c (name_for_global_symbol): Changed assert.
3199 (get_replace_function): Created.:
3200 (struct arc_relocation_data): Changed to signed types.
3201 (defines S, L, P, PDATA): Casted to signed type.
3202 (defines SECTSTART, _SDA_BASE_, TLS_REL): Likewise.
3203 (PRINT_DEBUG_RELOC_INFO_BEFORE): Changed.
3204 (arc_do_relocation): Changed.
3205
3206 2016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
3207
3208 * elf32-arc.c (name_for_global_symbol): Added assert to check for
3209 symbol index.
3210 (elf_arc_relocate_section): Added and changed asserts, validating
3211 the synamic symbol index.
3212 (elf_arc_finish_dynamic_symbol): Do not fill the dynamic
3213 relocation if symbol has dynindx set to -1.
3214
3215 2016-04-05 Maciej W. Rozycki <macro@imgtec.com>
3216
3217 PR ld/19908
3218 * elflink.c (elf_link_add_object_symbols): Always turn hidden
3219 and internal symbols which have a dynamic index into local
3220 ones.
3221
3222 2016-04-04 Nick Clifton <nickc@redhat.com>
3223
3224 PR 19872
3225 * dwarf2.c (parse_comp_unit): Skip warning about unrecognised
3226 version number if the version is zero.
3227
3228 2016-04-01 Alan Modra <amodra@gmail.com>
3229
3230 PR 19886
3231 * elflink.c (on_needed_list): Recursively check needed status.
3232 (elf_link_add_object_symbols): Adjust.
3233
3234 2016-03-30 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
3235
3236 * elf32-avr.c (avr_elf32_load_records_from_section): Free
3237 internal_relocs only if they aren't cached.
3238
3239 2016-03-29 Nick Clifton <nickc@redhat.com>
3240
3241 PR 17334
3242 * elf32-bfin.c (elf32_bfinfdpic_finish_dynamic_sections): Relax
3243 assertion on the size of the got section to allow it to be bigger
3244 than the number of relocs.
3245
3246 2016-03-29 Toni Spets <toni.spets@iki.fi>
3247
3248 PR 19878
3249 * coffcode.h (coff_write_object_contents): Revert accidental
3250 2014-11-10 change.
3251
3252 2016-03-22 Alan Modra <amodra@gmail.com>
3253
3254 PR 19850
3255 * dwarf2.c (read_attribute_value): Skip info_ptr check for
3256 DW_FORM_flag_present.
3257
3258 2016-03-22 Nick Clifton <nickc@redhat.com>
3259
3260 * cpu-v850_rh850.c (arch_info_struct): Restore v850-rh850 as an
3261 architecture name for backwards compatibility.
3262
3263 * peXXigen.c (_bfd_XXi_write_codeview_record): Fix possible
3264 unbounded stack use.
3265
3266 * warning.m4 (GCC_WARN_CFLAGS): Only add -Wstack-usage if using a
3267 sufficiently recent version of GCC.
3268 * configure: Regenerate.
3269
3270 2016-03-22 Alan Modra <amodra@gmail.com>
3271
3272 PR 19851
3273 * plugin.c (try_load_plugin): Avoid -Wstack-usage warning.
3274
3275 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3276
3277 * archures.c (bfd_mach_arc_nps400): Define.
3278 * bfd-in2.h: Regenerate.
3279 * cpu-arc.c (arch_info_struct): New entry for nps400, renumber
3280 some existing entries to make space.
3281 * elf32-arc.c (arc_elf_object_p): Add nps400 case.
3282 (arc_elf_final_write_processing): Likewise.
3283
3284 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3285
3286 * elf32-arc.c (arc_elf_print_private_bfd_data): Remove use of
3287 EF_ARC_CPU_GENERIC.
3288 (arc_elf_final_write_processing): Don't bother setting cpu field
3289 in e_flags, this will have been set elsewhere.
3290
3291 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
3292
3293 * elf32-arc.c (arc_elf_final_write_processing): Switch to using
3294 EF_ARC_MACH_MSK.
3295
3296 2016-03-21 Nick Clifton <nickc@redhat.com>
3297
3298 * warning.m4 (GCC_WARN_CFLAGS): Add -Wstack-usage=262144
3299 * configure: Regenerate.
3300 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Replace use of
3301 alloca with call to xmalloc.
3302 * elf32-nds32.c: Likewise.
3303 * elf64-hppa.c: Likewise.
3304 * elfxx-mips.c: Likewise.
3305 * pef.c: Likewise.
3306 * pei-x86_64.c: Likewise.
3307 * som.c: Likewise.
3308 * xsym.c: Likewise.
3309
3310 2016-03-15 H.J. Lu <hongjiu.lu@intel.com>
3311
3312 PR ld/19827
3313 * elf32-i386.c (elf_i386_check_relocs): Bind defined symbol
3314 locally in PIE.
3315 (elf_i386_relocate_section): Likewise.
3316 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
3317 (elf_x86_64_relocate_section): Likewise.
3318
3319 2016-03-15 H.J. Lu <hongjiu.lu@intel.com>
3320
3321 PR ld/19807
3322 * elf64-x86-64.c (elf_x86_64_relocate_section): Check
3323 no_reloc_overflow_check to diable R_X86_64_32/R_X86_64_32S
3324 relocation overflow check.
3325
3326 2016-03-14 H.J. Lu <hongjiu.lu@intel.com>
3327
3328 * bfd-in2.h: Regenerated.
3329
3330 2016-03-11 Dan Gissel <dgisselq@ieee.org>
3331
3332 PR 19713
3333 * elf.c (_bfd_elf_section_offset): Ensure that the returned offset
3334 uses bytes not octets.
3335 * elflink.c (resolve_section): Likewise.
3336 Add a bfd parameter.
3337 (eval_section): Pass the input_bfd to resolve_section.
3338 (bfd_elf_perform_complex_relocation): Convert byte offset to
3339 octets before read and writing values.
3340 (elf_link_input_bfd): Add byte to octet conversions.
3341 (elf_reloc_link_order): Likewise.
3342 (elf_fixup_link_order): Likewise.
3343 (bfd_elf_final_link): Likewise.
3344 * reloc.c (_bfd_final_link_relocate): Likewise.
3345 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
3346
3347 2016-03-10 Nick Clifton <nickc@redhat.com>
3348
3349 * config.bfd: Mark the i370 target as obsolete.
3350
3351 2016-03-09 Pedro Alves <palves@redhat.com>
3352
3353 * cpu-v850.c (N): Append ":old-gcc-abi" instead of " (using old
3354 gcc ABI)" to printable name.
3355 * cpu-v850_rh850.c (bfd_v850_rh850_arch): Use "v850:rh850" instead
3356 of "v850-rh850" as printable name.
3357
3358 2016-03-09 Leon Winter <winter-gcc@bfw-online.de>
3359
3360 PR ld/19623
3361 * cofflink.c (_bfd_coff_generic_relocate_section): Do not apply
3362 relocations against absolute symbols.
3363
3364 2016-03-09 Alan Modra <amodra@gmail.com>
3365
3366 PR binutils/19775
3367 * coff-alpha.c (alpha_ecoff_openr_next_archived_file): Allow zero
3368 length elements in the archive.
3369
3370 2016-03-08 H.J. Lu <hongjiu.lu@intel.com>
3371
3372 PR ld/19789
3373 * elflink.c (elf_link_add_object_symbols): Create dynamic sections
3374 for -E/--dynamic-list only when not relocatable.
3375
3376 2016-03-08 H.J. Lu <hongjiu.lu@intel.com>
3377
3378 PR ld/19784
3379 * elf32-i386.c (elf_i386_check_relocs): Increment PLT reference
3380 count for locally defined local IFUNC symbols in shared object.
3381 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
3382
3383 2016-03-08 H.J. Lu <hongjiu.lu@intel.com>
3384
3385 PR ld/19579
3386 * elflink.c (_bfd_elf_merge_symbol): Group common symbol checking
3387 together.
3388
3389 2016-03-08 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
3390 Andrew Burgess <andrew.burgess@embecosm.com>
3391
3392 * elf32-arc.c (arc_bfd_get_32): Becomes an alias for bfd_get_32.
3393 (arc_bfd_put_32): Becomes an alias for bfd_put_32.
3394 (arc_elf_howto_init): Added assert to validate relocations.
3395 (get_middle_endian_relocation): Delete.
3396 (middle_endian_convert): New function.
3397 (ME): Redefine, now does nothing.
3398 (IS_ME): New define.
3399 (arc_do_relocation): Extend the attached 'ARC_RELOC_HOWTO'
3400 definition to call middle_endian_convert. Add a new local
3401 variable and make use of this throughout. Added call to
3402 arc_bfd_get_8 and arc_bfd_put_8 for 8 bit relocations.
3403
3404 2016-03-07 Nick Clifton <nickc@redhat.com>
3405
3406 PR binutils/19775
3407 * archive.c (bfd_generic_openr_next_archived_file): Allow zero
3408 length elements in the archive.
3409
3410 2016-03-07 Jiong Wang <jiong.wang@arm.com>
3411
3412 * elfnn-aarch64.c (elfNN_aarch64_check_relocs): Always create .got
3413 section if the symbol "_GLOBAL_OFFSET_TABLE_" is referenced.
3414
3415 2016-03-04 H.J. Lu <hongjiu.lu@intel.com>
3416
3417 PR ld/19579
3418 * elflink.c (_bfd_elf_merge_symbol): Treat common symbol in
3419 executable as definition if the new definition comes from a
3420 shared library.
3421
3422 2016-03-02 Alan Modra <amodra@gmail.com>
3423
3424 * Makefile.in: Regenerate.
3425 * po/SRC-POTFILES.in: Regenerate.
3426
3427 2016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
3428
3429 * elf32-arc.c (elf_arc_relocate_section): Added rules to fix the
3430 relocation addend when sections get merged.
3431
3432 2016-02-29 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
3433
3434 * elf32-arc.c (arc_elf_final_write_processing): Add condition to
3435 the flag change.
3436 (elf_arc_relocate_section): Fixes and conditions to support PIE.
3437 Assert for code sections dynamic relocs.
3438
3439 2016-02-26 Renlin Li <renlin.li@arm.com>
3440
3441 * elfnn-aarch64.c (elfNN_aarch64_howto_table): Fix signed overflow
3442 check for MOVW_SABS_G0, MOVW_SABS_G1, MOVW_SABS_G2.
3443
3444 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
3445
3446 PR ld/19609
3447 * elf32-i386.c (elf_i386_convert_load): Convert to R_386_32 for
3448 load with locally bound symbols if PIC is false or there is no
3449 base register. Optimize branch to 0 if PIC is false.
3450 (elf_i386_relocate_section): Don't generate dynamic relocations
3451 against undefined weak symbols if PIC is false.
3452 * elf64-x86-64.c (elf_x86_64_convert_load): Disable optimization
3453 if we can't estimate relocation overflow with --no-relax.
3454 Convert to R_X86_64_32S/R_X86_64_32 for load with locally bound
3455 symbols if PIC is false. Optimize branch to 0 if PIC is false.
3456 (elf_x86_64_relocate_section): Don't generate dynamic relocations
3457 against undefined weak symbols if PIC is false.
3458
3459 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
3460
3461 PR ld/19645
3462 * bfd.c (bfd): Change flags to 20 bits.
3463 (BFD_CONVERT_ELF_COMMON): New.
3464 (BFD_USE_ELF_STT_COMMON): Likewise.
3465 (BFD_FLAGS_SAVED): Add BFD_CONVERT_ELF_COMMON and
3466 BFD_USE_ELF_STT_COMMON.
3467 (BFD_FLAGS_FOR_BFD_USE_MASK): Likewise.
3468 * configure.ac: Remove --enable-elf-stt-common.
3469 * elf.c (swap_out_syms): Choose STT_COMMON or STT_OBJECT for
3470 common symbol depending on BFD_CONVERT_ELF_COMMON and
3471 BFD_USE_ELF_STT_COMMON.
3472 * elfcode.h (elf_slurp_symbol_table): Set BSF_ELF_COMMON for
3473 STT_COMMON.
3474 * elflink.c (bfd_elf_link_mark_dynamic_symbol): Also check
3475 STT_COMMON.
3476 (elf_link_convert_common_type): New function.
3477 (elf_link_output_extsym): Choose STT_COMMON or STT_OBJECT for
3478 common symbol depending on BFD_CONVERT_ELF_COMMON and
3479 BFD_USE_ELF_STT_COMMON. Set sym.st_info after sym.st_shndx.
3480 * elfxx-target.h (TARGET_BIG_SYM): Add BFD_CONVERT_ELF_COMMON
3481 and BFD_USE_ELF_STT_COMMON to object_flags.
3482 (TARGET_LITTLE_SYM): Likewise.
3483 * syms.c (BSF_KEEP_G): Renamed to ...
3484 (BSF_ELF_COMMON): This.
3485 * bfd-in2.h: Regenerated.
3486 * config.in: Likewise.
3487 * configure: Likewise.
3488
3489 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
3490
3491 PR ld/19636
3492 PR ld/19704
3493 PR ld/19719
3494 * elf32-i386.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): New.
3495 (elf_i386_link_hash_entry): Add has_got_reloc and
3496 has_non_got_reloc.
3497 (elf_i386_link_hash_table): Add interp.
3498 (elf_i386_link_hash_newfunc): Initialize has_got_reloc and
3499 has_non_got_reloc.
3500 (elf_i386_copy_indirect_symbol): Copy has_got_reloc and
3501 has_non_got_reloc.
3502 (elf_i386_check_relocs): Set has_got_reloc and has_non_got_reloc.
3503 (elf_i386_fixup_symbol): New function.
3504 (elf_i386_pie_finish_undefweak_symbol): Likewise.
3505 (elf_i386_allocate_dynrelocs): Don't allocate space for dynamic
3506 relocations and discard relocations against resolved undefined
3507 weak symbols in executable. Don't make resolved undefined weak
3508 symbols in executable dynamic. Keep dynamic non-GOT/non-PLT
3509 relocation against undefined weak symbols in PIE.
3510 (elf_i386_size_dynamic_sections): Set interp to .interp section.
3511 (elf_i386_relocate_section): Don't generate dynamic relocations
3512 against resolved undefined weak symbols in PIE, except for
3513 R_386_PC32.
3514 (elf_i386_finish_dynamic_symbol): Keep PLT/GOT entries without
3515 dynamic PLT/GOT relocations for resolved undefined weak symbols.
3516 Don't generate dynamic relocation against resolved undefined weak
3517 symbol in executable.
3518 (elf_i386_finish_dynamic_sections): Call
3519 elf_i386_pie_finish_undefweak_symbol on all symbols in PIE.
3520 (elf_backend_fixup_symbol): New.
3521 * elf64-x86-64.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): New.
3522 (elf_x86_64_link_hash_entry): Add has_got_reloc and
3523 has_non_got_reloc.
3524 (elf_x86_64_link_hash_table): Add interp.
3525 (elf_x86_64_link_hash_newfunc): Initialize has_got_reloc and
3526 has_non_got_reloc.
3527 (elf_x86_64_copy_indirect_symbol): Copy has_got_reloc and
3528 has_non_got_reloc.
3529 (elf_x86_64_check_relocs): Set has_got_reloc and
3530 has_non_got_reloc.
3531 (elf_x86_64_fixup_symbol): New function.
3532 (elf_x86_64_pie_finish_undefweak_symbol): Likewise.
3533 (elf_x86_64_allocate_dynrelocs): Don't allocate space for dynamic
3534 relocations and discard relocations against resolved undefined
3535 weak symbols in executable. Don't make resolved undefined weak
3536 symbols in executable dynamic.
3537 (elf_x86_64_size_dynamic_sections): Set interp to .interp section.
3538 (elf_x86_64_relocate_section): Check relocation overflow for
3539 dynamic relocations against unresolved weak undefined symbols.
3540 Don't generate dynamic relocations against resolved weak
3541 undefined symbols in PIE.
3542 (elf_x86_64_finish_dynamic_symbol): Keep PLT/GOT entries without
3543 dynamic PLT/GOT relocations for resolved undefined weak symbols.
3544 Don't generate dynamic relocation against resolved undefined weak
3545 symbol in executable.
3546 (elf_x86_64_finish_dynamic_sections): Call
3547 elf_x86_64_pie_finish_undefweak_symbol on all symbols in PIE.
3548 (elf_backend_fixup_symbol): New.
3549
3550 2016-02-26 Alan Modra <amodra@gmail.com>
3551
3552 * elf64-ppc.c (create_linkage_sections): Create sfpr when
3553 save_restore_funcs, rest of sections when not relocatable.
3554 (ppc64_elf_init_stub_bfd): Always call create_linkage_sections.
3555 (sfpr_define): Define all symbols on emitted code.
3556 (ppc64_elf_func_desc_adjust): Adjust for sfpr now being created
3557 when relocatable. Move sfpr_define loop earlier.
3558
3559 2016-02-24 H.J. Lu <hongjiu.lu@intel.com>
3560
3561 * elf64-x86-64.c (elf_x86_64_need_pic): New function.
3562 (elf_x86_64_relocate_section): Use it. Replace
3563 x86_64_elf_howto_table[r_type] with howto.
3564
3565 2016-02-24 H.J. Lu <hongjiu.lu@intel.com>
3566
3567 PR ld/19698
3568 * elflink.c (bfd_elf_record_link_assignment): Set versioned if
3569 symbol version is unknown.
3570
3571 2016-02-24 H.J. Lu <hongjiu.lu@intel.com>
3572
3573 * elf32-i386.c (elf_i386_allocate_dynrelocs): Set plt_got.offset
3574 to (bfd_vma) -1 when setting needs_plt to 0.
3575 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.
3576
3577 2016-02-23 H.J. Lu <hongjiu.lu@intel.com>
3578
3579 * elflink.c (bfd_elf_record_link_assignment): Check for shared
3580 library, instead of PIC, and don't check PDE when making linker
3581 assigned symbol dynamic.
3582
3583 2016-02-23 Faraz Shahbazker <faraz.shahbazker@imgtec.com>
3584
3585 * bfd/elfxx-mips.c (_bfd_mips_post_process_headers): Increment
3586 ABIVERSION for non-executable stack.
3587
3588 2016-02-23 Rich Felker <bugdal@aerifal.cx>
3589
3590 PR target/19516
3591 * elf32-microblaze.c (microblaze_elf_finish_dynamic_symbol):
3592 Always produce a RELATIVE reloc for a local symbol.
3593
3594 2016-02-23 Hans-Peter Nilsson <hp@axis.com>
3595
3596 Fix test-case ld-elf/pr19617b
3597 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
3598 discard unused non-function symbols when --dynamic-list-data.
3599
3600 2016-02-22 H.J. Lu <hongjiu.lu@intel.com>
3601
3602 * elflink.c (_bfd_elf_link_renumber_dynsyms): Always create the
3603 dynsym section, even if it is empty, with dynamic sections.
3604
3605 2016-02-22 H.J. Lu <hongjiu.lu@intel.com>
3606
3607 * syms.c: Remove BSF_COMMON from comments.
3608 * bfd-in2.h: Regenerated.
3609
3610 2016-02-22 Jiong Wang <jiong.wang@arm.com>
3611
3612 * elfnn-aarch64. (aarch64_type_of_stub): Remove redundation calcuation
3613 for destination. Remove useless function parameters.
3614 (elfNN_aarch64_size_stubs): Update parameters for aarch64_type_of_stub.
3615
3616 2016-02-19 Nick Clifton <nickc@redhat.com>
3617
3618 PR ld/19629
3619 * aoutx.h (aout_link_add_symbols): Check for out of range string
3620 table offsets.
3621
3622 PR ld/19628
3623 * reloc.c (bfd_generic_get_relocated_section_contents): Stop
3624 processing if we encounter a reloc without an associated symbol.
3625
3626 2016-02-18 H.J. Lu <hongjiu.lu@intel.com>
3627
3628 PR ld/19617
3629 * elflink.c (elf_link_add_object_symbols): Always create dynamic
3630 sections for -E/--dynamic-list.
3631
3632 2016-02-17 H.J. Lu <hongjiu.lu@intel.com>
3633
3634 * elf64-x86-64.c (elf_backend_omit_section_dynsym): New. Defined
3635 to bfd_true.
3636
3637 2016-02-16 Joseph Myers <joseph@codesourcery.com>
3638
3639 * plugin.c (plugin_vec): Set match priority to 255.
3640 * format.c (bfd_check_format_matches) [BFD_SUPPORTS_PLUGINS]: When
3641 matching against the plugin vector, take priority from there not
3642 from TEMP.
3643
3644 2016-02-15 Nick Clifton <nickc@redhat.com>
3645
3646 * elf-bfd.h (struct bfd_elf_special_section): Use unsigned values
3647 for length and type fields. Use a signed value for the
3648 suffix_length field.
3649
3650 2016-02-10 H.J. Lu <hongjiu.lu@intel.com>
3651
3652 PR ld/19601
3653 * elf32-i386.c (elf_i386_relocate_section): Mask off the least
3654 significant bit in GOT offset for R_386_GOT32X.
3655
3656 2016-02-10 Nick Clifton <nickc@redhat.com>
3657
3658 PR 19405
3659 * elf32-nios2.c (nios2_elf32_install_imm16): Allow for signed
3660 immediate values.
3661 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Limit the
3662 number of messages about FDE encoding preventing .eh_frame_hdr
3663 generation.
3664
3665 2016-02-09 Nick Clifton <nickc@redhat.com>
3666
3667 * oasys.c (oasys_archive_p): Fix indentation.
3668 * elf32-nds32.c (nds32_elf_relax_section): Use an unsigned
3669 constant for left shifting.
3670
3671 * elfnn-aarch64.c (elfNN_aarch64_relocate_section): Add a more
3672 helpful warning message to explain why certain AArch64 relocs
3673 might overflow.
3674
3675 2016-02-05 Simon Marchi <simon.marchi@ericsson.com>
3676
3677 * pe-mips.c (coff_mips_reloc): Fix formatting.
3678
3679 2016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
3680
3681 * cpu-arc.c: Change default archure from bfd_mach_arc_arcv2
3682 to bfd_mach_arc_arc600.
3683
3684 2016-02-04 Alan Modra <amodra@gmail.com>
3685
3686 * elf64-ppc.c (ppc64_elf_relocate_section): Adjust last patch
3687 for big-endian.
3688
3689 2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
3690
3691 PR ld/19542
3692 * elf64-x86-64.c (elf_x86_64_convert_load): Store the estimated
3693 distances in the compressed_size field of the output section.
3694
3695 2016-02-02 Alan Modra <amodra@gmail.com>
3696
3697 * elf64-ppc.c (ppc64_elf_relocate_section): Further restrict
3698 ELFv2 entry optimization.
3699
3700 2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
3701
3702 PR binutils/19547
3703 * elf.c (assign_section_numbers): Clear HAS_RELOC if there are
3704 no relocations in relocatable files.
3705
3706 2016-02-01 H.J. Lu <hongjiu.lu@intel.com>
3707
3708 PR ld/19553
3709 * elflink.c (elf_link_add_object_symbols): Don't add DT_NEEDED
3710 if a symbol from a library loaded via DT_NEEDED doesn't match
3711 the symbol referenced by regular object.
3712
3713 2016-02-01 Nathaniel Smith <njs@pobox.com>
3714
3715 * peicode.h (pe_ILF_build_a_bfd): Create an import symbol for both
3716 CODE and DATA.
3717
3718 2016-02-01 Alan Modra <amodra@gmail.com>
3719
3720 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Don't abort on
3721 an out of range reloc_index.
3722 * elf32-i386.c (elf_i386_get_plt_sym_val): Likewise.
3723
3724 2016-02-01 Kamil Rytarowski <n54@gmx.com>
3725
3726 * Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo.
3727 (OPTIONAL_BACKENDS_CFILES): Add netbsd-core.c.
3728 * Makefile.in: Regenerated.
3729
3730 2016-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3731
3732 * elf64-s390.c (elf_s390_reloc_name_lookup): Fix indentation.
3733
3734 2016-01-31 John David Anglin <danglin@gcc.gnu.org>
3735
3736 PR ld/19526
3737 * elf32-hppa.c (elf32_hppa_final_link): Don't sort non-regular output
3738 files.
3739 * elf64-hppa.c (elf32_hppa_final_link): Likewise. Remove retval.
3740
3741 2016-01-30 H.J. Lu <hongjiu.lu@intel.com>
3742
3743 PR ld/19539
3744 * elf32-i386.c (elf_i386_reloc_type_class): Check relocation
3745 against STT_GNU_IFUNC symbol only with dynamic symbols.
3746 * elf64-x86-64.c (elf_x86_64_reloc_type_class): Likewise.
3747
3748 2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
3749
3750 PR binutils/19523
3751 * dwarf2.c (_bfd_dwarf2_slurp_debug_info): Set BFD_DECOMPRESS to
3752 decompress debug sections.
3753
3754 2016-01-25 Maciej W. Rozycki <macro@imgtec.com>
3755
3756 * elf32-arc.c (elf_arc_finish_dynamic_symbol): Rename `index' to
3757 `dynindx'.
3758
3759 2016-01-25 Nick Clifton <nickc@redhat.com>
3760
3761 PR target/19435
3762 * mach-o.c (bfd_mach_o_close_and_cleanup): Suppress code to free
3763 dsym filename buffer.
3764
3765 2016-01-24 Maciej W. Rozycki <macro@imgtec.com>
3766
3767 * elfxx-mips.c (BZ16_REG_FIELD): Simplify calculation.
3768
3769 2016-01-24 Maciej W. Rozycki <macro@imgtec.com>
3770
3771 * elfxx-mips.c (BZ16_REG): Correct calculation.
3772
3773 2016-01-21 Nick Clifton <nickc@redhat.com>
3774
3775 * elf32-arc.c (ADD_RELA): Fix compile time warning errors by
3776 changing the type of _loc to be bfd_byte *.
3777 (elf_arc_finish_dynamic_symbol): Likewise.
3778
3779 2016-01-21 Nick Clifton <nickc@redhat.com>
3780
3781 PR ld/19455
3782 * elf32-arm.c (elf32_arm_create_dynamic_sections): Set the ELF
3783 class of the linker stub bfd.
3784 (elf32_arm_check_relocs): Skip check for pic format after
3785 processing a vxWorks R_ARM_ABS12 reloc.
3786 * elflink.c (bfd_elf_final_link): Check for ELFCLASSNONE when
3787 reporting a class mismatch.
3788
3789 2016-01-21 Jiong Wang <jiong.wang@arm.com>
3790
3791 * elfnn-aarch64.c (aarch64_type_of_stub): Allow insert long branch
3792 veneer for sym_sec != input_sec.
3793 (elfNN_aarch64_size_stub): Support STT_SECTION symbol.
3794 (elfNN_aarch64_final_link_relocate): Take rela addend into account when
3795 calculation destination.
3796
3797 2016-01-21 Alan Modra <amodra@gmail.com>
3798
3799 * elf-linux-core.h (swap_linux_prpsinfo32_out): New function.
3800 (swap_linux_prpsinfo64_out): New function.
3801 (LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
3802 (LINUX_PRPSINFO64_SWAP_FIELDS): Delete.
3803 * elf.c (elfcore_write_linux_prpsinfo32): Adjust. Don't memset.
3804 (elfcore_write_linux_prpsinfo64): Likewise.
3805 * elf32-ppc.c (swap_ppc_linux_prpsinfo32_out): New function.
3806 (PPC_LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
3807 (elfcore_write_ppc_linux_prpsinfo32): Adjust. Don't memset.
3808
3809 2016-01-21 Alan Modra <amodra@gmail.com>
3810
3811 * elf-linux-core.h: Rename from elf-linux-psinfo.h.
3812 * elf.c: Adjust #include.
3813 * elf32-ppc.c: Don't #include elf-linux-psinfo.h
3814 * Makefile.am (SOURCE_HFILES): Update.
3815 * Makefile.in: Regenerate.
3816 * po/SRC-PORFILES.in: Regenerate.
3817
3818 2016-01-21 Alan Modra <amodra@gmail.com>
3819
3820 * configure.ac: Move corefile selection later in file. Move
3821 tdefaults code immediately after other target vector code.
3822 * configure: Regenerate.
3823
3824 2016-01-20 Mickael Guene <mickael.guene@st.com>
3825
3826 * elf32-arm.c (elf32_arm_special_sections): Remove catch of noread
3827 section using '.text.noread' pattern.
3828
3829 2016-01-19 John Baldwin <jhb@FreeBSD.org>
3830
3831 * elf.c (elfcore_grok_note): Recognize NT_FREEBSD_THRMISC notes.
3832
3833 2016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
3834 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
3835
3836 * arc-plt.def: New file.
3837 * arc-plt.h: Likewise.
3838 * elf32-arc.c (elf_arc_abs_plt0_entry, elf_arc_abs_pltn_entry,
3839 elf_arcV2_abs_plt0_entry, elf_arcV2_abs_pltn_entry,
3840 elf_arc_pic_plt0_entry, elf_arc_pic_pltn_entry,
3841 elf_arcV2_pic_plt0_entry, elf_arcV2_pic_pltn_entry): Remove.
3842 (name_for_global_symbol): Added.
3843 (ADD_RELA): Helper to create dynamic relocs.
3844 (new_got_entry_to_list): Create a new got entry in linked list.
3845 (symbol_has_entry_of_type): Search for specific type of entry in
3846 list.
3847 (is_reloc_for_GOT): return FALSE for any TLS related relocs.
3848 (is_reloc_for_TLS, arc_elf_set_private_flags)
3849 (arc_elf_print_private_bfd_data, arc_elf_copy_private_bfd_data)
3850 (arc_elf_merge_private_bfd_data): New functions.
3851 (debug_arc_reloc): Cleaned debug info printing.
3852 (PDATA reloc): Changed not to perform address alignment.
3853 (reverse_me): Added. Fix for ARC_32 relocs.
3854 (arc_do_relocation): Return bfd_reloc_of when no relocation should
3855 occur.
3856 (arc_get_local_got_ents): Renamed from arc_get_local_got_offsets.
3857 Changed function to access an array of list of GOT entries instead
3858 of just an array of offsets.
3859 (elf_arc_relocate_section): Added support for PIC and TLS related relocations.
3860 (elf_arc_check_relocs): Likewise.
3861 (elf_arc_adjust_dynamic_symbol, elf_arc_finish_dynamic_symbol,
3862 (elf_arc_finish_dynamic_sections): Likewise
3863 (arc_create_dynamic_sections): Modified conditions to create
3864 dynamic sections.
3865 (ADD_SYMBOL_REF_SEC_AND_RELOC): New macro.
3866 (plt_do_relocs_for_symbol, relocate_plt_for_symbol)
3867 (relocate_plt_for_entry): Changed to support new way to define PLT
3868 related code.
3869 (add_symbol_to_plt): Likewise.
3870 (arc_elf_link_hash_table_create): New function.
3871
3872 2016-01-18 Nick Clifton <nickc@redhat.com>
3873
3874 PR ld/19440
3875 * coff-rs6000.c (_bfd_xcoff_swap_sym_in): Sign extend external
3876 section number into internal section number.
3877 * coff64-rs6000.c (_bfd_xcoff64_swap_sym_in): Likewise.
3878 * coffswap.h (coff_swap_sym_in): Likewise.
3879 * peXXigen.c (_bfd_XXi_swap_sym_in): Likewise.
3880 * coffcode.h (_coff_bigobj_swap_sym_in): Make sure that internal
3881 section number field is big enough to hold the external value.
3882
3883 2016-01-17 Alan Modra <amodra@gmail.com>
3884
3885 * configure: Regenerate.
3886
3887 2016-01-12 Yury Usishchev <y.usishchev@samsung.com>
3888
3889 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Insert cantunwind
3890 when address in first unwind entry does not match start of
3891 section.
3892
3893 2016-01-08 Richard Sandiford <richard.sandiford@arm.com>
3894 Jiong Wang <jiong.wang@arm.com>
3895
3896 PR ld/19368
3897 * elf32-arm.c (elf32_arm_reloc_type_class): Map R_ARM_IRELATIVE to
3898 reloc_class_ifunc.
3899
3900 2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
3901
3902 * elf32-arc.c (reloc_type_to_name): Change ARC_RELOC_HOWTO to
3903 place 'R_' before the reloc name returned.
3904 (elf_arc_howto_table): Change ARC_RELOC_HOWTO to place 'R_' before
3905 the relocation string.
3906
3907 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3908
3909 * elfxx-mips.c (mips_elf_merge_obj_abiflags): New function,
3910 factored out from...
3911 (_bfd_mips_elf_merge_private_bfd_data): ... here.
3912
3913 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3914
3915 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Move
3916 attribute check after ELF file header flag check.
3917
3918 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3919
3920 * elfxx-mips.c (mips_elf_merge_obj_attributes): Propagate the
3921 return status from `_bfd_elf_merge_object_attributes'.
3922
3923 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3924
3925 * elfxx-mips.c (mips_elf_merge_obj_e_flags): New function,
3926 factored out from...
3927 (_bfd_mips_elf_merge_private_bfd_data): ... here.
3928
3929 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3930
3931 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Fold the
3932 handling of input MIPS ABI flags together.
3933
3934 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3935
3936 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Suppress
3937 attribute checks for null input.
3938
3939 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3940
3941 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Use local
3942 pointers to target data.
3943
3944 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3945
3946 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
3947 an FP ABI warning.
3948
3949 2016-01-01 Alan Modra <amodra@gmail.com>
3950
3951 Update year range in copyright notice of all files.
3952
3953 For older changes see ChangeLog-2015 and doc/ChangeLog-0415
3954 \f
3955 Copyright (C) 2016 Free Software Foundation, Inc.
3956
3957 Copying and distribution of this file, with or without modification,
3958 are permitted in any medium without royalty provided the copyright
3959 notice and this notice are preserved.
3960
3961 Local Variables:
3962 mode: change-log
3963 left-margin: 8
3964 fill-column: 74
3965 version-control: never
3966 End: