]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
PR gdb/8677
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
1ce74905
DD
12011-05-23 DJ Delorie <dj@redhat.com>
2
3 * elf32-rx.c (rx_elf_object_p): When reading an RX object in, undo
4 the vma/lma swapping done in elf32_rx_modify_program_headers.
5
997fbe36
NC
62011-05-23 Nick Clifton <nickc@redhat.com>
7
8 * elf-m10300.c (mn10300_elf_mkobject): New function.
9 (bfd_elf32_mkobject): Define.
10
6061a67d
AM
112011-05-23 Alan Modra <amodra@gmail.com>
12
13 * elf-bfd.h: Comment typo fix.
14 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Delete. Replace with
15 struct elf_dyn_relocs throughout.
16 * elf64-ppc.c (struct ppc_dyn_relocs): Likewise.
17
25f53a85
AM
182011-05-23 Alan Modra <amodra@gmail.com>
19
20 * elf32-frv.c: Use info->callbacks->einfo throughout file in linker
21 functions rather than warning callback or _bfd_error_handler.
22 * elf32-ppc.c: Likewise.
23 * elf64-ppc.c: Likewise.
24 * elf32-ppc.c (ppc_elf_tls_optimize): Use %H in __tls_get_addr lost
25 arg error.
26 * elf64-ppc.c (ppc64_elf_tls_optimize): Likewise.
27
6de6a7fe
AM
282011-05-23 Alan Modra <amodra@gmail.com>
29
30 PR 12763
31 * elf.c (assign_file_positions_for_load_sections): Set sh_offset for
32 .tbss, and page align same for all SHT_NOBITS sections.
33
86b2281f
AM
342011-05-21 Alan Modra <amodra@gmail.com>
35
36 PR 12763
37 * elf.c (_bfd_elf_make_section_from_shdr): Set up TLS section LMAs
38 from PT_TLS header.
39 (_bfd_elf_map_sections_to_segments): Don't create a final PT_LOAD
40 segment if just for .tbss.
41 (assign_file_positions_for_load_sections): Don't report "can't
42 allocate in segment" errors for .tbss.
43 (assign_file_positions_for_non_load_sections): Don't set p_filesz
44 from SHT_NOBITS section filepos.
45
4a732032
BS
462011-05-20 Bernd Schmidt <bernds@codesourcery.com>
47
48 * elf32-tic6x.c (elf32_tic6x_howto_table): Add entries for
49 R_C6000_PCR_H16 and R_C6000_PCR_L16.
50 (elf32_tic6x_relocate_section): Handle them.
51
dd98f8d2
NC
522011-05-18 Nick Clifton <nickc@redhat.com>
53
54 PR ld/12761
55 * elflink.c (elf_link_add_object_symbols): Process .gnu.warning
56 sections when building shared libraries.
57
9c489990
NC
582011-05-18 RafaƂ Krypa <r.krypa@samsung.com>
59
60 PR ld/12778
61 * elf32-arm.c (elf32_arm_gc_sweep_hook): Use the computed dynamic
62 reloc pointer.
63
5ccfed9b
TG
642011-05-18 Tristan Gingold <gingold@adacore.com>
65
66 * xcofflink.c (xcoff_link_add_symbols): Handle C_DWARF symbols.
67 (xcoff_sweep): Always keep dwarf sections.
68 (xcoff_link_input_bfd): Handle dwarf symbols and sections.
69
85645aed
TG
702011-05-18 Tristan Gingold <gingold@adacore.com>
71
72 * libxcoff.h (struct xcoff_dwsect_name): New type.
73 (XCOFF_DWSECT_NBR_NAMES): New macro.
74 (xcoff_dwsect_names): Declare.
75 * coffcode.h (sec_to_styp_flags): Handle xcoff dwarf sections.
76 (styp_to_sec_flags): Ditto.
77 (coff_new_section_hook): Ditto.
78 (coff_slurp_symbol_table): Handle C_DWARF and C_INFO.
79 * coff-rs6000.c (xcoff_dwsect_name): New variable.
80
84bff83f
NC
812011-05-17 Tomohiro Kashiwada <kikairoya@gmail.com>
82
83 PR ld/12759
84 * elf32-rx.c (ignore_lma): New variable.
85 (bfd_elf32_rx_set_target_flags): Add ignore_lma parameter.
86 (rx_modify_program_headers): Only copy the LMA into the VMA if
87 ignore_lma is true.
88
16d96b5b
AM
892011-05-17 Alan Modra <amodra@gmail.com>
90
91 PR ld/12760
92 * coff-aux.c (coff_m68k_aux_link_add_one_symbol): Adjust "notice" call.
93 * elflink.c (elf_link_add_object_symbols): Likewise.
94 * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
95
41e04eaa
AM
962011-05-16 Alan Modra <amodra@gmail.com>
97
98 * linker.c (_bfd_generic_link_add_one_symbol): Don't init u.undef.weak.
99
77c56f44
RS
1002011-05-15 Richard Sandiford <rdsandiford@googlemail.com>
101
102 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Record both local and
103 global GOT entries for GOT_PAGE relocations against global symbols.
104
2a616379
BS
1052011-05-13 Bernd Schmidt <bernds@codesourcery.com>
106
107 * config.bfd (tic6x-*-elf, tic6x-*-uclinux): New.
108 (tic6x-*-*): Replaced by these.
109 * elf32-tic6x.c (elf32_tic6x_set_osabi): New static function.
110 (elf32_tic6x_check_relocs): Create dynamic sections if -shared.
111 (elf_backend_relocs_compatible, elf_backend_post_process_headers):
112 Define.
113 (elf32_bed, TARGET_LITTLE_SYM, TARGET_LITTLE_NAME, TARGET_BIG_SYM,
114 TARGET_BIG_NAME, ELF_OSABI): Redefine twice, and include
115 "elf32-target.h" two more times.
116 * configure.in: Handle bfd_elf32_tic6x_linux_be_vec,
117 bfd_elf32_tic6x_linux_le_vec, bfd_elf32_tic6x_elf_be_vec and
118 bfd_elf32_tic6x_elf_le_vec.
119 * configure: Regenerate.
120
3ac5406b
JB
1212011-05-13 Jan Beulich <jbeulich@novell.com>
122
123 * config.bfd: Add targets x86_64-*-pe and x86_64-*-pep.
124
335e41d4
JK
1252011-05-12 Jan Kratochvil <jan.kratochvil@redhat.com>
126
127 * config.in: Regenerated.
128 * configure: Regenerated.
129 * configure.in: New tests for HAVE_PRPSINFO_T_PR_PID,
130 HAVE_PRPSINFO32_T_PR_PID, HAVE_PSINFO_T_PR_PID and
131 HAVE_PSINFO32_T_PR_PID.
132 * elf.c (elfcore_grok_psinfo): Protect reading psinfo.pr_pid by
133 HAVE_PRPSINFO_T_PR_PID, HAVE_PRPSINFO32_T_PR_PID, HAVE_PSINFO_T_PR_PID
134 and HAVE_PSINFO32_T_PR_PID.
135 * hosts/x86-64linux.h (HAVE_PRPSINFO32_T_PR_PID): New redefinition.
136
bc989cdc
JK
1372011-05-10 Jan Kratochvil <jan.kratochvil@redhat.com>
138
139 * elf.c (elfcore_grok_psinfo): Initialize CORE_PID for both native and
140 32bit psinfo.
141 * elf32-ppc.c (ppc_elf_grok_psinfo): Initialize core_pid.
142 * elf64-ppc.c (ppc64_elf_grok_psinfo): Likewise.
143
fbd9ad90
PB
1442011-05-09 Paul Brook <paul@codesourcery.com>
145
146 * bfd-in.h (elf32_tic6x_fix_exidx_coverage): Add prototype.
147 * bfd-in2.h: Regenerate.
148 * elf32-tic6x.c: Include limits.h.
149 (tic6x_unwind_edit_type, tic6x_unwind_table_edit,
150 _tic6x_elf_section_data): New.
151 (elf32_tic6x_section_data): Define.
152 (elf32_tic6x_new_section_hook): Allocate target specific data.
153 (elf32_tic6x_add_unwind_table_edit): New function.
154 (get_tic6x_elf_section_data, elf32_tic6x_adjust_exidx_size,
155 elf32_tic6x_insert_cantunwind_after, elf32_tic6x_add_low31,
156 elf32_tic6x_copy_exidx_entry): New functions.
157 (elf_backend_write_section): Define.
158
1bce6bd8
PB
1592011-05-09 Paul Brook <paul@codesourcery.com>
160
161 * elf32-tic6x.c (is_tic6x_elf_unwind_section_name,
162 elf32_tic6x_fake_sections): New functions.
163 (elf_backend_fake_sections): Define.
164
9cf0e282
PB
1652011-05-09 Paul Brook <paul@codesourcery.com>
166
167 * elf32-tic6x.c (elf32_tic6x_gc_mark_extra_sections): New function.
168 (elf_backend_gc_mark_extra_sections): Define.
169
730035f7
DK
1702011-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
171
172 PR ld/12365
173 * cofflink.c (bfd_coff_link_input_bfd): Check for and warn about
174 references to symbols defined in discarded sections.
175
88e59394
DK
1762011-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
177
178 PR ld/12365
179 * coffgen.c (coff_write_symbol): Assume input section is its own
180 output section if output_section member not set.
181 (coff_write_alien_symbol): Likewise.
182
310fd250
L
1832011-05-07 H.J. Lu <hongjiu.lu@intel.com>
184
185 PR ld/12730
186 * elf.c (_bfd_elf_section_offset): Check SEC_ELF_REVERSE_COPY.
187
188 * elflink.c (elf_link_input_bfd): Reverse copy .ctors/.dtors
41e04eaa 189 sections if needed.
310fd250
L
190
191 * section.c (SEC_ELF_REVERSE_COPY): New.
192 * bfd-in2.h: Regenerated.
193
70778fc7
AM
1942011-05-07 Anders Kaseorg <andersk@ksplice.com>
195
196 PR 12739
197 * libbfd.c (bfd_get_8, bfd_get_signed_8): Use const cast.
198 * bfd-in2.h: Regenerate.
199
8185f55c
TG
2002011-05-06 Tristan Gingold <gingold@adacore.com>
201
202 * vms-alpha.c (evax_section_flags): Remove SEC_IN_MEMORY.
203 (_bfd_vms_slurp_egsd): Rename old_flags to vms_flags. Handle
204 any code section. Add comments.
205 (alpha_vms_object_p): Use void * instead of PTR.
206 (alpha_vms_create_eisd_for_section): Fix test for setting DZRO.
207 (build_module_list): Guard against no DST section. Add comments.
208 (alpha_vms_link_output_symbol): Discard undefined symbols.
209 (alpha_vms_get_section_contents): Simply memcpy if the section was
210 already loaded. Fix typo.
211 (vms_new_section_hook): Use void * instead of PTR.
212 (vms_alpha_vec): Ditto.
213
7d24e6a6
RS
2142011-05-06 Richard Sandiford <richard.sandiford@linaro.org>
215
216 * elf32-arm.c (cortex_a8_erratum_scan): If the stub is a Thumb
217 branch to a PLT entry, redirect it to the PLT's Thumb entry point.
218
c6a8f6e0
BS
2192011-05-05 Bernd Schmidt <bernds@codesourcery.com>
220
221 * elf32-tic6x.c (elf32_tic6x_final_link): New function.
222 (elf32_tic6x_merge_attributes): Do not warn for PID or PIC
223 mismatch. Choose the lower of the two values.
224 (bfd_elf32_bfd_final_link): New macro.
225
7f41df2e
TG
2262011-04-28 Tristan Gingold <gingold@adacore.com>
227
228 * coff-rs6000.c (_bfd_xcoff_swap_aux_in): Adjust for x_file.
229 (bfd_xcoff_swap_aux_out): Ditto.
230 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Ditto.
231 (bfd_xcoff64_swap_aux_out): Ditto.
232
9507a174
AM
2332011-05-04 Alan Modra <amodra@gmail.com>
234
235 PR ld/12727
236 * elf64-ppc.c (ppc_build_one_stub <ppc_sub_plt_call>): Clear
237 was_undefined on dot-symbols.
238
2fbb87f6
PB
2392011-05-03 Paul Brook <paul@codesourcery.com>
240
241
242 * elf32-tic6x.c (elf32_tic6x_howto_table,
243 elf32_tic6x_howto_table_rel, (elf32_tic6x_gc_sweep_hook,
244 elf32_tic6x_relocate_section, elf32_tic6x_check_relocs):
245 Add R_C6000_EHTYPE.
246
9d4057ee
AM
2472011-05-01 Alan Modra <amodra@gmail.com>
248
249 PR ld/12718
250 * elf32-i386.c (elf_i386_check_relocs): Ensure dynobj set before
251 creating ifunc sections.
252 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
253
71e7aa7d
L
2542011-04-30 H.J. Lu <hongjiu.lu@intel.com>
255
256 * elf64-x86-64.c (elf_x86_64_merge_symbol): Correct parameter
257 names.
258
b5dee4ea
TT
2592011-04-28 Tom Tromey <tromey@redhat.com>
260
261 * bfdio.c (memory_bstat): Pass correct size to memset.
262
e4c93b56
MF
2632011-04-28 Mike Frysinger <vapier@gentoo.org>
264
265 * dwarf2.c (dwarf_debug_sections): Mark const.
266 * elf.c (special_sections): Likewise.
267 * libbfd-in.h (dwarf_debug_sections): Likewise.
268 * libbfd.h: Regenerate.
269
72b016b4
NC
2702011-04-26 Kai Tietz <ktietz@redhat.com>
271
272 * coffcode.h (sec_to_styp_flags): Allow linkonce for
273 debugging sections.
274
4964e065
TG
2752011-04-26 Tristan Gingold <gingold@adacore.com>
276
277 * coff64-rs6000.c: Convert to ISO-C. Remove PARAMS and PTR macros.
278
35ed3f94
AM
2792011-04-24 Alan Modra <amodra@gmail.com>
280
281 PR ld/12365
282 PR ld/12696
283 * coff-aux.c (coff_m68k_aux_link_add_one_symbol): Update "notice" call.
284 * linker.c (_bfd_link_hash_newfunc): Clear bitfields.
285 (_bfd_generic_link_add_one_symbol): Update "notice" call.
286 * elflink.c (_bfd_elf_merge_symbol): Don't skip weak redefs when
287 it is a redef of an IR symbol in a real BFD.
288
b70321a2
L
2892011-04-22 H.J. Lu <hongjiu.lu@intel.com>
290
291 * elf32-i386.c (elf_i386_readonly_dynrelocs): Warn relocation
292 in readonly section in a shared object.
293 (elf_i386_size_dynamic_sections): Likewise.
294 * elf64-x86-64.c (elf_x86_64_readonly_dynrelocs): Likewise.
295 (elf_x86_64_size_dynamic_sections): Likewise.
296
aa715242
L
2972011-04-21 H.J. Lu <hongjiu.lu@intel.com>
298
299 PR ld/12694
300 * elf32-i386.c (elf_i386_readonly_dynrelocs): Skip local IFUNC
301 symbols.
302 * elf64-x86-64.c (elf_x86_64_readonly_dynrelocs): Likewise.
303
f6df62c8
L
3042011-04-21 H.J. Lu <hongjiu.lu@intel.com>
305
306 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Return false
307 on dynamic symbol error.
308 * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Likewise.
309
4bbd5a24
TG
3102011-04-20 Tristan Gingold <gingold@adacore.com>
311
312 * config.bfd (alpha*-*-*vms*, ia64*-*-*vms*): Define targ_selvecs.
313
8ad17b3a
AM
3142011-04-20 Alan Modra <amodra@gmail.com>
315
316 * hash.c (bfd_default_hash_table_size): Make it an unsigned long.
317 (bfd_hash_table_init_n): Overflow checking.
318 (bfd_hash_set_default_size): Return current size. Take unsigned long
319 arg. Add 65537 to hash_size primes.
320 * bfd-in.h (bfd_hash_set_default_size): Update prototype.
321 * bfd-in2.h: Regenerate.
322
1b0df531
JK
3232011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
324
325 * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Fix +1 overrun of
326 memmove elements.
327
595213d4
AM
3282011-04-20 Alan Modra <amodra@gmail.com>
329
9e6619e2
AM
330 * libbfd.c (bfd_log2): Do return rounded up value.
331 * elflink.c (bfd_elf_size_dynsym_hash_dynstr): Replace bfd_log2
332 call with expanded old round down version of the function.
333
595213d4
AM
334 * archive.c (_bfd_get_elt_at_filepos): Don't release n_nfd.
335 * elflink.c (elf_link_add_object_symbols): Delete redundant code.
336
02d00247
AM
3372011-04-20 Alan Modra <amodra@gmail.com>
338
339 PR ld/12365
340 * elfcode.h (elf_slurp_symbol_table): Put common plugin IR symbols
341 in their own common section.
342 * elflink.c (elf_link_add_object_symbols): Likewise.
343 * linker.c (generic_link_check_archive_element): Don't lose flags
344 if common section is pre-existing.
345 (_bfd_generic_link_add_one_symbol): Likewise.
346
24f58f47
AM
3472011-04-20 Alan Modra <amodra@gmail.com>
348
349 PR ld/12365
350 * elflink.c (_bfd_elf_merge_symbol): Update multiple_common calls.
351 * linker.c (_bfd_generic_link_add_one_symbol): Likewise. Call
352 multiple_definition regardless of allow_multiple_definition.
353 * simple.c (simple_dummy_multiple_definition): Update.
354 * xcofflink.c (xcoff_link_add_symbols): Update multiple_definition
355 calls.
356
417236c0
TG
3572011-04-18 Tristan Gingold <gingold@adacore.com>
358
359 * coff-rs6000.c: Convert to ISO-C. Remove PARAMS macro.
360
901f1d17
AM
3612011-04-18 Alan Modra <amodra@gmail.com>
362
363 PR ld/12365
364 PR ld/12672
365 * bfd.c (BFD_PLUGIN): Define.
366 (BFD_FLAGS_SAVED, BFD_FLAGS_FOR_BFD_USE_MASK): Add BFD_PLUGIN.
367 * bfd-in2.h: Regenerate.
368 * elflink.c (elf_link_output_extsym): Strip undefined plugin syms.
369 * opncls.c (bfd_make_readable): Don't lose original bfd flags.
370
63524580
JK
3712011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
372
373 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Do not check for
374 SEC_LOAD.
375
e21e5835
NC
3762011-04-15 Sergio Durigan Junior <sergiodj@redhat.com>
377
378 * elf-bfd.h (struct sdt_note): New struct.
379 (struct elf_obj_tdata) <sdt_note_head>: New field.
380 * elf.c (elfobj_grok_stapsdt_note_1): New function.
381 (elfobj_grok_stapsdt_note): Likewise.
382 (elf_parse_notes): Added code to treat SystemTap note
383 sections.
384
6452a567
RH
3852011-04-12 Richard Henderson <rth@redhat.com>
386
387 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Do not
388 exclude empty .got sections.
389
2a750708
L
3902011-04-11 H.J. Lu <hongjiu.lu@intel.com>
391
392 * elf32-i386.c (elf_i386_reloc_type_lookup): Fix the out of bound
393 array access for BFD_RELOC_386_IRELATIVE.
394
2123f9ad
BS
3952011-04-11 Bernd Schmidt <bernds@codesourcery.com>
396
397 * elf32-tic6x.c (elf32_tic6x_check_relocs): Initialize pc_count field.
398
f64b2e8d
NC
3992011-04-11 Mark Wielaard <mjw@redhat.com>
400
401 PR 10549
402 * elf-bfd.h (has_ifunc_symbols): Renamed to has_gnu_symbols.
403 (has_gnu_symbols): Renamed from has_ifunc_symbols.
404 * elf.c (_bfd_elf_set_osabi): Use new has_gnu_symbols name.
405 * elf32-arm.c (elf32_arm_add_symbol_hook): Set has_gnu_symbols
406 also if STB_GNU_UNIQUE symbol binding was seen.
407 * elf32-i386.c (elf_i386_add_symbol_hook): Likewise.
408 * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
409 * elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise.
410 * elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise.
411 * elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise.
412 * elf64-x86-64.c (elf_x86_64_add_symbol_hook): Likewise.
413
e57278ef
AM
4142011-04-11 Alan Modra <amodra@gmail.com>
415
416 * bfd-in.h (bfd_get_section_limit): Don't use rawsize with output
417 sections.
418 * libbfd.c (_bfd_generic_get_section_contents): Likewise.
419 (_bfd_generic_get_section_contents_in_window): Likewise.
420 * section.c (bfd_get_section_contents): Likewise.
421 * compress.c (bfd_get_full_section_contents): Likewise.
422 * elf32-rx.c (rx_final_link): Ignore rawsize.
423 * elf32-microblaze.c (microblaze_elf_relocate_section): Use correct
424 bfd with bfd_get_section_limit.
425 * elfxx-ia64.c (elfNN_ia64_choose_gp): Add "final" parameter. Use
426 os->size during final link. Update callers.
427 * bfd-in2.h: Regenerate.
428
e2ece73c
RS
4292011-04-10 Richard Sandiford <rdsandiford@googlemail.com>
430
431 PR ld/12637
432 * elfxx-mips.c (mips_elf_merge_got_with): Use arg->global_count
433 as the number of global entries when merging with the primary GOT.
434
9f973f28
L
4352011-04-09 H.J. Lu <hongjiu.lu@intel.com>
436
437 * elf32-i386.c: Update copyright year.
438 * elf64-x86-64.c: Likewise.
439
21e68916
KT
4402011-04-09 Kai Tietz <ktietz@redhat.com>
441
442 * peXXigen.c (_bfd_XXi_final_link_postscripte): Sort pdata in temporary
443 buffer and use rawsize for sorting.
444 * coffcode.h (coff_compute_section_file_positions): Set rawsize
445 before doing alignment.
446
62d78908
L
4472011-04-09 H.J. Lu <hongjiu.lu@intel.com>
448
449 * elf32-i386.c (elf_i386_relocate_section): Return relocation
450 error on unsupported relocation.
451 * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
452
2351cae0
L
4532011-04-09 H.J. Lu <hongjiu.lu@intel.com>
454
455 PR binutils/12657
456 * hosts/x86-64linux.h (elf_prstatus32): Replace __pid_t with
457 pid_t.
458
959b0961
L
4592011-04-08 H.J. Lu <hongjiu.lu@intel.com>
460
461 PR ld/12654
462 * elf32-i386.c (elf_i386_relocate_section): Check !executable
463 instead of shared for R_386_TLS_LDO_32.
464
33b54431
TG
4652011-04-08 Tristan Gingold <gingold@adacore.com>
466
467 * Makefile.am (SOURCE_HFILES): Remove xcoff-target.h
468 * coff-pmac: Remove
469 * xcoff-target.h: Remove
470 * Makefile.in: Regenerate.
471
5d8e6b4d
CC
4722011-04-07 Cary Coutant <ccoutant@google.com>
473
474 * dwarf2.c (scan_unit_for_symbols): Check for DW_AT_specification.
475
44e87ece 4762011-04-07 Paul Brook <paul@codesourcery.com>
33b54431 477
44e87ece
PB
478 * elf32-tic6x.c (elf32_tic6x_howto_table): R_C6000_PREL31 is
479 pc-relative.
480 (elf32_tic6x_howto_table_rel): Ditto.
481 (elf32_tic6x_relocate_section): Implement R_C6000_PREL31.
482 (elf32_tic6x_check_relocs): Ditto.
483
8c5fc800
JM
4842011-04-06 Joseph Myers <joseph@codesourcery.com>
485
486 * config.bfd (thumb-*-oabi): Don't handle in list of obsolete
487 targets.
488 (strongarm*, thumb*, xscale*): Remove architectures.
489 (strongarm-*-kaos*, thumb-*-coff, thumb-*-elf, thumb-epoc-pe*,
490 thumb-*-pe*, strongarm-*-elf, strongarm-*-coff, xscale-*-elf,
491 xscale-*-coff): Remove targets.
492
6f8027ae
TG
4932011-04-01 Tristan Gingold <gingold@adacore.com>
494
495 * elfxx-ia64.c: include bfd_stdint.h
496
c89ce65c
JK
4972011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
498
499 * elf32-tic6x.c (elf32_tic6x_relocate_section): Remove unused variable
500 dynobj and its initialization.
501
545f57c6
TG
5022011-03-31 Tristan Gingold <gingold@adacore.com>
503
504 * makefile.vms (DEFS): Add HAVE_bfd_elf64_ia64_vms_vec.
505 * configure.com: Set BFD_HOST_64BIT_LONG_LONG and
506 BFD_HOST_LONG_LONG to 1.
507
083faca9
TG
5082011-03-31 Tristan Gingold <gingold@adacore.com>
509
510 * vms-alpha.c (vms_get_remaining_object_record): Fix dec-c warning.
511 (_bfd_vms_write_etir): Ditto.
512 (_bfd_vms_slurp_etir): Avoid to use intptr_t
513 * configure.com: Generate bfd_stdint.h
514
ac145307
BS
5152011-03-31 Bernd Schmidt <bernds@codesourcery.com>
516
517 * elf32-tic6x.h (struct elf32_tic6x_params): New.
518 (elf32_tic6x_setup): Declare.
519 * elf32-tic6x.c: Include <limits.h>.
520 (ELF_DYNAMIC_LINKER, DEFAULT_STACK_SIZE, PLT_ENTRY_SIZE): Define.
521 (struct elf32_tic6x_link_hash_table, struct elf32_link_hash_entry):
522 New structures.
523 (elf32_tic6x_link_hash_table, is_tic6x_elf): New macros.
524 (tic6x_elf_scom_section, tic6x_elf_scom_symbol,
525 tic6x_elf_scom_symbol_ptr): New static variables.
526 (elf32_tic6x_howto_table, elf32_tic6x_howto_table_rel,
527 elf32_tic6x_reloc_map): Add R_C6000_JUMP_SLOT, R_C6000_EHTYPE,
528 R_C6000_PCR_H16 and R_C6000_PCR_L16.
529 (elf32_tic6x_link_hash_newfunc, elf32_tic6x_link_hash_table_create,
530 elf32_tic6x_link_hash_table_free, elf32_tic6x_setup,
531 elf32_tic6x_using_dsbt, elf32_tic6x_install_rela,
532 elf32_tic6x_create_dynamic_sections, elf32_tic6x_make_got_dynreloc,
533 elf32_tic6x_finish_dynamic_symbol, elf32_tic6x_gc_sweep_hook,
534 elf32_tic6x_adjust_dynamic_symbol): New static functions.
535 (elf32_tic6x_relocate_section): For R_C6000_PCR_S21, convert branches
536 to weak symbols as required by the ABI.
537 Handle GOT and DSBT_INDEX relocs, and copy relocs to the output file
538 as needed when generating DSBT output.
539 (elf32_tic6x_check_relocs, elf32_tic6x_add_symbol_hook,
540 elf32_tic6x_symbol_processing, elf32_tic6x_section_from_bfd_section,
541 elf32_tic6x_allocate_dynrelocs, elf32_tic6x_size_dynamic_sections,
542 elf32_tic6x_always_size_sections, elf32_tic6x_modify_program_headers,
543 elf32_tic6x_finish_dynamic_sections, elf32_tic6x_plt_sym_val,
544 elf32_tic6x_copy_private_data, elf32_tic6x_link_omit_section_dynsym):
545 New static functions.
546 (ELF_MAXPAGESIZE): Define to 0x1000.
547 (bfd_elf32_bfd_copy_private_bfd_data,
548 bfd_elf32_bfd_link_hash_table_create,
549 bfd_elf32_bfd_link_hash_table_free, elf_backend_can_refcount,
550 elf_backend_want_got_plt, elf_backend_want_dynbss,
551 elf_backend_plt_readonly, elf_backend_got_header_size,
552 elf_backend_gc_sweep_hook, elf_backend_modify_program_headers,
553 elf_backend_create_dynamic_sections, elf_backend_adjust_dynamic_symbol,
554 elf_backend_check_relocs, elf_backend_add_symbol_hook,
555 elf_backend_symbol_processing, elf_backend_link_output_symbol_hook,
556 elf_backend_section_from_bfd_section,
557 elf_backend_finish_dynamic_symbol, elf_backend_always_size_sections,
558 elf32_tic6x_size_dynamic_sections, elf_backend_finish_dynamic_sections,
559 elf_backend_omit_section_dynsym, elf_backend_plt_sym_val): Define.
560
561 * bfd/reloc.c (BFD_RELOC_C6000_JUMP_SLOT, BFD_RELOC_C6000_EHTYPE,
562 BFD_RELOC_C6000_PCR_H16, BFD_RELOC_C6000_PCR_S16): Add.
563 * bfd/bfd-in2.h: Regenerate.
564 * bfd/libbfd.h: Regenerate.
565 * config.bfd: Accept tic6x-*-* instead of tic6x-*-elf.
566
53dd76d3
TG
5672011-03-31 Tristan Gingold <gingold@adacore.com>
568
569 * coffcode.h (coff_slurp_symbol_table): Silently discard C_NULL
570 entry on xcoff when value is C_NULL_VALUE.
571
5722011-03-31 Tristan Gingold <gingold@adacore.com>
2040caca
TG
573
574 * libcoff-in.h (exec_hdr): Remove.
575 * libcoff.h: Regenerate.
576
3a294fa7
NC
5772011-03-30 Nick Clifton <nickc@redhat.com>
578
579 * po/da.po: Updated Danish translation.
580
e117360e
RH
5812011-03-29 Richard Henderson <rth@redhat.com>
582
583 * elf64-alpha.c (elf64_alpha_gc_mark_hook): New.
584 (elf64_alpha_gc_sweep_hook): New.
585 (elf_backend_gc_mark_hook, elf_backend_gc_sweep_hook): New.
586 (elf_backend_can_gc_sections): New.
587
5b806d27
NC
5882011-03-26 John Marino <binutils@marino.st>
589
590 * config.bfd: Add x86_64-*-dragonfly*, fix i386-*-dragonfly*.
591 * configure.in: Delete unused bfd_elf32_i386_dragonfly_vec.
592 * configure: Regenerate.
593
b42adabf
NC
5942011-03-25 Michael Snyder <msnyder@vmware.com>
595
596 * coffcode.h (coff_set_alignment_hook): Check return of bfd_seek.
597
a283ff93
TG
5982011-03-25 Tristan Gingold <gingold@adacore.com>
599
600 * vms-alpha.c (_bfd_vms_find_nearest_dst_line): Allow the use
601 of find_nearest_line on object files.
602
cf6b8767
TG
6032011-03-25 Tristan Gingold <gingold@adacore.com>
604
605 * vms-alpha.c (evax_section_flags): Make $CODE$ section read-only.
606 Minor reordering.
607 (alpha_vms_create_eisd_for_section): Make code sections read-only.
608
663a1470
AM
6092011-03-24 Alan Modra <amodra@gmail.com>
610
611 * elf32-ppc.c (ppc_elf_tls_optimize): Catch more cases where
612 old-style __tls_get_addr calls without marker relocs don't match
613 their arg setup insn one for one. If such mismatches are found
614 report the reloc and don't do any tls optimization.
615 * elf64-ppc.c (ppc64_elf_tls_optimize): Likewise.
616
dc80f6ae
EW
6172011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
618
619 * bfd-in2.h: Regenerate.
620
8cc66334
EW
6212011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
622
623 * archures.c: Add AVR XMEGA architecture information.
624 * cpu-avr.c (arch_info_struct): Likewise.
625 * elf32-avr.c (bfd_elf_avr_final_write_processing): Likewise.
626 (elf32_avr_object_p): Likewise.
627
34e77a92
RS
6282011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
629
630 * reloc.c (BFD_RELOC_ARM_IRELATIVE): New relocation.
631 * bfd-in2.h: Regenerate.
632 * elf32-arm.c (elf32_arm_howto_table_2): Rename existing definition
633 to elf32_arm_howto_table_3 and replace with a single R_ARM_IRELATIVE
634 entry.
635 (elf32_arm_howto_from_type): Update accordingly.
636 (elf32_arm_reloc_map): Map BFD_RELOC_ARM_IRELATIVE to R_ARM_IRELATIVE.
637 (elf32_arm_reloc_name_lookup): Handle elf32_arm_howto_table_3.
638 (arm_plt_info): New structure, split out from elf32_arm_link_hash_entry
639 with an extra noncall_refcount field.
640 (arm_local_iplt_info): New structure.
641 (elf_arm_obj_tdata): Add local_iplt.
642 (elf32_arm_local_iplt): New accessor macro.
643 (elf32_arm_link_hash_entry): Replace plt_thumb_refcount,
644 plt_maybe_thumb_refcount and plt_got_offset with an arm_plt_info.
645 Change tls_type to a bitfield and add is_iplt.
646 (elf32_arm_link_hash_newfunc): Update accordingly.
647 (elf32_arm_allocate_local_sym_info): New function.
648 (elf32_arm_create_local_iplt): Likewise.
649 (elf32_arm_get_plt_info): Likewise.
650 (elf32_arm_plt_needs_thumb_stub_p): Likewise.
651 (elf32_arm_get_local_dynreloc_list): Likewise.
652 (create_ifunc_sections): Likewise.
653 (elf32_arm_copy_indirect_symbol): Update after the changes to
654 elf32_arm_link_hash_entry. Assert the is_iplt has not yet been set.
655 (arm_type_of_stub): Add an st_type argument. Use elf32_arm_get_plt_info
656 to get PLT information. Assert that all STT_GNU_IFUNC references
657 are turned into PLT references.
658 (arm_build_one_stub): Pass the symbol type to
659 elf32_arm_final_link_relocate.
660 (elf32_arm_size_stubs): Pass the symbol type to arm_type_of_stub.
661 (elf32_arm_allocate_irelocs): New function.
662 (elf32_arm_add_dynreloc): In static objects, use .rel.iplt for
663 all R_ARM_IRELATIVE.
664 (elf32_arm_allocate_plt_entry): New function.
665 (elf32_arm_populate_plt_entry): Likewise.
666 (elf32_arm_final_link_relocate): Add an st_type parameter.
667 Set srelgot to null for static objects. Use separate variables
668 to record which st_value and st_type should be used when generating
669 a dynamic relocation. Use elf32_arm_get_plt_info to find the
670 symbol's PLT information, setting has_iplt_entry, splt,
671 plt_offset and gotplt_offset accordingly. Check whether
672 STT_GNU_IFUNC symbols should resolve to an .iplt entry, and change
673 the relocation target accordingly. Broaden assert to include
674 .iplts. Don't set sreloc for static relocations. Assert that
675 we only generate dynamic R_ARM_RELATIVE relocations for R_ARM_ABS32
676 and R_ARM_ABS32_NOI. Generate R_ARM_IRELATIVE relocations instead
677 of R_ARM_RELATIVE relocations if the target is an STT_GNU_IFUNC
678 symbol. Pass the symbol type to arm_type_of_stub. Conditionally
679 resolve GOT references to the .igot.plt entry.
680 (elf32_arm_relocate_section): Update the call to
681 elf32_arm_final_link_relocate.
682 (elf32_arm_gc_sweep_hook): Use elf32_arm_get_plt_info to get PLT
683 information. Treat R_ARM_REL32 and R_ARM_REL32_NOI as call
684 relocations in shared libraries and relocatable executables.
685 Count non-call PLT references. Use elf32_arm_get_local_dynreloc_list
686 to get the list of dynamic relocations for a local symbol.
687 (elf32_arm_check_relocs): Always create ifunc sections. Set isym
688 at the same time as setting h. Use elf32_arm_allocate_local_sym_info
689 to allocate local symbol information. Treat R_ARM_REL32 and
690 R_ARM_REL32_NOI as call relocations in shared libraries and
691 relocatable executables. Record PLT information for local
692 STT_GNU_IFUNC functions as well as global functions. Count
693 non-call PLT references. Use elf32_arm_get_local_dynreloc_list
694 to get the list of dynamic relocations for a local symbol.
695 (elf32_arm_adjust_dynamic_symbol): Handle STT_GNU_IFUNC symbols.
696 Don't remove STT_GNU_IFUNC PLTs unless all references have been
697 removed. Update after the changes to elf32_arm_link_hash_entry.
698 (allocate_dynrelocs_for_symbol): Decide whether STT_GNU_IFUNC PLT
699 entries should live in .plt or .iplt. Check whether the .igot.plt
700 and .got entries can be combined. Use elf32_arm_allocate_plt_entry
701 to allocate .plt and .(i)got.plt entries. Detect which .got
702 entries will need R_ARM_IRELATIVE relocations and use
703 elf32_arm_allocate_irelocs to allocate them. Likewise other
704 non-.got dynamic relocations.
705 (elf32_arm_size_dynamic_sections): Allocate .iplt, .igot.plt
706 and dynamic relocations for local STT_GNU_IFUNC symbols.
707 Check whether the .igot.plt and .got entries can be combined.
708 Detect which .got entries will need R_ARM_IRELATIVE relocations
709 and use elf32_arm_allocate_irelocs to allocate them. Use stashed
710 section pointers intead of strcmp checks. Handle iplt and igotplt.
711 (elf32_arm_finish_dynamic_symbol): Use elf32_arm_populate_plt_entry
712 to fill in .plt, .got.plt and .rel(a).plt entries. Point
713 STT_GNU_IFUNC symbols at an .iplt entry if non-call relocations
714 resolve to it.
715 (elf32_arm_output_plt_map_1): New function, split out from
716 elf32_arm_output_plt_map. Handle .iplt entries. Use
717 elf32_arm_plt_needs_thumb_stub_p.
718 (elf32_arm_output_plt_map): Call it.
719 (elf32_arm_output_arch_local_syms): Add mapping symbols for
720 local .iplt entries.
721 (elf32_arm_swap_symbol_in): Handle Thumb STT_GNU_IFUNC symbols.
722 (elf32_arm_swap_symbol_out): Likewise.
723 (elf32_arm_add_symbol_hook): New function.
724 (elf_backend_add_symbol_hook): Define for all targets.
725
35fc36a8
RS
7262011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
727
728 * elf-bfd.h (elf_link_hash_entry): Add target_internal.
729 * elf.c (swap_out_syms): Set st_target_internal for each
730 Elf_Internal_Sym.
731 * elfcode.h (elf_swap_symbol_in): Likewise.
732 * elf32-i370.c (i370_elf_finish_dynamic_sections): Likewise.
733 * elf32-sh-symbian.c (sh_symbian_relocate_section): Likewise.
734 * elf64-sparc.c (elf64_sparc_output_arch_syms): Likewise.
735 * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Likewise.
736 * elflink.c (elf_link_output_extsym): Likewise.
737 (bfd_elf_final_link): Likewise.
738 (elf_link_add_object_symbols): Copy st_target_internal
739 to the hash table if we see a definition.
740 (_bfd_elf_copy_link_hash_symbol_type): Copy target_internal.
741 * elf32-arm.c (elf32_arm_stub_hash_entry): Replace st_type with
742 a branch_type field.
743 (a8_erratum_fix, a8_erratum_reloc): Likewise.
744 (arm_type_of_stub): Replace actual_st_type with an
745 actual_branch_type parameter.
746 (arm_build_one_stub): Use branch types rather than st_types to
747 determine the type of branch.
748 (cortex_a8_erratum_scan): Likewise.
749 (elf32_arm_size_stubs): Likewise.
750 (bfd_elf32_arm_process_before_allocation): Likewise.
751 (allocate_dynrelocs_for_symbol): Likewise.
752 (elf32_arm_finish_dynamic_sections): Likewise.
753 (elf32_arm_final_link_relocate): Replace sym_flags parameter with
754 a branch_type parameter.
755 (elf32_arm_relocate_section): Update call accordingly.
756 (elf32_arm_adjust_dynamic_symbol): Don't check STT_ARM_TFUNC.
757 (elf32_arm_output_map_sym): Initialize st_target_internal.
758 (elf32_arm_output_stub_sym): Likewise.
759 (elf32_arm_symbol_processing): Delete.
760 (elf32_arm_swap_symbol_in): Convert STT_ARM_TFUNCs into STT_FUNCs.
761 Use st_target_internal to record the branch type.
762 (elf32_arm_swap_symbol_out): Use st_target_internal to test for
763 Thumb functions.
764 (elf32_arm_is_function_type): Delete.
765 (elf_backend_symbol_processing): Likewise.
766 (elf_backend_is_function_type): Likewise.
767
cbc704f3
RS
7682011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
769
770 * elf32-arm.c (elf32_arm_check_relocs): Always assign a dynobj.
771 (elf32_arm_finish_dynamic_sections): Move sgot != NULL assertion
772 into the PLT block.
773
f6e32f6d
RS
7742011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
775
776 * elf32-arm.c (elf32_arm_check_relocs): Use call_reloc_p,
777 may_need_local_target_p and may_become_dynamic_p to classify
778 the relocation type. Don't check info->symbolic or h->def_regular
779 when deciding whether to record a potential dynamic reloc.
780 Don't treat potential dynamic relocs as PLT references.
781 (elf32_arm_gc_sweep_hook): Update to match. Assert that we don't
782 try to make the PLT reference count go negative.
783
b436d854
RS
7842011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
785
786 * elf32-arm.c (elf32_arm_final_link_relocate): Always fill in the
787 GOT entry here, rather than leaving it to finish_dynamic_symbol.
788 Only create a dynamic relocation for local references if
789 info->shared.
790 (allocate_dynrelocs_for_symbol): Update dynamic relocation
791 allocation accordingly.
792 (elf32_arm_finish_dynamic_symbol): Don't initialise the GOT entry here.
793
47beaa6a
RS
7942011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
795
796 * elf32-arm.c (elf32_arm_allocate_dynrelocs): New function.
797 (elf32_arm_add_dynreloc): Likewise.
798 (elf32_arm_adjust_dynamic_symbol): Use elf32_arm_allocate_dynrelocs
799 to allocate dynamic relocations.
800 (elf32_arm_size_dynamic_sections): Likewise.
801 (allocate_dynrelocs): Likewise. Rename to
802 allocate_dynrelocs_for_symbol.
803 (elf32_arm_final_link_relocate): Use elf32_arm_add_dynreloc to
804 create dynamic relocations.
805 (elf32_arm_finish_dynamic_symbol): Likewise.
806
52bc799a
L
8072011-03-12 H.J. Lu <hongjiu.lu@intel.com>
808
809 * elf64-x86-64.c (elf_x86_64_check_tls_transition): Supprt TLS
810 x32 GD->IE and GD->LE transitions.
811 (elf_x86_64_relocate_section): Supprt TLS x32 GD->IE, GD->LE
812 and LD->LE transitions.
813
e11840f9
AM
8142011-03-10 Alan Modra <amodra@gmail.com>
815
816 * elf64-ppc.c (ppc64_elf_relocate_section): Provide section/offset
817 for LO_DS error message and correct multiple.
818
aa374f67
AM
8192011-03-10 Alan Modra <amodra@gmail.com>
820
821 * elf64-ppc.c (bfd_elf64_bfd_link_just_syms): Define.
822 (ppc64_elf_link_just_syms): New function.
823 (opd_entry_value): Don't assume big-endian host.
824 (get_r2off): New function.
825 (ppc_build_one_stub, ppc_size_one_stub): Use it here.
826
d59a60e9
MS
8272011-03-06 Michael Snyder <msnyder@vmware.com>
828
4281caad
MS
829 * compress.c (bfd_compress_section_contents): Check for out of mem.
830
17672001
MS
831 * elf64-x86-64.c (elf_x86_64_relocate_section): Document
832 that case statement falls through intentionally.
833
d59a60e9
MS
834 * elf32-i386.c (elf_i386_relocate_section): Document fall through.
835
0e29e6e8
AM
8362011-03-04 Alan Modra <amodra@gmail.com>
837
838 * archive.c (bsd_write_armap): Don't call stat in deterministic
839 mode, and don't use st_mtime if stat returns error.
840
eb00922a
MS
8412011-03-03 Michael Snyder <msnyder@vmware.com>
842
08c13595
MS
843 * elf64-x86-64.c (elf_x86_64_relocate_section): Remove dead code.
844
d543c50d
MS
845 * coff-x86_64.c (coff_amd64_rtype_to_howto): Fencepost error.
846
c38eb2a6
MS
847 * aoutx.h (aout_final_link): Use sizeof int not sizeof int*.
848 (aout_link_write_other_symbol): Missing break statement.
849
8ecc1f20
MS
850 * dwarf2.c (scan_unit_for_symbols): Stop memory leak.
851
eb00922a
MS
852 * archive.c (_bfd_slurp_extended_name_table): Fail if bfd_seek fails.
853
4a4c5f25
L
8542011-03-03 H.J. Lu <hongjiu.lu@intel.com>
855
856 * elf64-x86-64.c (elf_x86_64_check_tls_transition): Supprt TLS
857 x32 IE->LE transition.
858 (elf_x86_64_relocate_section): Likewise.
859
ddcf1fcf
BS
8602011-03-02 Bernd Schmidt <bernds@codesourcery.com>
861
aa374f67
AM
862 * elflink.c (is_reloc_section): Remove function.
863 (get_dynamic_reloc_section_name): Construct string manually.
ddcf1fcf 864
007d6189
KT
8652011-02-28 Kai Tietz <kai.tietz@onevision.com>
866
867 * archive.c (_bfd_find_nested_archive): Use filename_(n)cmp.
868 (adjust_relative_path): Likewise.
869 (_bfd_construct_extended_name_table): Likewise.
870 * corefile.c (generic_core_file_matches_executable_p): Likewise.
871 * elf32-bfin.c (bfinfdpic_relocate_section): Likewise.
872 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
873 * elf32-spu.c (sort_bfds): Likewise.
874 (spu_elf_auto_overlay): Likewise.
875 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
876 * xcofflink.c (xcoff_set_import_path): Likewise.
877 * xtensa-isa.c (xtensa_regfile_lookup): Likewise.
878 (xtensa_regfile_lookup_shortname): Likewise.
879
8616ad89
AM
8802011-02-28 Alan Modra <amodra@gmail.com>
881
882 PR 12513
883 * archive.c (bfd_slurp_bsd_armap_f2): Sanity check parsed_size and
884 stringsize. Properly sanity check symdef_count. Remove redundant
885 bfd_release.
886
80549d04
RÁE
8872011-02-25 Rafael Ávila de Espíndola <respindola@mozilla.com>
888
889 * plugin.c (bfd_plugin_object_p): Correctly set the filesize
890 and handle claim_file seeking. Only try to load the plugin once.
891
93b3ac75
AS
8922011-02-22 Andreas Schwab <schwab@redhat.com>
893
894 * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): For a TLS_GD
895 relocation read the value from the second GOT slot.
896
6fa052f0
TG
8972011-02-15 Tristan Gingold <gingold@adacore.com>
898
899 * vms-alpha.c (alpha_vms_link_add_archive_symbols): Add a comment.
900
28be611c
AM
9012011-02-15 Alan Modra <amodra@gmail.com>
902
903 * elf64-ppc.c (ppc64_elf_edit_toc): Reinstate second read of
904 toc relocs. Fuss over free(NULL).
905
93252b1c
MF
9062011-02-14 Mike Frysinger <vapier@gentoo.org>
907
908 * elflink.c (bfd_elf_size_dynamic_sections): Add
909 bfd_get_symbol_leading_char to the start of newname.
910
822ce8ee
RW
9112011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
912
913 * configure: Regenerate.
914
425b145b
AM
9152011-02-09 Alan Modra <amodra@gmail.com>
916
917 * elf64-ppc.c (ppc64_elf_edit_toc): Don't free toc relocs until
918 we are done. When optimising large toc, check that a global
919 symbol on a toc reloc is defined in a kept section.
920
82f2dbf7
NC
9212011-02-08 Nick Clifton <nickc@redhat.com>
922
923 PR binutils/12467
924 * elf.c (assign_file_positions_for_load_sections): Set the program
925 header offset and entry size to zero if there are no program
926 headers.
927
df22d223
AM
9282011-02-08 Alan Modra <amodra@gmail.com>
929
930 * elf64-ppc.c (ppc64_elf_edit_toc): Don't segfault on NULL
931 local_syms when looking for local symbols in .toc.
932
6683a28d
AM
9332011-02-01 Alan Modra <amodra@gmail.com>
934
935 * elf64-ppc.c (ppc64_elf_next_input_section): Use elf_gp value
936 for toc pointer on any section having makes_toc_func_call set.
937 (check_pasted_section): Ensure pasted .init/.fini fragments use
938 the same toc if any has makes_toc_func_call set.
939
5240d94d
JM
9402011-01-28 Joseph Myers <joseph@codesourcery.com>
941
942 * elf32-ppc.c (ppc_elf_link_hash_newfunc): Initialize has_sda_refs
943 field.
944
ed88c97e
RS
9452011-01-22 Richard Sandiford <rdsandiford@googlemail.com>
946
947 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Ignore
948 common sections too.
949
1a0c107f
L
9502011-01-18 H.J. Lu <hongjiu.lu@intel.com>
951
04449d86
L
952 * elf64-x86-64.c (elf_backend_want_plt_sym): Redefine to 0 after
953 Solaris target.
1a0c107f 954
d68cd58c
NC
9552011-01-18 Pierre Muller <muller@ics.u-strasbg.fr>
956
957 Fix compilation for mingw64.
958 * coffcode.h (coff_slurp_symbol_table): Add intptr_t intermediate
959 typecast to avoid warning.
960 * elf32-rx.c: Add "bfd_stdint.h" include required for int32_t type
961 usage.
962 * elfxx-ia64.c (elfNN_ia64_relax_br): Use intptr_t typeacast instead
963 of long for pointer to avoid warning.
964 (elfNN_ia64_relax_brl): Idem.
965 (elfNN_ia64_install_value): Idem.
966 * vms-alpha.c (_bfd_vms_slurp_etir): Idem.
967
da17376b
RS
9682011-01-17 Richard Sandiford <richard.sandiford@linaro.org>
969
970 * elf32-arm.c (elf32_arm_check_relocs): Check needs_plt rather than
971 h->needs_plt when deciding whether to record a possible dynamic reloc.
972
1e81e12b
RS
9732011-01-17 Richard Sandiford <richard.sandiford@linaro.org>
974
975 * elf32-arm.c (elf32_arm_gc_sweep_hook): Remove all registered
976 dynamic relocs for the removed section.
977
d1534d16
L
9782011-01-15 H.J. Lu <hongjiu.lu@intel.com>
979
980 * elf64-x86-64.c (elf_x86_64_check_relocs): Check invalid x32
981 relocations.
982
248775ba
L
9832011-01-14 H.J. Lu <hongjiu.lu@intel.com>
984
985 * elf64-x86-64.c (elf_x86_64_link_hash_table): Add pointer_r_type.
986 (elf_x86_64_link_hash_table_create): Set pointer_r_type.
987 (elf_x86_64_check_relocs): Handle R_X86_64_32 like R_X86_64_64
988 for ILP32. Remove ABI_64_P PIC check for R_X86_64_8,
989 R_X86_64_16, R_X86_64_32 and R_X86_64_32S.
990 (elf_x86_64_relocate_section): Handle R_X86_64_32 like R_X86_64_64
991 for ILP32.
992
4a97a0e5
AM
9932011-01-14 Alan Modra <amodra@gmail.com>
994
995 * bfd.c (bfd_perror): Flush stdout before and stderr after printing
996 error.
997 (_bfd_default_error_handler): Likewise.
998 * elf.c (print_segment_map): Likewise.
999 * libbfd.c (warn_deprecated): Likewise.
1000 * som.c (som_sizeof_headers): No need to do so here.
1001 * coff-i860.c: Replace use of printf for error messages with
1002 _bfd_error_handler.
1003 * coff-ppc.c: Likewise.
1004 * coff-sh.c: Likewise.
1005 * elf32-bfin.c: Likewise.
1006 * elf32-dlx.c: Likewise.
1007 * elf32-mep.c: Likewise.
1008 * elf32-v850.c: Likewise.
1009 * mach-o.c: Likewise.
1010 * pef.c: Likewise.
1011
82e96e07
L
10122011-01-13 H.J. Lu <hongjiu.lu@intel.com>
1013
1014 * elf64-x86-64.c (elf_x86_64_link_hash_table): Remove
1015 swap_reloca_out.
1016 (elf_x86_64_link_hash_table_create): Don't set swap_reloca_out.
1017 (elf_x86_64_check_relocs): Align relocation section to 4 byte
1018 for 32bit.
1019 (elf_x86_64_gc_sweep_hook): Replace ELF64_ST_TYPE with
1020 ELF_ST_TYPE.
1021 (elf_x86_64_finish_dynamic_symbol): Updated.
1022 (elf_x86_64_finish_dynamic_sections): Don't use
1023 Elf64_External_Dyn, bfd_elf64_swap_dyn_in, nor
1024 bfd_elf64_swap_dyn_out.
1025
e6a6bb22
AM
10262011-01-14 J. Park <grassman@gmail.com>
1027
1028 PR ld/12339
1029 * elf32-arm.c (allocate_dynrelocs): Don't set up eh before
1030 following bfd_link_hash_warning symbol link.
1031
0855e32b
NS
10322011-01-10 Nathan Sidwell <nathan@codesourcery.com>
1033 Glauber de Oliveira Costa <glommer@gmail.com>
1034
1035 * reloc.c (BFD_RELOC_ARM_TLS_GOTDESC, BFD_RELOC_ARM_TLS_CALL,
1036 BFD_RELOC_ARM_THM_TLS_CALL, BFD_RELOC_ARM_TLS_DESCSEQ,
1037 BFD_RELOC_ARM_THM_TLS_DESCSEQ, BFD_RELOC_ARM_TLS_DESC): New
1038 relocations.
1039 * libbfd.h: Rebuilt.
1040 * bfd-in2.h: Rebuilt.
1041 * elf32-arm.c (elf32_arm_howto_table_1): Add new relocations.
1042 (elf32_arm_reloc_map): Likewise.
1043 (tls_trampoline, dl_tlsdesc_lazy_trampoline): New PLT templates.
1044 (elf32_arm_stub_long_branch_any_tls_pic,
1045 elf32_arm_stub_long_branch_v4t_thumb_tls_pic): New stub templates.
1046 (DEF_STUBS): Add new stubs.
1047 (struct_elf_arm_obj_data): Add local_tlsdesc_gotent field.
1048 (elf32_arm_local_tlsdesc_gotent): New.
1049 (GOT_TLS_GDESC): New mask.
1050 (GOT_TLS_GD_ANY): Define.
1051 (struct elf32_arm_link_hash_entry): Add tlsdesc_got field.
1052 (elf32_arm_compute_jump_table_size): New.
1053 (struct elf32_arm_link_hash_table): Add next_tls_desc_index,
1054 num_tls_desc, dt_tlsdesc_plt, dt_tlsdesc_got, tls_trampoline,
1055 sgotplt_jump_table_size fields.
1056 (elf32_arm_link_hash_newfunc): Initialize tlsdesc_got field.
1057 (elf32_arm_link_hash_table_create): Initialize new fields.
1058 (arm_type_of_stub): Check TLS desc relocs too.
1059 (elf32_arm_stub_name): TLS desc relocs can be shared.
1060 (elf32_arm_tls_transition): Determine relaxation.
1061 (arm_stub_required_alignment): Add tls stubs.
1062 (elf32_arm_size_stubs): Likewise.
1063 (elf32_arm_tls_relax): Perform TLS relaxing.
1064 (elf32_arm_final_link_relocate): Process TLS DESC relocations.
1065 (IS_ARM_TLS_GNU_RELOC): New.
1066 (IS_ARM_TLS_RELOC): Use it.
1067 (elf32_arm_relocate_section): Perform TLS relaxing.
1068 (elf32_arm_check_relocs): Anticipate TLS relaxing, process tls
1069 desc relocations.
1070 (allocate_dynrelocs): Allocate tls desc relcoations.
1071 (elf32_arm_output_arch_local_syms): Emit tls trampoline mapping
1072 symbols.
1073 (elf32_arm_size_dynamic_sections): Allocate tls trampolines and
1074 got slots.
1075 (elf32_arm_always_size_sections): New. Create _TLS_MODULE_BASE
1076 symbol.
1077 (elf32_arm_finish_dynamic_symbol): Adjust.
1078 (arm_put_trampoline): New.
1079 (elf32_arm_finish_dynamic_sections): Emit new dynamic tags and tls
1080 trampolines.
1081 (elf_backend_always_size_sections): Define.
1082
7be86737
L
10832011-01-06 H.J. Lu <hongjiu.lu@intel.com>
1084
1085 * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Optimized.
1086
ae428b57 10872011-01-06 H.J. Lu <hongjiu.lu@intel.com>
3db2e7dd
L
1088
1089 PR ld/12366
1090 PR ld/12371
1091 * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Properly
1092 handle symbols marked with regular reference, but not non-GOT
1093 reference when building shared library.
1094
1095 * elf32-i386.c (elf_i386_gc_sweep_hook): Properly handle
1096 local and global STT_GNU_IFUNC symols when building shared
1097 library.
1098 * elf64-x86-64.c (elf_x86_64_gc_sweep_hook): Likewise.
1099
9689e3a3
DD
11002011-01-05 DJ Delorie <dj@redhat.com>
1101
1102 * reloc.c: Add BFD_RELOC_RX_OP_NEG.
1103 * libbfd.h: Regenerate.
1104 * bfd-in2.h: Regenerate.
1105 * elf32-rx.c: Add it to the list, corresponding to R_RX_OPneg.
1106
889a4d3e
L
11072011-01-03 H.J. Lu <hongjiu.lu@intel.com>
1108
1109 * cpu-i386.c (bfd_i386_compatible): New.
1110 (bfd_x64_32_arch_intel_syntax): Replace bfd_default_compatible
1111 with bfd_i386_compatible.
1112 (bfd_x86_64_arch_intel_syntax): Likewise.
1113 (bfd_i386_arch_intel_syntax): Likewise.
1114 (i8086_arch): Likewise.
1115 (bfd_x64_32_arch): Likewise.
1116 (bfd_x86_64_arch): Likewise.
1117 (bfd_i386_arch): Likewise.
1118
9e9e0820 1119For older changes see ChangeLog-2010
56882138
AM
1120\f
1121Local Variables:
1122mode: change-log
1123left-margin: 8
1124fill-column: 74
1125version-control: never
1126End: