PR 12739
[platform/upstream/binutils.git] / bfd / ChangeLog
1 2011-05-07  Anders Kaseorg  <andersk@ksplice.com>
2
3         PR 12739
4         * libbfd.c (bfd_get_8, bfd_get_signed_8): Use const cast.
5         * bfd-in2.h: Regenerate.
6
7 2011-05-06  Tristan Gingold  <gingold@adacore.com>
8
9         * vms-alpha.c (evax_section_flags): Remove SEC_IN_MEMORY.
10         (_bfd_vms_slurp_egsd): Rename old_flags to vms_flags.  Handle
11         any code section.  Add comments.
12         (alpha_vms_object_p): Use void * instead of PTR.
13         (alpha_vms_create_eisd_for_section): Fix test for setting DZRO.
14         (build_module_list): Guard against no DST section.  Add comments.
15         (alpha_vms_link_output_symbol): Discard undefined symbols.
16         (alpha_vms_get_section_contents): Simply memcpy if the section was
17         already loaded.  Fix typo.
18         (vms_new_section_hook): Use void * instead of PTR.
19         (vms_alpha_vec): Ditto.
20
21 2011-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
22
23         * elf32-arm.c (cortex_a8_erratum_scan): If the stub is a Thumb
24         branch to a PLT entry, redirect it to the PLT's Thumb entry point.
25
26 2011-05-05  Bernd Schmidt  <bernds@codesourcery.com>
27
28         * elf32-tic6x.c (elf32_tic6x_final_link): New function.
29         (elf32_tic6x_merge_attributes): Do not warn for PID or PIC
30         mismatch.  Choose the lower of the two values.
31         (bfd_elf32_bfd_final_link): New macro.
32
33 2011-04-28  Tristan Gingold  <gingold@adacore.com>
34
35         * coff-rs6000.c (_bfd_xcoff_swap_aux_in): Adjust for x_file.
36         (bfd_xcoff_swap_aux_out): Ditto.
37         * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Ditto.
38         (bfd_xcoff64_swap_aux_out): Ditto.
39
40 2011-05-04  Alan Modra  <amodra@gmail.com>
41
42         PR ld/12727
43         * elf64-ppc.c (ppc_build_one_stub <ppc_sub_plt_call>): Clear
44         was_undefined on dot-symbols.
45
46 2011-05-03  Paul Brook  <paul@codesourcery.com>
47
48
49         * elf32-tic6x.c (elf32_tic6x_howto_table,
50         elf32_tic6x_howto_table_rel, (elf32_tic6x_gc_sweep_hook,
51         elf32_tic6x_relocate_section, elf32_tic6x_check_relocs):
52         Add R_C6000_EHTYPE.
53
54 2011-05-01  Alan Modra  <amodra@gmail.com>
55
56         PR ld/12718
57         * elf32-i386.c (elf_i386_check_relocs): Ensure dynobj set before
58         creating ifunc sections.
59         * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
60
61 2011-04-30  H.J. Lu  <hongjiu.lu@intel.com>
62
63         * elf64-x86-64.c (elf_x86_64_merge_symbol): Correct parameter
64         names.
65
66 2011-04-28  Tom Tromey  <tromey@redhat.com>
67
68         * bfdio.c (memory_bstat): Pass correct size to memset.
69
70 2011-04-28  Mike Frysinger  <vapier@gentoo.org>
71
72         * dwarf2.c (dwarf_debug_sections): Mark const.
73         * elf.c (special_sections): Likewise.
74         * libbfd-in.h (dwarf_debug_sections): Likewise.
75         * libbfd.h: Regenerate.
76
77 2011-04-26  Kai Tietz  <ktietz@redhat.com>
78
79         * coffcode.h (sec_to_styp_flags): Allow linkonce for
80         debugging sections.
81
82 2011-04-26  Tristan Gingold  <gingold@adacore.com>
83
84         * coff64-rs6000.c: Convert to ISO-C.  Remove PARAMS and PTR macros.
85
86 2011-04-24  Alan Modra  <amodra@gmail.com>
87
88         PR ld/12365
89         PR ld/12696
90         * coff-aux.c (coff_m68k_aux_link_add_one_symbol): Update "notice" call.
91         * linker.c (_bfd_link_hash_newfunc): Clear bitfields.
92         (_bfd_generic_link_add_one_symbol): Update "notice" call.
93         * elflink.c (_bfd_elf_merge_symbol): Don't skip weak redefs when
94         it is a redef of an IR symbol in a real BFD.
95
96 2011-04-22  H.J. Lu  <hongjiu.lu@intel.com>
97
98         * elf32-i386.c (elf_i386_readonly_dynrelocs): Warn relocation
99         in readonly section in a shared object.
100         (elf_i386_size_dynamic_sections): Likewise.
101         * elf64-x86-64.c (elf_x86_64_readonly_dynrelocs): Likewise.
102         (elf_x86_64_size_dynamic_sections): Likewise.
103
104 2011-04-21  H.J. Lu  <hongjiu.lu@intel.com>
105
106         PR ld/12694
107         * elf32-i386.c (elf_i386_readonly_dynrelocs): Skip local IFUNC
108         symbols.
109         * elf64-x86-64.c (elf_x86_64_readonly_dynrelocs): Likewise.
110
111 2011-04-21  H.J. Lu  <hongjiu.lu@intel.com>
112
113         * elf32-i386.c (elf_i386_finish_dynamic_symbol): Return false
114         on dynamic symbol error.
115         * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Likewise.
116
117 2011-04-20  Tristan Gingold  <gingold@adacore.com>
118
119         * config.bfd (alpha*-*-*vms*, ia64*-*-*vms*): Define targ_selvecs.
120
121 2011-04-20  Alan Modra  <amodra@gmail.com>
122
123         * hash.c (bfd_default_hash_table_size): Make it an unsigned long.
124         (bfd_hash_table_init_n): Overflow checking.
125         (bfd_hash_set_default_size): Return current size.  Take unsigned long
126         arg.  Add 65537 to hash_size primes.
127         * bfd-in.h (bfd_hash_set_default_size): Update prototype.
128         * bfd-in2.h: Regenerate.
129
130 2011-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
131
132         * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Fix +1 overrun of
133         memmove elements.
134
135 2011-04-20  Alan Modra  <amodra@gmail.com>
136
137         * libbfd.c (bfd_log2): Do return rounded up value.
138         * elflink.c (bfd_elf_size_dynsym_hash_dynstr): Replace bfd_log2
139         call with expanded old round down version of the function.
140
141         * archive.c (_bfd_get_elt_at_filepos): Don't release n_nfd.
142         * elflink.c (elf_link_add_object_symbols): Delete redundant code.
143
144 2011-04-20  Alan Modra  <amodra@gmail.com>
145
146         PR ld/12365
147         * elfcode.h (elf_slurp_symbol_table): Put common plugin IR symbols
148         in their own common section.
149         * elflink.c (elf_link_add_object_symbols): Likewise.
150         * linker.c (generic_link_check_archive_element): Don't lose flags
151         if common section is pre-existing.
152         (_bfd_generic_link_add_one_symbol): Likewise.
153
154 2011-04-20  Alan Modra  <amodra@gmail.com>
155
156         PR ld/12365
157         * elflink.c (_bfd_elf_merge_symbol): Update multiple_common calls.
158         * linker.c (_bfd_generic_link_add_one_symbol): Likewise.  Call
159         multiple_definition regardless of allow_multiple_definition.
160         * simple.c (simple_dummy_multiple_definition): Update.
161         * xcofflink.c (xcoff_link_add_symbols): Update multiple_definition
162         calls.
163
164 2011-04-18  Tristan Gingold  <gingold@adacore.com>
165
166         * coff-rs6000.c: Convert to ISO-C.  Remove PARAMS macro.
167
168 2011-04-18  Alan Modra  <amodra@gmail.com>
169
170         PR ld/12365
171         PR ld/12672
172         * bfd.c (BFD_PLUGIN): Define.
173         (BFD_FLAGS_SAVED, BFD_FLAGS_FOR_BFD_USE_MASK): Add BFD_PLUGIN.
174         * bfd-in2.h: Regenerate.
175         * elflink.c (elf_link_output_extsym): Strip undefined plugin syms.
176         * opncls.c (bfd_make_readable): Don't lose original bfd flags.
177
178 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
179
180         * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Do not check for
181         SEC_LOAD.
182
183 2011-04-15  Sergio Durigan Junior  <sergiodj@redhat.com>
184
185         * elf-bfd.h (struct sdt_note): New struct.
186         (struct elf_obj_tdata) <sdt_note_head>: New field.
187         * elf.c (elfobj_grok_stapsdt_note_1): New function.
188         (elfobj_grok_stapsdt_note): Likewise.
189         (elf_parse_notes): Added code to treat SystemTap note
190         sections.
191
192 2011-04-12  Richard Henderson  <rth@redhat.com>
193
194         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Do not
195         exclude empty .got sections.
196
197 2011-04-11  H.J. Lu  <hongjiu.lu@intel.com>
198
199         * elf32-i386.c (elf_i386_reloc_type_lookup): Fix the out of bound
200         array access for BFD_RELOC_386_IRELATIVE.
201
202 2011-04-11  Bernd Schmidt  <bernds@codesourcery.com>
203
204         * elf32-tic6x.c (elf32_tic6x_check_relocs): Initialize pc_count field.
205
206 2011-04-11  Mark Wielaard  <mjw@redhat.com>
207
208         PR 10549
209         * elf-bfd.h (has_ifunc_symbols): Renamed to has_gnu_symbols.
210         (has_gnu_symbols): Renamed from has_ifunc_symbols.
211         * elf.c (_bfd_elf_set_osabi): Use new has_gnu_symbols name.
212         * elf32-arm.c (elf32_arm_add_symbol_hook): Set has_gnu_symbols
213         also if STB_GNU_UNIQUE symbol binding was seen.
214         * elf32-i386.c (elf_i386_add_symbol_hook): Likewise.
215         * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
216         * elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise.
217         * elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise.
218         * elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise.
219         * elf64-x86-64.c (elf_x86_64_add_symbol_hook): Likewise.
220
221 2011-04-11  Alan Modra  <amodra@gmail.com>
222
223         * bfd-in.h (bfd_get_section_limit): Don't use rawsize with output
224         sections.
225         * libbfd.c (_bfd_generic_get_section_contents): Likewise.
226         (_bfd_generic_get_section_contents_in_window): Likewise.
227         * section.c (bfd_get_section_contents): Likewise.
228         * compress.c (bfd_get_full_section_contents): Likewise.
229         * elf32-rx.c (rx_final_link): Ignore rawsize.
230         * elf32-microblaze.c (microblaze_elf_relocate_section): Use correct
231         bfd with bfd_get_section_limit.
232         * elfxx-ia64.c (elfNN_ia64_choose_gp): Add "final" parameter.  Use
233         os->size during final link.  Update callers.
234         * bfd-in2.h: Regenerate.
235
236 2011-04-10  Richard Sandiford  <rdsandiford@googlemail.com>
237
238         PR ld/12637
239         * elfxx-mips.c (mips_elf_merge_got_with): Use arg->global_count
240         as the number of global entries when merging with the primary GOT.
241
242 2011-04-09  H.J. Lu  <hongjiu.lu@intel.com>
243
244         * elf32-i386.c: Update copyright year.
245         * elf64-x86-64.c: Likewise.
246
247 2011-04-09  Kai Tietz  <ktietz@redhat.com>
248
249         * peXXigen.c (_bfd_XXi_final_link_postscripte): Sort pdata in temporary
250         buffer and use rawsize for sorting.
251         * coffcode.h (coff_compute_section_file_positions): Set rawsize
252         before doing alignment.
253
254 2011-04-09  H.J. Lu  <hongjiu.lu@intel.com>
255
256         * elf32-i386.c (elf_i386_relocate_section): Return relocation
257         error on unsupported relocation.
258         * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
259
260 2011-04-09  H.J. Lu  <hongjiu.lu@intel.com>
261
262         PR binutils/12657
263         * hosts/x86-64linux.h (elf_prstatus32): Replace __pid_t with
264         pid_t.
265
266 2011-04-08  H.J. Lu  <hongjiu.lu@intel.com>
267
268         PR ld/12654
269         * elf32-i386.c (elf_i386_relocate_section): Check !executable
270         instead of shared for R_386_TLS_LDO_32.
271
272 2011-04-08  Tristan Gingold  <gingold@adacore.com>
273
274         * Makefile.am (SOURCE_HFILES): Remove xcoff-target.h
275         * coff-pmac: Remove
276         * xcoff-target.h: Remove
277         * Makefile.in: Regenerate.
278
279 2011-04-07  Cary Coutant  <ccoutant@google.com>
280
281         * dwarf2.c (scan_unit_for_symbols): Check for DW_AT_specification.
282
283 2011-04-07  Paul Brook  <paul@codesourcery.com>
284
285         * elf32-tic6x.c (elf32_tic6x_howto_table): R_C6000_PREL31 is
286         pc-relative.
287         (elf32_tic6x_howto_table_rel): Ditto.
288         (elf32_tic6x_relocate_section): Implement R_C6000_PREL31.
289         (elf32_tic6x_check_relocs): Ditto.
290
291 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
292
293         * config.bfd (thumb-*-oabi): Don't handle in list of obsolete
294         targets.
295         (strongarm*, thumb*, xscale*): Remove architectures.
296         (strongarm-*-kaos*, thumb-*-coff, thumb-*-elf, thumb-epoc-pe*,
297         thumb-*-pe*, strongarm-*-elf, strongarm-*-coff, xscale-*-elf,
298         xscale-*-coff): Remove targets.
299
300 2011-04-01  Tristan Gingold  <gingold@adacore.com>
301
302         * elfxx-ia64.c: include bfd_stdint.h
303
304 2011-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
305
306         * elf32-tic6x.c (elf32_tic6x_relocate_section): Remove unused variable
307         dynobj and its initialization.
308
309 2011-03-31  Tristan Gingold  <gingold@adacore.com>
310
311         * makefile.vms (DEFS): Add HAVE_bfd_elf64_ia64_vms_vec.
312         * configure.com: Set BFD_HOST_64BIT_LONG_LONG and
313         BFD_HOST_LONG_LONG to 1.
314
315 2011-03-31  Tristan Gingold  <gingold@adacore.com>
316
317         * vms-alpha.c (vms_get_remaining_object_record): Fix dec-c warning.
318         (_bfd_vms_write_etir): Ditto.
319         (_bfd_vms_slurp_etir): Avoid to use intptr_t
320         * configure.com: Generate bfd_stdint.h
321
322 2011-03-31  Bernd Schmidt  <bernds@codesourcery.com>
323
324         * elf32-tic6x.h (struct elf32_tic6x_params): New.
325         (elf32_tic6x_setup): Declare.
326         * elf32-tic6x.c: Include <limits.h>.
327         (ELF_DYNAMIC_LINKER, DEFAULT_STACK_SIZE, PLT_ENTRY_SIZE): Define.
328         (struct elf32_tic6x_link_hash_table, struct elf32_link_hash_entry):
329         New structures.
330         (elf32_tic6x_link_hash_table, is_tic6x_elf): New macros.
331         (tic6x_elf_scom_section, tic6x_elf_scom_symbol,
332         tic6x_elf_scom_symbol_ptr): New static variables.
333         (elf32_tic6x_howto_table, elf32_tic6x_howto_table_rel,
334         elf32_tic6x_reloc_map): Add R_C6000_JUMP_SLOT, R_C6000_EHTYPE,
335         R_C6000_PCR_H16 and R_C6000_PCR_L16.
336         (elf32_tic6x_link_hash_newfunc, elf32_tic6x_link_hash_table_create,
337         elf32_tic6x_link_hash_table_free, elf32_tic6x_setup,
338         elf32_tic6x_using_dsbt, elf32_tic6x_install_rela,
339         elf32_tic6x_create_dynamic_sections, elf32_tic6x_make_got_dynreloc,
340         elf32_tic6x_finish_dynamic_symbol, elf32_tic6x_gc_sweep_hook,
341         elf32_tic6x_adjust_dynamic_symbol): New static functions.
342         (elf32_tic6x_relocate_section): For R_C6000_PCR_S21, convert branches
343         to weak symbols as required by the ABI.
344         Handle GOT and DSBT_INDEX relocs, and copy relocs to the output file
345         as needed when generating DSBT output.
346         (elf32_tic6x_check_relocs, elf32_tic6x_add_symbol_hook,
347         elf32_tic6x_symbol_processing, elf32_tic6x_section_from_bfd_section,
348         elf32_tic6x_allocate_dynrelocs, elf32_tic6x_size_dynamic_sections,
349         elf32_tic6x_always_size_sections, elf32_tic6x_modify_program_headers,
350         elf32_tic6x_finish_dynamic_sections, elf32_tic6x_plt_sym_val,
351         elf32_tic6x_copy_private_data, elf32_tic6x_link_omit_section_dynsym):
352         New static functions.
353         (ELF_MAXPAGESIZE): Define to 0x1000.
354         (bfd_elf32_bfd_copy_private_bfd_data,
355         bfd_elf32_bfd_link_hash_table_create,
356         bfd_elf32_bfd_link_hash_table_free, elf_backend_can_refcount,
357         elf_backend_want_got_plt, elf_backend_want_dynbss,
358         elf_backend_plt_readonly, elf_backend_got_header_size,
359         elf_backend_gc_sweep_hook, elf_backend_modify_program_headers,
360         elf_backend_create_dynamic_sections, elf_backend_adjust_dynamic_symbol,
361         elf_backend_check_relocs, elf_backend_add_symbol_hook,
362         elf_backend_symbol_processing, elf_backend_link_output_symbol_hook,
363         elf_backend_section_from_bfd_section,
364         elf_backend_finish_dynamic_symbol, elf_backend_always_size_sections,
365         elf32_tic6x_size_dynamic_sections, elf_backend_finish_dynamic_sections,
366         elf_backend_omit_section_dynsym, elf_backend_plt_sym_val): Define.
367
368         * bfd/reloc.c (BFD_RELOC_C6000_JUMP_SLOT, BFD_RELOC_C6000_EHTYPE,
369         BFD_RELOC_C6000_PCR_H16, BFD_RELOC_C6000_PCR_S16): Add.
370         * bfd/bfd-in2.h: Regenerate.
371         * bfd/libbfd.h: Regenerate.
372         * config.bfd: Accept tic6x-*-* instead of tic6x-*-elf.
373
374 2011-03-31  Tristan Gingold  <gingold@adacore.com>
375
376         * coffcode.h (coff_slurp_symbol_table): Silently discard C_NULL
377         entry on xcoff when value is C_NULL_VALUE.
378
379 2011-03-31  Tristan Gingold  <gingold@adacore.com>
380
381         * libcoff-in.h (exec_hdr): Remove.
382         * libcoff.h: Regenerate.
383
384 2011-03-30  Nick Clifton  <nickc@redhat.com>
385
386         * po/da.po: Updated Danish translation.
387
388 2011-03-29  Richard Henderson  <rth@redhat.com>
389
390         * elf64-alpha.c (elf64_alpha_gc_mark_hook): New.
391         (elf64_alpha_gc_sweep_hook): New.
392         (elf_backend_gc_mark_hook, elf_backend_gc_sweep_hook): New.
393         (elf_backend_can_gc_sections): New.
394
395 2011-03-26  John Marino  <binutils@marino.st>
396
397         * config.bfd: Add x86_64-*-dragonfly*, fix i386-*-dragonfly*.
398         * configure.in: Delete unused bfd_elf32_i386_dragonfly_vec.
399         * configure: Regenerate.
400
401 2011-03-25  Michael Snyder  <msnyder@vmware.com>
402
403         * coffcode.h (coff_set_alignment_hook): Check return of bfd_seek.
404
405 2011-03-25  Tristan Gingold  <gingold@adacore.com>
406
407         * vms-alpha.c (_bfd_vms_find_nearest_dst_line): Allow the use
408         of find_nearest_line on object files.
409
410 2011-03-25  Tristan Gingold  <gingold@adacore.com>
411
412         * vms-alpha.c (evax_section_flags): Make $CODE$ section read-only.
413         Minor reordering.
414         (alpha_vms_create_eisd_for_section): Make code sections read-only.
415
416 2011-03-24  Alan Modra  <amodra@gmail.com>
417
418         * elf32-ppc.c (ppc_elf_tls_optimize): Catch more cases where
419         old-style __tls_get_addr calls without marker relocs don't match
420         their arg setup insn one for one.  If such mismatches are found
421         report the reloc and don't do any tls optimization.
422         * elf64-ppc.c (ppc64_elf_tls_optimize): Likewise.
423
424 2011-03-22  Eric B. Weddington  <eric.weddington@atmel.com>
425
426         * bfd-in2.h: Regenerate.
427
428 2011-03-22  Eric B. Weddington  <eric.weddington@atmel.com>
429
430         * archures.c: Add AVR XMEGA architecture information.
431         * cpu-avr.c (arch_info_struct): Likewise.
432         * elf32-avr.c (bfd_elf_avr_final_write_processing): Likewise.
433         (elf32_avr_object_p): Likewise.
434
435 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
436
437         * reloc.c (BFD_RELOC_ARM_IRELATIVE): New relocation.
438         * bfd-in2.h: Regenerate.
439         * elf32-arm.c (elf32_arm_howto_table_2): Rename existing definition
440         to elf32_arm_howto_table_3 and replace with a single R_ARM_IRELATIVE
441         entry.
442         (elf32_arm_howto_from_type): Update accordingly.
443         (elf32_arm_reloc_map): Map BFD_RELOC_ARM_IRELATIVE to R_ARM_IRELATIVE.
444         (elf32_arm_reloc_name_lookup): Handle elf32_arm_howto_table_3.
445         (arm_plt_info): New structure, split out from elf32_arm_link_hash_entry
446         with an extra noncall_refcount field.
447         (arm_local_iplt_info): New structure.
448         (elf_arm_obj_tdata): Add local_iplt.
449         (elf32_arm_local_iplt): New accessor macro.
450         (elf32_arm_link_hash_entry): Replace plt_thumb_refcount,
451         plt_maybe_thumb_refcount and plt_got_offset with an arm_plt_info.
452         Change tls_type to a bitfield and add is_iplt.
453         (elf32_arm_link_hash_newfunc): Update accordingly.
454         (elf32_arm_allocate_local_sym_info): New function.
455         (elf32_arm_create_local_iplt): Likewise.
456         (elf32_arm_get_plt_info): Likewise.
457         (elf32_arm_plt_needs_thumb_stub_p): Likewise.
458         (elf32_arm_get_local_dynreloc_list): Likewise.
459         (create_ifunc_sections): Likewise.
460         (elf32_arm_copy_indirect_symbol): Update after the changes to
461         elf32_arm_link_hash_entry.  Assert the is_iplt has not yet been set.
462         (arm_type_of_stub): Add an st_type argument.  Use elf32_arm_get_plt_info
463         to get PLT information.  Assert that all STT_GNU_IFUNC references
464         are turned into PLT references.
465         (arm_build_one_stub): Pass the symbol type to
466         elf32_arm_final_link_relocate.
467         (elf32_arm_size_stubs): Pass the symbol type to arm_type_of_stub.
468         (elf32_arm_allocate_irelocs): New function.
469         (elf32_arm_add_dynreloc): In static objects, use .rel.iplt for
470         all R_ARM_IRELATIVE.
471         (elf32_arm_allocate_plt_entry): New function.
472         (elf32_arm_populate_plt_entry): Likewise.
473         (elf32_arm_final_link_relocate): Add an st_type parameter.
474         Set srelgot to null for static objects.  Use separate variables
475         to record which st_value and st_type should be used when generating
476         a dynamic relocation.  Use elf32_arm_get_plt_info to find the
477         symbol's PLT information, setting has_iplt_entry, splt,
478         plt_offset and gotplt_offset accordingly.  Check whether
479         STT_GNU_IFUNC symbols should resolve to an .iplt entry, and change
480         the relocation target accordingly.  Broaden assert to include
481         .iplts.  Don't set sreloc for static relocations.  Assert that
482         we only generate dynamic R_ARM_RELATIVE relocations for R_ARM_ABS32
483         and R_ARM_ABS32_NOI.  Generate R_ARM_IRELATIVE relocations instead
484         of R_ARM_RELATIVE relocations if the target is an STT_GNU_IFUNC
485         symbol.  Pass the symbol type to arm_type_of_stub.  Conditionally
486         resolve GOT references to the .igot.plt entry.
487         (elf32_arm_relocate_section): Update the call to
488         elf32_arm_final_link_relocate.
489         (elf32_arm_gc_sweep_hook): Use elf32_arm_get_plt_info to get PLT
490         information.  Treat R_ARM_REL32 and R_ARM_REL32_NOI as call
491         relocations in shared libraries and relocatable executables.
492         Count non-call PLT references.  Use elf32_arm_get_local_dynreloc_list
493         to get the list of dynamic relocations for a local symbol.
494         (elf32_arm_check_relocs): Always create ifunc sections.  Set isym
495         at the same time as setting h.  Use elf32_arm_allocate_local_sym_info
496         to allocate local symbol information.  Treat R_ARM_REL32 and
497         R_ARM_REL32_NOI as call relocations in shared libraries and
498         relocatable executables.  Record PLT information for local
499         STT_GNU_IFUNC functions as well as global functions.   Count
500         non-call PLT references.  Use elf32_arm_get_local_dynreloc_list
501         to get the list of dynamic relocations for a local symbol.
502         (elf32_arm_adjust_dynamic_symbol): Handle STT_GNU_IFUNC symbols.
503         Don't remove STT_GNU_IFUNC PLTs unless all references have been
504         removed.  Update after the changes to elf32_arm_link_hash_entry.
505         (allocate_dynrelocs_for_symbol): Decide whether STT_GNU_IFUNC PLT
506         entries should live in .plt or .iplt.  Check whether the .igot.plt
507         and .got entries can be combined.  Use elf32_arm_allocate_plt_entry
508         to allocate .plt and .(i)got.plt entries.  Detect which .got
509         entries will need R_ARM_IRELATIVE relocations and use
510         elf32_arm_allocate_irelocs to allocate them.  Likewise other
511         non-.got dynamic relocations.
512         (elf32_arm_size_dynamic_sections): Allocate .iplt, .igot.plt
513         and dynamic relocations for local STT_GNU_IFUNC symbols.
514         Check whether the .igot.plt and .got entries can be combined.
515         Detect which .got entries will need R_ARM_IRELATIVE relocations
516         and use elf32_arm_allocate_irelocs to allocate them.  Use stashed
517         section pointers intead of strcmp checks.  Handle iplt and igotplt.
518         (elf32_arm_finish_dynamic_symbol): Use elf32_arm_populate_plt_entry
519         to fill in .plt, .got.plt and .rel(a).plt entries.  Point
520         STT_GNU_IFUNC symbols at an .iplt entry if non-call relocations
521         resolve to it.
522         (elf32_arm_output_plt_map_1): New function, split out from
523         elf32_arm_output_plt_map.  Handle .iplt entries.  Use
524         elf32_arm_plt_needs_thumb_stub_p.
525         (elf32_arm_output_plt_map): Call it.
526         (elf32_arm_output_arch_local_syms): Add mapping symbols for
527         local .iplt entries.
528         (elf32_arm_swap_symbol_in): Handle Thumb STT_GNU_IFUNC symbols.
529         (elf32_arm_swap_symbol_out): Likewise.
530         (elf32_arm_add_symbol_hook): New function.
531         (elf_backend_add_symbol_hook): Define for all targets.
532
533 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
534
535         * elf-bfd.h (elf_link_hash_entry): Add target_internal.
536         * elf.c (swap_out_syms): Set st_target_internal for each
537         Elf_Internal_Sym.
538         * elfcode.h (elf_swap_symbol_in): Likewise.
539         * elf32-i370.c (i370_elf_finish_dynamic_sections): Likewise.
540         * elf32-sh-symbian.c (sh_symbian_relocate_section): Likewise.
541         * elf64-sparc.c (elf64_sparc_output_arch_syms): Likewise.
542         * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Likewise.
543         * elflink.c (elf_link_output_extsym): Likewise.
544         (bfd_elf_final_link): Likewise.
545         (elf_link_add_object_symbols): Copy st_target_internal
546         to the hash table if we see a definition.
547         (_bfd_elf_copy_link_hash_symbol_type): Copy target_internal.
548         * elf32-arm.c (elf32_arm_stub_hash_entry): Replace st_type with
549         a branch_type field.
550         (a8_erratum_fix, a8_erratum_reloc): Likewise.
551         (arm_type_of_stub): Replace actual_st_type with an
552         actual_branch_type parameter.
553         (arm_build_one_stub): Use branch types rather than st_types to
554         determine the type of branch.
555         (cortex_a8_erratum_scan): Likewise.
556         (elf32_arm_size_stubs): Likewise.
557         (bfd_elf32_arm_process_before_allocation): Likewise.
558         (allocate_dynrelocs_for_symbol): Likewise.
559         (elf32_arm_finish_dynamic_sections): Likewise.
560         (elf32_arm_final_link_relocate): Replace sym_flags parameter with
561         a branch_type parameter.
562         (elf32_arm_relocate_section): Update call accordingly.
563         (elf32_arm_adjust_dynamic_symbol): Don't check STT_ARM_TFUNC.
564         (elf32_arm_output_map_sym): Initialize st_target_internal.
565         (elf32_arm_output_stub_sym): Likewise.
566         (elf32_arm_symbol_processing): Delete.
567         (elf32_arm_swap_symbol_in): Convert STT_ARM_TFUNCs into STT_FUNCs.
568         Use st_target_internal to record the branch type.
569         (elf32_arm_swap_symbol_out): Use st_target_internal to test for
570         Thumb functions.
571         (elf32_arm_is_function_type): Delete.
572         (elf_backend_symbol_processing): Likewise.
573         (elf_backend_is_function_type): Likewise.
574
575 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
576
577         * elf32-arm.c (elf32_arm_check_relocs): Always assign a dynobj.
578         (elf32_arm_finish_dynamic_sections): Move sgot != NULL assertion
579         into the PLT block.
580
581 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
582
583         * elf32-arm.c (elf32_arm_check_relocs): Use call_reloc_p,
584         may_need_local_target_p and may_become_dynamic_p to classify
585         the relocation type.  Don't check info->symbolic or h->def_regular
586         when deciding whether to record a potential dynamic reloc.
587         Don't treat potential dynamic relocs as PLT references.
588         (elf32_arm_gc_sweep_hook): Update to match.  Assert that we don't
589         try to make the PLT reference count go negative.
590
591 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
592
593         * elf32-arm.c (elf32_arm_final_link_relocate): Always fill in the
594         GOT entry here, rather than leaving it to finish_dynamic_symbol.
595         Only create a dynamic relocation for local references if
596         info->shared.
597         (allocate_dynrelocs_for_symbol): Update dynamic relocation
598         allocation accordingly.
599         (elf32_arm_finish_dynamic_symbol): Don't initialise the GOT entry here.
600
601 2011-03-14  Richard Sandiford  <richard.sandiford@linaro.org>
602
603         * elf32-arm.c (elf32_arm_allocate_dynrelocs): New function.
604         (elf32_arm_add_dynreloc): Likewise.
605         (elf32_arm_adjust_dynamic_symbol): Use elf32_arm_allocate_dynrelocs
606         to allocate dynamic relocations.
607         (elf32_arm_size_dynamic_sections): Likewise.
608         (allocate_dynrelocs): Likewise.  Rename to
609         allocate_dynrelocs_for_symbol.
610         (elf32_arm_final_link_relocate): Use elf32_arm_add_dynreloc to
611         create dynamic relocations.
612         (elf32_arm_finish_dynamic_symbol): Likewise.
613
614 2011-03-12  H.J. Lu  <hongjiu.lu@intel.com>
615
616         * elf64-x86-64.c (elf_x86_64_check_tls_transition): Supprt TLS
617         x32 GD->IE and GD->LE transitions.
618         (elf_x86_64_relocate_section): Supprt TLS x32 GD->IE, GD->LE
619         and LD->LE transitions.
620
621 2011-03-10  Alan Modra  <amodra@gmail.com>
622
623         * elf64-ppc.c (ppc64_elf_relocate_section): Provide section/offset
624         for LO_DS error message and correct multiple.
625
626 2011-03-10  Alan Modra  <amodra@gmail.com>
627
628         * elf64-ppc.c (bfd_elf64_bfd_link_just_syms): Define.
629         (ppc64_elf_link_just_syms): New function.
630         (opd_entry_value): Don't assume big-endian host.
631         (get_r2off): New function.
632         (ppc_build_one_stub, ppc_size_one_stub): Use it here.
633
634 2011-03-06  Michael Snyder  <msnyder@vmware.com>
635
636         * compress.c (bfd_compress_section_contents): Check for out of mem.
637
638         * elf64-x86-64.c (elf_x86_64_relocate_section): Document
639         that case statement falls through intentionally.
640
641         * elf32-i386.c (elf_i386_relocate_section): Document fall through.
642
643 2011-03-04  Alan Modra  <amodra@gmail.com>
644
645         * archive.c (bsd_write_armap): Don't call stat in deterministic
646         mode, and don't use st_mtime if stat returns error.
647
648 2011-03-03  Michael Snyder  <msnyder@vmware.com>
649
650         * elf64-x86-64.c (elf_x86_64_relocate_section): Remove dead code.
651
652         * coff-x86_64.c (coff_amd64_rtype_to_howto): Fencepost error.
653
654         * aoutx.h (aout_final_link): Use sizeof int not sizeof int*.
655         (aout_link_write_other_symbol): Missing break statement.
656
657         * dwarf2.c (scan_unit_for_symbols): Stop memory leak.
658
659         * archive.c (_bfd_slurp_extended_name_table): Fail if bfd_seek fails.
660
661 2011-03-03  H.J. Lu  <hongjiu.lu@intel.com>
662
663         * elf64-x86-64.c (elf_x86_64_check_tls_transition): Supprt TLS
664         x32 IE->LE transition.
665         (elf_x86_64_relocate_section): Likewise.
666
667 2011-03-02  Bernd Schmidt  <bernds@codesourcery.com>
668
669         * elflink.c (is_reloc_section): Remove function.
670         (get_dynamic_reloc_section_name): Construct string manually.
671
672 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
673
674         * archive.c (_bfd_find_nested_archive): Use filename_(n)cmp.
675         (adjust_relative_path): Likewise.
676         (_bfd_construct_extended_name_table): Likewise.
677         * corefile.c (generic_core_file_matches_executable_p): Likewise.
678         * elf32-bfin.c (bfinfdpic_relocate_section): Likewise.
679         * elf32-frv.c (elf32_frv_relocate_section): Likewise.
680         * elf32-spu.c (sort_bfds): Likewise.
681         (spu_elf_auto_overlay): Likewise.
682         * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
683         * xcofflink.c (xcoff_set_import_path): Likewise.
684         * xtensa-isa.c (xtensa_regfile_lookup): Likewise.
685         (xtensa_regfile_lookup_shortname): Likewise.
686
687 2011-02-28  Alan Modra  <amodra@gmail.com>
688
689         PR 12513
690         * archive.c (bfd_slurp_bsd_armap_f2): Sanity check parsed_size and
691         stringsize.  Properly sanity check symdef_count.  Remove redundant
692         bfd_release.
693
694 2011-02-25  Rafael Ávila de Espíndola <respindola@mozilla.com>
695
696         * plugin.c (bfd_plugin_object_p): Correctly set the filesize
697         and handle claim_file seeking. Only try to load the plugin once.
698
699 2011-02-22  Andreas Schwab  <schwab@redhat.com>
700
701         * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): For a TLS_GD
702         relocation read the value from the second GOT slot.
703
704 2011-02-15  Tristan Gingold  <gingold@adacore.com>
705
706         * vms-alpha.c (alpha_vms_link_add_archive_symbols): Add a comment.
707
708 2011-02-15  Alan Modra  <amodra@gmail.com>
709
710         * elf64-ppc.c (ppc64_elf_edit_toc): Reinstate second read of
711         toc relocs.  Fuss over free(NULL).
712
713 2011-02-14  Mike Frysinger  <vapier@gentoo.org>
714
715         * elflink.c (bfd_elf_size_dynamic_sections): Add
716         bfd_get_symbol_leading_char to the start of newname.
717
718 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
719
720         * configure: Regenerate.
721
722 2011-02-09  Alan Modra  <amodra@gmail.com>
723
724         * elf64-ppc.c (ppc64_elf_edit_toc): Don't free toc relocs until
725         we are done.  When optimising large toc, check that a global
726         symbol on a toc reloc is defined in a kept section.
727
728 2011-02-08  Nick Clifton  <nickc@redhat.com>
729
730         PR binutils/12467
731         * elf.c (assign_file_positions_for_load_sections): Set the program
732         header offset and entry size to zero if there are no program
733         headers.
734
735 2011-02-08  Alan Modra  <amodra@gmail.com>
736
737         * elf64-ppc.c (ppc64_elf_edit_toc): Don't segfault on NULL
738         local_syms when looking for local symbols in .toc.
739
740 2011-02-01  Alan Modra  <amodra@gmail.com>
741
742         * elf64-ppc.c (ppc64_elf_next_input_section): Use elf_gp value
743         for toc pointer on any section having makes_toc_func_call set.
744         (check_pasted_section): Ensure pasted .init/.fini fragments use
745         the same toc if any has makes_toc_func_call set.
746
747 2011-01-28  Joseph Myers  <joseph@codesourcery.com>
748
749         * elf32-ppc.c (ppc_elf_link_hash_newfunc): Initialize has_sda_refs
750         field.
751
752 2011-01-22  Richard Sandiford  <rdsandiford@googlemail.com>
753
754         * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Ignore
755         common sections too.
756
757 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
758
759         * elf64-x86-64.c (elf_backend_want_plt_sym): Redefine to 0 after
760         Solaris target.
761
762 2011-01-18  Pierre Muller  <muller@ics.u-strasbg.fr>
763
764         Fix compilation for mingw64.
765         * coffcode.h (coff_slurp_symbol_table): Add intptr_t intermediate
766         typecast to avoid warning.
767         * elf32-rx.c: Add "bfd_stdint.h" include required for int32_t type
768         usage.
769         * elfxx-ia64.c (elfNN_ia64_relax_br): Use intptr_t typeacast instead
770         of long for pointer to avoid warning.
771         (elfNN_ia64_relax_brl): Idem.
772         (elfNN_ia64_install_value): Idem.
773         * vms-alpha.c (_bfd_vms_slurp_etir): Idem.
774
775 2011-01-17  Richard Sandiford  <richard.sandiford@linaro.org>
776
777         * elf32-arm.c (elf32_arm_check_relocs): Check needs_plt rather than
778         h->needs_plt when deciding whether to record a possible dynamic reloc.
779
780 2011-01-17  Richard Sandiford  <richard.sandiford@linaro.org>
781
782         * elf32-arm.c (elf32_arm_gc_sweep_hook): Remove all registered
783         dynamic relocs for the removed section.
784
785 2011-01-15  H.J. Lu  <hongjiu.lu@intel.com>
786
787         * elf64-x86-64.c (elf_x86_64_check_relocs): Check invalid x32
788         relocations.
789
790 2011-01-14  H.J. Lu  <hongjiu.lu@intel.com>
791
792         * elf64-x86-64.c (elf_x86_64_link_hash_table): Add pointer_r_type.
793         (elf_x86_64_link_hash_table_create): Set pointer_r_type.
794         (elf_x86_64_check_relocs): Handle R_X86_64_32 like R_X86_64_64
795         for ILP32.  Remove ABI_64_P PIC check for R_X86_64_8,
796         R_X86_64_16, R_X86_64_32 and R_X86_64_32S.
797         (elf_x86_64_relocate_section):  Handle R_X86_64_32 like R_X86_64_64
798         for ILP32.
799
800 2011-01-14  Alan Modra  <amodra@gmail.com>
801
802         * bfd.c (bfd_perror): Flush stdout before and stderr after printing
803         error.
804         (_bfd_default_error_handler): Likewise.
805         * elf.c (print_segment_map): Likewise.
806         * libbfd.c (warn_deprecated): Likewise.
807         * som.c (som_sizeof_headers): No need to do so here.
808         * coff-i860.c: Replace use of printf for error messages with
809         _bfd_error_handler.
810         * coff-ppc.c: Likewise.
811         * coff-sh.c: Likewise.
812         * elf32-bfin.c: Likewise.
813         * elf32-dlx.c: Likewise.
814         * elf32-mep.c: Likewise.
815         * elf32-v850.c: Likewise.
816         * mach-o.c: Likewise.
817         * pef.c: Likewise.
818
819 2011-01-13  H.J. Lu  <hongjiu.lu@intel.com>
820
821         * elf64-x86-64.c (elf_x86_64_link_hash_table): Remove
822         swap_reloca_out.
823         (elf_x86_64_link_hash_table_create): Don't set swap_reloca_out.
824         (elf_x86_64_check_relocs): Align relocation section to 4 byte
825         for 32bit.
826         (elf_x86_64_gc_sweep_hook): Replace ELF64_ST_TYPE with
827         ELF_ST_TYPE.
828         (elf_x86_64_finish_dynamic_symbol): Updated.
829         (elf_x86_64_finish_dynamic_sections): Don't use
830         Elf64_External_Dyn, bfd_elf64_swap_dyn_in, nor
831         bfd_elf64_swap_dyn_out.
832
833 2011-01-14  J. Park  <grassman@gmail.com>
834
835         PR ld/12339
836         * elf32-arm.c (allocate_dynrelocs): Don't set up eh before
837         following bfd_link_hash_warning symbol link.
838
839 2011-01-10  Nathan Sidwell  <nathan@codesourcery.com>
840             Glauber de Oliveira Costa  <glommer@gmail.com>
841
842         * reloc.c (BFD_RELOC_ARM_TLS_GOTDESC, BFD_RELOC_ARM_TLS_CALL,
843         BFD_RELOC_ARM_THM_TLS_CALL, BFD_RELOC_ARM_TLS_DESCSEQ,
844         BFD_RELOC_ARM_THM_TLS_DESCSEQ, BFD_RELOC_ARM_TLS_DESC): New
845         relocations.
846         * libbfd.h: Rebuilt.
847         * bfd-in2.h: Rebuilt.
848         * elf32-arm.c (elf32_arm_howto_table_1): Add new relocations.
849         (elf32_arm_reloc_map): Likewise.
850         (tls_trampoline, dl_tlsdesc_lazy_trampoline): New PLT templates.
851         (elf32_arm_stub_long_branch_any_tls_pic,
852         elf32_arm_stub_long_branch_v4t_thumb_tls_pic): New stub templates.
853         (DEF_STUBS): Add new stubs.
854         (struct_elf_arm_obj_data): Add local_tlsdesc_gotent field.
855         (elf32_arm_local_tlsdesc_gotent): New.
856         (GOT_TLS_GDESC): New mask.
857         (GOT_TLS_GD_ANY): Define.
858         (struct elf32_arm_link_hash_entry): Add tlsdesc_got field.
859         (elf32_arm_compute_jump_table_size): New.
860         (struct elf32_arm_link_hash_table): Add next_tls_desc_index,
861         num_tls_desc, dt_tlsdesc_plt, dt_tlsdesc_got, tls_trampoline,
862         sgotplt_jump_table_size fields.
863         (elf32_arm_link_hash_newfunc): Initialize tlsdesc_got field.
864         (elf32_arm_link_hash_table_create): Initialize new fields.
865         (arm_type_of_stub): Check TLS desc relocs too.
866         (elf32_arm_stub_name): TLS desc relocs can be shared.
867         (elf32_arm_tls_transition): Determine relaxation.
868         (arm_stub_required_alignment): Add tls stubs.
869         (elf32_arm_size_stubs): Likewise.
870         (elf32_arm_tls_relax): Perform TLS relaxing.
871         (elf32_arm_final_link_relocate): Process TLS DESC relocations.
872         (IS_ARM_TLS_GNU_RELOC): New.
873         (IS_ARM_TLS_RELOC): Use it.
874         (elf32_arm_relocate_section): Perform TLS relaxing.
875         (elf32_arm_check_relocs): Anticipate TLS relaxing, process tls
876         desc relocations.
877         (allocate_dynrelocs): Allocate tls desc relcoations.
878         (elf32_arm_output_arch_local_syms): Emit tls trampoline mapping
879         symbols.
880         (elf32_arm_size_dynamic_sections): Allocate tls trampolines and
881         got slots.
882         (elf32_arm_always_size_sections): New. Create _TLS_MODULE_BASE
883         symbol.
884         (elf32_arm_finish_dynamic_symbol): Adjust.
885         (arm_put_trampoline): New.
886         (elf32_arm_finish_dynamic_sections): Emit new dynamic tags and tls
887         trampolines.
888         (elf_backend_always_size_sections): Define.
889
890 2011-01-06  H.J. Lu  <hongjiu.lu@intel.com>
891
892         * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Optimized.
893
894 2011-01-06  H.J. Lu  <hongjiu.lu@intel.com>
895
896         PR ld/12366
897         PR ld/12371
898         * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Properly
899         handle symbols marked with regular reference, but not non-GOT
900         reference when building shared library.
901
902         * elf32-i386.c (elf_i386_gc_sweep_hook): Properly handle
903         local and global STT_GNU_IFUNC symols when building shared
904         library.
905         * elf64-x86-64.c (elf_x86_64_gc_sweep_hook): Likewise.
906
907 2011-01-05  DJ Delorie  <dj@redhat.com>
908
909         * reloc.c: Add BFD_RELOC_RX_OP_NEG.
910         * libbfd.h: Regenerate.
911         * bfd-in2.h: Regenerate.
912         * elf32-rx.c: Add it to the list, corresponding to R_RX_OPneg.
913
914 2011-01-03  H.J. Lu  <hongjiu.lu@intel.com>
915
916         * cpu-i386.c (bfd_i386_compatible): New.
917         (bfd_x64_32_arch_intel_syntax): Replace bfd_default_compatible
918         with bfd_i386_compatible.
919         (bfd_x86_64_arch_intel_syntax): Likewise.
920         (bfd_i386_arch_intel_syntax): Likewise.
921         (i8086_arch): Likewise.
922         (bfd_x64_32_arch): Likewise.
923         (bfd_x86_64_arch): Likewise.
924         (bfd_i386_arch): Likewise.
925
926 For older changes see ChangeLog-2010
927 \f
928 Local Variables:
929 mode: change-log
930 left-margin: 8
931 fill-column: 74
932 version-control: never
933 End: