]>
Commit | Line | Data |
---|---|---|
e79064fe TG |
1 | 2011-06-08 Tristan Gingold <[email protected]> |
2 | ||
3 | * makefile.vms (OBJS): Add elfxx-ia64.obj | |
4 | Remove vax case. | |
5 | ||
d3aeb6ee AM |
6 | 2011-06-08 Alan Modra <[email protected]> |
7 | ||
8 | * aix386-core.c, * cisco-core.c, * hpux-core.c, * osf-core.c, | |
9 | * sco5-core.c: Init match_priority field. | |
10 | ||
2a41f396 AM |
11 | 2011-06-08 Alan Modra <[email protected]> |
12 | ||
13 | * elflink.c (_bfd_elf_archive_symbol_lookup): Follow warning and | |
14 | indirect links here. | |
15 | ||
1d859532 JB |
16 | 2011-06-07 Joel Brobecker <[email protected]> |
17 | ||
18 | * irix-core.c (irix_core_vec): Add match_priority field. | |
19 | ||
0aabe54e AM |
20 | 2011-06-06 Alan Modra <[email protected]> |
21 | ||
22 | * targets.c (bfd_target): Make ar_max_namelen an unsigned char. | |
23 | Add match_priority. | |
24 | * configure.in: Bump bfd version. | |
25 | * elfcode.h (elf_object_p): Delete hacks preventing match of | |
26 | EM_NONE and ELFOSABI_NONE targets when a better match exists. | |
27 | * elfxx-target.h (elf_match_priority): Define and use. | |
28 | * format.c (bfd_check_format_matches): Use target match_priority | |
29 | to choose best of multiple matching targets. In cases with multiple | |
30 | matches rerun _bfd_check_format if we don't choose the last match. | |
31 | * aout-adobe.c, * aout-arm.c, * aout-target.h, * aout-tic30.c, | |
32 | * binary.c, * bout.c, * coff-alpha.c, * coff-i386.c, * coff-i860.c, | |
33 | * coff-i960.c, * coff-ia64.c, * coff-mips.c, * coff-or32.c, | |
34 | * coff-ppc.c, * coff-rs6000.c, * coff-sh.c, * coff-tic30.c, | |
35 | * coff-tic54x.c, * coff-x86_64.c, * coff64-rs6000.c, * coffcode.h, | |
36 | * i386msdos.c, * i386os9k.c, * ieee.c, * ihex.c, * mach-o-target.c, | |
37 | * mipsbsd.c, * mmo.c, * nlm-target.h, * oasys.c, * pdp11.c, | |
38 | * pe-mips.c, * pef.c, * plugin.c, * ppcboot.c, * som.c, * srec.c, | |
39 | * tekhex.c, * trad-core.c, * verilog.c, * versados.c, * vms-alpha.c, | |
40 | * vms-lib.c, * xsym.c: Init match_priority field. | |
41 | * configure: Regenerate. | |
42 | * bfd-in2.h: Regenerate. | |
43 | ||
70b554c9 L |
44 | 2011-06-04 H.J. Lu <[email protected]> |
45 | ||
46 | PR ld/12842 | |
47 | * elfcode.h (elf_object_p): Revert the last change. | |
48 | ||
d50ec8a7 AM |
49 | 2011-06-04 Alan Modra <[email protected]> |
50 | ||
51 | * archures.c (bfd_arch_get_compatible): If one arch is unknown, | |
52 | return the other arch. | |
53 | * elfcode.h (elf_object_p): Allow explicit match to generic ELF | |
54 | target. | |
55 | ||
164a5cb7 NC |
56 | 2011-06-03 Bertram Felgenhauer <[email protected]> |
57 | ||
58 | PR ld/12682 | |
59 | * hash.c (higher_primer_number): Add more, small, prime numbers. | |
60 | (bfd_hash_set_default_size): Likewise. | |
61 | ||
cc643b88 NC |
62 | 2011-06-02 Nick Clifton <[email protected]> |
63 | ||
64 | * coff-mcore.c: Fix spelling typo. | |
65 | * coff-stgo32.c: Likewise. | |
66 | * elf32-arm.c: Likewise. | |
67 | * elf32-avr.c: Likewise. | |
68 | * elf-m68hc1x.c: Likewise. | |
69 | * elf32-mcore.c: Likewise. | |
70 | * elf32-mep.c: Likewise. | |
71 | * elf32-mt.c: Likewise. | |
72 | * elf32-ppc.c: Likewise. | |
73 | * elf32-xtensa.c: Likewise. | |
74 | * elf64-ppc.c: Likewise. | |
75 | * elfxx-mips.c: Likewise. | |
76 | * netbsd.h: Likewise. | |
77 | * nlmcode.h: Likewise. | |
78 | * vms-alpha.c: Likewise. | |
79 | * po/bfd.pot: Regenerate. | |
80 | * po/SRC-POTFILES.in: Regenerate. | |
81 | ||
4c422395 DD |
82 | 2011-06-01 DJ Delorie <[email protected]> |
83 | ||
84 | * config.bfd: Add bfd_elf32_rx_be_ns_vec. | |
85 | * target.c: Likewise. | |
86 | * configure.in: Likewise. | |
87 | * configure.in: Regenerate. | |
88 | * elf32-rx.c: Add elf32-rx-be-ns target. | |
89 | (rx_elf_object_p): Never allow the be-ns target by default, | |
90 | only allow it if the user requests it. | |
91 | ||
4b819e1f L |
92 | 2011-06-01 H.J. Lu <[email protected]> |
93 | ||
94 | * elf32-i386.c (elf_i386_size_dynamic_sections): Properly warn | |
95 | relocation in readonly section in a shared object. | |
96 | * elf64-x86-64.c (elf_x86_64_size_dynamic_sections): Likewise. | |
97 | ||
74ce8de7 NC |
98 | 2011-05-31 Nick Clifton <[email protected]> |
99 | ||
100 | * archive.c (adjust_relative_path): Fix comment to prevent it | |
101 | corrupting the auto-generated bfd.h. | |
102 | ||
63e1a0fc PB |
103 | 2011-05-31 Paul Brook <[email protected]> |
104 | ||
105 | * elf32-arm.c (elf32_arm_final_link_relocate): Only do bl conversion | |
106 | for known functions. | |
107 | (elf32_arm_swap_symbol_in): Only set ST_BRANCH_TO_ARM for function | |
108 | symbols. | |
109 | ||
12352d3f PB |
110 | 2011-05-31 Paul Brook <[email protected]> |
111 | ||
112 | * elf32-arm.c (arm_stub_is_thumb): Add | |
113 | arm_stub_long_branch_v4t_thumb_tls_pic. | |
114 | (elf32_arm_final_link_relocate): TLS stubs are always ARM. | |
115 | Handle Thumb stubs. | |
116 | ||
c4948609 NC |
117 | 2011-05-27 Nick Clifton <[email protected]> |
118 | ||
119 | PR binutils/12710 | |
120 | * archive.c (_bfd_get_elt_at_filepos): Set correct error value if | |
121 | unable to read a file pointed to by an entry in a thin archive. | |
122 | (adjust_relative_path): Use lrealpath to canonicalize paths. | |
123 | Handle the case where the reference path is above the current | |
124 | path in the directory tree. | |
125 | ||
6769d501 L |
126 | 2011-05-26 H.J. Lu <[email protected]> |
127 | ||
128 | PR ld/12809 | |
129 | * elf64-x86-64.c (elf_x86_64_relocate_section): Handle | |
130 | R_X86_64_TPOFF64 in executable. | |
131 | ||
2676a7d9 AM |
132 | 2011-05-26 Alan Modra <[email protected]> |
133 | ||
134 | * elf-bfd.h (SYMBOL_REFERENCES_LOCAL): Remove most of comment. | |
135 | * elflink.c (_bfd_elf_symbol_refs_local_p): Expand | |
136 | local_protected comment. | |
137 | ||
cbe79dfe TG |
138 | 2011-05-25 Tristan Gingold <[email protected]> |
139 | ||
140 | * configure.in (bfd_elf32_ia64_big_vec, bfd_elf32_ia64_hpux_big_vec) | |
141 | (bfd_elf64_ia64_big_vec, bfd_elf64_ia64_hpux_big_vec) | |
142 | (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_vms_vec): Add elfxx-ia64.lo | |
143 | * Makefile.am (BFD64_BACKENDS): Add elfxx-ia64.lo | |
144 | (BFD64_BACKENDS_CFILES): Add elfxx-ia64.c | |
145 | (elf32-ia64.c): Created from elfnn-ia64.c | |
146 | (elf64-ia64.c): Likewise. | |
147 | * elfxx-ia64.h: New file. | |
148 | * elfxx-ia64.c: Split with elfnn-ia64.c. Keep only the following | |
149 | functions.Includes elfxx-ia64.h. | |
150 | (elfNN_ia64_reloc): Renames to ia64_elf_reloc. Adjust error message. | |
151 | (IA64_HOWTO): Adjust. | |
152 | (lookup_howto): Renames to ia64_elf_lookup_howto. Make it public. | |
153 | (elfNN_ia64_reloc_type_lookup): Renames to | |
154 | ia64_elf_reloc_type_lookup. Make it public. Adjust calls. | |
155 | (elfNN_ia64_reloc_name_lookup): Renames to | |
156 | ia64_elf_reloc_name_lookup. Make it public. | |
157 | (elfNN_ia64_relax_br): Renames to ia64_elf_relax_br. Make it public. | |
158 | (elfNN_ia64_relax_brl): Renames to ia64_elf_relax_brl. Make it | |
159 | public. | |
160 | (elfNN_ia64_relax_ldxmov): Renames to ia64_elf_relax_ldxmov. | |
161 | Move it and make it public. Move prototype to elfxx-ia64.h | |
162 | (elfNN_ia64_install_value): Renames to ia64_elf_install_value. | |
163 | Move prototype to elfxx-ia64.h | |
164 | * elfnn-ia64.c: New file, split from elfxx-ia64.c. | |
165 | (elfNN_ia64_info_to_howto): Adjust calls. | |
166 | (elfNN_ia64_relax_section): Adjust calls. | |
167 | (count_dyn_reloc): Fix typo. | |
168 | (elfNN_ia64_relocate_section): Adjust calls. | |
169 | (elfNN_ia64_finish_dynamic_symbol): Likewise. | |
170 | (bfd_elfNN_bfd_reloc_type_lookup) | |
171 | (bfd_elfNN_bfd_reloc_name_lookup): Adjust macros. | |
172 | * configure: Regenerate. | |
173 | * Makefile.in: Regenerate. | |
174 | ||
1ce74905 DD |
175 | 2011-05-23 DJ Delorie <[email protected]> |
176 | ||
177 | * elf32-rx.c (rx_elf_object_p): When reading an RX object in, undo | |
178 | the vma/lma swapping done in elf32_rx_modify_program_headers. | |
179 | ||
997fbe36 NC |
180 | 2011-05-23 Nick Clifton <[email protected]> |
181 | ||
182 | * elf-m10300.c (mn10300_elf_mkobject): New function. | |
183 | (bfd_elf32_mkobject): Define. | |
184 | ||
6061a67d AM |
185 | 2011-05-23 Alan Modra <[email protected]> |
186 | ||
187 | * elf-bfd.h: Comment typo fix. | |
188 | * elf32-ppc.c (struct ppc_elf_dyn_relocs): Delete. Replace with | |
189 | struct elf_dyn_relocs throughout. | |
190 | * elf64-ppc.c (struct ppc_dyn_relocs): Likewise. | |
191 | ||
25f53a85 AM |
192 | 2011-05-23 Alan Modra <[email protected]> |
193 | ||
194 | * elf32-frv.c: Use info->callbacks->einfo throughout file in linker | |
195 | functions rather than warning callback or _bfd_error_handler. | |
196 | * elf32-ppc.c: Likewise. | |
197 | * elf64-ppc.c: Likewise. | |
198 | * elf32-ppc.c (ppc_elf_tls_optimize): Use %H in __tls_get_addr lost | |
199 | arg error. | |
200 | * elf64-ppc.c (ppc64_elf_tls_optimize): Likewise. | |
201 | ||
6de6a7fe AM |
202 | 2011-05-23 Alan Modra <[email protected]> |
203 | ||
204 | PR 12763 | |
205 | * elf.c (assign_file_positions_for_load_sections): Set sh_offset for | |
206 | .tbss, and page align same for all SHT_NOBITS sections. | |
207 | ||
86b2281f AM |
208 | 2011-05-21 Alan Modra <[email protected]> |
209 | ||
210 | PR 12763 | |
211 | * elf.c (_bfd_elf_make_section_from_shdr): Set up TLS section LMAs | |
212 | from PT_TLS header. | |
213 | (_bfd_elf_map_sections_to_segments): Don't create a final PT_LOAD | |
214 | segment if just for .tbss. | |
215 | (assign_file_positions_for_load_sections): Don't report "can't | |
216 | allocate in segment" errors for .tbss. | |
217 | (assign_file_positions_for_non_load_sections): Don't set p_filesz | |
218 | from SHT_NOBITS section filepos. | |
219 | ||
4a732032 BS |
220 | 2011-05-20 Bernd Schmidt <[email protected]> |
221 | ||
222 | * elf32-tic6x.c (elf32_tic6x_howto_table): Add entries for | |
223 | R_C6000_PCR_H16 and R_C6000_PCR_L16. | |
224 | (elf32_tic6x_relocate_section): Handle them. | |
225 | ||
dd98f8d2 NC |
226 | 2011-05-18 Nick Clifton <[email protected]> |
227 | ||
228 | PR ld/12761 | |
229 | * elflink.c (elf_link_add_object_symbols): Process .gnu.warning | |
230 | sections when building shared libraries. | |
231 | ||
9c489990 NC |
232 | 2011-05-18 Rafał Krypa <[email protected]> |
233 | ||
234 | PR ld/12778 | |
235 | * elf32-arm.c (elf32_arm_gc_sweep_hook): Use the computed dynamic | |
236 | reloc pointer. | |
237 | ||
5ccfed9b TG |
238 | 2011-05-18 Tristan Gingold <[email protected]> |
239 | ||
240 | * xcofflink.c (xcoff_link_add_symbols): Handle C_DWARF symbols. | |
241 | (xcoff_sweep): Always keep dwarf sections. | |
242 | (xcoff_link_input_bfd): Handle dwarf symbols and sections. | |
243 | ||
85645aed TG |
244 | 2011-05-18 Tristan Gingold <[email protected]> |
245 | ||
246 | * libxcoff.h (struct xcoff_dwsect_name): New type. | |
247 | (XCOFF_DWSECT_NBR_NAMES): New macro. | |
248 | (xcoff_dwsect_names): Declare. | |
249 | * coffcode.h (sec_to_styp_flags): Handle xcoff dwarf sections. | |
250 | (styp_to_sec_flags): Ditto. | |
251 | (coff_new_section_hook): Ditto. | |
252 | (coff_slurp_symbol_table): Handle C_DWARF and C_INFO. | |
253 | * coff-rs6000.c (xcoff_dwsect_name): New variable. | |
254 | ||
84bff83f NC |
255 | 2011-05-17 Tomohiro Kashiwada <[email protected]> |
256 | ||
257 | PR ld/12759 | |
258 | * elf32-rx.c (ignore_lma): New variable. | |
259 | (bfd_elf32_rx_set_target_flags): Add ignore_lma parameter. | |
260 | (rx_modify_program_headers): Only copy the LMA into the VMA if | |
261 | ignore_lma is true. | |
262 | ||
16d96b5b AM |
263 | 2011-05-17 Alan Modra <[email protected]> |
264 | ||
265 | PR ld/12760 | |
266 | * coff-aux.c (coff_m68k_aux_link_add_one_symbol): Adjust "notice" call. | |
267 | * elflink.c (elf_link_add_object_symbols): Likewise. | |
268 | * linker.c (_bfd_generic_link_add_one_symbol): Likewise. | |
269 | ||
41e04eaa AM |
270 | 2011-05-16 Alan Modra <[email protected]> |
271 | ||
272 | * linker.c (_bfd_generic_link_add_one_symbol): Don't init u.undef.weak. | |
273 | ||
77c56f44 RS |
274 | 2011-05-15 Richard Sandiford <[email protected]> |
275 | ||
276 | * elfxx-mips.c (_bfd_mips_elf_check_relocs): Record both local and | |
277 | global GOT entries for GOT_PAGE relocations against global symbols. | |
278 | ||
2a616379 BS |
279 | 2011-05-13 Bernd Schmidt <[email protected]> |
280 | ||
281 | * config.bfd (tic6x-*-elf, tic6x-*-uclinux): New. | |
282 | (tic6x-*-*): Replaced by these. | |
283 | * elf32-tic6x.c (elf32_tic6x_set_osabi): New static function. | |
284 | (elf32_tic6x_check_relocs): Create dynamic sections if -shared. | |
285 | (elf_backend_relocs_compatible, elf_backend_post_process_headers): | |
286 | Define. | |
287 | (elf32_bed, TARGET_LITTLE_SYM, TARGET_LITTLE_NAME, TARGET_BIG_SYM, | |
288 | TARGET_BIG_NAME, ELF_OSABI): Redefine twice, and include | |
289 | "elf32-target.h" two more times. | |
290 | * configure.in: Handle bfd_elf32_tic6x_linux_be_vec, | |
291 | bfd_elf32_tic6x_linux_le_vec, bfd_elf32_tic6x_elf_be_vec and | |
292 | bfd_elf32_tic6x_elf_le_vec. | |
293 | * configure: Regenerate. | |
294 | ||
3ac5406b JB |
295 | 2011-05-13 Jan Beulich <[email protected]> |
296 | ||
297 | * config.bfd: Add targets x86_64-*-pe and x86_64-*-pep. | |
298 | ||
335e41d4 JK |
299 | 2011-05-12 Jan Kratochvil <[email protected]> |
300 | ||
301 | * config.in: Regenerated. | |
302 | * configure: Regenerated. | |
303 | * configure.in: New tests for HAVE_PRPSINFO_T_PR_PID, | |
304 | HAVE_PRPSINFO32_T_PR_PID, HAVE_PSINFO_T_PR_PID and | |
305 | HAVE_PSINFO32_T_PR_PID. | |
306 | * elf.c (elfcore_grok_psinfo): Protect reading psinfo.pr_pid by | |
307 | HAVE_PRPSINFO_T_PR_PID, HAVE_PRPSINFO32_T_PR_PID, HAVE_PSINFO_T_PR_PID | |
308 | and HAVE_PSINFO32_T_PR_PID. | |
309 | * hosts/x86-64linux.h (HAVE_PRPSINFO32_T_PR_PID): New redefinition. | |
310 | ||
bc989cdc JK |
311 | 2011-05-10 Jan Kratochvil <[email protected]> |
312 | ||
313 | * elf.c (elfcore_grok_psinfo): Initialize CORE_PID for both native and | |
314 | 32bit psinfo. | |
315 | * elf32-ppc.c (ppc_elf_grok_psinfo): Initialize core_pid. | |
316 | * elf64-ppc.c (ppc64_elf_grok_psinfo): Likewise. | |
317 | ||
fbd9ad90 PB |
318 | 2011-05-09 Paul Brook <[email protected]> |
319 | ||
320 | * bfd-in.h (elf32_tic6x_fix_exidx_coverage): Add prototype. | |
321 | * bfd-in2.h: Regenerate. | |
322 | * elf32-tic6x.c: Include limits.h. | |
323 | (tic6x_unwind_edit_type, tic6x_unwind_table_edit, | |
324 | _tic6x_elf_section_data): New. | |
325 | (elf32_tic6x_section_data): Define. | |
326 | (elf32_tic6x_new_section_hook): Allocate target specific data. | |
327 | (elf32_tic6x_add_unwind_table_edit): New function. | |
328 | (get_tic6x_elf_section_data, elf32_tic6x_adjust_exidx_size, | |
329 | elf32_tic6x_insert_cantunwind_after, elf32_tic6x_add_low31, | |
330 | elf32_tic6x_copy_exidx_entry): New functions. | |
331 | (elf_backend_write_section): Define. | |
332 | ||
1bce6bd8 PB |
333 | 2011-05-09 Paul Brook <[email protected]> |
334 | ||
335 | * elf32-tic6x.c (is_tic6x_elf_unwind_section_name, | |
336 | elf32_tic6x_fake_sections): New functions. | |
337 | (elf_backend_fake_sections): Define. | |
338 | ||
9cf0e282 PB |
339 | 2011-05-09 Paul Brook <[email protected]> |
340 | ||
341 | * elf32-tic6x.c (elf32_tic6x_gc_mark_extra_sections): New function. | |
342 | (elf_backend_gc_mark_extra_sections): Define. | |
343 | ||
730035f7 DK |
344 | 2011-05-07 Dave Korn <[email protected]> |
345 | ||
346 | PR ld/12365 | |
347 | * cofflink.c (bfd_coff_link_input_bfd): Check for and warn about | |
348 | references to symbols defined in discarded sections. | |
349 | ||
88e59394 DK |
350 | 2011-05-07 Dave Korn <[email protected]> |
351 | ||
352 | PR ld/12365 | |
353 | * coffgen.c (coff_write_symbol): Assume input section is its own | |
354 | output section if output_section member not set. | |
355 | (coff_write_alien_symbol): Likewise. | |
356 | ||
310fd250 L |
357 | 2011-05-07 H.J. Lu <[email protected]> |
358 | ||
359 | PR ld/12730 | |
360 | * elf.c (_bfd_elf_section_offset): Check SEC_ELF_REVERSE_COPY. | |
361 | ||
362 | * elflink.c (elf_link_input_bfd): Reverse copy .ctors/.dtors | |
41e04eaa | 363 | sections if needed. |
310fd250 L |
364 | |
365 | * section.c (SEC_ELF_REVERSE_COPY): New. | |
366 | * bfd-in2.h: Regenerated. | |
367 | ||
70778fc7 AM |
368 | 2011-05-07 Anders Kaseorg <[email protected]> |
369 | ||
370 | PR 12739 | |
371 | * libbfd.c (bfd_get_8, bfd_get_signed_8): Use const cast. | |
372 | * bfd-in2.h: Regenerate. | |
373 | ||
8185f55c TG |
374 | 2011-05-06 Tristan Gingold <[email protected]> |
375 | ||
376 | * vms-alpha.c (evax_section_flags): Remove SEC_IN_MEMORY. | |
377 | (_bfd_vms_slurp_egsd): Rename old_flags to vms_flags. Handle | |
378 | any code section. Add comments. | |
379 | (alpha_vms_object_p): Use void * instead of PTR. | |
380 | (alpha_vms_create_eisd_for_section): Fix test for setting DZRO. | |
381 | (build_module_list): Guard against no DST section. Add comments. | |
382 | (alpha_vms_link_output_symbol): Discard undefined symbols. | |
383 | (alpha_vms_get_section_contents): Simply memcpy if the section was | |
384 | already loaded. Fix typo. | |
385 | (vms_new_section_hook): Use void * instead of PTR. | |
386 | (vms_alpha_vec): Ditto. | |
387 | ||
7d24e6a6 RS |
388 | 2011-05-06 Richard Sandiford <[email protected]> |
389 | ||
390 | * elf32-arm.c (cortex_a8_erratum_scan): If the stub is a Thumb | |
391 | branch to a PLT entry, redirect it to the PLT's Thumb entry point. | |
392 | ||
c6a8f6e0 BS |
393 | 2011-05-05 Bernd Schmidt <[email protected]> |
394 | ||
395 | * elf32-tic6x.c (elf32_tic6x_final_link): New function. | |
396 | (elf32_tic6x_merge_attributes): Do not warn for PID or PIC | |
397 | mismatch. Choose the lower of the two values. | |
398 | (bfd_elf32_bfd_final_link): New macro. | |
399 | ||
7f41df2e TG |
400 | 2011-04-28 Tristan Gingold <[email protected]> |
401 | ||
402 | * coff-rs6000.c (_bfd_xcoff_swap_aux_in): Adjust for x_file. | |
403 | (bfd_xcoff_swap_aux_out): Ditto. | |
404 | * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Ditto. | |
405 | (bfd_xcoff64_swap_aux_out): Ditto. | |
406 | ||
9507a174 AM |
407 | 2011-05-04 Alan Modra <[email protected]> |
408 | ||
409 | PR ld/12727 | |
410 | * elf64-ppc.c (ppc_build_one_stub <ppc_sub_plt_call>): Clear | |
411 | was_undefined on dot-symbols. | |
412 | ||
2fbb87f6 PB |
413 | 2011-05-03 Paul Brook <[email protected]> |
414 | ||
415 | ||
416 | * elf32-tic6x.c (elf32_tic6x_howto_table, | |
417 | elf32_tic6x_howto_table_rel, (elf32_tic6x_gc_sweep_hook, | |
418 | elf32_tic6x_relocate_section, elf32_tic6x_check_relocs): | |
419 | Add R_C6000_EHTYPE. | |
420 | ||
9d4057ee AM |
421 | 2011-05-01 Alan Modra <[email protected]> |
422 | ||
423 | PR ld/12718 | |
424 | * elf32-i386.c (elf_i386_check_relocs): Ensure dynobj set before | |
425 | creating ifunc sections. | |
426 | * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise. | |
427 | ||
71e7aa7d L |
428 | 2011-04-30 H.J. Lu <[email protected]> |
429 | ||
430 | * elf64-x86-64.c (elf_x86_64_merge_symbol): Correct parameter | |
431 | names. | |
432 | ||
b5dee4ea TT |
433 | 2011-04-28 Tom Tromey <[email protected]> |
434 | ||
435 | * bfdio.c (memory_bstat): Pass correct size to memset. | |
436 | ||
e4c93b56 MF |
437 | 2011-04-28 Mike Frysinger <[email protected]> |
438 | ||
439 | * dwarf2.c (dwarf_debug_sections): Mark const. | |
440 | * elf.c (special_sections): Likewise. | |
441 | * libbfd-in.h (dwarf_debug_sections): Likewise. | |
442 | * libbfd.h: Regenerate. | |
443 | ||
72b016b4 NC |
444 | 2011-04-26 Kai Tietz <[email protected]> |
445 | ||
446 | * coffcode.h (sec_to_styp_flags): Allow linkonce for | |
447 | debugging sections. | |
448 | ||
4964e065 TG |
449 | 2011-04-26 Tristan Gingold <[email protected]> |
450 | ||
451 | * coff64-rs6000.c: Convert to ISO-C. Remove PARAMS and PTR macros. | |
452 | ||
35ed3f94 AM |
453 | 2011-04-24 Alan Modra <[email protected]> |
454 | ||
455 | PR ld/12365 | |
456 | PR ld/12696 | |
457 | * coff-aux.c (coff_m68k_aux_link_add_one_symbol): Update "notice" call. | |
458 | * linker.c (_bfd_link_hash_newfunc): Clear bitfields. | |
459 | (_bfd_generic_link_add_one_symbol): Update "notice" call. | |
460 | * elflink.c (_bfd_elf_merge_symbol): Don't skip weak redefs when | |
461 | it is a redef of an IR symbol in a real BFD. | |
462 | ||
b70321a2 L |
463 | 2011-04-22 H.J. Lu <[email protected]> |
464 | ||
465 | * elf32-i386.c (elf_i386_readonly_dynrelocs): Warn relocation | |
466 | in readonly section in a shared object. | |
467 | (elf_i386_size_dynamic_sections): Likewise. | |
468 | * elf64-x86-64.c (elf_x86_64_readonly_dynrelocs): Likewise. | |
469 | (elf_x86_64_size_dynamic_sections): Likewise. | |
470 | ||
aa715242 L |
471 | 2011-04-21 H.J. Lu <[email protected]> |
472 | ||
473 | PR ld/12694 | |
474 | * elf32-i386.c (elf_i386_readonly_dynrelocs): Skip local IFUNC | |
475 | symbols. | |
476 | * elf64-x86-64.c (elf_x86_64_readonly_dynrelocs): Likewise. | |
477 | ||
f6df62c8 L |
478 | 2011-04-21 H.J. Lu <[email protected]> |
479 | ||
480 | * elf32-i386.c (elf_i386_finish_dynamic_symbol): Return false | |
481 | on dynamic symbol error. | |
482 | * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Likewise. | |
483 | ||
4bbd5a24 TG |
484 | 2011-04-20 Tristan Gingold <[email protected]> |
485 | ||
486 | * config.bfd (alpha*-*-*vms*, ia64*-*-*vms*): Define targ_selvecs. | |
487 | ||
8ad17b3a AM |
488 | 2011-04-20 Alan Modra <[email protected]> |
489 | ||
490 | * hash.c (bfd_default_hash_table_size): Make it an unsigned long. | |
491 | (bfd_hash_table_init_n): Overflow checking. | |
492 | (bfd_hash_set_default_size): Return current size. Take unsigned long | |
493 | arg. Add 65537 to hash_size primes. | |
494 | * bfd-in.h (bfd_hash_set_default_size): Update prototype. | |
495 | * bfd-in2.h: Regenerate. | |
496 | ||
1b0df531 JK |
497 | 2011-04-20 Jan Kratochvil <[email protected]> |
498 | ||
499 | * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Fix +1 overrun of | |
500 | memmove elements. | |
501 | ||
595213d4 AM |
502 | 2011-04-20 Alan Modra <[email protected]> |
503 | ||
9e6619e2 AM |
504 | * libbfd.c (bfd_log2): Do return rounded up value. |
505 | * elflink.c (bfd_elf_size_dynsym_hash_dynstr): Replace bfd_log2 | |
506 | call with expanded old round down version of the function. | |
507 | ||
595213d4 AM |
508 | * archive.c (_bfd_get_elt_at_filepos): Don't release n_nfd. |
509 | * elflink.c (elf_link_add_object_symbols): Delete redundant code. | |
510 | ||
02d00247 AM |
511 | 2011-04-20 Alan Modra <[email protected]> |
512 | ||
513 | PR ld/12365 | |
514 | * elfcode.h (elf_slurp_symbol_table): Put common plugin IR symbols | |
515 | in their own common section. | |
516 | * elflink.c (elf_link_add_object_symbols): Likewise. | |
517 | * linker.c (generic_link_check_archive_element): Don't lose flags | |
518 | if common section is pre-existing. | |
519 | (_bfd_generic_link_add_one_symbol): Likewise. | |
520 | ||
24f58f47 AM |
521 | 2011-04-20 Alan Modra <[email protected]> |
522 | ||
523 | PR ld/12365 | |
524 | * elflink.c (_bfd_elf_merge_symbol): Update multiple_common calls. | |
525 | * linker.c (_bfd_generic_link_add_one_symbol): Likewise. Call | |
526 | multiple_definition regardless of allow_multiple_definition. | |
527 | * simple.c (simple_dummy_multiple_definition): Update. | |
528 | * xcofflink.c (xcoff_link_add_symbols): Update multiple_definition | |
529 | calls. | |
530 | ||
417236c0 TG |
531 | 2011-04-18 Tristan Gingold <[email protected]> |
532 | ||
533 | * coff-rs6000.c: Convert to ISO-C. Remove PARAMS macro. | |
534 | ||
901f1d17 AM |
535 | 2011-04-18 Alan Modra <[email protected]> |
536 | ||
537 | PR ld/12365 | |
538 | PR ld/12672 | |
539 | * bfd.c (BFD_PLUGIN): Define. | |
540 | (BFD_FLAGS_SAVED, BFD_FLAGS_FOR_BFD_USE_MASK): Add BFD_PLUGIN. | |
541 | * bfd-in2.h: Regenerate. | |
542 | * elflink.c (elf_link_output_extsym): Strip undefined plugin syms. | |
543 | * opncls.c (bfd_make_readable): Don't lose original bfd flags. | |
544 | ||
63524580 JK |
545 | 2011-04-17 Jan Kratochvil <[email protected]> |
546 | ||
547 | * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Do not check for | |
548 | SEC_LOAD. | |
549 | ||
e21e5835 NC |
550 | 2011-04-15 Sergio Durigan Junior <[email protected]> |
551 | ||
552 | * elf-bfd.h (struct sdt_note): New struct. | |
553 | (struct elf_obj_tdata) <sdt_note_head>: New field. | |
554 | * elf.c (elfobj_grok_stapsdt_note_1): New function. | |
555 | (elfobj_grok_stapsdt_note): Likewise. | |
556 | (elf_parse_notes): Added code to treat SystemTap note | |
557 | sections. | |
558 | ||
6452a567 RH |
559 | 2011-04-12 Richard Henderson <[email protected]> |
560 | ||
561 | * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Do not | |
562 | exclude empty .got sections. | |
563 | ||
2a750708 L |
564 | 2011-04-11 H.J. Lu <[email protected]> |
565 | ||
566 | * elf32-i386.c (elf_i386_reloc_type_lookup): Fix the out of bound | |
567 | array access for BFD_RELOC_386_IRELATIVE. | |
568 | ||
2123f9ad BS |
569 | 2011-04-11 Bernd Schmidt <[email protected]> |
570 | ||
571 | * elf32-tic6x.c (elf32_tic6x_check_relocs): Initialize pc_count field. | |
572 | ||
f64b2e8d NC |
573 | 2011-04-11 Mark Wielaard <[email protected]> |
574 | ||
575 | PR 10549 | |
576 | * elf-bfd.h (has_ifunc_symbols): Renamed to has_gnu_symbols. | |
577 | (has_gnu_symbols): Renamed from has_ifunc_symbols. | |
578 | * elf.c (_bfd_elf_set_osabi): Use new has_gnu_symbols name. | |
579 | * elf32-arm.c (elf32_arm_add_symbol_hook): Set has_gnu_symbols | |
580 | also if STB_GNU_UNIQUE symbol binding was seen. | |
581 | * elf32-i386.c (elf_i386_add_symbol_hook): Likewise. | |
582 | * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise. | |
583 | * elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise. | |
584 | * elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise. | |
585 | * elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise. | |
586 | * elf64-x86-64.c (elf_x86_64_add_symbol_hook): Likewise. | |
587 | ||
e57278ef AM |
588 | 2011-04-11 Alan Modra <[email protected]> |
589 | ||
590 | * bfd-in.h (bfd_get_section_limit): Don't use rawsize with output | |
591 | sections. | |
592 | * libbfd.c (_bfd_generic_get_section_contents): Likewise. | |
593 | (_bfd_generic_get_section_contents_in_window): Likewise. | |
594 | * section.c (bfd_get_section_contents): Likewise. | |
595 | * compress.c (bfd_get_full_section_contents): Likewise. | |
596 | * elf32-rx.c (rx_final_link): Ignore rawsize. | |
597 | * elf32-microblaze.c (microblaze_elf_relocate_section): Use correct | |
598 | bfd with bfd_get_section_limit. | |
599 | * elfxx-ia64.c (elfNN_ia64_choose_gp): Add "final" parameter. Use | |
600 | os->size during final link. Update callers. | |
601 | * bfd-in2.h: Regenerate. | |
602 | ||
e2ece73c RS |
603 | 2011-04-10 Richard Sandiford <[email protected]> |
604 | ||
605 | PR ld/12637 | |
606 | * elfxx-mips.c (mips_elf_merge_got_with): Use arg->global_count | |
607 | as the number of global entries when merging with the primary GOT. | |
608 | ||
9f973f28 L |
609 | 2011-04-09 H.J. Lu <[email protected]> |
610 | ||
611 | * elf32-i386.c: Update copyright year. | |
612 | * elf64-x86-64.c: Likewise. | |
613 | ||
21e68916 KT |
614 | 2011-04-09 Kai Tietz <[email protected]> |
615 | ||
616 | * peXXigen.c (_bfd_XXi_final_link_postscripte): Sort pdata in temporary | |
617 | buffer and use rawsize for sorting. | |
618 | * coffcode.h (coff_compute_section_file_positions): Set rawsize | |
619 | before doing alignment. | |
620 | ||
62d78908 L |
621 | 2011-04-09 H.J. Lu <[email protected]> |
622 | ||
623 | * elf32-i386.c (elf_i386_relocate_section): Return relocation | |
624 | error on unsupported relocation. | |
625 | * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise. | |
626 | ||
2351cae0 L |
627 | 2011-04-09 H.J. Lu <[email protected]> |
628 | ||
629 | PR binutils/12657 | |
630 | * hosts/x86-64linux.h (elf_prstatus32): Replace __pid_t with | |
631 | pid_t. | |
632 | ||
959b0961 L |
633 | 2011-04-08 H.J. Lu <[email protected]> |
634 | ||
635 | PR ld/12654 | |
636 | * elf32-i386.c (elf_i386_relocate_section): Check !executable | |
637 | instead of shared for R_386_TLS_LDO_32. | |
638 | ||
33b54431 TG |
639 | 2011-04-08 Tristan Gingold <[email protected]> |
640 | ||
641 | * Makefile.am (SOURCE_HFILES): Remove xcoff-target.h | |
642 | * coff-pmac: Remove | |
643 | * xcoff-target.h: Remove | |
644 | * Makefile.in: Regenerate. | |
645 | ||
5d8e6b4d CC |
646 | 2011-04-07 Cary Coutant <[email protected]> |
647 | ||
648 | * dwarf2.c (scan_unit_for_symbols): Check for DW_AT_specification. | |
649 | ||
44e87ece | 650 | 2011-04-07 Paul Brook <[email protected]> |
33b54431 | 651 | |
44e87ece PB |
652 | * elf32-tic6x.c (elf32_tic6x_howto_table): R_C6000_PREL31 is |
653 | pc-relative. | |
654 | (elf32_tic6x_howto_table_rel): Ditto. | |
655 | (elf32_tic6x_relocate_section): Implement R_C6000_PREL31. | |
656 | (elf32_tic6x_check_relocs): Ditto. | |
657 | ||
8c5fc800 JM |
658 | 2011-04-06 Joseph Myers <[email protected]> |
659 | ||
660 | * config.bfd (thumb-*-oabi): Don't handle in list of obsolete | |
661 | targets. | |
662 | (strongarm*, thumb*, xscale*): Remove architectures. | |
663 | (strongarm-*-kaos*, thumb-*-coff, thumb-*-elf, thumb-epoc-pe*, | |
664 | thumb-*-pe*, strongarm-*-elf, strongarm-*-coff, xscale-*-elf, | |
665 | xscale-*-coff): Remove targets. | |
666 | ||
6f8027ae TG |
667 | 2011-04-01 Tristan Gingold <[email protected]> |
668 | ||
669 | * elfxx-ia64.c: include bfd_stdint.h | |
670 | ||
c89ce65c JK |
671 | 2011-03-31 Jan Kratochvil <[email protected]> |
672 | ||
673 | * elf32-tic6x.c (elf32_tic6x_relocate_section): Remove unused variable | |
674 | dynobj and its initialization. | |
675 | ||
545f57c6 TG |
676 | 2011-03-31 Tristan Gingold <[email protected]> |
677 | ||
678 | * makefile.vms (DEFS): Add HAVE_bfd_elf64_ia64_vms_vec. | |
679 | * configure.com: Set BFD_HOST_64BIT_LONG_LONG and | |
680 | BFD_HOST_LONG_LONG to 1. | |
681 | ||
083faca9 TG |
682 | 2011-03-31 Tristan Gingold <[email protected]> |
683 | ||
684 | * vms-alpha.c (vms_get_remaining_object_record): Fix dec-c warning. | |
685 | (_bfd_vms_write_etir): Ditto. | |
686 | (_bfd_vms_slurp_etir): Avoid to use intptr_t | |
687 | * configure.com: Generate bfd_stdint.h | |
688 | ||
ac145307 BS |
689 | 2011-03-31 Bernd Schmidt <[email protected]> |
690 | ||
691 | * elf32-tic6x.h (struct elf32_tic6x_params): New. | |
692 | (elf32_tic6x_setup): Declare. | |
693 | * elf32-tic6x.c: Include <limits.h>. | |
694 | (ELF_DYNAMIC_LINKER, DEFAULT_STACK_SIZE, PLT_ENTRY_SIZE): Define. | |
695 | (struct elf32_tic6x_link_hash_table, struct elf32_link_hash_entry): | |
696 | New structures. | |
697 | (elf32_tic6x_link_hash_table, is_tic6x_elf): New macros. | |
698 | (tic6x_elf_scom_section, tic6x_elf_scom_symbol, | |
699 | tic6x_elf_scom_symbol_ptr): New static variables. | |
700 | (elf32_tic6x_howto_table, elf32_tic6x_howto_table_rel, | |
701 | elf32_tic6x_reloc_map): Add R_C6000_JUMP_SLOT, R_C6000_EHTYPE, | |
702 | R_C6000_PCR_H16 and R_C6000_PCR_L16. | |
703 | (elf32_tic6x_link_hash_newfunc, elf32_tic6x_link_hash_table_create, | |
704 | elf32_tic6x_link_hash_table_free, elf32_tic6x_setup, | |
705 | elf32_tic6x_using_dsbt, elf32_tic6x_install_rela, | |
706 | elf32_tic6x_create_dynamic_sections, elf32_tic6x_make_got_dynreloc, | |
707 | elf32_tic6x_finish_dynamic_symbol, elf32_tic6x_gc_sweep_hook, | |
708 | elf32_tic6x_adjust_dynamic_symbol): New static functions. | |
709 | (elf32_tic6x_relocate_section): For R_C6000_PCR_S21, convert branches | |
710 | to weak symbols as required by the ABI. | |
711 | Handle GOT and DSBT_INDEX relocs, and copy relocs to the output file | |
712 | as needed when generating DSBT output. | |
713 | (elf32_tic6x_check_relocs, elf32_tic6x_add_symbol_hook, | |
714 | elf32_tic6x_symbol_processing, elf32_tic6x_section_from_bfd_section, | |
715 | elf32_tic6x_allocate_dynrelocs, elf32_tic6x_size_dynamic_sections, | |
716 | elf32_tic6x_always_size_sections, elf32_tic6x_modify_program_headers, | |
717 | elf32_tic6x_finish_dynamic_sections, elf32_tic6x_plt_sym_val, | |
718 | elf32_tic6x_copy_private_data, elf32_tic6x_link_omit_section_dynsym): | |
719 | New static functions. | |
720 | (ELF_MAXPAGESIZE): Define to 0x1000. | |
721 | (bfd_elf32_bfd_copy_private_bfd_data, | |
722 | bfd_elf32_bfd_link_hash_table_create, | |
723 | bfd_elf32_bfd_link_hash_table_free, elf_backend_can_refcount, | |
724 | elf_backend_want_got_plt, elf_backend_want_dynbss, | |
725 | elf_backend_plt_readonly, elf_backend_got_header_size, | |
726 | elf_backend_gc_sweep_hook, elf_backend_modify_program_headers, | |
727 | elf_backend_create_dynamic_sections, elf_backend_adjust_dynamic_symbol, | |
728 | elf_backend_check_relocs, elf_backend_add_symbol_hook, | |
729 | elf_backend_symbol_processing, elf_backend_link_output_symbol_hook, | |
730 | elf_backend_section_from_bfd_section, | |
731 | elf_backend_finish_dynamic_symbol, elf_backend_always_size_sections, | |
732 | elf32_tic6x_size_dynamic_sections, elf_backend_finish_dynamic_sections, | |
733 | elf_backend_omit_section_dynsym, elf_backend_plt_sym_val): Define. | |
734 | ||
735 | * bfd/reloc.c (BFD_RELOC_C6000_JUMP_SLOT, BFD_RELOC_C6000_EHTYPE, | |
736 | BFD_RELOC_C6000_PCR_H16, BFD_RELOC_C6000_PCR_S16): Add. | |
737 | * bfd/bfd-in2.h: Regenerate. | |
738 | * bfd/libbfd.h: Regenerate. | |
739 | * config.bfd: Accept tic6x-*-* instead of tic6x-*-elf. | |
740 | ||
53dd76d3 TG |
741 | 2011-03-31 Tristan Gingold <[email protected]> |
742 | ||
743 | * coffcode.h (coff_slurp_symbol_table): Silently discard C_NULL | |
744 | entry on xcoff when value is C_NULL_VALUE. | |
745 | ||
746 | 2011-03-31 Tristan Gingold <[email protected]> | |
2040caca TG |
747 | |
748 | * libcoff-in.h (exec_hdr): Remove. | |
749 | * libcoff.h: Regenerate. | |
750 | ||
3a294fa7 NC |
751 | 2011-03-30 Nick Clifton <[email protected]> |
752 | ||
753 | * po/da.po: Updated Danish translation. | |
754 | ||
e117360e RH |
755 | 2011-03-29 Richard Henderson <[email protected]> |
756 | ||
757 | * elf64-alpha.c (elf64_alpha_gc_mark_hook): New. | |
758 | (elf64_alpha_gc_sweep_hook): New. | |
759 | (elf_backend_gc_mark_hook, elf_backend_gc_sweep_hook): New. | |
760 | (elf_backend_can_gc_sections): New. | |
761 | ||
5b806d27 NC |
762 | 2011-03-26 John Marino <[email protected]> |
763 | ||
764 | * config.bfd: Add x86_64-*-dragonfly*, fix i386-*-dragonfly*. | |
765 | * configure.in: Delete unused bfd_elf32_i386_dragonfly_vec. | |
766 | * configure: Regenerate. | |
767 | ||
b42adabf NC |
768 | 2011-03-25 Michael Snyder <[email protected]> |
769 | ||
770 | * coffcode.h (coff_set_alignment_hook): Check return of bfd_seek. | |
771 | ||
a283ff93 TG |
772 | 2011-03-25 Tristan Gingold <[email protected]> |
773 | ||
774 | * vms-alpha.c (_bfd_vms_find_nearest_dst_line): Allow the use | |
775 | of find_nearest_line on object files. | |
776 | ||
cf6b8767 TG |
777 | 2011-03-25 Tristan Gingold <[email protected]> |
778 | ||
779 | * vms-alpha.c (evax_section_flags): Make $CODE$ section read-only. | |
780 | Minor reordering. | |
781 | (alpha_vms_create_eisd_for_section): Make code sections read-only. | |
782 | ||
663a1470 AM |
783 | 2011-03-24 Alan Modra <[email protected]> |
784 | ||
785 | * elf32-ppc.c (ppc_elf_tls_optimize): Catch more cases where | |
786 | old-style __tls_get_addr calls without marker relocs don't match | |
787 | their arg setup insn one for one. If such mismatches are found | |
788 | report the reloc and don't do any tls optimization. | |
789 | * elf64-ppc.c (ppc64_elf_tls_optimize): Likewise. | |
790 | ||
dc80f6ae EW |
791 | 2011-03-22 Eric B. Weddington <[email protected]> |
792 | ||
793 | * bfd-in2.h: Regenerate. | |
794 | ||
8cc66334 EW |
795 | 2011-03-22 Eric B. Weddington <[email protected]> |
796 | ||
797 | * archures.c: Add AVR XMEGA architecture information. | |
798 | * cpu-avr.c (arch_info_struct): Likewise. | |
799 | * elf32-avr.c (bfd_elf_avr_final_write_processing): Likewise. | |
800 | (elf32_avr_object_p): Likewise. | |
801 | ||
34e77a92 RS |
802 | 2011-03-14 Richard Sandiford <[email protected]> |
803 | ||
804 | * reloc.c (BFD_RELOC_ARM_IRELATIVE): New relocation. | |
805 | * bfd-in2.h: Regenerate. | |
806 | * elf32-arm.c (elf32_arm_howto_table_2): Rename existing definition | |
807 | to elf32_arm_howto_table_3 and replace with a single R_ARM_IRELATIVE | |
808 | entry. | |
809 | (elf32_arm_howto_from_type): Update accordingly. | |
810 | (elf32_arm_reloc_map): Map BFD_RELOC_ARM_IRELATIVE to R_ARM_IRELATIVE. | |
811 | (elf32_arm_reloc_name_lookup): Handle elf32_arm_howto_table_3. | |
812 | (arm_plt_info): New structure, split out from elf32_arm_link_hash_entry | |
813 | with an extra noncall_refcount field. | |
814 | (arm_local_iplt_info): New structure. | |
815 | (elf_arm_obj_tdata): Add local_iplt. | |
816 | (elf32_arm_local_iplt): New accessor macro. | |
817 | (elf32_arm_link_hash_entry): Replace plt_thumb_refcount, | |
818 | plt_maybe_thumb_refcount and plt_got_offset with an arm_plt_info. | |
819 | Change tls_type to a bitfield and add is_iplt. | |
820 | (elf32_arm_link_hash_newfunc): Update accordingly. | |
821 | (elf32_arm_allocate_local_sym_info): New function. | |
822 | (elf32_arm_create_local_iplt): Likewise. | |
823 | (elf32_arm_get_plt_info): Likewise. | |
824 | (elf32_arm_plt_needs_thumb_stub_p): Likewise. | |
825 | (elf32_arm_get_local_dynreloc_list): Likewise. | |
826 | (create_ifunc_sections): Likewise. | |
827 | (elf32_arm_copy_indirect_symbol): Update after the changes to | |
828 | elf32_arm_link_hash_entry. Assert the is_iplt has not yet been set. | |
829 | (arm_type_of_stub): Add an st_type argument. Use elf32_arm_get_plt_info | |
830 | to get PLT information. Assert that all STT_GNU_IFUNC references | |
831 | are turned into PLT references. | |
832 | (arm_build_one_stub): Pass the symbol type to | |
833 | elf32_arm_final_link_relocate. | |
834 | (elf32_arm_size_stubs): Pass the symbol type to arm_type_of_stub. | |
835 | (elf32_arm_allocate_irelocs): New function. | |
836 | (elf32_arm_add_dynreloc): In static objects, use .rel.iplt for | |
837 | all R_ARM_IRELATIVE. | |
838 | (elf32_arm_allocate_plt_entry): New function. | |
839 | (elf32_arm_populate_plt_entry): Likewise. | |
840 | (elf32_arm_final_link_relocate): Add an st_type parameter. | |
841 | Set srelgot to null for static objects. Use separate variables | |
842 | to record which st_value and st_type should be used when generating | |
843 | a dynamic relocation. Use elf32_arm_get_plt_info to find the | |
844 | symbol's PLT information, setting has_iplt_entry, splt, | |
845 | plt_offset and gotplt_offset accordingly. Check whether | |
846 | STT_GNU_IFUNC symbols should resolve to an .iplt entry, and change | |
847 | the relocation target accordingly. Broaden assert to include | |
848 | .iplts. Don't set sreloc for static relocations. Assert that | |
849 | we only generate dynamic R_ARM_RELATIVE relocations for R_ARM_ABS32 | |
850 | and R_ARM_ABS32_NOI. Generate R_ARM_IRELATIVE relocations instead | |
851 | of R_ARM_RELATIVE relocations if the target is an STT_GNU_IFUNC | |
852 | symbol. Pass the symbol type to arm_type_of_stub. Conditionally | |
853 | resolve GOT references to the .igot.plt entry. | |
854 | (elf32_arm_relocate_section): Update the call to | |
855 | elf32_arm_final_link_relocate. | |
856 | (elf32_arm_gc_sweep_hook): Use elf32_arm_get_plt_info to get PLT | |
857 | information. Treat R_ARM_REL32 and R_ARM_REL32_NOI as call | |
858 | relocations in shared libraries and relocatable executables. | |
859 | Count non-call PLT references. Use elf32_arm_get_local_dynreloc_list | |
860 | to get the list of dynamic relocations for a local symbol. | |
861 | (elf32_arm_check_relocs): Always create ifunc sections. Set isym | |
862 | at the same time as setting h. Use elf32_arm_allocate_local_sym_info | |
863 | to allocate local symbol information. Treat R_ARM_REL32 and | |
864 | R_ARM_REL32_NOI as call relocations in shared libraries and | |
865 | relocatable executables. Record PLT information for local | |
866 | STT_GNU_IFUNC functions as well as global functions. Count | |
867 | non-call PLT references. Use elf32_arm_get_local_dynreloc_list | |
868 | to get the list of dynamic relocations for a local symbol. | |
869 | (elf32_arm_adjust_dynamic_symbol): Handle STT_GNU_IFUNC symbols. | |
870 | Don't remove STT_GNU_IFUNC PLTs unless all references have been | |
871 | removed. Update after the changes to elf32_arm_link_hash_entry. | |
872 | (allocate_dynrelocs_for_symbol): Decide whether STT_GNU_IFUNC PLT | |
873 | entries should live in .plt or .iplt. Check whether the .igot.plt | |
874 | and .got entries can be combined. Use elf32_arm_allocate_plt_entry | |
875 | to allocate .plt and .(i)got.plt entries. Detect which .got | |
876 | entries will need R_ARM_IRELATIVE relocations and use | |
877 | elf32_arm_allocate_irelocs to allocate them. Likewise other | |
878 | non-.got dynamic relocations. | |
879 | (elf32_arm_size_dynamic_sections): Allocate .iplt, .igot.plt | |
880 | and dynamic relocations for local STT_GNU_IFUNC symbols. | |
881 | Check whether the .igot.plt and .got entries can be combined. | |
882 | Detect which .got entries will need R_ARM_IRELATIVE relocations | |
883 | and use elf32_arm_allocate_irelocs to allocate them. Use stashed | |
884 | section pointers intead of strcmp checks. Handle iplt and igotplt. | |
885 | (elf32_arm_finish_dynamic_symbol): Use elf32_arm_populate_plt_entry | |
886 | to fill in .plt, .got.plt and .rel(a).plt entries. Point | |
887 | STT_GNU_IFUNC symbols at an .iplt entry if non-call relocations | |
888 | resolve to it. | |
889 | (elf32_arm_output_plt_map_1): New function, split out from | |
890 | elf32_arm_output_plt_map. Handle .iplt entries. Use | |
891 | elf32_arm_plt_needs_thumb_stub_p. | |
892 | (elf32_arm_output_plt_map): Call it. | |
893 | (elf32_arm_output_arch_local_syms): Add mapping symbols for | |
894 | local .iplt entries. | |
895 | (elf32_arm_swap_symbol_in): Handle Thumb STT_GNU_IFUNC symbols. | |
896 | (elf32_arm_swap_symbol_out): Likewise. | |
897 | (elf32_arm_add_symbol_hook): New function. | |
898 | (elf_backend_add_symbol_hook): Define for all targets. | |
899 | ||
35fc36a8 RS |
900 | 2011-03-14 Richard Sandiford <[email protected]> |
901 | ||
902 | * elf-bfd.h (elf_link_hash_entry): Add target_internal. | |
903 | * elf.c (swap_out_syms): Set st_target_internal for each | |
904 | Elf_Internal_Sym. | |
905 | * elfcode.h (elf_swap_symbol_in): Likewise. | |
906 | * elf32-i370.c (i370_elf_finish_dynamic_sections): Likewise. | |
907 | * elf32-sh-symbian.c (sh_symbian_relocate_section): Likewise. | |
908 | * elf64-sparc.c (elf64_sparc_output_arch_syms): Likewise. | |
909 | * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Likewise. | |
910 | * elflink.c (elf_link_output_extsym): Likewise. | |
911 | (bfd_elf_final_link): Likewise. | |
912 | (elf_link_add_object_symbols): Copy st_target_internal | |
913 | to the hash table if we see a definition. | |
914 | (_bfd_elf_copy_link_hash_symbol_type): Copy target_internal. | |
915 | * elf32-arm.c (elf32_arm_stub_hash_entry): Replace st_type with | |
916 | a branch_type field. | |
917 | (a8_erratum_fix, a8_erratum_reloc): Likewise. | |
918 | (arm_type_of_stub): Replace actual_st_type with an | |
919 | actual_branch_type parameter. | |
920 | (arm_build_one_stub): Use branch types rather than st_types to | |
921 | determine the type of branch. | |
922 | (cortex_a8_erratum_scan): Likewise. | |
923 | (elf32_arm_size_stubs): Likewise. | |
924 | (bfd_elf32_arm_process_before_allocation): Likewise. | |
925 | (allocate_dynrelocs_for_symbol): Likewise. | |
926 | (elf32_arm_finish_dynamic_sections): Likewise. | |
927 | (elf32_arm_final_link_relocate): Replace sym_flags parameter with | |
928 | a branch_type parameter. | |
929 | (elf32_arm_relocate_section): Update call accordingly. | |
930 | (elf32_arm_adjust_dynamic_symbol): Don't check STT_ARM_TFUNC. | |
931 | (elf32_arm_output_map_sym): Initialize st_target_internal. | |
932 | (elf32_arm_output_stub_sym): Likewise. | |
933 | (elf32_arm_symbol_processing): Delete. | |
934 | (elf32_arm_swap_symbol_in): Convert STT_ARM_TFUNCs into STT_FUNCs. | |
935 | Use st_target_internal to record the branch type. | |
936 | (elf32_arm_swap_symbol_out): Use st_target_internal to test for | |
937 | Thumb functions. | |
938 | (elf32_arm_is_function_type): Delete. | |
939 | (elf_backend_symbol_processing): Likewise. | |
940 | (elf_backend_is_function_type): Likewise. | |
941 | ||
cbc704f3 RS |
942 | 2011-03-14 Richard Sandiford <[email protected]> |
943 | ||
944 | * elf32-arm.c (elf32_arm_check_relocs): Always assign a dynobj. | |
945 | (elf32_arm_finish_dynamic_sections): Move sgot != NULL assertion | |
946 | into the PLT block. | |
947 | ||
f6e32f6d RS |
948 | 2011-03-14 Richard Sandiford <[email protected]> |
949 | ||
950 | * elf32-arm.c (elf32_arm_check_relocs): Use call_reloc_p, | |
951 | may_need_local_target_p and may_become_dynamic_p to classify | |
952 | the relocation type. Don't check info->symbolic or h->def_regular | |
953 | when deciding whether to record a potential dynamic reloc. | |
954 | Don't treat potential dynamic relocs as PLT references. | |
955 | (elf32_arm_gc_sweep_hook): Update to match. Assert that we don't | |
956 | try to make the PLT reference count go negative. | |
957 | ||
b436d854 RS |
958 | 2011-03-14 Richard Sandiford <[email protected]> |
959 | ||
960 | * elf32-arm.c (elf32_arm_final_link_relocate): Always fill in the | |
961 | GOT entry here, rather than leaving it to finish_dynamic_symbol. | |
962 | Only create a dynamic relocation for local references if | |
963 | info->shared. | |
964 | (allocate_dynrelocs_for_symbol): Update dynamic relocation | |
965 | allocation accordingly. | |
966 | (elf32_arm_finish_dynamic_symbol): Don't initialise the GOT entry here. | |
967 | ||
47beaa6a RS |
968 | 2011-03-14 Richard Sandiford <[email protected]> |
969 | ||
970 | * elf32-arm.c (elf32_arm_allocate_dynrelocs): New function. | |
971 | (elf32_arm_add_dynreloc): Likewise. | |
972 | (elf32_arm_adjust_dynamic_symbol): Use elf32_arm_allocate_dynrelocs | |
973 | to allocate dynamic relocations. | |
974 | (elf32_arm_size_dynamic_sections): Likewise. | |
975 | (allocate_dynrelocs): Likewise. Rename to | |
976 | allocate_dynrelocs_for_symbol. | |
977 | (elf32_arm_final_link_relocate): Use elf32_arm_add_dynreloc to | |
978 | create dynamic relocations. | |
979 | (elf32_arm_finish_dynamic_symbol): Likewise. | |
980 | ||
52bc799a L |
981 | 2011-03-12 H.J. Lu <[email protected]> |
982 | ||
983 | * elf64-x86-64.c (elf_x86_64_check_tls_transition): Supprt TLS | |
984 | x32 GD->IE and GD->LE transitions. | |
985 | (elf_x86_64_relocate_section): Supprt TLS x32 GD->IE, GD->LE | |
986 | and LD->LE transitions. | |
987 | ||
e11840f9 AM |
988 | 2011-03-10 Alan Modra <[email protected]> |
989 | ||
990 | * elf64-ppc.c (ppc64_elf_relocate_section): Provide section/offset | |
991 | for LO_DS error message and correct multiple. | |
992 | ||
aa374f67 AM |
993 | 2011-03-10 Alan Modra <[email protected]> |
994 | ||
995 | * elf64-ppc.c (bfd_elf64_bfd_link_just_syms): Define. | |
996 | (ppc64_elf_link_just_syms): New function. | |
997 | (opd_entry_value): Don't assume big-endian host. | |
998 | (get_r2off): New function. | |
999 | (ppc_build_one_stub, ppc_size_one_stub): Use it here. | |
1000 | ||
d59a60e9 MS |
1001 | 2011-03-06 Michael Snyder <[email protected]> |
1002 | ||
4281caad MS |
1003 | * compress.c (bfd_compress_section_contents): Check for out of mem. |
1004 | ||
17672001 MS |
1005 | * elf64-x86-64.c (elf_x86_64_relocate_section): Document |
1006 | that case statement falls through intentionally. | |
1007 | ||
d59a60e9 MS |
1008 | * elf32-i386.c (elf_i386_relocate_section): Document fall through. |
1009 | ||
0e29e6e8 AM |
1010 | 2011-03-04 Alan Modra <[email protected]> |
1011 | ||
1012 | * archive.c (bsd_write_armap): Don't call stat in deterministic | |
1013 | mode, and don't use st_mtime if stat returns error. | |
1014 | ||
eb00922a MS |
1015 | 2011-03-03 Michael Snyder <[email protected]> |
1016 | ||
08c13595 MS |
1017 | * elf64-x86-64.c (elf_x86_64_relocate_section): Remove dead code. |
1018 | ||
d543c50d MS |
1019 | * coff-x86_64.c (coff_amd64_rtype_to_howto): Fencepost error. |
1020 | ||
c38eb2a6 MS |
1021 | * aoutx.h (aout_final_link): Use sizeof int not sizeof int*. |
1022 | (aout_link_write_other_symbol): Missing break statement. | |
1023 | ||
8ecc1f20 MS |
1024 | * dwarf2.c (scan_unit_for_symbols): Stop memory leak. |
1025 | ||
eb00922a MS |
1026 | * archive.c (_bfd_slurp_extended_name_table): Fail if bfd_seek fails. |
1027 | ||
4a4c5f25 L |
1028 | 2011-03-03 H.J. Lu <[email protected]> |
1029 | ||
1030 | * elf64-x86-64.c (elf_x86_64_check_tls_transition): Supprt TLS | |
1031 | x32 IE->LE transition. | |
1032 | (elf_x86_64_relocate_section): Likewise. | |
1033 | ||
ddcf1fcf BS |
1034 | 2011-03-02 Bernd Schmidt <[email protected]> |
1035 | ||
aa374f67 AM |
1036 | * elflink.c (is_reloc_section): Remove function. |
1037 | (get_dynamic_reloc_section_name): Construct string manually. | |
ddcf1fcf | 1038 | |
007d6189 KT |
1039 | 2011-02-28 Kai Tietz <[email protected]> |
1040 | ||
1041 | * archive.c (_bfd_find_nested_archive): Use filename_(n)cmp. | |
1042 | (adjust_relative_path): Likewise. | |
1043 | (_bfd_construct_extended_name_table): Likewise. | |
1044 | * corefile.c (generic_core_file_matches_executable_p): Likewise. | |
1045 | * elf32-bfin.c (bfinfdpic_relocate_section): Likewise. | |
1046 | * elf32-frv.c (elf32_frv_relocate_section): Likewise. | |
1047 | * elf32-spu.c (sort_bfds): Likewise. | |
1048 | (spu_elf_auto_overlay): Likewise. | |
1049 | * syms.c (_bfd_stab_section_find_nearest_line): Likewise. | |
1050 | * xcofflink.c (xcoff_set_import_path): Likewise. | |
1051 | * xtensa-isa.c (xtensa_regfile_lookup): Likewise. | |
1052 | (xtensa_regfile_lookup_shortname): Likewise. | |
1053 | ||
8616ad89 AM |
1054 | 2011-02-28 Alan Modra <[email protected]> |
1055 | ||
1056 | PR 12513 | |
1057 | * archive.c (bfd_slurp_bsd_armap_f2): Sanity check parsed_size and | |
1058 | stringsize. Properly sanity check symdef_count. Remove redundant | |
1059 | bfd_release. | |
1060 | ||
80549d04 RÁE |
1061 | 2011-02-25 Rafael Ávila de Espíndola <[email protected]> |
1062 | ||
1063 | * plugin.c (bfd_plugin_object_p): Correctly set the filesize | |
1064 | and handle claim_file seeking. Only try to load the plugin once. | |
1065 | ||
93b3ac75 AS |
1066 | 2011-02-22 Andreas Schwab <[email protected]> |
1067 | ||
1068 | * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): For a TLS_GD | |
1069 | relocation read the value from the second GOT slot. | |
1070 | ||
6fa052f0 TG |
1071 | 2011-02-15 Tristan Gingold <[email protected]> |
1072 | ||
1073 | * vms-alpha.c (alpha_vms_link_add_archive_symbols): Add a comment. | |
1074 | ||
28be611c AM |
1075 | 2011-02-15 Alan Modra <[email protected]> |
1076 | ||
1077 | * elf64-ppc.c (ppc64_elf_edit_toc): Reinstate second read of | |
1078 | toc relocs. Fuss over free(NULL). | |
1079 | ||
93252b1c MF |
1080 | 2011-02-14 Mike Frysinger <[email protected]> |
1081 | ||
1082 | * elflink.c (bfd_elf_size_dynamic_sections): Add | |
1083 | bfd_get_symbol_leading_char to the start of newname. | |
1084 | ||
822ce8ee RW |
1085 | 2011-02-13 Ralf Wildenhues <[email protected]> |
1086 | ||
1087 | * configure: Regenerate. | |
1088 | ||
425b145b AM |
1089 | 2011-02-09 Alan Modra <[email protected]> |
1090 | ||
1091 | * elf64-ppc.c (ppc64_elf_edit_toc): Don't free toc relocs until | |
1092 | we are done. When optimising large toc, check that a global | |
1093 | symbol on a toc reloc is defined in a kept section. | |
1094 | ||
82f2dbf7 NC |
1095 | 2011-02-08 Nick Clifton <[email protected]> |
1096 | ||
1097 | PR binutils/12467 | |
1098 | * elf.c (assign_file_positions_for_load_sections): Set the program | |
1099 | header offset and entry size to zero if there are no program | |
1100 | headers. | |
1101 | ||
df22d223 AM |
1102 | 2011-02-08 Alan Modra <[email protected]> |
1103 | ||
1104 | * elf64-ppc.c (ppc64_elf_edit_toc): Don't segfault on NULL | |
1105 | local_syms when looking for local symbols in .toc. | |
1106 | ||
6683a28d AM |
1107 | 2011-02-01 Alan Modra <[email protected]> |
1108 | ||
1109 | * elf64-ppc.c (ppc64_elf_next_input_section): Use elf_gp value | |
1110 | for toc pointer on any section having makes_toc_func_call set. | |
1111 | (check_pasted_section): Ensure pasted .init/.fini fragments use | |
1112 | the same toc if any has makes_toc_func_call set. | |
1113 | ||
5240d94d JM |
1114 | 2011-01-28 Joseph Myers <[email protected]> |
1115 | ||
1116 | * elf32-ppc.c (ppc_elf_link_hash_newfunc): Initialize has_sda_refs | |
1117 | field. | |
1118 | ||
ed88c97e RS |
1119 | 2011-01-22 Richard Sandiford <[email protected]> |
1120 | ||
1121 | * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Ignore | |
1122 | common sections too. | |
1123 | ||
1a0c107f L |
1124 | 2011-01-18 H.J. Lu <[email protected]> |
1125 | ||
04449d86 L |
1126 | * elf64-x86-64.c (elf_backend_want_plt_sym): Redefine to 0 after |
1127 | Solaris target. | |
1a0c107f | 1128 | |
d68cd58c NC |
1129 | 2011-01-18 Pierre Muller <[email protected]> |
1130 | ||
1131 | Fix compilation for mingw64. | |
1132 | * coffcode.h (coff_slurp_symbol_table): Add intptr_t intermediate | |
1133 | typecast to avoid warning. | |
1134 | * elf32-rx.c: Add "bfd_stdint.h" include required for int32_t type | |
1135 | usage. | |
1136 | * elfxx-ia64.c (elfNN_ia64_relax_br): Use intptr_t typeacast instead | |
1137 | of long for pointer to avoid warning. | |
1138 | (elfNN_ia64_relax_brl): Idem. | |
1139 | (elfNN_ia64_install_value): Idem. | |
1140 | * vms-alpha.c (_bfd_vms_slurp_etir): Idem. | |
1141 | ||
da17376b RS |
1142 | 2011-01-17 Richard Sandiford <[email protected]> |
1143 | ||
1144 | * elf32-arm.c (elf32_arm_check_relocs): Check needs_plt rather than | |
1145 | h->needs_plt when deciding whether to record a possible dynamic reloc. | |
1146 | ||
1e81e12b RS |
1147 | 2011-01-17 Richard Sandiford <[email protected]> |
1148 | ||
1149 | * elf32-arm.c (elf32_arm_gc_sweep_hook): Remove all registered | |
1150 | dynamic relocs for the removed section. | |
1151 | ||
d1534d16 L |
1152 | 2011-01-15 H.J. Lu <[email protected]> |
1153 | ||
1154 | * elf64-x86-64.c (elf_x86_64_check_relocs): Check invalid x32 | |
1155 | relocations. | |
1156 | ||
248775ba L |
1157 | 2011-01-14 H.J. Lu <[email protected]> |
1158 | ||
1159 | * elf64-x86-64.c (elf_x86_64_link_hash_table): Add pointer_r_type. | |
1160 | (elf_x86_64_link_hash_table_create): Set pointer_r_type. | |
1161 | (elf_x86_64_check_relocs): Handle R_X86_64_32 like R_X86_64_64 | |
1162 | for ILP32. Remove ABI_64_P PIC check for R_X86_64_8, | |
1163 | R_X86_64_16, R_X86_64_32 and R_X86_64_32S. | |
1164 | (elf_x86_64_relocate_section): Handle R_X86_64_32 like R_X86_64_64 | |
1165 | for ILP32. | |
1166 | ||
4a97a0e5 AM |
1167 | 2011-01-14 Alan Modra <[email protected]> |
1168 | ||
1169 | * bfd.c (bfd_perror): Flush stdout before and stderr after printing | |
1170 | error. | |
1171 | (_bfd_default_error_handler): Likewise. | |
1172 | * elf.c (print_segment_map): Likewise. | |
1173 | * libbfd.c (warn_deprecated): Likewise. | |
1174 | * som.c (som_sizeof_headers): No need to do so here. | |
1175 | * coff-i860.c: Replace use of printf for error messages with | |
1176 | _bfd_error_handler. | |
1177 | * coff-ppc.c: Likewise. | |
1178 | * coff-sh.c: Likewise. | |
1179 | * elf32-bfin.c: Likewise. | |
1180 | * elf32-dlx.c: Likewise. | |
1181 | * elf32-mep.c: Likewise. | |
1182 | * elf32-v850.c: Likewise. | |
1183 | * mach-o.c: Likewise. | |
1184 | * pef.c: Likewise. | |
1185 | ||
82e96e07 L |
1186 | 2011-01-13 H.J. Lu <[email protected]> |
1187 | ||
1188 | * elf64-x86-64.c (elf_x86_64_link_hash_table): Remove | |
1189 | swap_reloca_out. | |
1190 | (elf_x86_64_link_hash_table_create): Don't set swap_reloca_out. | |
1191 | (elf_x86_64_check_relocs): Align relocation section to 4 byte | |
1192 | for 32bit. | |
1193 | (elf_x86_64_gc_sweep_hook): Replace ELF64_ST_TYPE with | |
1194 | ELF_ST_TYPE. | |
1195 | (elf_x86_64_finish_dynamic_symbol): Updated. | |
1196 | (elf_x86_64_finish_dynamic_sections): Don't use | |
1197 | Elf64_External_Dyn, bfd_elf64_swap_dyn_in, nor | |
1198 | bfd_elf64_swap_dyn_out. | |
1199 | ||
e6a6bb22 AM |
1200 | 2011-01-14 J. Park <[email protected]> |
1201 | ||
1202 | PR ld/12339 | |
1203 | * elf32-arm.c (allocate_dynrelocs): Don't set up eh before | |
1204 | following bfd_link_hash_warning symbol link. | |
1205 | ||
0855e32b NS |
1206 | 2011-01-10 Nathan Sidwell <[email protected]> |
1207 | Glauber de Oliveira Costa <[email protected]> | |
1208 | ||
1209 | * reloc.c (BFD_RELOC_ARM_TLS_GOTDESC, BFD_RELOC_ARM_TLS_CALL, | |
1210 | BFD_RELOC_ARM_THM_TLS_CALL, BFD_RELOC_ARM_TLS_DESCSEQ, | |
1211 | BFD_RELOC_ARM_THM_TLS_DESCSEQ, BFD_RELOC_ARM_TLS_DESC): New | |
1212 | relocations. | |
1213 | * libbfd.h: Rebuilt. | |
1214 | * bfd-in2.h: Rebuilt. | |
1215 | * elf32-arm.c (elf32_arm_howto_table_1): Add new relocations. | |
1216 | (elf32_arm_reloc_map): Likewise. | |
1217 | (tls_trampoline, dl_tlsdesc_lazy_trampoline): New PLT templates. | |
1218 | (elf32_arm_stub_long_branch_any_tls_pic, | |
1219 | elf32_arm_stub_long_branch_v4t_thumb_tls_pic): New stub templates. | |
1220 | (DEF_STUBS): Add new stubs. | |
1221 | (struct_elf_arm_obj_data): Add local_tlsdesc_gotent field. | |
1222 | (elf32_arm_local_tlsdesc_gotent): New. | |
1223 | (GOT_TLS_GDESC): New mask. | |
1224 | (GOT_TLS_GD_ANY): Define. | |
1225 | (struct elf32_arm_link_hash_entry): Add tlsdesc_got field. | |
1226 | (elf32_arm_compute_jump_table_size): New. | |
1227 | (struct elf32_arm_link_hash_table): Add next_tls_desc_index, | |
1228 | num_tls_desc, dt_tlsdesc_plt, dt_tlsdesc_got, tls_trampoline, | |
1229 | sgotplt_jump_table_size fields. | |
1230 | (elf32_arm_link_hash_newfunc): Initialize tlsdesc_got field. | |
1231 | (elf32_arm_link_hash_table_create): Initialize new fields. | |
1232 | (arm_type_of_stub): Check TLS desc relocs too. | |
1233 | (elf32_arm_stub_name): TLS desc relocs can be shared. | |
1234 | (elf32_arm_tls_transition): Determine relaxation. | |
1235 | (arm_stub_required_alignment): Add tls stubs. | |
1236 | (elf32_arm_size_stubs): Likewise. | |
1237 | (elf32_arm_tls_relax): Perform TLS relaxing. | |
1238 | (elf32_arm_final_link_relocate): Process TLS DESC relocations. | |
1239 | (IS_ARM_TLS_GNU_RELOC): New. | |
1240 | (IS_ARM_TLS_RELOC): Use it. | |
1241 | (elf32_arm_relocate_section): Perform TLS relaxing. | |
1242 | (elf32_arm_check_relocs): Anticipate TLS relaxing, process tls | |
1243 | desc relocations. | |
1244 | (allocate_dynrelocs): Allocate tls desc relcoations. | |
1245 | (elf32_arm_output_arch_local_syms): Emit tls trampoline mapping | |
1246 | symbols. | |
1247 | (elf32_arm_size_dynamic_sections): Allocate tls trampolines and | |
1248 | got slots. | |
1249 | (elf32_arm_always_size_sections): New. Create _TLS_MODULE_BASE | |
1250 | symbol. | |
1251 | (elf32_arm_finish_dynamic_symbol): Adjust. | |
1252 | (arm_put_trampoline): New. | |
1253 | (elf32_arm_finish_dynamic_sections): Emit new dynamic tags and tls | |
1254 | trampolines. | |
1255 | (elf_backend_always_size_sections): Define. | |
1256 | ||
7be86737 L |
1257 | 2011-01-06 H.J. Lu <[email protected]> |
1258 | ||
1259 | * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Optimized. | |
1260 | ||
ae428b57 | 1261 | 2011-01-06 H.J. Lu <[email protected]> |
3db2e7dd L |
1262 | |
1263 | PR ld/12366 | |
1264 | PR ld/12371 | |
1265 | * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Properly | |
1266 | handle symbols marked with regular reference, but not non-GOT | |
1267 | reference when building shared library. | |
1268 | ||
1269 | * elf32-i386.c (elf_i386_gc_sweep_hook): Properly handle | |
1270 | local and global STT_GNU_IFUNC symols when building shared | |
1271 | library. | |
1272 | * elf64-x86-64.c (elf_x86_64_gc_sweep_hook): Likewise. | |
1273 | ||
9689e3a3 DD |
1274 | 2011-01-05 DJ Delorie <[email protected]> |
1275 | ||
1276 | * reloc.c: Add BFD_RELOC_RX_OP_NEG. | |
1277 | * libbfd.h: Regenerate. | |
1278 | * bfd-in2.h: Regenerate. | |
1279 | * elf32-rx.c: Add it to the list, corresponding to R_RX_OPneg. | |
1280 | ||
889a4d3e L |
1281 | 2011-01-03 H.J. Lu <[email protected]> |
1282 | ||
1283 | * cpu-i386.c (bfd_i386_compatible): New. | |
1284 | (bfd_x64_32_arch_intel_syntax): Replace bfd_default_compatible | |
1285 | with bfd_i386_compatible. | |
1286 | (bfd_x86_64_arch_intel_syntax): Likewise. | |
1287 | (bfd_i386_arch_intel_syntax): Likewise. | |
1288 | (i8086_arch): Likewise. | |
1289 | (bfd_x64_32_arch): Likewise. | |
1290 | (bfd_x86_64_arch): Likewise. | |
1291 | (bfd_i386_arch): Likewise. | |
1292 | ||
9e9e0820 | 1293 | For older changes see ChangeLog-2010 |
56882138 AM |
1294 | \f |
1295 | Local Variables: | |
1296 | mode: change-log | |
1297 | left-margin: 8 | |
1298 | fill-column: 74 | |
1299 | version-control: never | |
1300 | End: |