2011-03-03 Michael Snyder <msnyder@vmware.com>
[binutils.git] / bfd / ChangeLog
bloba42fa60770fcdc16ba066d0ec86cd6dfc6b6f05f
1 2011-03-03  Michael Snyder  <msnyder@vmware.com>
3         * dwarf2.c (scan_unit_for_symbols): Stop memory leak.
5         * archive.c (_bfd_slurp_extended_name_table): Fail if bfd_seek fails.
7 2011-03-03  H.J. Lu  <hongjiu.lu@intel.com>
9         * elf64-x86-64.c (elf_x86_64_check_tls_transition): Supprt TLS
10         x32 IE->LE transition.
11         (elf_x86_64_relocate_section): Likewise.
13 2011-03-02  Bernd Schmidt  <bernds@codesourcery.com>
15         * elflink.c (is_reloc_section): Remove function.
16         (get_dynamic_reloc_section_name): Construct string manually.
18 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
20         * archive.c (_bfd_find_nested_archive): Use filename_(n)cmp.
21         (adjust_relative_path): Likewise.
22         (_bfd_construct_extended_name_table): Likewise.
23         * corefile.c (generic_core_file_matches_executable_p): Likewise.
24         * elf32-bfin.c (bfinfdpic_relocate_section): Likewise.
25         * elf32-frv.c (elf32_frv_relocate_section): Likewise.
26         * elf32-spu.c (sort_bfds): Likewise.
27         (spu_elf_auto_overlay): Likewise.
28         * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
29         * xcofflink.c (xcoff_set_import_path): Likewise.
30         * xtensa-isa.c (xtensa_regfile_lookup): Likewise.
31         (xtensa_regfile_lookup_shortname): Likewise.
33 2011-02-28  Alan Modra  <amodra@gmail.com>
35         PR 12513
36         * archive.c (bfd_slurp_bsd_armap_f2): Sanity check parsed_size and
37         stringsize.  Properly sanity check symdef_count.  Remove redundant
38         bfd_release.
40 2011-02-25  Rafael Ávila de Espíndola <respindola@mozilla.com>
42         * plugin.c (bfd_plugin_object_p): Correctly set the filesize
43         and handle claim_file seeking. Only try to load the plugin once.
45 2011-02-22  Andreas Schwab  <schwab@redhat.com>
47         * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): For a TLS_GD
48         relocation read the value from the second GOT slot.
50 2011-02-15  Tristan Gingold  <gingold@adacore.com>
52         * vms-alpha.c (alpha_vms_link_add_archive_symbols): Add a comment.
54 2011-02-15  Alan Modra  <amodra@gmail.com>
56         * elf64-ppc.c (ppc64_elf_edit_toc): Reinstate second read of
57         toc relocs.  Fuss over free(NULL).
59 2011-02-14  Mike Frysinger  <vapier@gentoo.org>
61         * elflink.c (bfd_elf_size_dynamic_sections): Add
62         bfd_get_symbol_leading_char to the start of newname.
64 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
66         * configure: Regenerate.
68 2011-02-09  Alan Modra  <amodra@gmail.com>
70         * elf64-ppc.c (ppc64_elf_edit_toc): Don't free toc relocs until
71         we are done.  When optimising large toc, check that a global
72         symbol on a toc reloc is defined in a kept section.
74 2011-02-08  Nick Clifton  <nickc@redhat.com>
76         PR binutils/12467
77         * elf.c (assign_file_positions_for_load_sections): Set the program
78         header offset and entry size to zero if there are no program
79         headers.
81 2011-02-08  Alan Modra  <amodra@gmail.com>
83         * elf64-ppc.c (ppc64_elf_edit_toc): Don't segfault on NULL
84         local_syms when looking for local symbols in .toc.
86 2011-02-01  Alan Modra  <amodra@gmail.com>
88         * elf64-ppc.c (ppc64_elf_next_input_section): Use elf_gp value
89         for toc pointer on any section having makes_toc_func_call set.
90         (check_pasted_section): Ensure pasted .init/.fini fragments use
91         the same toc if any has makes_toc_func_call set.
93 2011-01-28  Joseph Myers  <joseph@codesourcery.com>
95         * elf32-ppc.c (ppc_elf_link_hash_newfunc): Initialize has_sda_refs
96         field.
98 2011-01-22  Richard Sandiford  <rdsandiford@googlemail.com>
100         * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Ignore
101         common sections too.
103 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
105         * elf64-x86-64.c (elf_backend_want_plt_sym): Redefine to 0 after
106         Solaris target.
108 2011-01-18  Pierre Muller  <muller@ics.u-strasbg.fr>
110         Fix compilation for mingw64.
111         * coffcode.h (coff_slurp_symbol_table): Add intptr_t intermediate
112         typecast to avoid warning.
113         * elf32-rx.c: Add "bfd_stdint.h" include required for int32_t type
114         usage.
115         * elfxx-ia64.c (elfNN_ia64_relax_br): Use intptr_t typeacast instead
116         of long for pointer to avoid warning.
117         (elfNN_ia64_relax_brl): Idem.
118         (elfNN_ia64_install_value): Idem.
119         * vms-alpha.c (_bfd_vms_slurp_etir): Idem.
121 2011-01-17  Richard Sandiford  <richard.sandiford@linaro.org>
123         * elf32-arm.c (elf32_arm_check_relocs): Check needs_plt rather than
124         h->needs_plt when deciding whether to record a possible dynamic reloc.
126 2011-01-17  Richard Sandiford  <richard.sandiford@linaro.org>
128         * elf32-arm.c (elf32_arm_gc_sweep_hook): Remove all registered
129         dynamic relocs for the removed section.
131 2011-01-15  H.J. Lu  <hongjiu.lu@intel.com>
133         * elf64-x86-64.c (elf_x86_64_check_relocs): Check invalid x32
134         relocations.
136 2011-01-14  H.J. Lu  <hongjiu.lu@intel.com>
138         * elf64-x86-64.c (elf_x86_64_link_hash_table): Add pointer_r_type.
139         (elf_x86_64_link_hash_table_create): Set pointer_r_type.
140         (elf_x86_64_check_relocs): Handle R_X86_64_32 like R_X86_64_64
141         for ILP32.  Remove ABI_64_P PIC check for R_X86_64_8,
142         R_X86_64_16, R_X86_64_32 and R_X86_64_32S.
143         (elf_x86_64_relocate_section):  Handle R_X86_64_32 like R_X86_64_64
144         for ILP32.
146 2011-01-14  Alan Modra  <amodra@gmail.com>
148         * bfd.c (bfd_perror): Flush stdout before and stderr after printing
149         error.
150         (_bfd_default_error_handler): Likewise.
151         * elf.c (print_segment_map): Likewise.
152         * libbfd.c (warn_deprecated): Likewise.
153         * som.c (som_sizeof_headers): No need to do so here.
154         * coff-i860.c: Replace use of printf for error messages with
155         _bfd_error_handler.
156         * coff-ppc.c: Likewise.
157         * coff-sh.c: Likewise.
158         * elf32-bfin.c: Likewise.
159         * elf32-dlx.c: Likewise.
160         * elf32-mep.c: Likewise.
161         * elf32-v850.c: Likewise.
162         * mach-o.c: Likewise.
163         * pef.c: Likewise.
165 2011-01-13  H.J. Lu  <hongjiu.lu@intel.com>
167         * elf64-x86-64.c (elf_x86_64_link_hash_table): Remove
168         swap_reloca_out.
169         (elf_x86_64_link_hash_table_create): Don't set swap_reloca_out.
170         (elf_x86_64_check_relocs): Align relocation section to 4 byte
171         for 32bit.
172         (elf_x86_64_gc_sweep_hook): Replace ELF64_ST_TYPE with
173         ELF_ST_TYPE.
174         (elf_x86_64_finish_dynamic_symbol): Updated.
175         (elf_x86_64_finish_dynamic_sections): Don't use
176         Elf64_External_Dyn, bfd_elf64_swap_dyn_in, nor
177         bfd_elf64_swap_dyn_out.
179 2011-01-14  J. Park  <grassman@gmail.com>
181         PR ld/12339
182         * elf32-arm.c (allocate_dynrelocs): Don't set up eh before
183         following bfd_link_hash_warning symbol link.
185 2011-01-10  Nathan Sidwell  <nathan@codesourcery.com>
186             Glauber de Oliveira Costa  <glommer@gmail.com>
188         * reloc.c (BFD_RELOC_ARM_TLS_GOTDESC, BFD_RELOC_ARM_TLS_CALL,
189         BFD_RELOC_ARM_THM_TLS_CALL, BFD_RELOC_ARM_TLS_DESCSEQ,
190         BFD_RELOC_ARM_THM_TLS_DESCSEQ, BFD_RELOC_ARM_TLS_DESC): New
191         relocations.
192         * libbfd.h: Rebuilt.
193         * bfd-in2.h: Rebuilt.
194         * elf32-arm.c (elf32_arm_howto_table_1): Add new relocations.
195         (elf32_arm_reloc_map): Likewise.
196         (tls_trampoline, dl_tlsdesc_lazy_trampoline): New PLT templates.
197         (elf32_arm_stub_long_branch_any_tls_pic,
198         elf32_arm_stub_long_branch_v4t_thumb_tls_pic): New stub templates.
199         (DEF_STUBS): Add new stubs.
200         (struct_elf_arm_obj_data): Add local_tlsdesc_gotent field.
201         (elf32_arm_local_tlsdesc_gotent): New.
202         (GOT_TLS_GDESC): New mask.
203         (GOT_TLS_GD_ANY): Define.
204         (struct elf32_arm_link_hash_entry): Add tlsdesc_got field.
205         (elf32_arm_compute_jump_table_size): New.
206         (struct elf32_arm_link_hash_table): Add next_tls_desc_index,
207         num_tls_desc, dt_tlsdesc_plt, dt_tlsdesc_got, tls_trampoline,
208         sgotplt_jump_table_size fields.
209         (elf32_arm_link_hash_newfunc): Initialize tlsdesc_got field.
210         (elf32_arm_link_hash_table_create): Initialize new fields.
211         (arm_type_of_stub): Check TLS desc relocs too.
212         (elf32_arm_stub_name): TLS desc relocs can be shared.
213         (elf32_arm_tls_transition): Determine relaxation.
214         (arm_stub_required_alignment): Add tls stubs.
215         (elf32_arm_size_stubs): Likewise.
216         (elf32_arm_tls_relax): Perform TLS relaxing.
217         (elf32_arm_final_link_relocate): Process TLS DESC relocations.
218         (IS_ARM_TLS_GNU_RELOC): New.
219         (IS_ARM_TLS_RELOC): Use it.
220         (elf32_arm_relocate_section): Perform TLS relaxing.
221         (elf32_arm_check_relocs): Anticipate TLS relaxing, process tls
222         desc relocations.
223         (allocate_dynrelocs): Allocate tls desc relcoations.
224         (elf32_arm_output_arch_local_syms): Emit tls trampoline mapping
225         symbols.
226         (elf32_arm_size_dynamic_sections): Allocate tls trampolines and
227         got slots.
228         (elf32_arm_always_size_sections): New. Create _TLS_MODULE_BASE
229         symbol.
230         (elf32_arm_finish_dynamic_symbol): Adjust.
231         (arm_put_trampoline): New.
232         (elf32_arm_finish_dynamic_sections): Emit new dynamic tags and tls
233         trampolines.
234         (elf_backend_always_size_sections): Define.
236 2011-01-06  H.J. Lu  <hongjiu.lu@intel.com>
238         * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Optimized.
240 2011-01-06  H.J. Lu  <hongjiu.lu@intel.com>
242         PR ld/12366
243         PR ld/12371
244         * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Properly
245         handle symbols marked with regular reference, but not non-GOT
246         reference when building shared library.
248         * elf32-i386.c (elf_i386_gc_sweep_hook): Properly handle
249         local and global STT_GNU_IFUNC symols when building shared
250         library.
251         * elf64-x86-64.c (elf_x86_64_gc_sweep_hook): Likewise.
253 2011-01-05  DJ Delorie  <dj@redhat.com>
255         * reloc.c: Add BFD_RELOC_RX_OP_NEG.
256         * libbfd.h: Regenerate.
257         * bfd-in2.h: Regenerate.
258         * elf32-rx.c: Add it to the list, corresponding to R_RX_OPneg.
260 2011-01-03  H.J. Lu  <hongjiu.lu@intel.com>
262         * cpu-i386.c (bfd_i386_compatible): New.
263         (bfd_x64_32_arch_intel_syntax): Replace bfd_default_compatible
264         with bfd_i386_compatible.
265         (bfd_x86_64_arch_intel_syntax): Likewise.
266         (bfd_i386_arch_intel_syntax): Likewise.
267         (i8086_arch): Likewise.
268         (bfd_x64_32_arch): Likewise.
269         (bfd_x86_64_arch): Likewise.
270         (bfd_i386_arch): Likewise.
272 For older changes see ChangeLog-2010
274 Local Variables:
275 mode: change-log
276 left-margin: 8
277 fill-column: 74
278 version-control: never
279 End: