1ab968c295fc438d67052b3a85c73a3c88da100d
[binutils-gdb.git] / bfd / ChangeLog
1 2011-02-15 Tristan Gingold <gingold@adacore.com>
2
3 * vms-alpha.c (alpha_vms_link_add_archive_symbols): Add a comment.
4
5 2011-02-15 Alan Modra <amodra@gmail.com>
6
7 * elf64-ppc.c (ppc64_elf_edit_toc): Reinstate second read of
8 toc relocs. Fuss over free(NULL).
9
10 2011-02-14 Mike Frysinger <vapier@gentoo.org>
11
12 * elflink.c (bfd_elf_size_dynamic_sections): Add
13 bfd_get_symbol_leading_char to the start of newname.
14
15 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
16
17 * configure: Regenerate.
18
19 2011-02-09 Alan Modra <amodra@gmail.com>
20
21 * elf64-ppc.c (ppc64_elf_edit_toc): Don't free toc relocs until
22 we are done. When optimising large toc, check that a global
23 symbol on a toc reloc is defined in a kept section.
24
25 2011-02-08 Nick Clifton <nickc@redhat.com>
26
27 PR binutils/12467
28 * elf.c (assign_file_positions_for_load_sections): Set the program
29 header offset and entry size to zero if there are no program
30 headers.
31
32 2011-02-08 Alan Modra <amodra@gmail.com>
33
34 * elf64-ppc.c (ppc64_elf_edit_toc): Don't segfault on NULL
35 local_syms when looking for local symbols in .toc.
36
37 2011-02-01 Alan Modra <amodra@gmail.com>
38
39 * elf64-ppc.c (ppc64_elf_next_input_section): Use elf_gp value
40 for toc pointer on any section having makes_toc_func_call set.
41 (check_pasted_section): Ensure pasted .init/.fini fragments use
42 the same toc if any has makes_toc_func_call set.
43
44 2011-01-28 Joseph Myers <joseph@codesourcery.com>
45
46 * elf32-ppc.c (ppc_elf_link_hash_newfunc): Initialize has_sda_refs
47 field.
48
49 2011-01-22 Richard Sandiford <rdsandiford@googlemail.com>
50
51 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Ignore
52 common sections too.
53
54 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
55
56 * elf64-x86-64.c (elf_backend_want_plt_sym): Redefine to 0 after
57 Solaris target.
58
59 2011-01-18 Pierre Muller <muller@ics.u-strasbg.fr>
60
61 Fix compilation for mingw64.
62 * coffcode.h (coff_slurp_symbol_table): Add intptr_t intermediate
63 typecast to avoid warning.
64 * elf32-rx.c: Add "bfd_stdint.h" include required for int32_t type
65 usage.
66 * elfxx-ia64.c (elfNN_ia64_relax_br): Use intptr_t typeacast instead
67 of long for pointer to avoid warning.
68 (elfNN_ia64_relax_brl): Idem.
69 (elfNN_ia64_install_value): Idem.
70 * vms-alpha.c (_bfd_vms_slurp_etir): Idem.
71
72 2011-01-17 Richard Sandiford <richard.sandiford@linaro.org>
73
74 * elf32-arm.c (elf32_arm_check_relocs): Check needs_plt rather than
75 h->needs_plt when deciding whether to record a possible dynamic reloc.
76
77 2011-01-17 Richard Sandiford <richard.sandiford@linaro.org>
78
79 * elf32-arm.c (elf32_arm_gc_sweep_hook): Remove all registered
80 dynamic relocs for the removed section.
81
82 2011-01-15 H.J. Lu <hongjiu.lu@intel.com>
83
84 * elf64-x86-64.c (elf_x86_64_check_relocs): Check invalid x32
85 relocations.
86
87 2011-01-14 H.J. Lu <hongjiu.lu@intel.com>
88
89 * elf64-x86-64.c (elf_x86_64_link_hash_table): Add pointer_r_type.
90 (elf_x86_64_link_hash_table_create): Set pointer_r_type.
91 (elf_x86_64_check_relocs): Handle R_X86_64_32 like R_X86_64_64
92 for ILP32. Remove ABI_64_P PIC check for R_X86_64_8,
93 R_X86_64_16, R_X86_64_32 and R_X86_64_32S.
94 (elf_x86_64_relocate_section): Handle R_X86_64_32 like R_X86_64_64
95 for ILP32.
96
97 2011-01-14 Alan Modra <amodra@gmail.com>
98
99 * bfd.c (bfd_perror): Flush stdout before and stderr after printing
100 error.
101 (_bfd_default_error_handler): Likewise.
102 * elf.c (print_segment_map): Likewise.
103 * libbfd.c (warn_deprecated): Likewise.
104 * som.c (som_sizeof_headers): No need to do so here.
105 * coff-i860.c: Replace use of printf for error messages with
106 _bfd_error_handler.
107 * coff-ppc.c: Likewise.
108 * coff-sh.c: Likewise.
109 * elf32-bfin.c: Likewise.
110 * elf32-dlx.c: Likewise.
111 * elf32-mep.c: Likewise.
112 * elf32-v850.c: Likewise.
113 * mach-o.c: Likewise.
114 * pef.c: Likewise.
115
116 2011-01-13 H.J. Lu <hongjiu.lu@intel.com>
117
118 * elf64-x86-64.c (elf_x86_64_link_hash_table): Remove
119 swap_reloca_out.
120 (elf_x86_64_link_hash_table_create): Don't set swap_reloca_out.
121 (elf_x86_64_check_relocs): Align relocation section to 4 byte
122 for 32bit.
123 (elf_x86_64_gc_sweep_hook): Replace ELF64_ST_TYPE with
124 ELF_ST_TYPE.
125 (elf_x86_64_finish_dynamic_symbol): Updated.
126 (elf_x86_64_finish_dynamic_sections): Don't use
127 Elf64_External_Dyn, bfd_elf64_swap_dyn_in, nor
128 bfd_elf64_swap_dyn_out.
129
130 2011-01-14 J. Park <grassman@gmail.com>
131
132 PR ld/12339
133 * elf32-arm.c (allocate_dynrelocs): Don't set up eh before
134 following bfd_link_hash_warning symbol link.
135
136 2011-01-10 Nathan Sidwell <nathan@codesourcery.com>
137 Glauber de Oliveira Costa <glommer@gmail.com>
138
139 * reloc.c (BFD_RELOC_ARM_TLS_GOTDESC, BFD_RELOC_ARM_TLS_CALL,
140 BFD_RELOC_ARM_THM_TLS_CALL, BFD_RELOC_ARM_TLS_DESCSEQ,
141 BFD_RELOC_ARM_THM_TLS_DESCSEQ, BFD_RELOC_ARM_TLS_DESC): New
142 relocations.
143 * libbfd.h: Rebuilt.
144 * bfd-in2.h: Rebuilt.
145 * elf32-arm.c (elf32_arm_howto_table_1): Add new relocations.
146 (elf32_arm_reloc_map): Likewise.
147 (tls_trampoline, dl_tlsdesc_lazy_trampoline): New PLT templates.
148 (elf32_arm_stub_long_branch_any_tls_pic,
149 elf32_arm_stub_long_branch_v4t_thumb_tls_pic): New stub templates.
150 (DEF_STUBS): Add new stubs.
151 (struct_elf_arm_obj_data): Add local_tlsdesc_gotent field.
152 (elf32_arm_local_tlsdesc_gotent): New.
153 (GOT_TLS_GDESC): New mask.
154 (GOT_TLS_GD_ANY): Define.
155 (struct elf32_arm_link_hash_entry): Add tlsdesc_got field.
156 (elf32_arm_compute_jump_table_size): New.
157 (struct elf32_arm_link_hash_table): Add next_tls_desc_index,
158 num_tls_desc, dt_tlsdesc_plt, dt_tlsdesc_got, tls_trampoline,
159 sgotplt_jump_table_size fields.
160 (elf32_arm_link_hash_newfunc): Initialize tlsdesc_got field.
161 (elf32_arm_link_hash_table_create): Initialize new fields.
162 (arm_type_of_stub): Check TLS desc relocs too.
163 (elf32_arm_stub_name): TLS desc relocs can be shared.
164 (elf32_arm_tls_transition): Determine relaxation.
165 (arm_stub_required_alignment): Add tls stubs.
166 (elf32_arm_size_stubs): Likewise.
167 (elf32_arm_tls_relax): Perform TLS relaxing.
168 (elf32_arm_final_link_relocate): Process TLS DESC relocations.
169 (IS_ARM_TLS_GNU_RELOC): New.
170 (IS_ARM_TLS_RELOC): Use it.
171 (elf32_arm_relocate_section): Perform TLS relaxing.
172 (elf32_arm_check_relocs): Anticipate TLS relaxing, process tls
173 desc relocations.
174 (allocate_dynrelocs): Allocate tls desc relcoations.
175 (elf32_arm_output_arch_local_syms): Emit tls trampoline mapping
176 symbols.
177 (elf32_arm_size_dynamic_sections): Allocate tls trampolines and
178 got slots.
179 (elf32_arm_always_size_sections): New. Create _TLS_MODULE_BASE
180 symbol.
181 (elf32_arm_finish_dynamic_symbol): Adjust.
182 (arm_put_trampoline): New.
183 (elf32_arm_finish_dynamic_sections): Emit new dynamic tags and tls
184 trampolines.
185 (elf_backend_always_size_sections): Define.
186
187 2011-01-06 H.J. Lu <hongjiu.lu@intel.com>
188
189 * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Optimized.
190
191 2011-01-06 H.J. Lu <hongjiu.lu@intel.com>
192
193 PR ld/12366
194 PR ld/12371
195 * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Properly
196 handle symbols marked with regular reference, but not non-GOT
197 reference when building shared library.
198
199 * elf32-i386.c (elf_i386_gc_sweep_hook): Properly handle
200 local and global STT_GNU_IFUNC symols when building shared
201 library.
202 * elf64-x86-64.c (elf_x86_64_gc_sweep_hook): Likewise.
203
204 2011-01-05 DJ Delorie <dj@redhat.com>
205
206 * reloc.c: Add BFD_RELOC_RX_OP_NEG.
207 * libbfd.h: Regenerate.
208 * bfd-in2.h: Regenerate.
209 * elf32-rx.c: Add it to the list, corresponding to R_RX_OPneg.
210
211 2011-01-03 H.J. Lu <hongjiu.lu@intel.com>
212
213 * cpu-i386.c (bfd_i386_compatible): New.
214 (bfd_x64_32_arch_intel_syntax): Replace bfd_default_compatible
215 with bfd_i386_compatible.
216 (bfd_x86_64_arch_intel_syntax): Likewise.
217 (bfd_i386_arch_intel_syntax): Likewise.
218 (i8086_arch): Likewise.
219 (bfd_x64_32_arch): Likewise.
220 (bfd_x86_64_arch): Likewise.
221 (bfd_i386_arch): Likewise.
222
223 For older changes see ChangeLog-2010
224 \f
225 Local Variables:
226 mode: change-log
227 left-margin: 8
228 fill-column: 74
229 version-control: never
230 End: