2009-12-02 Rafael Avila de Espindola <espindola@google.com>
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
e05da72d
NC
12009-12-02 Jerker Bäck <jerker.back@gmail.com>
2
3 PR binutils/11017
4 * coff-i386.h (COFF_PAGE_SIZE): Definition moved to coff/i386.h
5
3388710e
JM
62009-11-30 Joseph Myers <joseph@codesourcery.com>
7
8 * configure: Regenerate.
9
69a630b5
L
102009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
11
12 * plugin.c (bfd_plugin_bfd_copy_link_hash_symbol_type): Define.
13
bf993e3c
JB
142009-11-24 Joel Brobecker <brobecker@adacore.com>
15
16 * acinclude.m4: Add include of ../config/zlib.m4.
17 * configure.in: AM_ZLIB to check for zlib support.
18 * configure: Regenerate.
19
1338dd10
PB
202009-11-23 Paul Brook <paul@codesourcery.com>
21
22 * libbfd-in.h (_bfd_generic_copy_link_hash_symbol_type): Add
23 prototype.
24 * elf-bfd.h (_bfd_elf_copy_link_hash_symbol_type): Add prototype.
25 * linker.c (_bfd_generic_copy_link_hash_symbol_type): New function.
26 * elflink.c (_bfd_elf_copy_link_hash_symbol_type): New function.
27 * targets.c (BFD_JUMP_TABLE_LINK, struct bfd_target): Add
28 _copy_link_hash_symbol_type.
69a630b5 29 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Add
1338dd10 30 _bfd_generic_copy_link_hash_symbol_type.
69a630b5 31 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Add
1338dd10
PB
32 _bfd_generic_copy_link_hash_symbol_type.
33 * aout-adobe.c (aout_32_bfd_copy_link_hash_symbol_type): Define.
34 * aout-target.h (MY_bfd_copy_link_hash_symbol_type): Define.
35 * aout-tic30.c (MY_bfd_copy_link_hash_symbol_type): Define.
36 * binary.c (binary_bfd_copy_link_hash_symbol_type): Define.
37 * bout.c (b_out_bfd_copy_link_hash_symbol_type): Define.
38 * coffcode.h (coff_bfd_copy_link_hash_symbol_type): Define.
39 * elfxx-target.h (bfd_elfNN_bfd_copy_link_hash_symbol_type): Define.
40 * i386msdos.c (msdos_bfd_copy_link_hash_symbol_type): Define.
41 * i386os9k.c (os9k_bfd_copy_link_hash_symbol_type): Define.
42 * ieee.c (ieee_bfd_copy_link_hash_symbol_type): Define.
43 * ihex.c (ihex_bfd_copy_link_hash_symbol_type): Define.
44 * libecoff.h (_bfd_ecoff_bfd_copy_link_hash_symbol_type): Define.
45 * mach-o.c (bfd_mach_o_bfd_copy_link_hash_symbol_type): Define.
46 * mmo.c (mmo_bfd_copy_link_hash_symbol_type): Define.
47 * nlm-target.h (nlm_bfd_copy_link_hash_symbol_type): Define.
48 * oasys.c (oasys_bfd_copy_link_hash_symbol_type): Define.
49 * pef.c (bfd_pef_bfd_copy_link_hash_symbol_type): Define.
50 * ppcboot.c (ppcboot_bfd_copy_link_hash_symbol_type): Define.
51 * som.c (som_bfd_copy_link_hash_symbol_type): Define.
52 * srec.c (srec_bfd_copy_link_hash_symbol_type): Define.
53 * tekhex.c (tekhex_bfd_copy_link_hash_symbol_type): Define.
54 * versados.c (versados_bfd_copy_link_hash_symbol_type): Define.
55 * vms.c (vms_bfd_copy_link_hash_symbol_type): Define.
56 * xsym.c (bfd_sym_bfd_copy_link_hash_symbol_type): Define.
57 * bfd-in2.h: Regenerate.
58 * libbfd.h: Regenerate.
59
ac96f0c7
TG
602009-11-19 Tristan Gingold <gingold@adacore.com>
61
62 * coff-rs6000.c (rs6000coff_vec): Use generic routines instead of
63 hard-coded casts.
64 (pmac_xcoff_vec): Ditto.
65 * coff64-rs6000.c (rs6000coff64_vec): Ditto.
66 (aix5coff64_vec): Ditto.
67
2d0f3896
AM
682009-11-18 Alan Modra <amodra@bigpond.net.au>
69
70 * bfd-in.h (_bfd_elf_ppc_at_tls_transform): Declare.
71 * bfd-in2.h: Regenerate.
72 * elf64-ppc.c (ppc64_elf_relocate_section): Move code for R_PPC64_TLS
73 insn optimisation to..
74 * elf32-ppc.c (_bfd_elf_ppc_at_tls_transform): ..here. New function.
75 (ppc_elf_relocate_section): Use it.
76
8cddccd3
AM
772009-11-18 Alan Modra <amodra@bigpond.net.au>
78
79 * targets.c: Don't include alloca-conf.h.
80 (bfd_get_target_info): Don't use alloca.
81
f4dcf782
L
822009-11-17 H.J. Lu <hongjiu.lu@intel.com>
83
84 PR ld/10955
85 * elfxx-ia64.c (elfNN_ia64_update_short_info): Also skip ABS
86 sections.
87
affb4bf3
L
882009-11-17 H.J. Lu <hongjiu.lu@intel.com>
89
90 PR ld/10955
91 * elfxx-ia64.c (elfNN_ia64_link_hash_table): Update comments.
92 (elfNN_ia64_update_short_info): Remove "->output_section" from
93 ia64_info->max_short_sec and ia64_info->min_short_sec.
94 (elfNN_ia64_choose_gp): Likewise.
95 (elfNN_ia64_relax_section): Pass tsec->output_section to
96 elfNN_ia64_update_short_info.
97
a231ddc0
L
982009-11-17 H.J. Lu <hongjiu.lu@intel.com>
99
100 PR ld/10955
101 * elfxx-ia64.c (elfNN_ia64_link_hash_table): Add max_short_sec,
102 max_short_offset, min_short_sec and min_short_offset.
103 (elfNN_ia64_update_short_info): New.
104 (elfNN_ia64_relax_section): Update max_short_sec,
105 max_short_offset, min_short_sec and min_short_offset.
106 (elfNN_ia64_choose_gp): Use min_short_sec/max_short_sec if
107 they are set.
108
9e3c6df6 1092009-11-17 Paul Brook <paul@codesourcery.com>
a231ddc0 110 Daniel Jacobowitz <dan@codesourcery.com>
9e3c6df6
PB
111
112 * elf32-arm.c (using_thumb_only, arch_has_arm_nop,
113 arch_has_thumb2_nop): Handle TAG_CPU_ARCH_V7E_M.
114 (tag_cpu_arch_combine): Ditto. Correct MAX_TAG_CPU_ARCH test.
115
2a516af6
UW
1162009-11-17 Ulrich Weigand <uweigand@de.ibm.com>
117
118 * elf32-spu.c (struct spu_link_hash_table): Remove overlay_fixed,
119 reserved, and extra_stack_space members.
120 (spu_elf_auto_overlay): Use auto_overlay_fixed, auto_overlay_reserved,
121 and extra_stack_space members of htab->params instead.
122
310092bd
TG
1232009-11-17 Tristan Gingold <gingold@adacore.com>
124
125 * targets.c: Include alloca-conf.h
126
5fbe9721
KT
1272009-11-16 Kai Tietz <kai.tietz@onevision.com>
128
129 * targets.c (bfd_get_target_info): New function.
130 (_bfd_find_arch_match): New function.
131 * bfd-in2.h: Regenerated.
132
fa78c13a
NC
1332009-11-12 Nick Clifton <nickc@redhat.com>
134
135 * po/ru.po: Updates Russian translation.
136
41327c9d
NC
1372009-11-11 Nick Clifton <nickc@redhat.com>
138
139 * po/id.po: Updated Indonesian translation.
140
da2f07f1
JK
1412009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
142
143 * configure.in: Call ACX_LARGEFILE. Stop calling AC_PLUGINS,
144 AC_SYS_LARGEFILE and checking the Solaris largefile exception.
145 * aclocal.m4: Regenerate.
146 * configure: Regenerate.
147
57ca8ac7
L
1482009-11-09 H.J. Lu <hongjiu.lu@intel.com>
149
150 PR ld/10911
151 * elflink.c (elf_link_output_extsym): Don't return on
152 STT_GNU_IFUNC symbol when stripping.
153
d9f40817
DA
1542009-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
155
156 * elf32-hppa.c (elf32_hppa_final_link): Don't sort unwind information
157 in a relocatable link.
158 * elf64-hppa.c (elf_hppa_final_link): Likewise.
159
3cbc5de0
NC
1602009-11-05 Nick Clifton <nickc@redhat.com>
161
162 * elflink.c (elf_link_add_object_symbols): Improve error
163 message generated when a symbol is left unresolved because a
57ca8ac7 164 --no-add-needed command line option has prevented the
3cbc5de0
NC
165 inclusion of the DSO defining it.
166
6567fa84
UW
1672009-11-03 Alan Modra <amodra@bigpond.net.au>
168 Ulrich Weigand <uweigand@de.ibm.com>
169
170 * elf32-spu.c (mark_functions_via_relocs): Handle non-branch relocs
171 (jump tables or other references to code labels) as well.
172
62f3b8c8
PB
1732009-11-02 Paul Brook <paul@codesourcery.com>
174
175 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Handle VFPv4
176 attributes.
177
3703bab9
AM
1782009-11-02 Alan Modra <amodra@bigpond.net.au>
179
180 * elflink.c (elf_link_add_object_symbols): Don't force debug
181 symbols local.
182
5d5a918a
HPN
1832009-10-29 Johan Kristell <johankri@axis.com>
184
185 * elf32-cris.c (cris_elf_plt_sym_val): New function.
186 (elf_backend_plt_sym_val): Define.
187
5fdcb63c
KT
1882009-10-27 Kai Tietz <kai.tietz@onevision.com>
189
190 * peXXigen.c (bfdver.h): Add include.
191 (LINKER_VERSION): Do calculation based on BFD_VERSION.
192
d76b263e
MR
1932009-10-25 Maciej W. Rozycki <macro@linux-mips.org>
194
195 * elf32-vax.c (elf_vax_relocate_section): Correct assertion.
196
71f136d6
MR
1972009-10-25 Maciej W. Rozycki <macro@linux-mips.org>
198
199 * elf32-vax.c (elf_vax_plt_entry): Fix formatting.
200
9e86195c
MR
2012009-10-25 Maciej W. Rozycki <macro@linux-mips.org>
202
203 * elf32-vax.c (elf_vax_relocate_section): Fix a typo.
204
406dba13
KT
2052009-10-23 Kai Tietz <kai.tietz@onevision.com>
206
207 * coff-x86_64.c (coff_amd64_rtype_to_howto): Subtract offset
208 of R_AMD64_PCRLONG_<X> relocations from addend.
209
98950613
AM
2102009-10-23 Alan Modra <amodra@bigpond.net.au>
211
212 * plugin.c: Produce empty object if not BFD_SUPPORTS_PLUGINS.
213
dbde1c12
AM
2142009-10-20 Alan Modra <amodra@bigpond.net.au>
215
216 PR binutils/10802
217 * opncls.c (_maybe_make_executable): Make DYNAMIC files executable.
218
ebf275e3
HPN
2192009-10-19 Hans-Peter Nilsson <hp@axis.com>
220
221 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_DTPREL>:
222 Don't subtract the size of the TLS block for non-shared objects
223 from the relocation.
224
6c293e26
AM
2252009-10-17 Arnold Metselaar <arnold.metselaar@planet.nl>
226
227 * coff-z80.c (z80coff_vec): Allow sections to be of type
228 SEC_CODE or SEC_DATA
229
493152cb
AM
2302009-10-16 Alan Modra <amodra@bigpond.net.au>
231
232 PR binutils/10785
233 * coff-alpha.c (alpha_ecoff_get_elt_at_filepos): Don't bfd_alloc
234 bim and bim->buffer. bfd_malloc instead.
235 * peicode.h (pe_ILF_build_a_bfd): Similarly.
236 (ILF_DATA_SIZE): Don't include bim.
237 * opncls.c (bfd_close): Test bim->buffer non-NULL before freeing.
238
f88dc410
AM
2392009-10-14 Alan Modra <amodra@bigpond.net.au>
240
241 * aoutx.h (aout_link_check_ar_symbols): Typo fix.
242
cd2b2c10
L
2432009-10-13 H.J. Lu <hongjiu.lu@intel.com>
244
245 PR binutils/10763
246 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Declare plt
247 earlier.
248
fc3e1e3c
AM
2492009-10-13 Alan Modra <amodra@bigpond.net.au>
250
251 * elflink.c (_bfd_elf_merge_symbol): Revert previous patch.
252
f8076f98
RM
2532009-10-12 Roland McGrath <roland@frob.com>
254
255 * elflink.c (elf_link_add_object_symbols, _bfd_elf_merge_symbol):
256 Fix %s that should be %B in several message formats.
257
f0803690
AM
2582009-10-10 Alan Modra <amodra@bigpond.net.au>
259
260 * cofflink.c (_bfd_coff_link_input_bfd): Skip section symbols for
261 excluded output sections.
262
0c9b2b4c
TG
2632009-10-09 Tristan Gingold <gingold@adacore.com>
264
265 * mach-o.c (bfd_mach_o_read_command): Handle BFD_MACH_O_LC_RPATH.
266 (bfd_mach_o_bfd_print_private_bfd_data): Ditto.
267
ab273af8
TG
2682009-10-09 Tristan Gingold <gingold@adacore.com>
269
270 * mach-o.c (bfd_mach_o_scan_read_symtab_symbols): Rename to
271 bfd_mach_o_read_symtab_symbols.
272 (bfd_mach_o_scan_write_thread): Rename to bfd_mach_o_write_thread.
273 (bfd_mach_o_scan_write_relocs): Rename to bfd_mach_o_write_relocs.
274 (bfd_mach_o_scan_write_section_32): Rename to
275 bfd_mach_o_write_section_32.
276 (bfd_mach_o_scan_write_section_64): Rename to
277 bfd_mach_o_write_section_64.
278 (bfd_mach_o_scan_write_segment_32): Rename to
279 bfd_mach_o_write_segment_32.
280 (bfd_mach_o_scan_write_segment_64): Rename to
281 bfd_mach_o_write_segment_64.
282 (bfd_mach_o_scan_write_symtab): Rename to bfd_mach_o_write_symtab.
283 (bfd_mach_o_scan_read_section_32): Rename to
284 bfd_mach_o_read_section_32.
285 (bfd_mach_o_scan_read_section_64): Rename to
286 bfd_mach_o_read_section_64.
287 (bfd_mach_o_scan_read_section): Rename to bfd_mach_o_read_section.
288 (bfd_mach_o_scan_read_symtab_strtab): Rename to
289 bfd_mach_o_read_symtab_strtab.
290 (bfd_mach_o_scan_read_symtab_symbol): Rename to
291 bfd_mach_o_read_symtab_symbol.
292 (bfd_mach_o_scan_read_dysymtab_symbol): Rename to
293 bfd_mach_o_read_dysymtab_symbol.
294 (bfd_mach_o_scan_read_dylinker): Rename to bfd_mach_o_read_dylinker.
295 (bfd_mach_o_scan_read_dylib): Rename to bfd_mach_o_read_dylib.
296 (bfd_mach_o_scan_read_prebound_dylib): Rename to
297 bfd_mach_o_read_prebound_dylib.
298 (bfd_mach_o_scan_read_thread): Rename to bfd_mach_o_read_thread.
299 (bfd_mach_o_scan_read_dysymtab): Rename to bfd_mach_o_read_dysymtab.
300 (bfd_mach_o_scan_read_symtab): Rename to bfd_mach_o_read_symtab.
301 (bfd_mach_o_scan_read_uuid): Rename to bfd_mach_o_read_uuid.
302 (bfd_mach_o_scan_read_linkedit): Rename to bfd_mach_o_read_linkedit.
303 (bfd_mach_o_scan_read_str): Rename to bfd_mach_o_read_str.
304 (bfd_mach_o_scan_read_dyld_info): Rename to bfd_mach_o_read_dyld_info.
305 (bfd_mach_o_scan_read_segment): Rename to bfd_mach_o_read_segment.
306 (bfd_mach_o_scan_read_segment_32): Rename to
307 bfd_mach_o_read_segment_32.
308 (bfd_mach_o_scan_read_segment_64): Rename to
309 bfd_mach_o_read_segment_64.
310 (bfd_mach_o_scan_read_command): Rename to bfd_mach_o_read_command.
311 * mach-o.h (bfd_mach_o_scan_read_dysymtab_symbol): Rename to
312 bfd_mach_o_read_dysymtab_symbol.
313
b2b62060
TG
3142009-10-09 Tristan Gingold <gingold@adacore.com>
315
316 * mach-o.c (bfd_mach_o_section_get_entry_size): Moved.
317 (bfd_mach_o_section_get_nbr_indirect): Ditto.
318 (bfd_mach_o_get_synthetic_symtab): New function.
319 (bfd_mach_o_print_private_header): Print the number of commands
320 in decimal.
321 * mach-o.h (bfd_mach_o_get_synthetic_symtab): Add prototype.
322 * mach-o-target.c: Do not defined bfd_mach_o_get_synthetic_symtab.
323
615b63d4
TG
3242009-10-08 Tristan Gingold <gingold@adacore.com>
325
326 * config.bfd: Add bfd_mach_o_i386_vec in x86_64-darwin targ_selvecs.
327
8654b68a
L
3282009-10-06 H.J. Lu <hongjiu.lu@intel.com>
329
330 * bfd-in2.h: Regenerated.
331
4a056f14
AM
3322009-10-02 Alan Modra <amodra@bigpond.net.au>
333
334 * aout-cris.c (N_SHARED_LIB): Don't define.
335 * hp300bsd.c (N_SHARED_LIB): Don't define.
336 * i386bsd.c (N_SHARED_LIB): Don't define.
337 * i386linux.c (N_SHARED_LIB): Don't define.
338 * i386lynx.c (N_SHARED_LIB): Don't define.
339 * m68klinux.c (N_SHARED_LIB): Don't define.
340 * m88kmach3.c (N_SHARED_LIB): Don't define.
341 * mipsbsd.c (N_SHARED_LIB): Don't define.
342 * newsos3.c (N_SHARED_LIB): Don't define.
343 * pc532-mach.c (N_SHARED_LIB): Don't define.
344 * pdp11.c (N_SHARED_LIB): Don't define.
345 * sparclinux.c (N_SHARED_LIB): Don't define.
346 * vaxbsd.c (N_SHARED_LIB): Don't define.
347
eb503a00
DK
3482009-10-01 Dave Korn <dave.korn.cygwin@gmail.com>
349
350 * cofflink.c (_bfd_coff_generic_relocate_section): Look for the aux
351 symbol for a weak undef in the auxbfd, not the input bfd.
352
64028ad7
UW
3532009-10-01 Ulrich Weigand <uweigand@de.ibm.com>
354
355 * elf32-spu.c (spu_elf_auto_overlay): Insert icache linker script
356 after .toe instead of before .text section. Set the LMA of all
357 overlay sections to their icache IA address.
358 (spu_elf_find_overlays): Determine icache set id without reference
359 to the LMA.
360
27a5525e
TG
3612009-09-30 Tristan Gingold <gingold@adacore.com>
362
363 * configure.com: Use hosts/alphavms.h on both alpha and ia64 VMS.
364
464d3bd4
L
3652009-09-29 H.J. Lu <hongjiu.lu@intel.com>
366
367 * elf64-x86-64.c (elf64_x86_64_append_rela): New.
368 (elf64_x86_64_relocate_section): Use it.
369 (elf64_x86_64_finish_dynamic_symbol): Likewise.
370
c7927a3c
NC
3712009-09-29 DJ Delorie <dj@redhat.com>
372
373 * Makefile.am (ALL_MACHINES): Add cpu-rx.lo.
374 (ALL_MACHINES_CFILES): Add cpu-rx.c.
375 (BFD32_BACKENDS): Add elf32-rx.lo.
376 (BFD32_BACKENDS_CFILES): Add elf32-rx.c.
377 * archures.c (bfd_architecture): Add bfd_arch_rx and bfd_mach_rx.
378 Export bfd_rx_arch.
379 (bfd_archures_list): Add bfd_rx_arch.
380 * config.bfd: Add entry for rx-*-elf.
381 * configure.in: Add entries for bfd_elf32_rx_le_vec and
382 bfd_elf32_rx_be_vec.
383 * reloc.c: Add RX relocations.
384 * targets.c: Add RX target vectors.
385 * Makefile.in: Regenerate.
386 * bfd-in2.h: Regenerate.
387 * configure: Regenerate.
388 * libbfd.h: Regenerate.
389 * cpu-rx.c: New file.
390 * elf32-rx.c: New file.
391
0505e902
SR
3922009-09-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
393
394 * elf32-cr16.c (elf32_cr16_relocate_section): Removed
f8076f98 395 info->relocatable to fix the ld/testsuites/ld-elf/linkonce1 test case.
0505e902 396
caa83f8b
NC
3972009-09-28 Nick Clifton <nickc@redhat.com>
398
399 PR 10478: Accepting Solaris binaries.
400 * elf.c (bfd_section_from_shdr): Allow SHN_BEFORE and SHN_AFTER
401 section link values in x86 binaries.
402 * elfcode.h (elf_object_p): Likewise.
403
fc9f1df9
NC
4042009-09-28 Philippe De Muyter <phdm@macqel.be>
405
406 * elf32-m68k.c (elf_m68k_final_write_processing): New function.
407 (elf_backend_final_write_processing): Macro defined as above function.
408
21d799b5
NC
4092009-09-25 Martin Thuresson <martint@google.com>
410
4a056f14 411 Update sources to make alpha and arm targets compile cleanly with
21d799b5
NC
412 -Wc++-compat:
413 * ecoff.c: Add casts.
414 * ecofflink.c: Add casts.
415 * elf64-alpha.c: Add casts.
416 (struct alpha_elf_got_entry, struct alpha_elf_reloc_entry): Move
417 to top level.
418 (SKIP_HOWTO): Use enum name.
419 * elf32-arm.c: Add casts.
420 (elf32_arm_vxworks_bed): Update code to avoid multiple
421 declarations.
422 (struct map_stub): Move to top level.
423
935bd1e0
L
4242009-09-24 H.J. Lu <hongjiu.lu@intel.com>
425
426 PR ld/10630
427 * elflink.c (elf_link_output_extsym): Turn off visibility on
428 local symbol.
429 (bfd_elf_final_link): Turn off visibility on dynamic local
430 symbol.
431
107601c8
AM
4322009-09-24 Alan Modra <amodra@bigpond.net.au>
433
434 PR binutils/10654
435 * dwarf2.c (lookup_address_in_line_info_table): Remove workaround
436 for invalid location lists generated by gcc-2.95 and Intel 6.0 C++.
437 Remove "function" parm, adjust caller.
438
7ee314fa
AM
4392009-09-23 Matt Rice <ratmice@gmail.com>
440
441 * bfd-in.h (bfd_elf_size_dynamic_sections): Add audit and depaudit
442 arguments.
443 * elflink.c (bfd_elf_size_dynamic_sections): Generate DT_AUDIT,
444 DT_DEPAUDIT from audit/depaudit arguments.
445 (elf_finalize_dynstr): Finalize DT_AUDIT and DT_DEPAUDIT strtab entries.
446 (elf_link_add_object_symbols): Set dt_audit target data when finding a
447 DT_AUDIT.
448 * bfd-in2.h: Regenerate.
449 * bfd-elf.h: Add dt_audit to elf_obj_tdata, and elf_dt_audit macro.
450
d3e32c2e
JZ
4512009-09-23 Jie Zhang <jie.zhang@analog.com>
452
453 * elf32-bfin.c (_bfinfdpic_size_got_plt): Make sure empty
454 .rel.plt and .plt sections are removed.
455 (elf32_bfinfdpic_size_dynamic_sections): Remove empty .dynbss
456 section. Remove the duplicated removing of empty .rel.plt
457 section.
458
a10917ef
RS
4592009-09-21 Richard Sandiford <rdsandiford@googlemail.com>
460
461 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Extend previous
462 patch to handle the new personality relaxation.
463
30af5962
RS
4642009-09-21 Richard Sandiford <rdsandiford@googlemail.com>
465
466 * elf-eh-frame.c (make_pc_relative): New function.
467 (_bfd_elf_write_section_eh_frame): Use it.
468
a7f2871e
AM
4692009-09-21 Alan Modra <amodra@bigpond.net.au>
470
471 * elf32-ppc.c (TLS_GET_ADDR_GLINK_SIZE): Define.
472 (ADD_3_12_2, BEQLR, CMPWI_11_0, LWZ_11_3, LWZ_12_3): Define.
473 (MR_0_3, MR_3_0): Define.
474 (struct ppc_elf_link_hash_table): Add no_tls_get_addr_opt.
475 (ppc_elf_select_plt_layout): Save emit_stub_syms param earlier.
476 (ppc_elf_tls_setup): Add no_tls_get_addr_opt param and save to hash
477 table. Check for presense of __tls_get_addr_opt
478 (allocate_dynrelocs): Increase glink entry size for __tls_get_addr.
479 (ppc_elf_size_dynamic_sections): Add DT_PPC_TLS_OPT tag.
480 (write_glink_stub): Add param p.
481 (ppc_elf_relocate_section): Adjust write_glink_stub call.
482 (ppc_elf_finish_dynamic_symbol): Emit special glink call stub for
483 __tls_get_addr.
484 * elf32-ppc.h (ppc_elf_tls_setup): Update prototype.
485 * elf64-ppc.c (struct ppc_link_hash_table): Add no_tls_get_addr_opt.
486 (ppc64_elf_tls_setup): Add no_tls_get_addr_opt param and save to hash
487 table. Check for presense of __tls_get_addr_opt.
488 (ppc64_elf_size_dynamic_sections): Add DT_PPC64_TLS_OPT tag.
489 (LD_R11_0R3, LD_R12_0R3, MR_R0_R3, CMPDI_R11_0, ADD_R3_R12_R13,
490 BEQLR, MR_R3_R0, MFLR_R11, STD_R11_0R1, BCTRL, LD_R11_0R1,
491 LD_R2_0R1, MTLR_R11): Define.
492 (build_tls_get_addr_stub): New function.
493 (ppc_build_one_stub): Call it.
494 (ppc_size_one_stub): Add extra size for __tls_get_addr stub.
495 (ppc64_elf_relocate_section): Don't change nop to ld 2,40(1) for
496 __tls_get_addr plt call.
497 * elf64-ppc.h (ppc64_elf_tls_setup): Update prototype.
498
18e04883
RS
4992009-09-19 Richard Sandiford <rdsandiford@googlemail.com>
500
501 * elf-bfd.h (eh_cie_fde): Add personality_offset and
502 make_per_encoding_relative to the CIE structure. Add a padding field.
503 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Use 0x70
504 rather than 0xf0 when masking out the base address encoding
505 Record the offset of personality data from the start of the CIE.
506 Remove a repeated elf_backend_can_make_relative_eh_frame check.
507 (find_merged_cie): Take an info argument. If the personality
508 binds locally, try converting an absolute personality into
509 a local one.
510 (_bfd_elf_discard_section_eh_frame): Use 0x70 rather than 0xf0
511 when masking out the base address encoding. Update the call to
512 find_merged_cie.
513 (_bfd_elf_eh_frame_section_offset): Discard relocations against
514 the personality data if we are converting into PC-relative form.
515 (_bfd_elf_write_section_eh_frame): Use 0x70 rather than 0xf0
516 when masking out the base address encoding. Handle
517 make_per_encoding_relative.
518
bd6c6e2b
AM
5192009-09-18 Alan Modra <amodra@bigpond.net.au>
520
521 PR ld/10406
522 * elf32-ppc.c (ppc_elf_howto_raw): Make R_PPC_EMB_SDAI16 and
523 R_PPC_EMB_SDA2I16 complain_overflow_signed.
524 (create_sdata_sym): Pass info rather than htab.
525 Update all callers. Ensure symbols are hidden.
526 (ppc_elf_check_relocs): Allow SDAREL16 when shared.
527 (ppc_elf_size_dynamic_sections): When shared, equate _SDA_BASE_ to
528 _GLOBAL_OFFSET_TABLE_.
529 (elf_finish_pointer_linker_section): Don't assume that sdata base
530 symbol is always at 0x8000 offset. Don't subtract the addend here.
531 (is_static_defined): New function.
532 (ppc_elf_relocate_section): Verify symbol base used in SDA relocs
533 is statically defined. Clear addend for EMB_SDAI16 and EMB_SDA2I16
534 relocs. Downgrade error on unexpected section for EMB_SDA2REL
535 reloc symbols to a warning.
536
ca58b19f
NC
5372009-09-18 Nick Clifton <nickc@redhat.com>
538
539 * po/es.po: Updated Spanish translation.
2f0205e8 540 * po/vi.po: Updated Vietnamese translation.
ca58b19f 541
b31867b6
AM
5422009-09-18 Alan Modra <amodra@bigpond.net.au>
543
544 * elf64-ppc.c (follow_link, elf_follow_link, ppc_follow_link): New
545 functions. Use throughout.
546 (ppc64_elf_copy_indirect_symbol): Set direct symbol "oh" field
547 from indirect symbol.
548 (lookup_fdh): Rename from get_fdh. Follow indirect sym links.
549 (add_symbol_adjust): Simplify.
550 (defined_code_entry, defined_func_desc): New functions.
551 (ppc64_elf_gc_keep): Follow indirect sym links. Use defined_code_entry.
552 (ppc64_elf_gc_mark_dynamic_ref): Use defined_func_desc and
553 defined_code_entry to follow indirect sym links.
554 (ppc64_elf_gc_mark_hook, func_desc_adjust): Likewise.
555 (ppc_type_of_stub): Follow indirect sym links.
556 (toc_adjusting_stub_needed): Likewise.
557 (ppc_build_one_stub): Likewise. Make undefined dot-symbols weak
558 rather than defining them at stub.
559 (ppc64_elf_relocate_section): Rewrite call test to avoid multiple
560 assignments in test.
561
afecc97c 5622009-09-16 Tristan Gingold <gingold@adacore.com>
7ee314fa 563
afecc97c
TG
564 * mach-o.h (bfd_mach_o_filetype): Add new constants from darwin10.
565 Reindent.
566 * mach-o.c (bfd_mach_o_cpu_name): Reindent.
567 (bfd_mach_o_filetype_name): Complete with new constants. Reindent.
568 (bfd_mach_o_print_private_header): Use fputs instead of fprintf
569 when possible to avoid warnings.
570 (bfd_mach_o_print_section_map): Ditto.
571 (bfd_mach_o_section_get_entry_size): New function.
572 (bfd_mach_o_section_get_nbr_indirect): Simplify using the newly
573 added function.
574 (bfd_mach_o_print_dysymtab): Print address of indirect symbols.
575
df58f7b0
NC
5762009-09-14 Nick Clifton <nickc@redhat.com>
577
578 * po/fi.po: Updated Finnish translation.
579
1e9cc1c2
NC
5802009-09-11 Nick Clifton <nickc@redhat.com>
581
582 * po/bfd.pot: Updated by the Translation project.
583
8b31b6c4
NC
5842009-09-11 Philippe De Muyter <phdm@macqel.be>
585
586 * binary.c (binary_object_p): Remove bfd_external_binary_architecture
587 hack. objcopy `-B' (`--binary-architecture') option is now handled
588 in a generic way.
589
681fe688
NC
5902009-09-11 Nick Clifton <nickc@redhat.com>
591
592 * rs6000-core.c (read_hdr): Fix typo in recent C++ compatibility
593 changes.
594
3b6cfd4e 5952009-09-11 Jie Zhang <jie.zhang@analog.com>
83fd9437
JZ
596
597 * elf32-bfin.c (bfinfdpic_relocs_info_find): Just return
598 NULL if `ht' is NULL.
599
a50b1753
NC
6002009-09-09 Martin Thuresson <martin@mtme.org>
601
4a056f14 602 Update sources to compile cleanly with -Wc++-compat:
a50b1753
NC
603 * aoutx.h: Add casts.
604 * archive.c: Add casts.
605 * archive64.c: Add casts.
606 * archures.c: Add casts.
607 * bfd-in2.h: Regenerated.
608 * bfd.c: Add casts. (enum bfd_direction): Move out to top level.
609 * bfdio.c: Add casts.
610 * binary.c: Add casts.
611 * cache.c (cache_bseek,cache_bread_1,cache_bwrite): Updated
612 parameter to use enum value instead of int.
613 * coffcode.h: Add casts.
614 * coffgen.c: Add casts.
615 * cofflink.c: Add casts.
616 * compress.c: Add casts.
617 * dwarf1.c: Add casts.
618 * dwarf2.c: Add casts. (struct dwarf2_debug): Rename member bfd to
619 bfd_ptr. Update code to use new name.
620 * elf-attrs.c: Add casts.
621 * elf-bfd.h (elf_link_virtual_table_entry): Gives name to
622 anonymous struct. (union gotplt_union, struct
623 elf_link_virtual_table_entry): Move to top level.
624 * elf-eh-frame.c: Add casts.
625 * elf-strtab.c: Add casts.
626 * elf.c: Add casts. (_bfd_elm_make_Section_from_phdr): Change
627 argument name from typename to type_name.
628 * elf32-i386.c: Add casts.
629 * elf64-x86-64.c: Add casts.
630 * elfcode.h: Add casts.
631 * elfcore.h: Add casts.
632 * elflink.c: Add casts.
633 * format.c: Add casts.
634 * hash.c: Add casts.
635 * ihex.c: Add casts.
636 * libaout.h (enum aout_subformat, enum aout_magic): Move to top
637 level.
638 * libbfd.c: Add casts.
639 * linker.c: Add casts.
640 * merge.c: Add casts.
641 * opncls.c: Add casts.
642 * peXXigen.c: Add casts.
643 * peicode.h: Add casts.
644 * reloc.c: Add casts.
645 * section.c: Add casts.
646 * simple.c: Add casts.
647 * srec.c: Add casts.
648 * stabs.c: Add casts.
649 * syms.c: Add casts.
650 * targets.c: Add casts.
651 * tekhex.c: Add casts.
652 * verilog.c: Add casts.
653
f3b4f6d0
PB
6542009-09-09 Paolo Bonzini <bonzini@gnu.org>
655
656 * configure: Regenerate.
657
67d74e43
DJ
6582009-09-09 Daniel Jacobowitz <dan@codesourcery.com>
659
660 * elf32-arm.c (elf32_arm_final_link_relocate): Set sym_flags
661 for the mode of target PLT entries.
662 (allocate_dynrelocs): Only adjust symbol type if setting its
663 value.
664
07c58694
PB
6652009-09-09 Paolo Bonzini <bonzini@gnu.org>
666
f3b4f6d0 667 * configure: Regenerate.
07c58694 668
cfcac11d
NC
6692009-09-09 Nick Clifton <nickc@redhat.com>
670
671 PR 10478:
672 * elf.c (bfd_section_from_shdr): Do not reject sparc binaries with
673 section headers containing sh_link values of SHN_BEFORE or
674 SHN_AFTER.
675 * elfcode.h (elf_object_p): Likewise.
676
ad86f1fb
TG
6772009-09-09 Tristan Gingold <gingold@adacore.com>
678
679 Handle DYLD_INFO introduced by Darwin10.
680 * mach-o.h (bfd_mach_o_load_command_type): Add
681 BFD_MACH_O_LC_DYLD_INFO.
682 (bfd_mach_o_dyld_info_command): New type.
683 (bfd_mach_o_load_command): Add dyld_info field.
684 * mach-o.c (bfd_mach_o_scan_read_str): Reduce size of buf.
685 (bfd_mach_o_scan_read_dyld_info): New function.
686 (bfd_mach_o_scan_read_command): Handle BFD_MACH_O_LC_DYLD_INFO.
687 (bfd_mach_o_bfd_print_private_bfd_data): Ditto.
688 (bfd_mach_o_load_command_name): AddB FD_MACH_O_LC_DYLD_INFO.
689 (bfd_mach_o_print_dyld_info): New function.
690
1004c3e1
SR
6912009-09-09 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
692
693 * elf32-cr16.c (elf32_cr16_relocate_section): Add code to discard the
694 linkonce or linker script discarded section.
695
498199fc
AM
6962009-09-09 Alan Modra <amodra@bigpond.net.au>
697
698 * elf32-xtensa.c (elf_xtensa_relax_section): Delete -r check.
699
c86ad514
AS
7002009-09-07 Andreas Schwab <schwab@linux-m68k.org>
701
702 * elf32-m68k.c (rtype_to_howto): If the reloc index is out of
703 range call the bfd error hander and use R_68K_NONE instead.
704
b11d79f2
TG
7052009-09-07 Tristan Gingold <gingold@adacore.com>
706
23f938f1
TG
707 * po/SRC-POTFILES.in: Regenerate.
708 * po/bfd.pot: Regenerate.
709
b11d79f2
TG
710 * bfd.m4 (BFD_HAVE_TIME_TYPE_MEMBER,
711 BFD_HAVE_SYS_STAT_TYPE_MEMBER): Moved to gas/acinclude.m4
712 * configure.in: Move tests for tm_gmtoff, st_mtim.tv_sec and
713 st_mtim.tv_nsec to gas/configure.in
714 (bfd_elf64_ia64_vms_vec): Remove vmsutil.lo
715 * configure: Regenerate.
716 * config.in: Regenerate.
717 * vmsutil.c: Moved to gas/config/te-vms.c
718 * vmsutil.h: Removed.
719 * Makefile.am (BFD32_BACKENDS_CFILES): Remove vmsutil.c
720 (BFD32_BACKENDS): Remove vmsutil.lo
721 * Makefile.in: Regenerate.
722
3d03da9a
EZ
7232009-09-05 Eli Zaretskii <eliz@gnu.org>
724
725 * coffcode.h: Include libiberty.h.
726
96d56e9f
NC
7272009-09-05 Martin Thuresson <martin@mtme.org>
728
729 * coff-arm.c (coff_arm_relocate_section)
730 (record_thumb_to_arm_glue, bfd_arm_process_before_allocation):
731 Change member name class to symbol_class.
732 * coff-i960.c (coff_i960_relocate_section) Rename variable
733 class to class_val. Change member name class to symbol_class.
734 * coff-rs6000.c (_bfd_xcoff_swap_aux_in)
735 (_bfd_xcoff_swap_aux_out): Rename arguments class to in_class.
736 * coff-stgo32.c (adjust_aux_in_post)
737 (adjust_aux_out_pre, adjust_aux_out_post): Rename arguments class
738 to in_class.
739 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in)
740 (_bfd_xcoff64_swap_aux_out): Rename arguments class to in_class.
741 * coffcode.h (coff_pointerize_aux_hook): Rename variable class
742 to n_sclass.
743 * coffgen.c (coff_write_symbol, coff_pointerize_aux): Rename
744 variables named class to n_sclass. (coff_write_symbols): Rename
745 variable class to sym_class. (bfd_coff_set_symbol_class): Rename
746 argument class to symbol_class.
747 * cofflink.c (_bfd_coff_link_hash_newfunc)
748 (coff_link_add_symbols, _bfd_coff_link_input_bfd)
749 (_bfd_coff_write_global_sym, _bfd_coff_generic_relocate_section):
750 Update code to use renamed members.
751 * coffswap.h (coff_swap_aux_in, coff_swap_aux_out): Rename
752 argument class to in_class.
753 * libcoff-in.h (struct coff_link_hash_entry, struct
754 coff_debug_merge_type) Renamed members class to symbol_class and
755 type_class.
756 * libcoff.h Regenerated.
757 * peXXigen.c: (_bfd_XXi_swap_aux_in, _bfd_XXi_swap_aux_out):
758 Rename argument class to in_class.
759 * pef.c (bfd_pef_parse_imported_symbol): Update code to use
760 renamed members.
761 * pef.h (struct bfd_pef_imported_symbol): Changed name of
762 member class to symbol_class.
763
df7e4f42
L
7642009-09-04 H.J. Lu <hongjiu.lu@intel.com>
765
766 * configure: Regenerated.
767
bac4da50
TG
7682009-09-04 Tristan Gingold <gingold@adacore.com>
769
770 * configure.in: Bump version to 2.20.51
bac4da50 771
57e96a08
AM
7722009-09-04 Alan Modra <amodra@bigpond.net.au>
773
774 * elf32-spu.c (spu_elf_relocate_section): Correct 2009-07-24 logic.
775
153d38f6
JZ
7762009-09-04 Jie Zhang <jie.zhang@analog.com>
777
778 * elf32-bfin.c (elf32_bfinfdpic_create_dynamic_sections): Always
779 create .rela.bss.
780 (elf32_bfinfdpic_size_dynamic_sections): Set SEC_EXCLUDE flag
781 for empty .rela.bss and .rel.plt sections.
782
5bbc5ae7
AN
7832009-09-03 Adam Nemet <anemet@caviumnetworks.com>
784
785 * elfxx-mips.c (mips_elf_calculate_relocation): Don't relocate
786 R_MIPS_JALR unless symbol resolves locally.
787
99da6b5f
AN
7882009-09-03 Adam Nemet <anemet@caviumnetworks.com>
789
790 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Don't set
791 has_static_relocs for R_MIPS_JALR.
792
fcbc2f09
MR
7932009-09-03 Maciej W. Rozycki <macro@codesourcery.com>
794
795 * elf64-mips.c (mips_elf64_howto_table_rela): Add support for
796 R_MIPS_TLS_DTPMOD64 and R_MIPS_TLS_TPREL64, replacing the
797 respective stubs.
798
90d60710
L
7992009-09-01 H.J. Lu <hongjiu.lu@intel.com>
800
801 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Declare
802 plt earlier.
803
11d73275
TG
8042009-09-01 Tristan Gingold <gingold@adacore.com>
805
806 * makefile.vms: Ported to Itanium VMS. Remove useless variable and
807 dependencies. Reindent.
808 * configure.com: Ported to Itanium VMS. Now generates a build.com
809 to build without make. Add messages but make edit silent.
810 * hosts/alphavms.h: Add a prototype for stpcpy.
811 * vms.c: Add a missing include for Alpha VMS.
812 * elfxx-ia64.c (ELF_OSABI): Define for OpenVMS.
813
94be91de
JB
8142009-08-31 Jan Beulich <jbeulich@novell.com>
815
816 * elf-bfd.h (bfd_elf_get_default_section_type): Declare.
817 * elf.c (bfd_elf_get_default_section_type): New.
818 (elf_fake_sections): Use bfd_elf_get_default_section_type.
819
883c7410
L
8202009-08-30 H.J. Lu <hongjiu.lu@intel.com>
821
822 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Revert the
823 accidental checkin.
824 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Likwise.
825
095106a2
AM
8262009-08-30 Alan Modra <amodra@bigpond.net.au>
827
828 PR ld/10569
829 * bfd.c (bfd_emul_get_maxpagesize): Don't abort.
830 (bfd_emul_get_commonpagesize): Likewise.
831
d3ce72d0
NC
8322009-08-29 Martin Thuresson <martin@mtme.org>
833
834 * elf32-arm.c (struct stub_def): Rename member template to
835 template_sequence. (arm_build_one_stub,
836 find_stub_size_and_template, arm_size_one_stub, arm_map_one_stub):
837 Rename variable template to template_sequence.
838 * elfxx-ia64.c (elfNN_ia64_relax_br, elfNN_ia64_relax_brl):
839 Rename variable template to template_val.
840 * aoutx.h (NAME (aout, make_empty_symbol)): Rename variable
841 new to new_symbol.
842 * coffgen.c (coff_make_empty_symbol)
843 (coff_bfd_make_debug_symbol): Rename variable new to new_symbol.
844 * cpu-ia64-opc.c (ext_reg, ins_imms_scaled): Rename variable
845 new to new_insn.
846 * ecoff.c (_bfd_ecoff_make_empty_symbol): Rename variable new
847 to new_symbol.
848 * elf32-m68k.c (elf_m68k_get_got_entry_type): Rename argument
849 new to new_reloc.
850 * hash.c (bfd_hash_lookup): Rename variable new to new_string.
851 * ieee.c (ieee_make_empty_symbol): Rename variable new to
852 new_symbol.
853 * linker.c (bfd_new_link_order): Rename variable new to
854 new_lo.
855 * mach-o.c (bfd_mach_o_sizeof_headers): Rename variable new to
856 symbol.
857 * oasys.c (oasys_make_empty_symbol): Rename variable new to
858 new_symbol_type.
859 * pdp11.c (NAME (aout, make_empty_symbol)): Rename variable
860 new to new_symbol_type.
861 * plugin.c (bfd_plugin_make_empty_symbol): Rename variable new
862 to new_symbol.
863 * rs6000-core.c (CoreHdr, VmInfo): Rename union member new to
864 new_dump.
865 (read_hdr, rs6000coff_core_p)
866 (rs6000coff_core_file_matches_executable_p)
867 (rs6000coff_core_file_failing_command)
868 (rs6000coff_core_file_failing_signal): Updated function to use new
869 union member name.
870 * som.c (som_make_empty_symbol): Rename variable new to
871 new_symbol_type.
872 * syms.c (_bfd_generic_make_empty_symbol): Rename variable new
873 to new_symbol.
874 * tekhex.c (first_phase, tekhex_make_empty_symbol): Rename
875 variable new to new_symbol.
876
573e8a1c
RW
8772009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
878
879 * acinclude.m4 (AM_INSTALL_LIBBFD): Call AM_SUBST_NOTMAKE for
880 bfdlibdir and bfdincludedir.
881 * Makefile.am (bfdlibdir, bfdincludedir): Move definition ...
882 [INSTALL_LIBBFD]: ... here, ...
883 [INSTALL_LIBBFD]: ... and empty overrides here.
884 [!INSTALL_LIBBFD]: (rpath_bfdlibdir): New variable.
885 [!INSTALL_LIBBFD] (libbfd_la_LDFLAGS): Use it.
886 * Makefile.in: Regenerate.
887 * configure: Regenerate.
888
325e58c7
NC
8892009-08-26 Maxim Kuvyrkov <maxim@codesourcery.com>
890
891 * elf32-m68k.c: Rewrite initialization of GOT entries for TLS
892 relocations. Rewrite output of dynamic TLS relocations.
893 (DTP_OFFSET, TP_OFFSET): New constants.
894 (dtpoff_base): Update.
895 (tpoff): Rename to tpoff_base, update.
896 (elf_m68k_init_got_entry_static, elf_m68k_init_got_entry_local_shared):
897 New functions. Move code from elf_m68k_relocate_section here.
898 (elf_m68k_relocate_section): Update.
899 (elf_m68k_finish_dynamic_symbol): Fix handling of local TLS symbols.
900
e5f2b1de
NC
9012009-08-26 Maxim Kuvyrkov <maxim@codesourcery.com>
902
903 * elf32-m68k.c (elf_m68k_copy_indirect_symbol): Propagate
904 non_got_ref value.
905 (elf_m68k_check_relocs): Handle dynamic TLS relocations.
906 Handle non_got_ref field.
907 (elf_m68k_adjust_dynamic_symbol): Handle non_got_ref field.
908
0666b2c3
AM
9092009-08-26 Alan Modra <amodra@bigpond.net.au>
910
600b8686 911 PR ld/10518
0666b2c3
AM
912 * linker.c (bfd_find_version_for_sym): Revert warning.
913
78a03297
AM
9142009-08-26 Alan Modra <amodra@bigpond.net.au>
915
600b8686 916 PR ld/10518
78a03297
AM
917 * linker.c (bfd_find_version_for_sym): Override a "*" match by any
918 other wildcard match. Warn on multiple wildcard matches.
919
81ecdfbb
RW
9202009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
921
14ec8efd
RW
922 * Makefile.am (libbfd_la_LDFLAGS): Initialize early, to allow
923 appending.
924 [INSTALL_LIBBFD] (bfdlib_LTLIBRARIES, bfdinclude_HEADERS): Set
925 only in this condition.
926 [!INSTALL_LIBBFD] (noinst_LTLIBRARIES, libbfd_la_LDFLAGS): New,
927 to build but not install libbfd.la in this condition.
928 (install-bfdlibLTLIBRARIES, uninstall-bfdlibLTLIBRARIES)
929 (install_libbfd, install_libbfd): Remove.
930 * Makefile.in: Regenerate.
931 * doc/Makefile.am (AM_CPPFLAGS): Renamed from ...
932 (INCLUDES): ... this.
933 ($(MKDOC)): Adjust.
934 * doc/Makefile.in: Regenerate.
935
95b40122
RW
936 * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, instead use
937 no-dist and foreign.
938 (EXTRA_libbfd_la_SOURCES): New, list $(CFILES) to allow
939 dependency tracking to work for them.
940 (targets.lo, archures.lo, dwarf.lo): Rewrite to
941 use automake dependency tracking mechanism.
942 (MKDEP, DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove.
943 (mkdep section): Remove.
944 (BUILT_SOURCES): New, list $(BUILD_HFILES).
945 * Makefile.in: Regenerate.
946 * po/SRC-POTFILES.in, po/bfd.pot: Regenerate.
947
af542c2e
RW
948 * Makefile.am (datarootdir, docdir, htmldor, pdfdir)
949 (install-pdf, install-pdf-recursive, install-html)
950 (install-html-recursive): Remove.
951 * Makefile.in: Regenerate.
952
81ecdfbb
RW
953 * Makefile.in: Regenerate.
954 * aclocal.m4: Likewise.
955 * config.in: Likewise.
956 * configure: Likewise.
957
cd1dac3d
DG
9582009-08-21 Daniel Gutson <dgutson@codesourcery.com>
959
960 * elf32-arm.c (arch_has_thumb2_nop): New function.
961 (arch_has_arm_nop): New function.
962 (elf32_arm_final_link_relocate): NOP opcodes changed.
963
440ae135
DE
9642009-08-16 Doug Evans <dje@google.com>
965
966 * opncls.c (bfd_close): Until BFD_IN_MEMORY has an iovec,
967 at least don't leak memory.
968
a109e2f5
DD
9692009-08-13 DJ Delorie <dj@redhat.com>
970
971 * elf32-m32c.c (m32c_elf_relax_delete_bytes): Adjust symbol sizes
972 if needed.
973
c1742541
NC
9742009-08-12 Nick Clifton <nickc@redhat.com>
975
976 * po/fi.po: Updated Finnish translation.
977
6a9adeca
BS
9782009-08-11 Bernd Schmidt <bernd.schmidt@analog.com>
979
980 Merge some FRV FDPIC changes into the Blackfin code.
981 * elf32-bfin.c (struct bfinfdpic_elf_link_hash_table): Add pointer to
982 summary reloc information.
983 (bfinfdpic_dynamic_got_plt_info): New.
984 (_bfin_create_got_section): Create the PLT section here.
985 (elf32_bfinfdpic_create_dynamic_sections): Not here.
986 (_bfinfdpic_count_nontls_entries): Move out of...
987 (_bfinfdpic_count_got_plt_entries): ... here.
988 (_bfinfdpic_count_relocs_fixups): Likewise.
989 (_bfinfdpic_reset_got_plt_entries): New.
990 (_bfinfdpic_size_got_plt): Move out of...
991 (elf32_bfinfdpic_size_dynamic_sections): ... here.
992 (bfinfdpic_relocate_section): Be careful not to call
993 _bfinfdpic_add_rofixup or _bfinfdpic_add_dyn_reloc for deleted relocs.
994 (bfinfdpic_check_discarded_relocs, bfinfdpic_elf_discard_info):
995 New functions.
996 (elf_backend_discard_info): Define for FD-PIC.
997
5dabe785
AM
9982009-08-11 Alan Modra <amodra@bigpond.net.au>
999
1000 * elflink.c: Add FIXMEs for some places that require octets_per_byte
1001 adjustments.
1002 * elf-eh-frame.c: Likewise.
1003 * merge.c: Likewise.
1004
ea7a63de
AM
10052009-08-11 Alan Modra <amodra@bigpond.net.au>
1006
1007 * configure.in: Remove elf-ifunc.lo from common ELF files. Add
1008 to x86 and x86_64 configurations.
1009 * configure: Regenerate.
1010
9bf609ec
JK
10112009-08-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1012
1013 Stop using bfd_usrdata in libbfd.
1014 * coff-stgo32.c (bfd_coff_go32stub): Remove.
1015 (stub_bytes, comment): Replace STUBSIZE by GO32_STUBSIZE.
1016 (adjust_filehdr_in_post): Declare the abfd parameter as unused.
1017 Replace STUBSIZE by GO32_STUBSIZE. Save now the stub in
1018 filehdr_dst->u.go32.stub. New comment with the reason.
1019 (adjust_filehdr_out_pre): Replace STUBSIZE by GO32_STUBSIZE.
1020 Substitute the removed macro bfd_coff_go32stub.
1021 (adjust_filehdr_out_post, adjust_scnhdr_in_post, adjust_scnhdr_out_pre)
1022 (adjust_scnhdr_out_post, adjust_aux_in_post, adjust_aux_out_pre)
1023 (adjust_aux_out_post): Replace STUBSIZE by GO32_STUBSIZE.
1024 (create_go32_stub, go32_stubbed_coff_bfd_copy_private_bfd_data):
1025 Replace STUBSIZE by GO32_STUBSIZE. Substitute the removed macro
1026 bfd_coff_go32stub.
1027 * coffcode.h (coff_mkobject_hook): Initialize coff->go32stub.
1028 * libcoff-in.h (coff_data_type): New field go32stub.
1029 * libcoff.h: Regenerated.
1030
e39e47bd
JK
10312009-08-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1032
1033 Fix go32 stub preservation by objcopy.
1034 * coff-stgo32.c (adjust_filehdr_in_post): Use bfd_malloc.
1035 (go32_stubbed_coff_bfd_copy_private_bfd_data): Optionally allocate OBFD
1036 go32stub.
1037
ffcb4889
NS
10382009-08-10 Nathan Sidwell <nathan@codesourcery.com>
1039
1040 * elf32-arm.c (elf32_arm_size_stubs): Don't die on undefined local
1041 symbols.
1042 (elf32_arm_final_link_relocate): Treat local undefined symbols the
1043 same as global undefined symbols.
1044 (elf32_arm_relocate_section): Give an error for local undefined
1045 non-weak symbols, unless the reloc will not use the symbol.
1046
01017ef8
NS
10472009-08-10 Nathan Sidwell <nathan@codesourcery.com>
1048
1049 * elf32-ppc.c (shared_stub_entry, stub_entry): Use r12, not r11.
1050 (ppc_elf_relax_section): Use symbol index to distinguish
1051 relocatable stubs.
1052
a8ad78a7
AM
10532009-08-10 Alan Modra <amodra@bigpond.net.au>
1054
1055 * elf32-ppc.c (ppc_elf_relax_section): Ignore non-code sections.
1056
91e21fb7
AM
10572009-08-10 Alan Modra <amodra@bigpond.net.au>
1058
1059 * elflink.c (_bfd_elf_adjust_dynamic_symbol): Don't clear plt
1060 info for STT_GNU_IFUNC.
1061 * elf32-ppc.c (ppc_elf_check_relocs): Count a needed plt entry
1062 on got refs in case the symbol turns out to be ifunc.
1063 (ppc_elf_gc_sweep_hook): Similarly.
1064 (ppc_elf_adjust_dynamic_symbol): Adjust assertion.
1065 (allocate_dynrelocs): Don't specially allocate got relocs for ifunc.
1066 (ppc_elf_size_dynamic_sections): Likewise.
1067 (ppc_elf_relocate_section): Likewise.
1068
6a9adeca 10692009-08-09 Bernd Schmidt <bernd.schmidt@analog.com>
cb88ce9f
BS
1070
1071 From Mike Frysinger <michael.frysinger@analog.com>
1072 * elf32-bfin.c (bfin_howto_table, bfin_reloc_map, bfin_check_relocs,
1073 bfin_final_link_relocate, bfin_relocate_section, bfin_gc_sweep_hook,
1074 _bfinfdpic_emit_got_relocs_plt_entries, bfinfdpic_relocate_section,
1075 bfinfdpic_gc_sweep_hook, bfinfdpic_check_relocs,
1076 bfin_finish_dynamic_symbol, bfd_bfin_elf32_create_embedded_relocs):
1077 Adjust to match the renamed reloc definitions.
7ee314fa 1078
e7e75368
AM
10792009-08-08 Alan Modra <amodra@bigpond.net.au>
1080
1081 PR 10494
1082 * elf.c (_bfd_elf_make_section_from_shdr): When setting up section
1083 LMAs, use ELF_IS_SECTION_IN_SEGMENT to match sections with headers.
1084
918d9742
TT
10852009-08-07 Tom Tromey <tromey@redhat.com>
1086
1087 * elf32-microblaze.c (microblaze_elf_check_relocs): Avoid strict
1088 aliasing error.
1089
7ba29e2a
NC
10902009-08-06 Michael Eager <eager@eagercon.com>
1091
1092 * Makefile.am: Add cpu-microblaze.{lo,c}, elf32-microblaze.{lo,c}.
1093 * Makefile.in: Regenerate.
1094 * archures.c: Add bfd_arch_microblaze.
1095 * bfd-in2.h: Regenerate.
1096 * config.bfd: Add microblaze target.
1097 * configure.in: Add bfd_elf32_microblaze_vec target.
1098 * configure: Regenerate.
1099 * cpu-microblaze.c: New.
1100 * elf32-microblaze.c: New.
1101 * libbfd-in.h: Add prototype _bfd_dwarf2_fixup_section_debug_loc().
1102 * libbfd.h: Regenerate.
1103 * reloc.c: Add MICROBLAZE relocations.
1104 * section.c: Add struct relax_table and relax_count to section.
1105 * targets.c: Add bfd_elf32_microblaze_vec.
1106
e47bf690
JJ
11072009-08-06 Jakub Jelinek <jakub@redhat.com>
1108 Alan Modra <amodra@bigpond.net.au>
1109
1110 PR binutils/10492
1111 * elf.c (sym_is_global): Return true even for BSF_GNU_UNIQUE
1112 symbols.
1113 * elf32-mips.c (mips_elf_sym_is_global): Likewise.
1114 * elfn32-mips.c (mips_elf_sym_is_global): Likewise.
1115
3ae046cc
NS
11162009-08-06 Nathan Sidwell <nathan@codesourcery.com>
1117
1118 * elf32-arm.c (elf32_arm_size_stubs): Call layout_sections_again
1119 at least once when fixing cortex-a8.
1120
cd8d5a82
CF
11212009-08-05 Chao-ying Fu <fu@mips.com>
1122
1123 * elf32-mips.c (mips_reloc_map): Add BFD_RELOC_MIPS_JALR.
1124 * elfxx-mips.c (JAL_TO_BAL_P): New define to transform JAL to BAL
1125 for CPUs. It is true for RM9000.
1126 (JALR_TO_BAL_P): New define to transform JALR to BAL. It is true
1127 for all CPUs.
1128 (mips_elf_perform_relocation): Use JAL_TO_BAL_P and JALR_TO_BAL_P
1129 to guard the transformation.
1130
9cc305ec
TS
11312009-08-05 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
1132
1133 * elf32-spu.h (spu_elf_params): Add member emit_fixups.
1134 (spu_elf_size_sections): Declare prototype.
1135 * elf32-spu.c (spu_link_hash_table): Add member sfixup.
1136 (FIXUP_RECORD_SIZE, FIXUP_GET, FIXUP_PUT): New macros.
1137 (spu_elf_emit_fixup): New function.
1138 (spu_elf_relocate_section): Emit fixup for each SPU_ADDR32.
1139 (spu_elf_size_sections): New function.
1140
eb7c4339
NS
11412009-08-05 Nathan Sidwell <nathan@codesourcery.com>
1142
1143 * elf32-arm.c (elf32_arm_stub_type): Add arm_stub_a8_veneer_lwm.
1144 (arm_build_one_stub): Build a8 veneers as a separate pass.
1145 (cortex_a8_erratum_scan): Add prev_num_a8_fixes and stub_changed_p
1146 parameters. Use them to check if we create a different a8 fixup
1147 than the previous pass.
1148 (elf32_arm_size_stubs): Move scope of stub_changed and
1149 prev_num_a8_fixes into main loop.
1150 (elf32_arm_build_stubs): Build a8 veneers in a second pass.
1151
a9585d22
AM
11522009-08-04 Alan Modra <amodra@bigpond.net.au>
1153
1154 * elf32-ppc.c (ppc_elf_relax_section): Correct conditions under
1155 which find_plt_ent is called. Delete redundant code.
1156
45b222d6
L
11572009-08-03 H.J. Lu <hongjiu.lu@intel.com>
1158
1159 PR binutils/10363
1160 * elf.c (bfd_elf_string_from_elf_section): Return NULL on
1161 invalid string offset.
1162
004fb780
L
11632009-08-03 H.J. Lu <hongjiu.lu@intel.com>
1164
1165 PR ld/10433
1166 * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Set got
1167 to htab->init_got_offset and plt to htab->init_plt_offset
1168 when discarding space for dynamic relocations.
1169
a877a2b6
AM
11702009-08-03 Alan Modra <amodra@bigpond.net.au>
1171
1172 * elf32-ppc.c (struct plt_entry): Revise comments.
1173 (ppc_elf_check_relocs): Don't create needless plt_entry info
1174 for non-pie executables. Don't test info->pie when info->shared
1175 already covers that case.
1176 (ppc_elf_gc_sweep_hook): Adjust for above change.
1177 (add_stub_sym): Don't test info->pie when info->shared tested.
1178 (allocate_dynrelocs, ppc_elf_size_dynamic_sections): Likewise.
1179 (write_glink_stub, ppc_elf_finish_dynamic_symbol): Likewise.
1180 (ppc_elf_relax_section): Adjust find_plt_ent arguments.
1181 (ppc_elf_relocate_section): Likewise.
1182
de972ffa
AM
11832009-08-03 Alan Modra <amodra@bigpond.net.au>
1184
1185 * elf32-ppc.c (ppc_elf_check_relocs): Always add a plt ref count
1186 for local ifunc symbols in non-pie executables, regardless of
1187 reloc type. Don't specially create ifunc dyn relocs. Tidy ifunc
1188 code so that it's obvious that we only do anything special for
1189 local ifunc syms.
1190 (ppc_elf_gc_sweep_hook): Adjust to suit check_relocs changes.
1191 (allocate_dynrelocs): Correct comment for syms defined in plt.
1192 Don't specially allocate ifunc dyn relocs.
1193 (ppc_elf_relax_section): Relax branches to ifunc plt entries too.
1194 (ppc_elf_relocate_section): Set "relocation" value for ifunc
1195 syms in non-pie executables. No specially allocated dyn relocs
1196 for ifunc to write. Allow for local sym on R_PPC_RELAX32_PLT.
1197 (ppc_elf_finish_dynamic_symbol): Set value of ifunc symbols in
1198 a non-pie executable.
1199
1d85728f
L
12002009-08-02 H.J. Lu <hongjiu.lu@intel.com>
1201 Jakub Jelinek <jakub@redhat.com>
1202
1203 PR ld/6443
1204 * elf32-i386.c (elf_i386_tls_transition): Check executable
1205 instead of shared for TLS when building PIE.
1206 (elf_i386_check_relocs): Likewise.
1207 (elf_i386_allocate_dynrelocs): Likewise.
1208 (elf_i386_relocate_section): Likewise.
1209
1210 * elf64-x86-64.c (elf64_x86_64_tls_transition): Check executable
1211 instead of shared for TLS when building PIE.
1212 (elf64_x86_64_check_relocs): Likewise.
1213 (elf64_x86_64_allocate_dynrelocs): Likewise.
1214 (elf64_x86_64_relocate_section): Likewise.
1215
5d8d4872
AG
12162009-07-31 Anthony Green <green@moxielogic.com>
1217
1218 * config.bfd (targ_cpu): Add moxie-uclinux support.
1219
080a1b9f
HPN
12202009-07-31 Hans-Peter Nilsson <hp@bitrange.com>
1221
1222 * linker.c (fix_syms): Consider SEC_LOAD when choosing section.
1223
25f23106
AM
12242009-07-30 Alan Modra <amodra@bigpond.net.au>
1225
1226 * elf32-ppc.c (ppc_elf_check_relocs): Always set up sections
1227 used by indirect function support. Count dynamic relocs for
1228 ifunc syms.
1229 (ppc_elf_adjust_dynamic_symbol): Tweak for ifunc.
1230 (allocate_dynrelocs): Allocate all non-dynamic ifunc plt entries
1231 in iplt and their relocs in reliplt. Don't make ifunc syms
1232 dynamic. Allocate got entry relocs for non-dynamic ifunc in
1233 reliplt. Handle other dynamic relocs for ifunc.
1234 (ppc_elf_size_dynamic_sections): Alloc dyn relocs for static
1235 ifunc in reliplt, likewise relocs for got against local ifunc.
1236 Typo fix on reliplt size adjust.
1237 (ppc_elf_relocate_section): Don't use plt scheme of allocating
1238 relocs 1-1 with entries for iplt, instead just add using
1239 reloc_count. Write got relocs and dyn relocs for ifunc to reliplt.
1240 Error on invalid ifunc dyn relocs.
1241 (ppc_elf_finish_dynamic_symbol): Adjust for non-dynamic ifunc plt
1242 in iplt/reliplt.
1243 * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_JMP_IREL,
1244 R_PPC64_REL16, R_PPC64_REL16_LO, R_PPC64_REL16_HI, R_PPC64_REL16_HA.
1245 (ppc64_elf_reloc_type_lookup): Handle new relocs.
1246 (ppc64_elf_check_relocs): Likewise. Count dyn relocs for ifunc.
1247 (allocate_dynrelocs): As for elf32-ppc.c above.
1248 (ppc64_elf_size_dynamic_sections): Likewise.
1249 (ppc_build_one_stub): Put non-dynamic ifunc plt call stubs in iplt,
1250 and their relocs in reliplt. Use R_PPC64_JMP_IREL.
1251 (ppc_size_one_stub): Similarly.
1252 (ppc64_elf_relocate_section): As for elf32-ppc.c above. Handle new
1253 relocs too.
1254 (ppc64_elf_finish_dynamic_symbol): As for elf32-ppc.c above.
1255
80f540b7
HPN
12562009-07-29 Hans-Peter Nilsson <hp@bitrange.com>
1257
1258 * elf64-mmix.c (mmix_elf_relax_section): Revert 2009-05-27
1259 change. Add note to head comment.
1260
4ad4f3cb
JB
12612009-07-28 Jan Beulich <jbeulich@novell.com>
1262
1263 * archive.c (get_extended_arelt_filename): Remove redundant
1264 range check on index.
1265
d8d2f433
DK
12662009-07-27 Doug Kwan <dougkwan@google.com>
1267
1268 * elf32-arm.c (stub_hash_newfunc): Initialize field output_name.
1269
9e675548
L
12702009-07-27 H.J. Lu <hongjiu.lu@intel.com>
1271
1272 * archures.c bfd_*_arch): Sorted.
1273 (bfd_archures_list): Likewise.
1274
86514226
SR
12752009-07-27 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1276
9e675548 1277 * elf32-cr16.c (elf_cr16_final_link_relocate): Add code to handle
86514226
SR
1278 to R_cr16_NUM32 relocation.
1279
305f7588
MS
12802009-07-26 Michael Eager <eager@eagercon.com>
1281
1282 * archures.c: Add bfd_mach_ppc_405
1283 * bfd-in2.h: Same.
1284
b1995b01
L
12852009-07-25 H.J. Lu <hongjiu.lu@intel.com>
1286
1287 * cpu-i386.c (bfd_x86_64_arch): Fix comment typos.
1288 * cpu-l1om.c (bfd_l1om_arch): Likewise.
1289
8a9036a4
L
12902009-07-25 H.J. Lu <hongjiu.lu@intel.com>
1291
1292 * archures.c (bfd_architecture): Add bfd_arch_l1om.
1293 (bfd_l1om_arch): New.
1294 (bfd_archures_list): Add &bfd_l1om_arch.
1295 * bfd-in2.h: Regenerated.
1296
1297 * config.bfd (targ64_selvecs): Add bfd_elf64_l1om_vec if
1298 bfd_elf64_x86_64_vec is supported. Add bfd_elf64_l1om_freebsd_vec
1299 if bfd_elf64_x86_64_freebsd_vec is supported.
1300 (targ_selvecs): Likewise.
1301
1302 * configure.in: Support bfd_elf64_l1om_vec and
1303 bfd_elf64_l1om_freebsd_vec.
1304 * configure: Regenerated.
1305
1306 * cpu-l1om.c: New.
1307
1308 * elf64-x86-64.c (elf64_l1om_elf_object_p): New.
1309 (bfd_elf64_l1om_vec): Likewise.
1310 (bfd_elf64_l1om_freebsd_vec): Likewise.
1311
1312 * Makefile.am (ALL_MACHINES): Add cpu-l1om.lo.
1313 (ALL_MACHINES_CFILES): Add cpu-l1om.c.
1314 * Makefile.in: Regenerated.
1315
1316 * targets.c (bfd_elf64_l1om_vec): New.
1317 (bfd_elf64_l1om_freebsd_vec): Likewise.
1318 (_bfd_target_vector): Add bfd_elf64_l1om_vec and
1319 bfd_elf64_l1om_freebsd_vec.
1320
8fdcc58d
TS
13212009-07-24 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
1322 Alan Modra <amodra@bigpond.net.au>
1323
1324 * reloc.c (BFD_RELOC_SPU_ADD_PIC): Define.
1325 * bfd-in2.h: Regenerate.
1326 * libbfd.h: Regenerate.
1327 * elf32-spu.c (elf_howto_table): Add entries SPU_ADD_PIC.
1328 (spu_elf_bfd_to_reloc_type): Handle SPU_ADD_PIC.
1329 (spu_elf_relocate_section): Patch instructions marked by SPU_ADD_PIC.
1330
9b769489
L
13312009-07-23 H.J. Lu <hongjiu.lu@intel.com>
1332
1333 PR ld/10434
1334 * elf64-x86-64.c (elf64_x86_64_check_relocs): Check executable
1335 instead of shared for R_X86_64_TPOFF32.
1336 (elf64_x86_64_relocate_section): Likewise.
1337
3e7a7d11
NC
13382009-07-23 Ulrich Drepper <drepper@redhat.com>
1339
1340 * elf-bfd.h (struct elf_link_hash_entry): Add unique_global field.
1341 * elf.c (swap_out_syms): Set binding to STB_GNU_UNIQUE for symbols
1342 with the BSF_GNU_UNIQUE flag bit set.
1343 * elfcode.h (elf_slurp_symbol_table): Set the BSF_GNU_UNIQUE flag
1344 for symbols with STB_GNU_UNIQUE binding.
1345 * elflink.c (_bfd_elf_merge_symbol): Set unique_global for symbols
1346 with the STB_GNU_UNIQUE binding.
1347 (elf_link_add_object_symbols): Set the BSF_GNU_UNIQUE flag for
1348 symbols with STB_GNU_UNIQUE binding. Set STB_GNU_UNIQUE for
1349 symbols with the unique_global field set.
1350 (elf_link_output_extsym): Set unique_global field for symbols with
1351 the STB_GNU_UNIQUE binding.
1352 * syms.c (struct bfd_symbol): Define BSF_GNU_UNIQUE flag bit.
1353 (bfd_print_symbol_vandf): Print a 'u' character for BSF_GNU_UNIQUE
1354 symbols.
1355 (bfd_decode_symclass): Return a 'u' character for BSF_GNU_UNIQUE
1356 symbols.
1357 * bfd-in2.h: Regenerate.
1358
5f35ea9c
L
13592009-07-22 H.J. Lu <hongjiu.lu@intel.com>
1360
107601c8 1361 * elflink.c (elf_link_output_extsym): Revert the last change.
5f35ea9c 1362
b63cc625
L
13632009-07-22 H.J. Lu <hongjiu.lu@intel.com>
1364
107601c8
AM
1365 PR ld/10433
1366 * elflink.c (elf_link_output_extsym): Special case ifunc syms
1367 when ref_regular, not def_regular.
b63cc625 1368
2955ec4c
L
13692009-07-21 H.J. Lu <hongjiu.lu@intel.com>
1370
107601c8
AM
1371 PR ld/10426
1372 * elflink.c (elf_link_add_object_symbols): Turn an IFUNC symbol
1373 from a DSO into a normal FUNC symbol.
1374 (elf_link_output_extsym): Turn an undefined IFUNC symbol into
1375 a normal FUNC symbol.
2955ec4c 1376
6d30f5b2
NC
13772009-07-17 Chao-ying Fu <fu@mips.com>
1378
1379 * elfxx-mips.c (LOAD_INTERLOCKS_P): New define.
1380 (_bfd_mips_elf_size_dynamic_sections): For CPUs without load
1381 interlocking, the last PLT entry needs a nop in the branch delay slot.
1382 (_bfd_mips_elf_finish_dynamic_symbol): For CPUs with load itnerlocking,
1383 output the last two PLT entries in reverse order.
1384
1f85278f
L
13852009-07-16 H.J. Lu <hongjiu.lu@intel.com>
1386
1387 * elf32-i386.c (elf_i386_relocate_section): Don't get local
1388 STT_GNU_IFUNC symbol for relocatable link.
1389 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1390
f07749bb
L
13912009-07-10 H.J. Lu <hongjiu.lu@intel.com>
1392
1393 * bfdio.c (bfd_iovec): Add comments for bmmap.
1394 * bfd-in2.h: Regenerated.
1395
8455dd2c
L
13962009-07-10 H.J. Lu <hongjiu.lu@intel.com>
1397
1398 * Makefile.am: Run "make dep-am".
1399 * Makefile.in: Regenerated.
1400
cedfb179
DK
14012009-07-10 Doug Kwan <dougkwan@google.com>
1402
1403 * elf32-arm.c (stub_hash_newfunc): Initialize fields
1404 target_addend and orig_insn.
1405
fa8f86ff
TT
14062009-07-10 Tom Tromey <tromey@redhat.com>
1407
1408 * Makefile.am (dwarf2.lo): Use dwarf2.h, not elf/dwarf2.h.
1409 (elf-eh-frame.lo): Likewise.
1410 (elf32-bfin.lo): Likewise.
1411 (elf32-frv.lo): Likewise.
1412 (elf32-xc16x.lo): Likewise.
1413 * Makefile.in: Rebuild.
1414 * dwarf2.c: Included dwarf.h, not elf/dwarf2.h.
1415 * elf-eh-frame.c: Likewise.
1416 * elf32-bfin.c: Likewise.
1417 * elf32-frv.c: Likewise.
1418 * elf32-xc16x.c: Likewise.
1419
33c6a8fc
JB
14202009-07-10 Julian Brown <julian@codesourcery.com>
1421
1422 * elf32-arm.c (arm_build_one_stub): Use the hash entry of the
1423 symbol a stub entry is derived from, not the entry for the stub
1424 itself, in call to elf32_arm_final_link_relocate.
1425
1d770845
L
14262009-07-10 H.J. Lu <hongjiu.lu@intel.com>
1427
1428 * elf.c (_bfd_elf_get_synthetic_symtab): Remove leading zeros
1429 when reporting addends.
1430
52cfded7
AM
14312009-07-10 Alan Modra <amodra@bigpond.net.au>
1432
1433 * elf32-spu.c (spu_elf_size_stubs): Do set up soft-icache manager
1434 data even when no stubs.
1435 (spu_elf_place_overlay_data, spu_elf_build_stubs): Adjust.
1436
e054468f
AM
14372009-07-10 Alan Modra <amodra@bigpond.net.au>
1438
1439 * elf32-ppc.c (ppc_elf_howto_raw): Add R_PPC_IRELATIVE.
1440 (ppc_elf_get_synthetic_symtab): Report addend.
1441 (PLT_IFUNC): Define.
1442 (struct ppc_elf_link_hash_table): Add iplt and reliplt.
1443 (ppc_elf_create_glink): New function.
1444 (ppc_elf_create_dynamic_sections): Use it.
1445 (ppc_elf_add_symbol_hook): Set has_ifunc_symbols.
1446 (update_local_sym_info): Allocate space for local_plt array.
1447 Don't bump local_got_refcounts for PLT_IFUNC. Return local_plt
1448 entry pointer.
1449 (is_branch_reloc): New function.
1450 (ppc_elf_check_relocs): Handle STT_GNU_IFUNC symbols.
1451 (ppc_elf_gc_sweep_hook): Likewise.
1452 (ppc_elf_adjust_dynamic_symbol): Likewise.
1453 (allocate_dynrelocs): Likewise.
1454 (ppc_elf_size_dynamic_sections): Likewise.
1455 (ppc_elf_relocate_section): Likewise.
1456 (branch_reloc_hash_match): Use is_branch_reloc.
1457 (ppc_elf_tls_optimize): Adjust for local_plt.
1458 (write_glink_stub): New function, extracted from..
1459 (ppc_elf_finish_dynamic_symbol): ..here. Handle STT_GNU_IFUNC.
1460 (ppc_elf_finish_dynamic_sections): Only write plt resolver and
1461 branch table when dynamic.
1462 (elf_backend_post_process_headers): Define.
1463 * elf64-ppc.c (elf_backend_post_process_headers): Define.
1464 (ppc64_elf_howto_raw): Add R_PPC64_IRELATIVE.
1465 (ppc64_elf_get_synthetic_symtab): Report addend.
1466 (struct ppc_stub_hash_entry): Add plt_ent.
1467 (PLT_IFUNC): Define.
1468 (struct ppc_link_hash_table): Add iplt and reliplt.
1469 (create_linkage_sections): Make .iplt and .rela.iplt sections.
1470 (ppc64_elf_add_symbol_hook): Set has_ifunc_symbols.
1471 (update_local_sym_info): Allocate space for local_plt array.
1472 Don't bump local_got_ents for PLT_IFUNC. Return local_plt
1473 entry pointer.
1474 (update_plt_info): Pass pointer to plt_entry rather than sym hash,
1475 and don't change hash flags here.
1476 (is_branch_reloc): New function.
1477 (ppc64_elf_check_relocs): Handle STT_GNU_IFUNC.
1478 (ppc64_elf_gc_sweep_hook): Likewise.
1479 (ppc64_elf_adjust_dynamic_symbol): Likewise.
1480 (allocate_dynrelocs): Likewise.
1481 (ppc64_elf_size_dynamic_sections): Likewise.
1482 (ppc_build_one_stub, ppc_size_one_stub): Likewise.
1483 (ppc64_elf_size_stubs): Likewise.
1484 (ppc64_elf_relocate_section): Likewise.
1485 (get_sym_h): Adjust for local_plt.
1486 (branch_reloc_hash_match): Use is_branch_reloc.
1487 (ppc_type_of_stub): Pass plt_entry pointer and handle ifunc.
1488 (ppc64_elf_toc): Ignore SEC_EXCLUDE sections.
1489
041de40d
AM
14902009-07-10 Alan Modra <amodra@bigpond.net.au>
1491
1492 * elf.c (_bfd_elf_get_synthetic_symtab): Report addends.
1493
7ae26bc1
AM
14942009-07-10 Alan Modra <amodra@bigpond.net.au>
1495
1496 * elf-bfd.h (struct elf_link_hash_entry): Clarify ref_regular
1497 and ref_regular_nonweak comment.
1498 * elflink.c (elf_link_output_extsym): Special case ifunc syms
1499 when def_regular, not ref_regular.
1500 (elf_link_add_object_symbols): Don't set needs_plt on ifunc syms,..
1501 * elf32-i386.c (elf_i386_check_relocs): ..set it here instead..
1502 * elf64-x86-64.c (elf64_x86_64_check_relocs): ..and here.
1503
9c4d0c1f
AM
15042009-07-09 Alan Modra <amodra@bigpond.net.au>
1505
1506 * elf32-spu.c (mark_functions_via_relocs): Init broken_cycle field
1507 of malloc'd struct call_info.
1508 (pasted_function): Likewise, priority too.
1509
2fc6d3b0
AM
15102009-07-07 Alan Modra <amodra@bigpond.net.au>
1511
1512 * elf32-spu.c (spu_elf_auto_overlay): Take into account section
1513 alignment when packing sections into overlays.
1514
9e1f7c0e
DK
15152009-07-03 Cary Coutant <ccoutant@google.com>
1516
1517 * dwarf2.c (decode_line_info): Ignore DW_LNE_set_discriminator.
1518
4a768870
DK
15192009-07-03 Dave Korn <dave.korn.cygwin@gmail.com>
1520
1521 * coffcode.h (sec_to_styp_flags): Partially revert (functional
1522 changes only) earlier patch:-
1523
107601c8 15242009-06-25 Kai Tietz <kai.tietz@onevision.com>
4a768870 1525
107601c8
AM
1526 * coffcode.h (sec_to_styp_flags): Set discardable for .reloc and
1527 give .debug and .reloc data characteristics.
1528 (DOT_RELOC): New define for .reloc section string.
1529 (coff_write_object_contents): Use DOT_RELOC instead of string.
4a768870 1530
848f5748
TT
15312009-07-02 Tom Tromey <tromey@redhat.com>
1532
1533 * aoutx.h (aout_get_external_symbols): Declare 'amt' locally.
1534 * bfdwin.c (bfd_free_window): Cast to unsigned long.
1535
dda46a27
L
15362009-07-01 Nick Clifton <nickc@redhat.com>
1537
1538 * elf-m10300.c: Remove trailing white space.
1539 * reloc.c: Likewise.
1540
efde2f2c
NC
15412009-07-01 Douglas B Rupp <rupp@gnat.com>
1542
dda46a27 1543 * bfd.m4 (BFD_HAVE_TIME_TYPE_MEMBER,
efde2f2c 1544 BFD_HAVE_SYS_STAT_TYPE_MEMBER): New config functions.
dda46a27
L
1545 * configure.in: Use them.
1546 * configure: Regenerate.
b11d79f2 1547 * config.in: Regenerate.
dda46a27 1548 * vmsutil.c: Include sysdep.h, remove ansidecl.h.
efde2f2c
NC
1549 #define _BSD_SOURCE. Add comments.
1550 (vms_file_stats_name): Calculate creation date based on available
1551 runtime data. Return 1 for version instead of 0.
1552
e1ec24c6
NC
15532009-07-01 Nick Clifton <nickc@redhat.com>
1554
1555 PR 10072
1556 * elf32-arm.c (elf32_arm_final_link_relocate): Add code to handle
1557 to R_ARM_THM_PC8 relocation.
1558
2709f570
NC
15592009-06-29 Nick Clifton <nickc@redhat.com>
1560
1561 * elf-m10300.c (mn10300_elf_relax_section): Allow for the
1562 different uses of the relocations addend when a symbol is in a
1563 merged section.
1564
83b89087
L
15652009-06-27 H.J. Lu <hongjiu.lu@intel.com>
1566
1567 PR ld/10337
1568 * elf.c (bfd_section_from_shdr): Don't change sh_link for
1569 SHT_REL/SHT_RELA sections on executable nor shared library.
1570 Treat SHT_REL/SHT_RELA sections with sh_link set to SHN_UNDEF
1571 as a normal section.
1572
be7035c6
NC
15732009-06-25 Nick Clifton <nickc@redhat.com>
1574
1575 * elf-m10300.c (mn10300_elf_relax_section): Handle non-section
1576 symbols with SEC_MERGE flag.
1577
bdeb4032
KT
15782009-06-25 Kai Tietz <kai.tietz@onevision.com>
1579
1580 * coffcode.h (sec_to_styp_flags): Set discardable for .reloc and
1581 give .debug and .reloc data characteristics.
1582 (DOT_RELOC): New define for .reloc section string.
1583 (coff_write_object_contents): Use DOT_RELOC instead of string.
1584
b32e07d7
TG
15852009-06-25 Tristan Gingold <gingold@adacore.com>
1586
1587 * mach-o-target.c (bfd_mach_o_get_dynamic_symtab_upper_bound)
1588 (bfd_mach_o_canonicalize_dynamic_symtab)
1589 (bfd_mach_o_get_synthetic_symtab): Defines.
1590 (TARGET_NAME_BACKEND): Add bfd_mach_o_print_thread entry.
1591 (TARGET_NAME): Use Mach-O specific functions for dynamic.
1592
1593 * mach-o-i386.c (bfd_mach_o_i386_swap_reloc_in): Fix howto indexes
1594 for scattered relocations.
1595 (bfd_mach_o_i386_print_thread): New function.
1596 (bfd_mach_o_print_thread): Define.
1597
1598 * mach-o.c (text_section_names_xlat): Add an entry for __const.
7ee314fa 1599 (bfd_mach_o_canonicalize_one_reloc, bfd_mach_o_canonicalize_relocs):
b32e07d7
TG
1600 New functions extracted from ...
1601 (bfd_mach_o_canonicalize_reloc): ... This. Simplified.
1602 (bfd_mach_o_get_dynamic_reloc_upper_bound): New function.
1603 (bfd_mach_o_canonicalize_dynamic_reloc): New function.
1604 (bfd_mach_o_i386_flavour_string): Adjusted after enum renaming.
1605 (bfd_mach_o_ppc_flavour_string): Reindentation. Add 64 bits cases.
1606 (bfd_mach_o_scan_read_dylinker): Do not create a section anymore.
1607 Set name_str field.
1608 (bfd_mach_o_scan_read_dylib): Ditto.
1609 (bfd_mach_o_scan_read_thread): Set mdata at declaration. Add comments,
1610 reindent.
1611 (bfd_mach_o_scan_read_dysymtab): Set mdata at declaration. Correctly
1612 decode isym and flags on little endian targets. Set dysymtab field.
1613 (bfd_mach_o_scan_start_address): Adjust for enum names.
1614 (bfd_mach_o_lookup_section): Do not look for segments anymore.
1615 (bfd_mach_o_print_section): Display bfd section name.
1616 (bfd_mach_o_print_segment): Display none if no name.
1617 (bfd_mach_o_print_dysymtab): Display next index for local, external
1618 and undefined symbols.
1619 (bfd_mach_o_bfd_print_private_bfd_data): Adjust code by using name_str.
1620 Display dylinker name. Display thread and unixthread commands content.
1621 (bfd_mach_o_print_thread): New macro.
1622
1623 * mach-o.h (bfd_mach_o_mach_header_magic): Align numbers.
1624 (bfd_mach_o_ppc_thread_flavour): Ditto.
1625 (bfd_mach_o_i386_thread_flavour): Ditto.
1626 (BFD_MACH_O_PPC_THREAD_STATE_NONE): New enum.
1627 (BFD_MACH_O_x86_THREAD_STATE_NONE): Replaces
1628 BFD_MACH_O_THREAD_STATE_NONE.
1629 (bfd_mach_o_segment_command): Remove segment field.
1630 (bfd_mach_o_thread_flavour): Field offset is now unsigned long.
1631 (bfd_mach_o_dylinker_command): Remove section field, add name_str.
1632 (bfd_mach_o_prebound_dylib_command): Ditto.
1633 (bfd_mach_o_dylib_command): Ditto.
1634 (bfd_mach_o_prebound_dylib_command): Remove section field.
1635 (mach_o_data_struct): Add dysymtab field.
1636 (bfd_mach_o_backend_data): Add _bfd_mach_o_print_thread field.
1637 (bfd_mach_o_get_reloc_upper_bound, bfd_mach_o_canonicalize_reloc)
1638 (bfd_mach_o_build_commands): Remove parameter names and attributes.
1639 (bfd_mach_o_get_dynamic_reloc_upper_bound)
1640 (bfd_mach_o_canonicalize_dynamic_reloc): New prototypes.
1641
c41ba836
DK
16422009-06-25 Rafael Avila de Espindola <espindola@google.com>
1643
1644 * plugin.c (load_plugin): Use stat and S_ISREG instead of the d_type
1645 field of struct dirent.
1646
3188b070
TG
16472009-06-23 Tristan Gingold <gingold@adacore.com>
1648
1649 * vms.c (vms_get_synthetic_symtab): Remove duplicate definition
1650 of this macro. Fix indentation.
1651
022f8312
CL
16522009-06-22 Christophe Lyon <christophe.lyon@st.com>
1653
1654 * elf32-arm.c (elf32_arm_size_stubs): Use PLT address as
1655 destination for defined dynamic symbols when deciding whether to
1656 insert a stub or not.
1657 (allocate_dynrelocs): Make sure functions are not marked as Thumb
1658 when actually accessed through a PLT, even when generating a
1659 shared lib.
1660
d297e807
TG
16612009-06-22 Tristan Gingold <gingold@adacore.com>
1662
1663 * mach-o.c (bfd_mach_o_canonicalize_reloc): Append a sentinel to
1664 the relocs array.
1665
ceaf50a2
AM
16662009-06-22 Alan Modra <amodra@bigpond.net.au>
1667
1668 * elf32-ppc.c (ppc_elf_check_relocs): Handle R_PPC_RELAX* in switch.
1669 * elf32-v850.c (v850_elf_relocate_section): Warning fix.
1670
983bddc8
AM
16712009-06-22 Alan Modra <amodra@bigpond.net.au>
1672
1673 * elf64-ppc.c (ppc64_elf_edit_opd): Avoid gcc warning.
1674
f8703194
L
16752009-06-19 H.J. Lu <hongjiu.lu@intel.com>
1676
1677 * elflink.c (elf_link_add_object_symbols): Avoid warning
1678 from -Wjump-misses-init in gcc 4.5.0.
1679
09a24cbf
L
16802009-06-19 H.J. Lu <hongjiu.lu@intel.com>
1681
1682 * elf32-i386.c (elf_i386_check_relocs): Properly check local
1683 symbol on error.
1684 * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
1685
4c544807
L
16862009-06-19 H.J. Lu <hongjiu.lu@intel.com>
1687
1688 * elf32-i386.c (elf_i386_tls_transition): Add a parameter,
1689 r_symndx. Report local symbol name on error.
1690 (elf_i386_check_relocs): Updated. Report local symbol name on
1691 error.
1692 (elf_i386_gc_sweep_hook): Updated.
1693 (elf_i386_relocate_section): Likewise.
1694
1695 * elf64-x86-64.c (elf64_x86_64_tls_transition): Add a parameter,
1696 r_symndx. Report local symbol name on error.
1697 (elf64_x86_64_check_relocs): Updated. Report local symbol name
1698 on error.
1699 (elf64_x86_64_gc_sweep_hook): Updated.
1700 (elf64_x86_64_relocate_section): Likewise.
1701
b8674692
TG
17022009-06-19 Tristan Gingold <gingold@adacore.com>
1703
1704 * mach-o.c (bfd_mach_o_print_private_header): Fix format character.
1705
046b007d
TG
17062009-06-19 Tristan Gingold <gingold@adacore.com>
1707
1708 * mach-o.c (bfd_mach_o_scan_read_symtab_symbols): Add prototype.
1709 (bfd_mach_o_version): Use bfd_mach_o_get_data instead of direct access.
1710 (bfd_mach_o_valid): Ditto.
1711 (bfd_mach_o_wide_p): Ditto.
1712 (bfd_mach_o_canonicalize_reloc): Ditto.
1713 (bfd_mach_o_build_commands): Ditto.
1714 (bfd_mach_o_scan_read_thread): Ditto.
1715 (bfd_mach_o_flatten_sections): Ditto.
1716 (bfd_mach_o_scan_start_address): Ditto.
1717 (bfd_mach_o_lookup_section): Ditto.
1718 (bfd_mach_o_core_fetch_environment): Ditto.
1719 (bfd_mach_o_write_contents): Ditto. Handle reexport_dylib.
1720 (bfd_mach_o_scan_write_relocs): Adjust for bfd_mach_o_get_data.
1721 (bfd_mach_o_scan_write_symtab): Ditto.
1722 Use macros instead of hard-coded values.
1723 (bfd_mach_o_scan_read_symtab_symbol): Make the function static.
1724 Use bfd_mach_o_get_data instead of direct access. Use macros
1725 instead of hard-coded values.
1726 (bfd_mach_o_scan_read_symtab_strtab): Make the function static.
1727 Remove sym argument and get section from mdata.
1728 Move code into the else branch.
1729 (bfd_mach_o_scan_read_symtab_symbols): Make the function static.
1730 Remove sym argument and get section from mdata. Adjust code.
1731 (bfd_mach_o_scan_read_dylib): Move assertion into the created
1732 switch (which replaces consecutive if statements).
1733 (bfd_mach_o_scan_read_dysymtab): Rename seg to cmd. Load
1734 module table, table of content, indirect symbols and external
1735 referenced symbols.
1736 (bfd_mach_o_scan_read_symtab): Renames seg to symtab. Set symtab
1737 field.
1738 (bfd_mach_o_scan_read_linkedit): New function.
1739 (bfd_mach_o_scan_read_str): Ditto.
1740 (bfd_mach_o_count_symbols): Simplify the code by using the symtab
1741 field of mdata.
1742 (bfd_mach_o_get_symtab_upper_bound): Remove check as
1743 bfd_mach_o_count_symbols never returns an error.
1744 (bfd_mach_o_canonicalize_symtab): Simplify the code by using the
1745 symtab field (there might be only one symtab).
1746 (bfd_mach_o_scan_read_command): Handle reexported dylib.
1747 Handle sub frameworks, sub umbrella, sub library and sub client.
1748 Read code signature and segment split info commands.
1749 (bfd_mach_o_scan): Reindent.
1750 (bfd_mach_o_xlat_name): New type.
1751 (bfd_mach_o_print_flags): New function.
1752 (bfd_mach_o_get_name): Ditto.
1753 (bfd_mach_o_cpu_name): New variable.
1754 (bfd_mach_o_filetype_name, bfd_mach_o_header_flags_name)
1755 (bfd_mach_o_section_type_name)
1756 (bfd_mach_o_section_attribute_name)
1757 (bfd_mach_o_load_command_name): New variables.
1758 (bfd_mach_o_print_private_header): New function.
1759 (bfd_mach_o_print_section_map): New function extracted from
1760 bfd_mach_o_print_private_bfd_data.
1761 (bfd_mach_o_print_section): Ditto. Print more infos.
1762 (bfd_mach_o_print_segment): Ditto.
1763 (bfd_mach_o_print_dysymtab): Ditto.
1764 (bfd_mach_o_bfd_print_private_bfd_data): Reworked. Handle
1765 load weak dylib, reexport dylib and id dylib.
1766 Handle code signature and segment_split info.
1767 Handle sub frameworks, sub umbrella, sub library and sub client.
1768 (bfd_mach_o_section_get_nbr_indirect): New function.
1769
1770 * mach-o.h (BFD_MACH_O_REFERENCE_MASK): New macro. Add comment.
1771 (bfd_mach_o_header_flags): New enum to define header flags.
1772 (bfd_mach_o_section_attribute): New enum to replace ...
1773 (BFD_MACH_O_S_ATTR_LOC_RELOC, BFD_MACH_O_S_ATTR_EXT_RELOC,
1774 BFD_MACH_O_S_ATTR_SOME_INSTRUCTIONS, BFD_MACH_O_S_ATTR_DEBUG,
1775 BFD_MACH_O_S_SELF_MODIFYING_CODE, BFD_MACH_O_S_ATTR_LIVE_SUPPORT,
1776 BFD_MACH_O_S_ATTR_NO_DEAD_STRIP, BFD_MACH_O_S_ATTR_STRIP_STATIC_SYMS,
1777 BFD_MACH_O_S_ATTR_NO_TOC, BFD_MACH_O_S_ATTR_PURE_INSTRUCTIONS): ...
1778 these removed macros.
1779 (BFD_MACH_O_NLIST_SIZE, BFD_MACH_O_NLIST_64_SIZE): New macros.
1780 (bfd_mach_o_dylib_module): New type.
1781 (BFD_MACH_O_DYLIB_MODULE_SIZE, BFD_MACH_O_DYLIB_MODULE_64_SIZE): New
1782 macros.
1783 (bfd_mach_o_dylib_table_of_content): New type.
1784 (BFD_MACH_O_TABLE_OF_CONTENT_SIZE): New macro.
1785 (bfd_mach_o_dylib_reference): New type.
1786 (BFD_MACH_O_REFERENCE_SIZE): New macro.
1787 (bfd_mach_o_dysymtab_command): Add fields for loaded and decoded
1788 modules, toc, references and indirect syms.
1789 (BFD_MACH_O_INDIRECT_SYMBOL_SIZE): New macro.
1790 (bfd_mach_o_dylinker_command): Remove cmd and cmdsize fields (were
1791 unused). Add comment.
1792 (bfd_mach_o_dylib_command): Ditto.
1793 (bfd_mach_o_prebound_dylib_command): Ditto.
1794 (bfd_mach_o_linkedit_command): New type.
1795 (bfd_mach_o_str_command): New type.
1796 (bfd_mach_o_load_command): Add linkedit and str fields.
1797 (mach_o_data_struct): Add symtab field.
1798 (bfd_get_mach_o_data): Renamed to ...
1799 (bfd_mach_o_get_data): ... this new macro.
1800 (bfd_mach_o_scan_read_symtab_symbol,
1801 bfd_mach_o_scan_read_symtab_strtab,
1802 bfd_mach_o_scan_read_symtab_symbols): Prototypes removed.
1803
1804 * mach-o-i386.c (bfd_mach_o_i386_mkobject): Use bfd_mach_o_get_data
1805 instead of direct access.
1806
6d78d0b9
AM
18072009-06-19 Alan Modra <amodra@bigpond.net.au>
1808
1809 * elf32-ppc.c (ppc_elf_check_relocs): Allow local symbols for
1810 R_PPC_PLTREL24 relocs.
1811 (ppc_elf_relocate_section): Likewise.
1812
3ec01793
AM
18132009-06-19 Alan Modra <amodra@bigpond.net.au>
1814
1815 * elf32-ppc.c (find_plt_ent): Pass pointer to plist rather than
1816 pointer to sym hash. Update all uses.
1817 (update_plt_info): Likewise. Don't check addend here.
1818
c2e61a4e
L
18192009-06-18 H.J. Lu <hongjiu.lu@intel.com>
1820
1821 * elf32-i386.c (elf_i386_check_relocs): Remove isymbuf and use
1822 bfd_sym_from_r_symndx.
1823 * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
1824
87d72d41
AM
18252009-06-18 Alan Modra <amodra@bigpond.net.au>
1826
1827 * elf-bfd.h (struct sym_sec_cache): Delete.
1828 (struct sym_cache): New.
1829 (bfd_section_from_r_symndx): Delete prototype.
1830 (bfd_sym_from_r_symndx): Define prototype.
1831 * elf.c (bfd_section_from_r_symndx): Delete, replace with..
1832 (bfd_sym_from_r_symndx): ..new function.
1833 * elf32-arm.c: Update all uses of struct sym_sec_cache and
1834 bfd_section_from_r_symndx to new struct and function.
1835 * elf32-bfin.c: Likewise.
1836 * elf32-hppa.c: Likewise.
1837 * elf32-i386.c: Likewise.
1838 * elf32-m32r.c: Likewise.
1839 * elf32-m68hc1x.c: Likewise.
1840 * elf32-m68hc1x.h: Likewise.
1841 * elf32-m68k.c: Likewise.
1842 * elf32-ppc.c: Likewise.
1843 * elf32-s390.c: Likewise.
1844 * elf32-sh.c: Likewise.
1845 * elf64-ppc.c: Likewise.
1846 * elf64-s390.c: Likewise.
1847 * elf64-x86-64.c: Likewise.
1848 * elfxx-sparc.c: Likewise.
1849 * elfxx-sparc.h: Likewise.
1850
14aae723
L
18512009-06-18 H.J. Lu <hongjiu.lu@intel.com>
1852
1853 * elf32-i386.c (elf_i386_check_relocs): Cache or free isymbuf.
1854 * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
1855
5e486aa1
NC
18562009-06-18 Nick Clifton <nickc@redhat.com>
1857
1858 * elflink.c (elf_link_sort_relocs): Return early if there are no
1859 relocs to sort.
1860
361dff73
DK
18612009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
1862
32425da9
NC
1863 Merge cegcc and mingw32ce target name changes from
1864 CeGCC project:
361dff73 1865
32425da9 1866 2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
361dff73
DK
1867
1868 * config.bfd: Add arm*-*-cegcc* target.
1869
32425da9 1870 2007-12-17 Pedro Alves <pedro_alves@portugalmail.pt>
361dff73
DK
1871
1872 * config.bfd: Add arm-*-mingw32ce* target.
1873
e03a8ed8
L
18742009-06-17 H.J. Lu <hongjiu.lu@intel.com>
1875
1876 * elf-bfd.h (_bfd_elf_allocate_ifunc_dyn_relocs): New.
1877 * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Likewise.
1878 * elf32-i386.c (elf_i386_allocate_dynrelocs): Use it.
1879 * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
1880
18812009-06-17 H.J. Lu <hongjiu.lu@intel.com>
1882
1883 * elf-bfd.h (_bfd_elf_create_ifunc_dyn_reloc): New.
1884 * elf-ifunc.c (_bfd_elf_create_ifunc_dyn_reloc): Likewise.
1885 * elf32-i386.c (elf_i386_check_relocs): Use it.
1886 * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
1887
18882009-06-17 H.J. Lu <hongjiu.lu@intel.com>
1889
1890 * elf-bfd.h (elf_dyn_relocs): New.
1891
1892 * elf32-i386.c (elf_i386_dyn_relocs): Removed.
1893 (elf_i386_link_hash_entry): Replace elf_i386_dyn_relocs with
1894 elf_dyn_relocs.
1895 (elf_i386_copy_indirect_symbol): Likewise.
1896 (elf_i386_check_relocs): Likewise.
1897 (elf_i386_gc_sweep_hook): Likewise.
1898 (elf_i386_allocate_dynrelocs): Likewise.
1899 (elf_i386_readonly_dynrelocs): Likewise.
1900 (elf_i386_size_dynamic_sections): Likewise.
1901
1902 * elf64-x86-64.c (elf64_x86_64_dyn_relocs): Removed.
1903 (elf64_x86_64_link_hash_entry): Replace elf64_x86_64_dyn_relocs
1904 with elf_dyn_relocs.
1905 (elf64_x86_64_copy_indirect_symbol): Updated.
1906 (elf64_x86_64_check_relocs): Likewise.
1907 (elf64_x86_64_gc_sweep_hook): Likewise.
1908 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
1909 (elf64_x86_64_allocate_dynrelocs): Likewise.
1910 (elf64_x86_64_readonly_dynrelocs): Likewise.
1911 (elf64_x86_64_size_dynamic_sections): Likewise.
1912
64e77c6d
L
19132009-06-17 H.J. Lu <hongjiu.lu@intel.com>
1914
1915 * elf32-arm.c (create_got_section): Get existing .rela.got
1916 section.
1917 * elf32-hppa.c (elf32_hppa_create_dynamic_sections): Likewise.
1918 * elf32-lm32.c (create_got_section): Likewise.
1919 * elf32-m32r.c (create_got_section): Likewise.
1920 * elf32-ppc.c (ppc_elf_create_got): Likewise.
1921 * elf32-s390.c (create_got_section): Likewise.
1922 * elf32-sh.c (create_got_section): Likewise.
1923 * elf32-xtensa.c (elf_xtensa_create_dynamic_sections): Likewise.
1924 * elf64-s390.c (create_got_section): Likewise.
1925 * elfxx-sparc.c (create_got_section): Likewise.
1926
1927 * elflink.c (_bfd_elf_create_got_section): Properly initialize
1928 the GOT size.
1929
d2149d72
L
19302009-06-16 H.J. Lu <hongjiu.lu@intel.com>
1931
1932 * elf-bfd.h (ELF_LOCAL_SYMBOL_HASH): New.
1933
1934 * elf32-i386.c (elf_i386_local_hash): Removed.
1935 (elf_i386_local_htab_hash): Use ELF_LOCAL_SYMBOL_HASH.
1936 (elf_i386_get_local_sym_hash): Likewise.
1937
1938 * elf64-x86-64.c (elf64_x86_64_local_hash): Removed.
1939 (elf64_x86_64_local_htab_hash): Use ELF_LOCAL_SYMBOL_HASH.
1940 (elf64_x86_64_get_local_sym_hash): Likewise.
1941 * elfxx-ia64.c (elfNN_ia64_local_htab_hash): Likewise.
1942 (get_local_sym_hash): Likewise.
1943
cc3bd654
L
19442009-06-16 H.J. Lu <hongjiu.lu@intel.com>
1945
1946 * elfxx-ia64.c (elfNN_ia64_link_hash_table): Remove got_sec,
1947 rel_got_sec and plt_sec.
1948 (elfNN_ia64_relax_section): Updated.
1949 (elfNN_ia64_create_dynamic_sections): Likewise.
1950 (get_got): Likewise.
1951 (allocate_dynrel_entries): Likewise.
1952 (elfNN_ia64_size_dynamic_sections): Likewise.
1953 (set_got_entry): Likewise.
1954 (elfNN_ia64_choose_gp): Likewise.
1955 (elfNN_ia64_relocate_section): Likewise.
1956 (elfNN_ia64_finish_dynamic_symbol): Likewise.
1957 (elfNN_ia64_finish_dynamic_sections): Likewise.
1958
be3e406d
UW
19592009-06-16 Ulrich Weigand <uweigand@de.ibm.com>
1960
1961 * elf32-spu.c (needs_ovl_stub): Respect .brinfo lrlive bits
1962 also for calls.
1963
6de2ae4a
L
19642009-06-16 H.J. Lu <hongjiu.lu@intel.com>
1965
1966 * configure.in (elf): Add elf-ifunc.lo.
1967
1968 * configure: Regenerated.
1969 * Makefile.in: Likewise.
1970
1971 * elf-bfd.h (elf_link_hash_table): Add sgot, sgotplt,
1972 srelgot, splt, srelplt, igotplt, iplt, irelplt and irelifunc.
1973
1974 * elf32-i386.c (elf_i386_link_hash_table): Remove sgot,
1975 sgotplt, srelgot, splt, srelplt, igotplt, iplt, irelplt and
1976 irelifunc.
1977 (elf_i386_link_hash_table_create): Likewise.
1978 (elf_i386_create_dynamic_sections): Likewise.
1979 (elf_i386_check_relocs): Likewise.
1980 (elf_i386_allocate_dynrelocs): Likewise.
1981 (elf_i386_size_dynamic_sections): Likewise.
1982 (elf_i386_relocate_section): Likewise.
1983 (elf_i386_finish_dynamic_symbol): Likewise.
1984 (elf_i386_finish_dynamic_sections): Likewise.
1985 (elf_i386_create_got_section): Removed.
1986
1987 * elf64-x86-64.c (elf64_x86_64_link_hash_table): Remove sgot,
1988 sgotplt, srelgot, splt, srelplt, igotplt, iplt, irelplt and
1989 irelifunc.
1990 (elf64_x86_64_compute_jump_table_size): Updated.
1991 (elf64_x86_64_link_hash_table_create): Likewise.
1992 (elf64_x86_64_create_dynamic_sections): Likewise.
1993 (elf64_x86_64_check_relocs): Likewise.
1994 (elf64_x86_64_allocate_dynrelocs): Likewise.
1995 (elf64_x86_64_size_dynamic_sections): Likewise.
1996 (elf64_x86_64_relocate_section): Likewise.
1997 (elf64_x86_64_finish_dynamic_symbol): Likewise.
1998 (elf64_x86_64_finish_dynamic_sections): Likewise.
1999 (elf64_x86_64_create_got_section): Removed.
2000
2001 * elflink.c (_bfd_elf_create_got_section): Use log_file_align
2002 for pointer alignment. Set up section pointers.
2003 (_bfd_elf_create_dynamic_sections): Likewise.
2004 (_bfd_elf_create_ifunc_sections): Moved to ...
2005 * elf-ifunc.c: Here. New.
2006
2007 * Makefile.am (BFD32_BACKENDS): Add elf-ifunc.lo.
2008 (BFD32_BACKENDS_CFILES): Add elf-ifunc.c.
2009 Run "make dep-am".
2010
81694485
NC
20112009-06-16 Doug Kwan <dougkwan@google.com>
2012
6de2ae4a
L
2013 * elf32-arm.c (cortex_a8_erratum_scan): Change type of offset
2014 to bfd_signed_vma. Cast constant operands which are used in
2015 offset related expressions to bfd_signed_vma type as appropriate.
81694485 2016
6db7e006
MR
20172009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
2018
2019 * elf32-vax.c (elf_vax_plt_sym_val): New function.
2020 (elf_backend_plt_sym_val): Define.
2021
9b90d8fd
MR
20222009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
2023
2024 * elf32-vax.c (elf_vax_reloc_type_class): New function.
2025 (elf_backend_reloc_type_class): Define.
2026
04981bc1
MR
20272009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
2028
2029 * elf32-vax.c (elf_vax_relocate_section): For symbol references
2030 from an executable to a shared library treat R_VAX_PC32
2031 relocations as R_VAX_PLT32 ones.
2032
886815b2
MR
20332009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
2034
2035 * elf32-vax.c (elf_vax_instantiate_got_entries): Skip local
2036 symbols in GOT space calculation.
2037 (elf_vax_relocate_section): Adjust accordingly.
2038
6c4fb25a
MR
20392009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
2040
2041 * elf32-vax.c (elf_vax_plt_entry): Set the entry mask to
2042 include <R11:R2>.
2043
7b6021f1
MR
20442009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
2045
2046 * elf32-vax.c (elf_vax_check_relocs): Handle the visibility
2047 attribute.
2048 (elf_vax_relocate_section): Likewise.
2049
188dbb07
L
20502009-06-15 H.J. Lu <hongjiu.lu@intel.com>
2051
2052 * elf32-i386.c (elf_i386_allocate_dynrelocs): Update comments.
2053 * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
2054
048cbda4
L
20552009-06-15 H.J. Lu <hongjiu.lu@intel.com>
2056
2057 * elf32-i386.c (elf_i386_check_relocs): Reformat.
2058 * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
2059
482c6ce9
L
20602009-06-15 H.J. Lu <hongjiu.lu@intel.com>
2061
2062 * Makefile.am: Run "make dep-am".
2063 * Makefile.in: Regenerated.
2064
eba077f2
L
20652009-06-15 H.J. Lu <hongjiu.lu@intel.com>
2066
2067 * elf32-i386.c (elf_i386_allocate_dynrelocs): Fix a typo.
2068 * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
2069
ec68b083
NC
20702009-06-15 Nick Clifton <nickc@redhat.com>
2071
2072 * po/ru.po: New Russian translation.
2073 * configure.in (ALL_LINGUAS): Add ru.
2074 * configure: Regenerate.
2075
b80ee1aa
L
20762009-06-14 H.J. Lu <hongjiu.lu@intel.com>
2077
2078 * elf32-i386.c: Remove duplicated comments.
2079
44c4ea11
L
20802009-06-14 H.J. Lu <hongjiu.lu@intel.com>
2081
2082 PR ld/10270
2083 * elf32-i386.c (elf_i386_allocate_dynrelocs): Disallow
2084 dynamic IFUNC pointer in non-shared object. Use .got.plt
2085 for IFUNC definition in PIE.
2086 (elf_i386_allocate_dynrelocs): Resolve IFUNC definition in
2087 PIE locally.
2088
2089 * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Disallow
2090 dynamic IFUNC pointer in non-shared object. Use .got.plt
2091 for IFUNC definition in PIE.
2092 (elf64_x86_64_relocate_section): Resolve IFUNC definition in
2093 PIE locally.
2094
8b7e2992
L
20952009-06-13 H.J. Lu <hongjiu.lu@intel.com>
2096
2097 * elf32-i386.c (elf_i386_check_relocs): Properly report
2098 local symbol for unhandled relocation against STT_GNU_IFUNC
2099 symbol.
637fa7af 2100 (elf_i386_relocate_section): Likewise.
8b7e2992 2101 * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
637fa7af 2102 (elf64_x86_64_relocate_section): Likewise.
8b7e2992 2103
c25bc9fc
L
21042009-06-13 H.J. Lu <hongjiu.lu@intel.com>
2105
2106 PR ld/10269
2107 * elf32-i386.c: Include "objalloc.h" and "hashtab.h".
2108 (elf_i386_link_hash_table): Add loc_hash_table and
2109 loc_hash_memory.
2110 (elf_i386_local_hash): New.
2111 (elf_i386_local_htab_hash): Likewise.
2112 (elf_i386_local_htab_eq): Likewise.
2113 (elf_i386_get_local_sym_hash): Likewise.
2114 (elf_i386_link_hash_table_free): Likewise.
2115 (elf_i386_allocate_local_dynrelocs): Likewise.
2116 (elf_i386_finish_local_dynamic_symbol): Likewise.
2117 (bfd_elf64_bfd_link_hash_table_free): Likewise.
2118 (elf_i386_link_hash_table_create): Create loc_hash_table and
2119 loc_hash_memory.
2120 (elf_i386_check_relocs): Handle local STT_GNU_IFUNC symbols.
2121 (elf_i386_size_dynamic_sections): Likewise.
2122 (elf_i386_relocate_section): Likewise.
2123 (elf_i386_finish_dynamic_sections): Likewise.
2124 (elf_i386_finish_dynamic_symbol): Check _DYNAMIC only if sym
2125 isn't NULL.
2126
2127 * elf64-x86-64.c: Include "objalloc.h" and "hashtab.h".
2128 (elf64_x86_64_link_hash_table): Add loc_hash_table and
2129 loc_hash_memory.
2130 (elf64_x86_64_local_hash): New.
2131 (elf64_x86_64_local_htab_hash): Likewise.
2132 (elf64_x86_64_local_htab_eq): Likewise.
2133 (elf64_x86_64_get_local_sym_hash): Likewise.
2134 (elf64_x86_64_link_hash_table_free): Likewise.
2135 (elf64_x86_64_allocate_local_dynrelocs): Likewise.
2136 (elf64_x86_64_finish_local_dynamic_symbol): Likewise.
2137 (bfd_elf64_bfd_link_hash_table_free): Likewise.
2138 (elf64_x86_64_link_hash_table_create): Create loc_hash_table
2139 and loc_hash_memory.
2140 (elf64_x86_64_check_relocs): Handle local STT_GNU_IFUNC
2141 symbols.
2142 (elf64_x86_64_size_dynamic_sections): Likewise.
2143 (elf64_x86_64_relocate_section): Likewise.
2144 (elf64_x86_64_finish_dynamic_sections): Likewise.
2145 (elf64_x86_64_finish_dynamic_symbol): Check _DYNAMIC only if
2146 sym isn't NULL.
2147
dec9d5df
PB
21482009-06-10 Philip Blundell <philb@gnu.org>
2149
2150 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Avoid crash if
2151 elf_sec->this_hdr == NULL.
2152
92bc0e80
TG
21532009-06-12 Tristan Gingold <gingold@adacore.com>
2154
2155 * reloc.c: Add BFD_RELOC_MACH_O_SECTDIFF and BFD_RELOC_MACH_O_PAIR.
2156 * bfd-in2.h: Regenerated.
2157 * libbfd.h: Regenerated.
2158
2159 * mach-o.c (FILE_ALIGN): New macro.
2160 (bfd_mach_o_canonicalize_symtab): Adjust for bfd_mach_o_asymbol.
2161 (bfd_mach_o_print_symbol): Ditto.
2162 (bfd_mach_o_scan_write_thread): Adjust type of variable offset.
2163 (bfd_mach_o_get_reloc_upper_bound): New function.
2164 (bfd_mach_o_canonicalize_reloc): Ditto.
2165 (bfd_mach_o_scan_write_relocs): Ditto.
2166 (bfd_mach_o_scan_write_section_32): Remove offset argument.
2167 (bfd_mach_o_scan_write_section_64): Ditto.
2168 (bfd_mach_o_scan_write_segment_32): Write relocs. Fix size of data
2169 written for load command. Do not compute section file offset.
2170 (bfd_mach_o_scan_write_segment_64): Ditto.
2171 (bfd_mach_o_scan_write_symtab): Compute file offset first.
2172 Adjust for bfd_mach_o_asymbol. Move code to convert from BFD to
2173 Mach-O to ...
2174 (bfd_mach_o_mangle_symbols): ... this new function.
046b007d 2175 (bfd_mach_o_write_contents): Be sure to have load commands built.
92bc0e80
TG
2176 Call bfd_mach_o_mangle_symbols.
2177 (bfd_mach_o_build_commands): Adjust for filelen field.
2178 Use FILE_ALIGN macro. Clear section file offset if section is empty.
2179 Do not set symtab file offset anymore here.
2180 (bfd_mach_o_make_empty_symbol): Allocate a bfd_mach_o_asymbol.
2181 (bfd_mach_o_make_bfd_section): Set SEC_RELOC if has reloc.
2182 Set reloc_count and rel_filepos section fields.
2183 (bfd_mach_o_scan_read_section_32): Type of argument offset is now
2184 unsigned int.
2185 (bfd_mach_o_scan_read_section_64): Ditto.
2186 (bfd_mach_o_scan_read_section): Ditto.
2187 (bfd_mach_o_scan_read_symtab_symbol): Typr of argument s is now
2188 bfd_mach_o_asymbol. Use unsigned int for file offset type.
2189 (bfd_mach_o_scan_read_symtab_symbol): Adjust for bfd_mach_o_asymbol.
2190 Handle weak-ref symbols.
2191 (bfd_mach_o_scan_read_symtab_symbols): Adjust for bfd_mach_o_asymbol.
2192 (bfd_mach_o_scan_read_dysymtab_symbol): Ditto.
2193 (bfd_mach_o_scan): Remove assignment to removed field.
2194 (bfd_mach_o_mkobject_init): Ditto.
2195 (bfd_mach_o_bfd_print_private_bfd_data): Adjust printf formatter.
2196 (bfd_mach_o_bfd_reloc_type_lookup): New macro.
2197 (bfd_mach_o_bfd_reloc_name_lookup): Ditto.
2198 (bfd_mach_o_swap_reloc_in): Ditto.
2199 (bfd_mach_o_swap_reloc_out): Ditto.
2200
2201 * mach-o.h (BFD_MACH_O_REFERENCE_FLAG_UNDEFINED_NON_LAZY)
2202 (BFD_MACH_O_REFERENCE_FLAG_UNDEFINED_LAZY)
2203 (BFD_MACH_O_REFERENCE_FLAG_DEFINED)
2204 (BFD_MACH_O_REFERENCE_FLAG_PRIVATE_DEFINED)
2205 (BFD_MACH_O_REFERENCE_FLAG_PRIVATE_UNDEFINED_NON_LAZY)
2206 (BFD_MACH_O_REFERENCE_FLAG_PRIVATE_UNDEFINED_LAZY)
2207 (BFD_MACH_O_REFERENCED_DYNAMICALLY, BFD_MACH_O_N_DESC_DISCARDED)
2208 (BFD_MACH_O_N_NO_DEAD_STRIP, BFD_MACH_O_N_WEAK_REF)
2209 (BFD_MACH_O_N_WEAK_DEF): New macros.
2210 Add comments.
2211 (bfd_mach_o_section_type): Add new enumeration values.
2212 (BFD_MACH_O_S_SELF_MODIFYING_CODE)
2213 (BFD_MACH_O_S_ATTR_LIVE_SUPPORT)
2214 (BFD_MACH_O_S_ATTR_NO_DEAD_STRIP)
2215 (BFD_MACH_O_S_ATTR_STRIP_STATIC_SYMS, BFD_MACH_O_S_ATTR_NO_TOC): New
2216 macros.
2217 (BFD_MACH_O_GENERIC_RELOC_VANILLA)
2218 (BFD_MACH_O_GENERIC_RELOC_PAIR)
2219 (BFD_MACH_O_GENERIC_RELOC_SECTDIFF)
2220 (BFD_MACH_O_GENERIC_RELOC_PB_LA_PTR)
2221 (BFD_MACH_O_GENERIC_RELOC_LOCAL_SECTDIFF): Ditto.
2222 (BFD_MACH_O_RELENT_SIZE): Ditto.
2223 (BFD_MACH_O_R_PCREL, BFD_MACH_O_GET_R_LENGTH)
2224 (BFD_MACH_O_R_EXTERN, BFD_MACH_O_GET_R_TYPE)
2225 (BFD_MACH_O_GET_R_SYMBOLNUM, BFD_MACH_O_SET_R_LENGTH)
2226 (BFD_MACH_O_SET_R_TYPE, BFD_MACH_O_SET_R_SYMBOLNUM): Ditto.
2227 (BFD_MACH_O_SR_SCATTERED, BFD_MACH_O_SR_PCREL)
2228 (BFD_MACH_O_GET_SR_LENGTH, BFD_MACH_O_GET_SR_TYPE)
2229 (BFD_MACH_O_GET_SR_ADDRESS, BFD_MACH_O_SET_SR_LENGTH)
2230 (BFD_MACH_O_SET_SR_TYPE, BFD_MACH_O_SET_SR_ADDRESS): Ditto.
2231 (bfd_mach_o_reloc_info): New struct.
2232 (bfd_mach_o_asymbol): New struct.
2233 (bfd_mach_o_symtab_command): The symbols field is now of type
2234 bfd_mach_o_asymbol.
2235 (bfd_mach_o_load_command): The offset and len fields are now of type
2236 unsigned int.
2237 (mach_o_data_struct): Remove symbols, nsymbols and ibfd fields.
2238 Add a filelen field. Add comments.
2239 (bfd_mach_o_backend_data): New struct.
2240 (bfd_mach_o_get_backend_data): New macro.
2241 (bfd_mach_o_scan_read_symtab_symbol): Parameter symbol now of type
2242 bfd_mach_o_asymbol.
2243 (bfd_mach_o_scan_read_dysymtab_symbol): Ditto.
2244 (bfd_mach_o_get_reloc_upper_bound): New prototype.
2245 (bfd_mach_o_canonicalize_reloc): Ditto.
7ee314fa 2246
92bc0e80
TG
2247 * mach-o-target.c (bfd_mach_o_bfd_is_local_label_name): Remove
2248 duplicated macro. Now defined to _bfd_generic_is_local_label.
2249 (TARGET_NAME_BACKEND): New macro...
2250 (TARGET_NAME_BACKEND): ... used to name a new variable.
2251 (TARGET_NAME): Define relocs table using bfd_mach_o, reference
2252 Mach-O backend data.
2253
2254 * mach-o-i386.c (i386_howto_table): New variable.
2255 (bfd_mach_o_i386_swap_reloc_in): New function.
2256 (bfd_mach_o_i386_swap_reloc_out): Ditto.
2257 (bfd_mach_o_i386_bfd_reloc_type_lookup): Ditto.
2258 (bfd_mach_o_i386_bfd_reloc_name_lookup): Ditto.
2259 (bfd_mach_o_swap_reloc_in, bfd_mach_o_swap_reloc_out): New macros.
2260 (bfd_mach_o_bfd_reloc_type_lookup)
2261 (bfd_mach_o_bfd_reloc_name_lookup): Ditto.
2262
8c7d38e8
NC
22632009-06-11 Eric Paris <eparis@redhat.com>
2264 Nick Clifton <nickc@redhat.com>
2265
2266 * opncls.c (_maybe_make_executable): New function. Gives execute
2267 permission to an executable bfd that was opened for writing
2268 provided that it is a regular file. Replaces common code found in...
2269 (bfd_close): here and ...
2270 (bfd_close_all_done): here.
2271
f865a31d
AG
22722009-06-11 Anthony Green <green@moxielogic.com>
2273
2274 * reloc.c: Add BFD_RELOC_MOXIE_10_PCREL.
2275 * bfd-in2.h: Rebuilt.
2276 * libbfd.h: Rebuilt.
2277 * elf32-moxie.c (moxie_elf_howto_table): Add R_MOXIE_PCREL10
2278 relocation support.
2279 (moxie_reloc_map): Ditto.
2280 Clean up copyright notice.
2281
25b88f33 22822009-06-10 Paul Pluzhnikov <ppluzhnikov@google.com>
7ee314fa 2283
1372b818 2284 * bfd-in2.h: bfd_mmap prototype.
25b88f33
PP
2285 * bfdio.c (bfd_mmap): New function.
2286 * libbfd.h (bfd_iovec): Add bmmap.
1372b818 2287 * cache.c (cache_bmmap): New function.
25b88f33
PP
2288 (cache_iovec): Initialize bmmap member.
2289 * opencls.c (opncls_bmmap): New function.
7ee314fa
AM
2290 (opncls_iovec): Initialize bmmap member.
2291
c2f09c75
TG
22922009-06-09 Tristan Gingold <gingold@adacore.com>
2293
2294 * mach-o.h (bfd_mach_o_symtab_command): Remove stabs_segment
2295 and stabstr_segment fields.
2296 (mach_o_be_vec, mach_o_le_vec): Removed
2297 (bfd_mach_o_version): New prototype.
2298
2299 * mach-o.c (bfd_mach_o_version): Make this function public.
2300 (mach_o_wide_p): New function.
2301 (bfd_mach_o_wide_p): Ditto.
2302 (bfd_mach_o_convert_section_name_to_bfd): Add prefix only for
2303 weird names.
2304 (bfd_mach_o_convert_section_name_to_mach_o): Fix typo in comment.
2305 Search in the list only if the name starts with a dot.
2306 (bfd_mach_o_write_header): Use mach_o_wide_p instead of hard-coded
2307 test. Check bfd_seek status.
2308 (bfd_mach_o_scan_write_thread): Check bfd_seek status.
2309 (bfd_mach_o_scan_write_section_32): Ditto.
2310 (bfd_mach_o_scan_write_section_64): Ditto.
2311 (bfd_mach_o_scan_write_section): Removed.
2312 (bfd_mach_o_scan_write_segment): Split into ...
2313 (bfd_mach_o_scan_write_segment_32): ... this and ...
2314 (bfd_mach_o_scan_write_segment_64): ... this. Check bfd_seek status.
2315 (bfd_mach_o_scan_write_symtab_symbols): Moved into ...
2316 (bfd_mach_o_scan_write_symtab): ... this. Write symtab from BFD
2317 symbol table. Now returns a boolean.
2318 (bfd_mach_o_write_contents): Set filetype. Check bfd_seek status.
2319 Adjust for status type.
2320 (bfd_mach_o_build_commands): Use mach_o_wide_p instead of hard-coded
2321 test. Write symbol table. Numbers the sections.
2322 (bfd_mach_o_read_header): Check bfd_seek status.
2323 Use mach_o_wide_p instead of hard-coded test.
2324 (bfd_mach_o_scan_read_section_32): Check bfd_seek status.
2325 (bfd_mach_o_scan_read_section_64): Ditto.
2326 (bfd_mach_o_scan_read_symtab_symbol): Ditto. Check bfd_seek status.
2327 Use BFD_MACH_O_N_TYPE instead of hard-coded value. Correctly
2328 handled common symbols.
2329 (bfd_mach_o_scan_read_symtab_strtab): Check bfd_seek status.
2330 (bfd_mach_o_scan_read_dysymtab_symbol): Ditto.
2331 (bfd_mach_o_scan_read_dylinker): Ditto.
2332 (bfd_mach_o_scan_read_dylib): Ditto.
2333 (bfd_mach_o_scan_read_thread): Ditto.
2334 (bfd_mach_o_scan_read_symtab): Ditto.
2335 Do not create a section for the stabs.
2336 (bfd_mach_o_scan_read_uuid): Check bfd_seek status.
2337 (bfd_mach_o_scan_read_segment): Ditto.
2338 (bfd_mach_o_scan_read_command): Ditto.
2339 (bfd_mach_o_scan_start_address): Ditto.
2340 (bfd_mach_o_scan): Use mach_o_wide_p instead of hard-coded test.
2341 (bfd_mach_o_archive_p): Check bfd_seek status.
2342 (bfd_mach_o_core_fetch_environment): Ditto.
2343
2344 * mach-o-i386.c (bfd_mach_o_i386_mkobject): Don't set filetype.
2345
2a81c24a
L
23462009-06-06 H.J. Lu <hongjiu.lu@intel.com>
2347
2348 * elf32-i386.c (elf_i386_link_hash_table): Add irelifunc.
2349 (elf_i386_link_hash_table_create): Initialize irelifunc.
2350 (elf_i386_check_relocs): Updated. Set up irelifunc for
2351 shared objects.
2352 (elf_i386_allocate_dynrelocs): Use irelifunc for dynamic
2353 relocation for non-GOT reference of STT_GNU_IFUNC symbol in
2354 shared objects.
2355 (elf_i386_relocate_section): Likewise.
2356
2357 * elf64-x86-64.c (elf64_x86_64_link_hash_table): Add irelifunc.
2358 (elf64_x86_64_link_hash_table_create): Initialize irelifunc.
2359 (elf64_x86_64_check_relocs): Updated. Set up irelifunc for
2360 shared objects.
2361 (elf64_x86_64_allocate_dynrelocs): Use irelifunc for dynamic
2362 relocation for non-GOT reference of STT_GNU_IFUNC symbol in
2363 shared objects.
2364 (elf64_x86_64_relocate_section): Likewise.
2365
2366 * elf-bfd.h (_bfd_elf_create_static_ifunc_sections): Renamed to
2367 ...
2368 (_bfd_elf_create_ifunc_sections): This.
2369
c2f09c75 2370 * elflink.c (_bfd_elf_create_static_ifunc_sections): Renamed to
2a81c24a
L
2371 ...
2372 (_bfd_elf_create_ifunc_sections): This. Create .rel[a].ifunc
2373 for shared objects.
2374
710ab287
L
23752009-06-06 H.J. Lu <hongjiu.lu@intel.com>
2376
2377 * elf32-i386.c (elf_i386_check_relocs): Make room for dynamic
2378 relocation for R_386_32 against STT_GNU_IFUNC symbol when
2379 building shared object. Check info->executable instead of
2380 !info->shared when setting non_got_ref.
2381 (elf_i386_allocate_dynrelocs): Allocate dynamic relocation
2382 for non-GOT reference of STT_GNU_IFUNC symbol in shared
2383 object. Allocate GOT relocation agsinst STT_GNU_IFUNC
2384 symbol if needed.
2385 (elf_i386_relocate_section): Output dynamic relocation for
2386 R_386_32 against STT_GNU_IFUNC symbol to get the real
2387 function address when building shared object.
2388 (elf_i386_finish_dynamic_symbol): Output R_386_GLOB_DAT
2389 relocation for STT_GNU_IFUNC symbol in shared object.
2390
2391 * elf64-x86-64.c (elf64_x86_64_check_relocs): Make room for
2392 dynamic relocation for R_X86_64_64 against STT_GNU_IFUNC
2393 symbol when building shared object. Check info->executable
2394 instead of !info->shared when setting non_got_ref.
2395 (elf64_x86_64_allocate_dynrelocs): Allocate dynamic relocation
2396 for non-GOT reference of STT_GNU_IFUNC symbol in shared
2397 library. Allocate GOT relocation agsinst STT_GNU_IFUNC symbol
2398 if needed.
2399 (elf64_x86_64_relocate_section): Output dynamic relocation
2400 for R_X86_64_64 against STT_GNU_IFUNC symbol to get the real
2401 function address when building shared object.
2402 (elf64_x86_64_finish_dynamic_symbol): Output R_X86_64_GLOB_DAT
2403 relocation for STT_GNU_IFUNC symbol in shared object.
2404
9e93c730
JK
24052009-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2406
2407 * Makefile.am: Run "make dep-am".
2408 (BFD32_BACKENDS): Add mach-o-i386.lo.
2409 (BFD32_BACKENDS_CFILES): Add mach-o-i386.c.
2410 * Makefile.in: Regenerate.
2411
74681fc4
AM
24122009-06-06 Alan Modra <amodra@bigpond.net.au>
2413
2414 * elf32-spu.c (spu_elf_relocate_section): Match overlay number
2415 when looking for soft-icache stubs.
2416
154a1ee5
TG
24172009-06-05 Tristan Gingold <gingold@adacore.com>
2418
2419 * mach-o.h: Update copyright year.
2420 (bfd_mach_o_mach_header_magic): New enum.
2421 (bfd_mach_o_cpu_subtype): Now an enum.
2422 (BFD_MACH_O_HEADER_SIZE, BFD_MACH_O_HEADER_64_SIZE): New macros.
2423 (BFD_MACH_O_SECTION_SIZE, BFD_MACH_O_SECTION_64_SIZE): Ditto.
2424 (BFD_MACH_O_LC_SEGMENT_SIZE, BFD_MACH_O_LC_SEGMENT_64_SIZE): Ditto.
2425 (bfd_mach_o_load_command): Field type_required is now a boolean.
2426 Reindent prototypes.
2427 (bfd_mach_o_object_p, bfd_mach_o_core_p): Remove.
2428 (bfd_mach_o_bfd_copy_private_symbol_data): Add a prototype.
2429 (bfd_mach_o_bfd_copy_private_section_data): Ditto.
2430 (bfd_mach_o_bfd_copy_private_bfd_data): Ditto.
2431 (bfd_mach_o_get_symtab_upper_bound): Ditto.
2432 (bfd_mach_o_canonicalize_symtab): Ditto.
2433 (bfd_mach_o_get_symbol_info): Ditto.
2434 (bfd_mach_o_print_symbol): Ditto.
2435 (bfd_mach_o_bfd_print_private_bfd_data): Ditto.
2436 (bfd_mach_o_make_empty_symbol): Ditto.
2437 (bfd_mach_o_write_contents): Ditto.
2438
2439 * mach-o.c (bfd_mach_o_object_p, bfd_mach_o_core_p,
2440 bfd_mach_o_mkobject): Defines.
2441 (bfd_mach_o_valid): Returns FALSE/TRUE instead of 0/1.
2442 Do not check with target vector but with flavour.
2443 (struct mach_o_section_name_xlat): New declaration.
2444 (dwarf_section_names_xlat): Ditto.
2445 (text_section_names_xlat): Ditto.
2446 (data_section_names_xlat): Ditto.
2447 (struct mach_o_segment_name_xlat): Ditto.
2448 (segsec_names_xlat): Ditto.
2449 (bfd_mach_o_convert_section_name_to_bfd): New function.
2450 (bfd_mach_o_convert_section_name_to_mach_o): Ditto.
2451 (bfd_mach_o_bfd_copy_private_symbol_data): Make it public.
2452 (bfd_mach_o_bfd_copy_private_section_data): Ditto.
2453 (bfd_mach_o_bfd_copy_private_bfd_data): Ditto.
2454 Accept any input and output flavour. Do not share private data
2455 anymore.
2456 (bfd_mach_o_count_symbols): Add a comment.
2457 (bfd_mach_o_get_symtab_upper_bound): Make it public.
2458 (bfd_mach_o_canonicalize_symtab): Ditto.
2459 (bfd_mach_o_get_symbol_info): Ditto.
2460 (bfd_mach_o_print_symbol): Ditto.
2461 (bfd_mach_o_write_header): Now returns a boolean instead of an int.
2462 Use constants instead of hard-coded values.
2463 (bfd_mach_o_scan_write_section_32): Use constants instead of hard-coded
2464 values.
2465 (bfd_mach_o_scan_write_section_64): Ditto.
2466 (bfd_mach_o_scan_write_segment): Ditto.
2467 Do not copy sections anymore.
2468 (bfd_mach_o_write_contents): Make it public.
2469 Remove dead code. Rewrite typeflag assignment.
2470 (bfd_mach_o_build_commands): New function.
2471 (bfd_mach_o_set_section_contents): Ditto.
2472 (bfd_mach_o_make_empty_symbol): Make it public.
2473 (bfd_mach_o_read_header): Make it static.
2474 Convert to bfd_boolean.
2475 Use constants instead of hard-coded values.
2476 (bfd_mach_o_make_bfd_section): Call
2477 bfd_mach_o_convert_section_name_to_bfd to create name.
2478 (bfd_mach_o_scan_read_section_32): Use constants instead of hard-coded
2479 values.
2480 (bfd_mach_o_scan_read_section_64): Ditto.
2481 (bfd_mach_o_scan_read_segment): Do not create a bfd section for
2482 a segment anymore. Use constants instead of hard-coded values.
2483 (bfd_mach_o_scan_read_command): Fix style.
2484 (bfd_mach_o_scan): Use constants instead of hard-coded values.
2485 Get rid of BFD_IO_FUNCS.
2486 (bfd_mach_o_mkobject_init): Renamed from bfd_mach_o_mkobject.
2487 (bfd_mach_o_header_p): Created from bfd_mach_o_object_p.
2488 (bfd_mach_o_gen_object_p): New function, replaces bfd_mach_o_object_p.
2489 (bfd_mach_o_object_p): Removed.
2490 (bfd_mach_o_gen_core_p): New function, replaces ...
2491 (bfd_mach_o_core_p): ... deleted.
2492 (bfd_mach_o_bfd_print_private_bfd_data): Make it public.
2493
2494 * mach-o-i386.c: New file.
2495 * config.bfd: Use mach_o_i386_vec as targ_defvec for ix86-darwin.
2496 * configure.in (TDEFINES): Add mach_o_i386_vec.
2497 * configure: Regenerated.
2498 * targets.c: Add mach_o_i386_vec.
2499
2500 * mach-o.c: Update copyright years.
2501 (BFD_IO_FUNCS): Remove (was not used).
2502 (bfd_mach_o_mkarchive, bfd_mach_o_read_ar_hdr, bfd_mach_o_slurp_armap
2503 bfd_mach_o_slurp_extended_name_table,
2504 bfd_mach_o_construct_extended_name_table,
2505 bfd_mach_o_truncate_arname, bfd_mach_o_write_armap,
2506 bfd_mach_o_get_elt_at_index, bfd_mach_o_generic_stat_arch_elt,
2507 bfd_mach_o_update_armap_timestamp, bfd_mach_o_close_and_cleanup,
2508 bfd_mach_o_bfd_free_cached_info, bfd_mach_o_new_section_hook,
2509 bfd_mach_o_get_section_contents_in_window,
2510 bfd_mach_o_bfd_is_local_label_name,
2511 bfd_mach_o_bfd_is_target_special_symbol,
2512 bfd_mach_o_bfd_is_local_label_name, bfd_mach_o_get_lineno,
2513 bfd_mach_o_find_nearest_line, bfd_mach_o_find_inliner_info,
2514 bfd_mach_o_bfd_make_debug_symbol, bfd_mach_o_read_minisymbols,
2515 bfd_mach_o_minisymbol_to_symbol,
2516 bfd_mach_o_bfd_get_relocated_section_contents,
2517 bfd_mach_o_bfd_relax_section, bfd_mach_o_bfd_link_hash_table_create,
2518 bfd_mach_o_bfd_link_hash_table_free, bfd_mach_o_bfd_link_add_symbols,
2519 bfd_mach_o_bfd_link_just_syms, bfd_mach_o_bfd_final_link,
2520 bfd_mach_o_bfd_link_split_section, bfd_mach_o_set_arch_mach,
2521 bfd_mach_o_bfd_merge_private_bfd_data,
2522 bfd_mach_o_bfd_set_private_flags, bfd_mach_o_get_section_contents,
2523 bfd_mach_o_bfd_gc_sections, bfd_mach_o_bfd_merge_sections,
2524 bfd_mach_o_bfd_is_group_section, bfd_mach_o_bfd_discard_group,
2525 bfd_mach_o_section_already_linked, bfd_mach_o_bfd_define_common_symbol,
2526 bfd_mach_o_bfd_copy_private_header_data,
2527 bfd_mach_o_core_file_matches_executable_p): Move these defines ...
2528 * mach-o-target.c: ... here.
2529 Update copyright years.
2530
a1ef399e
AM
25312009-06-04 Alan Modra <amodra@bigpond.net.au>
2532
2533 * dep-in.sed: Don't use \n in replacement part of s command.
2534 * Makefile.am (DEP1): LC_ALL for uniq.
2535 Run "make dep-am".
2536 * Makefile.in: Regenerate.
2537
2e75bb35
L
25382009-06-03 H.J. Lu <hongjiu.lu@intel.com>
2539
2540 * elf32-i386.c (elf_i386_allocate_dynrelocs): Remove check of
2541 h->plt.refcount > 0 on STT_GNU_IFUNC symbol.
2542 * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
2543
0018b0a3
L
25442009-06-03 H.J. Lu <hongjiu.lu@intel.com>
2545
2546 * elf32-i386.c (elf_i386_allocate_dynrelocs): Allocate
2547 GOT entry for STT_GNU_IFUNC symbol with pointer equality.
2548 (elf_i386_relocate_section): Adjust R_386_GOT32 relocation
2549 against STT_GNU_IFUNC symbols for static executables.
2550 (elf_i386_finish_dynamic_symbol): Load GOT entry with
2551 PLT entry for STT_GNU_IFUNC symbol with pointer equality.
2552
2553 * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Allocate
2554 GOT entry for STT_GNU_IFUNC symbol with pointer equality.
2555 (elf64_x86_64_finish_dynamic_symbol): Load GOT entry with
2556 PLT entry for STT_GNU_IFUNC symbol with pointer equality.
2557
94313f36
RS
25582009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2559
2560 * coff-rs6000.c (xcoff_ppc_relocate_section): Allow undefined
2561 symbols to be left unimported when linking statically.
2562 * xcofflink.c (xcoff_link_add_symbols): Ignore global linkage
2563 code when linking statically.
2564
7afd84dc
L
25652009-06-02 H.J. Lu <hongjiu.lu@intel.com>
2566
2567 * elf32-i386.c (elf_i386_check_relocs): Increment
2568 got.refcount for R_386_GOT32/R_386_GOTOFF relocations
2569 against STT_GNU_IFUNC symbol.
2570 (elf_i386_allocate_dynrelocs): Set got.refcount to 0 if
2571 local STT_GNU_IFUNC definition is used.
2572 (elf_i386_relocate_section): Handle got.offset != -1 for
2573 R_386_GOT32/R_386_GOTOFF relocations against STT_GNU_IFUNC
2574 symbol.
2575
2576 * elf64-x86-64.c (elf64_x86_64_check_relocs): Increment
2577 got.refcount for R_X86_64_GOTPCREL/R_X86_64_GOTPCREL64
2578 relocations against STT_GNU_IFUNC symbol.
2579 (elf64_x86_64_allocate_dynrelocs): Set got.refcount to 0 if
2580 local STT_GNU_IFUNC definition is used.
2581 (elf64_x86_64_relocate_section): Handle got.offset != -1
2582 for R_X86_64_GOTPCREL/R_X86_64_GOTPCREL64 relocations against
2583 STT_GNU_IFUNC symbol.
2584
cbe950e9
L
25852009-06-01 H.J. Lu <hongjiu.lu@intel.com>
2586
2587 PR ld/10205
2588 * elf32-i386.c (elf_howto_table): Add R_386_IRELATIVE.
2589 (elf_i386_reloc_type_lookup): Likewise.
2590 (R_386_tls): Removed.
2591 (R_386_irelative): New.
2592 (R_386_vt_offset): Updated.
2593 (elf_i386_rtype_to_howto): Likewise.
2594 (elf_i386_link_hash_table): Add igotplt, iplt and irelplt.
2595 (elf_i386_link_hash_table_create): Initialize igotplt,
2596 iplt and irelplt.
2597 (elf_i386_check_relocs): Handle STT_GNU_IFUNC symbol first.
2598 (elf_i386_adjust_dynamic_symbol): Likewise.
2599 (elf_i386_allocate_dynrelocs): Likewise.
2600 (elf_i386_relocate_section): Likewise.
2601 (elf_i386_size_dynamic_sections): Set up .iplt and .igot.plt
2602 sections.
2603 (elf_i386_finish_dynamic_symbol): When building a static
2604 executable, use .iplt, .igot.plt and .rel.iplt sections for
2605 STT_GNU_IFUNC symbols. Generate R_386_IRELATIVE relocation for
2606 locally defined STT_GNU_IFUNC symbol.
2607
2608 * elf64-x86-64.c (x86_64_elf_howto): Add R_X86_64_IRELATIVE.
2609 (x86_64_reloc_map): Likewise.
2610 (R_X86_64_standard): Updated.
2611 (elf64_x86_64_link_hash_table): Add igotplt, iplt and irelplt.
2612 (elf64_x86_64_link_hash_table_create): Initialize igotplt,
2613 iplt and irelplt.
2614 (elf64_x86_64_check_relocs): Handle STT_GNU_IFUNC symbol first.
2615 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
2616 (elf64_x86_64_allocate_dynrelocs): Likewise.
2617 (elf64_x86_64_relocate_section): Likewise.
2618 (elf64_x86_64_size_dynamic_sections): Set up .iplt and .igot.plt
2619 sections.
2620 (elf64_x86_64_finish_dynamic_symbol): When building a static
2621 executable, use .iplt, .igot.plt and .rela.iplt sections for
2622 STT_GNU_IFUNC symbols. Generate R_X86_64_IRELATIVE relocation
2623 for locally defined STT_GNU_IFUNC symbol.
2624
2625 * reloc.c (BFD_RELOC_386_IRELATIVE): New.
2626 (BFD_RELOC_X86_64_IRELATIVE): Likewise.
2627
2628 * bfd-in2.h: Regenerated.
2629 * libbfd.h: Likewise.
2630
3aa14d16
L
26312009-06-01 H.J. Lu <hongjiu.lu@intel.com>
2632
2633 * elf-bfd.h (struct bfd_elf_section_data): Remove indirect_relocs.
2634 (_bfd_elf_make_ifunc_reloc_section): Removed.
2635 (_bfd_elf_is_ifunc_symbol): Likewise.
2636 (_bfd_elf_create_static_ifunc_sections): New.
2637
2638 * elflink.c (_bfd_elf_adjust_dynamic_symbol): Move STT_GNU_IFUNC
2639 symbol check to ...
2640 (elf_link_add_object_symbols): Here.
2641 (_bfd_elf_link_hash_hide_symbol): Don't clean plt on
2642 STT_GNU_IFUNC symbol.
2643 (elf_link_output_extsym): Call elf_backend_finish_dynamic_symbol
2644 if a STT_GNU_IFUNC symbol is referenced in a non-shared object.
2645 (IFUNC_INFIX): Removed.
2646 (get_ifunc_reloc_section_name): Likewise.
2647 (_bfd_elf_make_ifunc_reloc_section): Likewise.
2648 (_bfd_elf_is_ifunc_symbol): Likewise.
2649 (_bfd_elf_create_static_ifunc_sections): New.
2650
eb4ff4d6
L
26512009-05-29 H.J. Lu <hongjiu.lu@intel.com>
2652
2653 * elf32-i386.c (link_hash_newfunc): Add elf_i386_ prefix.
2654 (create_got_section): Likewise.
2655 (allocate_dynrelocs): Likewise.
2656 (readonly_dynrelocs): Likewise.
2657 (set_tls_module_base): Likewise.
2658 (dtpoff_base): Likewise.
2659 (tpoff): Likewise.
2660 (elf_i386_link_hash_table_create): Updated.
2661 (elf_i386_create_dynamic_sections): Likewise.
2662 (elf_i386_check_relocs): Likewise.
2663 (elf_i386_size_dynamic_sections): Likewise.
2664 (elf_i386_relocate_section): Likewise.
2665
2666 * elf64-x86-64.c (link_hash_newfunc): Add elf64_x86_64_ prefix.
2667 (create_got_section): Likewise.
2668 (allocate_dynrelocs): Likewise.
2669 (readonly_dynrelocs): Likewise.
2670 (set_tls_module_base): Likewise.
2671 (dtpoff_base): Likewise.
2672 (tpoff): Likewise.
2673 (elf64_x86_64_link_hash_table_create): Updated.
2674 (elf64_x86_64_create_dynamic_sections): Likewise.
2675 (elf64_x86_64_check_relocs): Likewise.
2676 (elf64_x86_64_size_dynamic_sections): Likewise.
2677 (elf64_x86_64_relocate_section): Likewise.
2678
fc579192
NC
26792009-05-28 Nick Clifton <nickc@redhat.com>
2680
2681 * targets.c (_bfd_target_vector): Only include plugin target in
2682 all-targets build if BFD_SUPPORTS_PLUGINS is non-zero.
2683
5ebe2858
UW
26842009-05-28 Ulrich Weigand <uweigand@de.ibm.com>
2685
2686 * elf32-spu.c (struct call_info): New member broken_cycle.
2687 (remove_cycle): Instead of physically removing call_info structures
2688 to break call graph cycles, mark them using the broken_cycle flag.
2689 (mark_overlay_section): Respect broken_cycle flag.
2690 (unmark_overlay_section): Likewise.
2691 (collect_lib_sections): Likewise.
2692 (collect_overlays): Likewise.
2693 (sum_stack): Likewise.
2694
34ad4cb0
UW
26952009-05-28 Ulrich Weigand <uweigand@de.ibm.com>
2696
2697 * elf32-spu.c (insert_callee): Accumulate incoming callee->count.
2698 (mark_functions_via_relocs): Initialize callee->count to 1.
2699 (pasted_function): Likewise.
2700 (spu_elf_auto_overlay): Honor call counts when determining number
2701 of stubs required in software i-cache mode.
2702
fc579192
NC
27032009-05-27 Rafael Avila de Espindola <espindola@google.com>
2704
2705 * plugin.c (program_name): Remove.
2706 (plugin_program_name): New.
2707 (bfd_plugin_set_program_name): New.
2708 (try_load_plugin): Use plugin_program_name.
2709 * plugin.h (bfd_plugin_set_program_name): New.
2710
27112009-05-27 Rafael Avila de Espindola <espindola@google.com>
5691d22d
NC
2712
2713 * aclocal.m4: Include ../config/plugins.m4.
2714 * configure.in: Use AC_PLUGINS.
2715 * configure: Regenerate.
2716 * Makefile.in: Regenerate.
2717 * doc/Makefile.in: Regenerate.
2718
c8a1f254
NS
27192009-05-27 Nathan Sidwell <nathan@codesourcery.com>
2720
2721 * elf32-ppc.c (ppc_elf_relax_section): Work with a partial
2722 link.
2723 * bout.c (b_out_bfd_relax_section): Reject relocatable links.
2724 * elf32-m10300.c (mn10300_elf_relax_section): Likewise.
2725 * elf32-avr.c (elf32_avr_relax_section): Likewise.
2726 * elf32-frv.c (elf32_avr_relax_section): Likewise.
2727 * elf32-xtensa.c (elf_xtensa_relax_section): Likewise.
2728 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
2729 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
2730 * elfxx-sparc.c (_bfd_sparc_elf_relax_section): Likewise.
2731 * reloc.c (bfd_generic_relax_section): Likewise.
2732 * reloc16.c (bfd_coff_reloc16_relax_section): Likewise.
2733 * vms.c (vms_bfd_relax_section): Likewise.
2734
68d7e96a
L
27352009-05-26 H.J. Lu <hongjiu.lu@intel.com>
2736
2737 * elf-bfd.h (_bfd_elf_is_ifunc_symbol): New.
2738
2739 * elf32-i386.c (is_indirect_symbol): Renamed to ...
2740 * elflink.c (_bfd_elf_is_ifunc_symbol): This.
2741
2742 * elf32-i386.c (allocate_dynrelocs): Updated.
2743 (elf_i386_relocate_section): Likewise.
2744 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
2745 (elf64_x86_64_relocate_section): Likewise.
2746
2747 * elf64-x86-64.c (is_indirect_symbol): Removed.
2748
f12e7348
NC
27492009-05-26 Nick Clifton <nickc@redhat.com>
2750
2751 * po/id.po: Updated Indonesian translation.
2752
ce3c775b
NC
27532009-05-26 Rafael Avila de Espindola <espindola@google.com>
2754
2755 * Makefile.am: Run "make dep-am".
2756 (AM_CPPFLAGS): New.
2757 (LIBDL): New.
2758 (ALL_MACHINES): Add cpu-plugin.lo.
2759 (ALL_MACHINES_CFILES): Add cpu-plugin.c.
2760 (BFD32_BACKENDS): Add plugin.lo.
2761 (BFD32_BACKENDS_CFILES): Add plugin.c.
2762 (libbfd_la_LIBADD): Add LIBDL
2763 * archures.c (bfd_architecture): Add bfd_arch_plugin.
2764 (bfd_plugin_arch): Declare.
2765 * bfd-in.h (BFD_SUPPORTS_PLUGINS): New.
2766 * bfd.c (bfd): Add plugin_data.
2767 * config.bfd: Handle the plugin target.
2768 * configure.in: Check for --enable-plugins.
2769 (LT_INIT): Use the dlopen option.
2770 * cpu-plugin.c: New.
2771 * plugin.c: New.
2772 * plugin.h: New.
2773 * targets.c (plugin_vec): Declare.
2774 (_bfd_target_vector): Add plugin_vec.
2775 * Makefile.in: Regenerate.
2776 * bfd-in2.h: Regenerate.
2777 * configure: Regenerate.
2778
9e097a72
AM
27792009-05-26 Alan Modra <amodra@bigpond.net.au>
2780
2781 * dep-in.sed: Don't modify .o to .lo here. Output one filename
2782 per line with all lines having continuation backslash. Prefix
2783 first line with "A", following lines with "B".
2784 * Makefile.am (DEP): Don't use dep.sed here.
2785 (DEP1): Run $MKDEP on single files, modify .o to .lo here. Use
2786 dep.sed here on dependencies, sort and uniq.
2787 * Makefile.in: Regenerate.
2788
d5acff2f
TG
27892009-05-25 Tristan Gingold <gingold@adacore.com>
2790
2791 * makefile.vms: Add verilog.obj to object list OBJS.
2792
5c93f09b
AM
27932009-05-24 Alan Modra <amodra@bigpond.net.au>
2794
107601c8
AM
2795 * bfdio.c (bfd_seek): Formatting. Ensure newly allocated memory
2796 for BFD_IN_MEMORY is cleared.
2797 (bfd_bwrite): Zero excess memory allocated.
5c93f09b 2798
48229727
JB
27992009-05-22 Julian Brown <julian@codesourcery.com>
2800
2801 * elf32-arm.c (THUMB16_BCOND_INSN, THUMB32_INSN, THUMB32_B_INSN): New
2802 macros.
2803 (elf32_arm_stub_a8_veneer_b_cond, elf32_arm_stub_a8_veneer_b)
2804 (elf32_arm_stub_a8_veneer_blx): New stub sequences.
2805 (elf32_arm_stub_type): Add arm_stub_a8_veneer_b_cond,
2806 arm_stub_a8_veneer_b and arm_stub_a8_veneer_blx.
2807 (elf32_arm_stub_hash_entry): Add target_addend, orig_insn fields.
2808 (a8_erratum_fix, a8_erratum_reloc): New structs.
2809 (elf32_arm_link_hash_table): Add a8_erratum_fixes,
2810 num_a8_erratum_fixes, fix_cortex_a8 fields.
2811 (elf32_arm_link_hash_table_create): Zero fix_cortex_a8.
2812 (elf32_arm_add_stub): Split into two parts, creating...
2813 (elf32_arm_create_or_find_stub_sec): New function.
2814 (elf32_arm_final_link_relocate): Add forward declaration.
2815 (arm_build_one_stub): Add support for THUMB32_TYPE, Thumb-2
2816 relocations, multiple relocations per stub.
2817 (find_stub_size_and_template): New (using parts of arm_size_one_stub).
2818 (arm_size_one_stub): Use find_stub_size_and_template.
2819 (a8_reloc_compare): New.
2820 (find_thumb_glue): Add forward declaration.
2821 (cortex_a8_erratum_scan): New.
2822 (elf32_arm_size_stubs): Add Cortex-A8 erratum workaround support.
2823 (bfd_elf32_arm_set_cortex_a8_fix): New.
2824 (bfd_elf32_arm_set_target_relocs): Add fix_cortex_a8 argument.
2825 (arm_map_one_stub): Add THUMB32_TYPE support.
2826 (a8_branch_to_stub_data): New.
2827 (make_branch_to_a8_stub): New.
2828 (elf32_arm_write_section): Add Cortex-A8 erratum workaround support.
2829 * bfd-in.h (bfd_elf32_arm_set_cortex_a8_fix): New.
2830 (bfd_elf32_arm_set_target_relocs): Add argument for controlling
2831 Cortex-A8 erratum workaround.
2832 * bfd-in2.h: Regenerate.
2833
2b3decb5
AM
28342009-05-22 Alan Modra <amodra@bigpond.net.au>
2835
2836 * Makefile.am: Run "make dep-am".
2837 * Makefile.in: Regenerate.
2838 * po/SRC-POTFILES.in: Regenerate.
2839
930e005c
AM
28402009-05-21 Alan Modra <amodra@bigpond.net.au>
2841
2842 * elflink.c (elf_link_input_bfd): Correct *pindex change in last
2843 commit.
2844
6e0b88f1
AM
28452009-05-21 Alan Modra <amodra@bigpond.net.au>
2846
2847 * elf-bfd.h (struct elf_backend_data
2848 <elf_backend_link_output_symbol_hook>): Return an int.
2849 * elf64-ppc.c (ppc64_elf_output_symbol_hook): Return 2 to drop
2850 symbols on deleted .opd entries.
2851 * elflink.c (elf_link_output_sym): Return without outputting sym
2852 if output_symbol_hook returns 2.
2853 (elf_link_output_extsym): Don't assign h->indx when symbol discarded.
2854 Abort if we must not discard sym.
2855 (elf_link_input_bfd): Similarly, don't set finfo->indices for
2856 local syms.
2857 (bfd_elf_final_link): Adjust elf_link_output_sym calls.
2858 * elf-vxworks.c (elf_vxworks_link_output_symbol_hook): Adjust for
2859 elf_backend_link_output_symbol_hook return type change.
2860 * elf32-arm.c (output_arch_syminfo): Likewise.
2861 (elf32_arm_output_map_sym, elf32_arm_output_stub_sym): Likewise.
2862 (elf32_arm_output_arch_local_syms): Likewise.
2863 * elf32-cr16c.c (elf32_cr16c_link_output_symbol_hook): Likewise.
2864 * elf32-score.c (s3_bfd_score_elf_link_output_symbol_hook): Likewise.
2865 (bfd_score_elf_link_output_symbol_hook): Likewise.
2866 * elf32-score.h (s7_bfd_score_elf_link_output_symbol_hook): Likewise.
2867 * elf32-score7.c (s7_bfd_score_elf_link_output_symbol_hook): Likewise.
2868 * elf32-sh64.c (sh64_elf_link_output_symbol_hook): Likewise.
2869 * elf32-spu.c (spu_elf_output_symbol_hook): Likewise.
2870 * elf32-v850.c (v850_elf_link_output_symbol_hook): Likewise.
2871 * elf64-hppa.c (elf64_hppa_link_output_symbol_hook): Likewise.
2872 * elf64-mmix.c (mmix_elf_link_output_symbol_hook): Likewise.
2873 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Likewise.
2874 * elf64-sparc.c (elf64_sparc_output_arch_syms): Likewise.
2875 * elfxx-mips.c (_bfd_mips_elf_link_output_symbol_hook): Likewise.
2876 * elfxx-mips.h (_bfd_mips_elf_link_output_symbol_hook): Likewise.
2877
5ef11c02
AM
28782009-05-21 Alan Modra <amodra@bigpond.net.au>
2879
2880 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Don't segfault on
2881 out of range .opd symbols.
2882
ebf12fbe
DK
28832009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2884
2885 * coffgen.c (coff_print_symbol): Use bfd_fprintf_vma, not
2886 fprintf_vma directly.
2887 * peXXigen.c (pe_print_edata): Likewise.
2888 (pe_print_pdata): Likewise.
2889 (_bfd_XX_print_ce_compressed_pdata): Likewise.
2890 (_bfd_XX_print_private_bfd_data_common): Likewise.
2891
c1711530
DK
28922009-05-19 Dave Korn <dave.korn.cygwin@gmail.com>
2893
2894 * cofflink.c (process_embedded_commands): Ignore "-aligncomm".
2895
22a8f80e 28962009-05-15 Andrew Stubbs <ams@codesourcery.com>
164e7efc 2897 Paul Brook <paul@codesourcery.com>
22a8f80e
PB
2898
2899 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Don't attempt to
2900 fix discarded sections.
2901
335bd8f2
UW
29022009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2903
2904 * elf32-spu.c (mark_overlay_section): Move .init and .fini
2905 sections into the software icache.
2906
cdc83fba
UW
29072009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2908
2909 * elf32-spu.c (build_stub): Always build "compact" sofware
2910 i-cache stubs.
2911
97fc8d84
UW
29122009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2913
2914 * elf32-spu.c (struct spu_link_hash_table): Add fromelem_size_log2.
2915 (spu_elf_setup): Initialize it.
2916 (spu_elf_size_stubs): Move .ovtab into .bss for software i-cache.
2917 Update to new-sytle cache manager data structures.
2918 (spu_elf_build_stubs): Generate new-style cache manager data
2919 structures and symbols.
2920 (spu_elf_auto_overlay): Update size computation.
2921
452de53c
UW
29222009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2923
2924 * elf32-spu.c (spu_elf_modify_segment_map): Move all PF_OVERLAY
2925 segments first amongst the program headers.
2926
d342a8b1
UW
29272009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2928
2929 * elf32-spu.c (spu_elf_relocate_section): Only encode overlay index
2930 into addresses for relocation types that look at high bits. Remove
2931 special handling of relocation overflow warnings.
2932
cc210763
UW
29332009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2934
2935 * elf32-spu.c (mark_functions_via_relocs): Handle cycles in the
2936 control flow graph between fragments of a function.
2937
c1ea05bb
UW
29382009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2939
2940 * elf32-spu.c (spu_elf_size_stubs): Even in software i-cache mode,
2941 generate only a 16-byte .toe section.
2942 (spu_elf_build_stubs, spu_elf_auto_overlay): Likewise.
2943
bbb0fc04
AM
29442009-05-14 Alan Modra <amodra@bigpond.net.au>
2945
2946 * elf32-spu.c (spu_elf_size_stubs): Split out section placement to..
2947 (spu_elf_place_overlay_data): ..here. New function.
2948 * elf32-spu.h (spu_elf_place_overlay_data): Declare.
2949
6e6718a3
AJ
29502009-05-13 Andrew Jenner <andrew@codesourcery.com>
2951
2952 * elf32-arm.c: Move sysdep.h to start of file.
2953
77ae44b0
AM
29542009-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2955
2956 * elf32-spu.c (spu_elf_find_overlays): Don't use .ovl.init lma as
2957 start of overlays.
2958 (spu_elf_build_stubs): Don't define __icache_tagbase. Define
2959 __icache_tag_array and __icache_tag_array_size.
2960
51408ec2
AM
29612009-05-11 Masaki Muranaka <monaka@monami-software.com>
2962
2963 * elf32-bfin.c (bfin_bfd_reloc_type_lookup): Remove unnecessary
2964 ATTRIBUTE_UNUSED.
2965 (bfinfdpic_link_omit_section_dynsym): Likewise.
2966 (elf32_bfinfdpic_finish_dynamic_sections): Likewise.
2967
2468f9c9
PB
29682009-05-05 Paul Brook <paul@codesourcery.com>
2969
2970 * bfd-in.h (elf32_arm_fix_exidx_coverage): Add prototype.
2971 * bfd-in2.h: Regenerate.
2972 * elf32-arm.c (arm_unwind_edit_type, arm_unwind_table_edit): Define.
2973 (_arm_elf_section_data): Add text and exidx fields.
2974 (add_unwind_table_edit, get_arm_elf_section_data, adjust_exidx_size,
2975 insert_cantunwind_after, elf32_arm_fix_exidx_coverage, offset_prel31,
2976 copy_exidx_entry): New functions.
2977 (elf32_arm_write_section): Fixup .ARM.exidx contents.
2978
738a79f6
CL
29792009-05-05 Christophe lyon <christophe.lyon@st.com>
2980
2981 * elf32-arm.c (DEF_STUBS): New helper define.
2982 (DEF_STUB): Likewise.
2983 (stub_def): New type.
2984 (stub_definitions): New array, containing stub template pointers
2985 and sizes.
2986 (arm_size_one_stub): Make use of stub_definitions.
2987
09e2aba4
DK
29882009-05-04 Dave Korn <dave.korn.cygwin@gmail.com>
2989
2990 * elflink.c (find_version_for_sym): Remove from here, ...
2991 * linker.c (bfd_find_version_for_sym): ... rename, replace
2992 here, make public and update all callers.
2993 * bfd-in2.h: Regenerate.
2994
d8045f23
NC
29952009-04-30 Nick Clifton <nickc@redhat.com>
2996
2997 * elf-bfd.h (struct bfd_elf_section_data): Add indirect_relocs
2998 section pointer.
2999 (struct elf_obj_data): Add has_ifunc_symbols boolean.
3000 * elf.c (swap_out_syms): Convert BSF_GNU_INDIRECT_FUNCTION flags
3001 into a STT_GNU_IFUNC symbol type.
3002 (_bfd_elf_is_function_type): Accept STT_GNU_IFUNC as a function
3003 type.
3004 (_bfd_elf_set_osabi): Set the osasbi field to ELFOSABI_LINUX if
3005 the binary contains ifunc symbols.
3006 * elfcode.h (elf_slurp_symbol_table): Translate the STT_GNU_IFUNC
3007 symbol type into a BSF_GNU_INDIRECT_FUNCTION flag.
3008 * elf32-i386.c (is_indirect_function): New function.
3009 (elf_i386_check_relocs): Create an ifunc output section.
3010 (allocate_dynrelocs): Create dynamic relocs in the ifunc output
3011 section if necessary.
3012 (elf_i386_relocate_section): Emit a reloc against an ifunc symbol
3013 if necessary.
3014 (elf_i386_add_symbol_hook): New function. Set the
3015 has_ifunc_symbols field of the elf_obj_data structure if an ifunc
3016 symbol is encountered.
3017 (elf_backend_post_process_headers): Define.
3018 (elf_backend_add_symbol_hook): Define.
3019 (elf_i386_post_process_headers): Rename to
3020 elf_i388_fbsd_post_process_headers.
3021 * elf64-x86_64.c (IS_X86_64_PCREL_TYPE): New macro.
3022 (is_indirect_function): New function.
3023 (elf64_x86_64_check_relocs): Create an ifunc output section.
3024 (allocate_dynrelocs): Create dynamic relocs in the ifunc output
3025 section if necessary.
3026 (elf64_x86_64_relocate_section): Emit a reloc against an ifunc
3027 symbol if necessary.
3028 (elf_i386_add_symbol_hook): Set the has_ifunc_symbols field of the
3029 elf_obj_data structure if an ifunc symbol is encountered.
3030 (elf_backend_post_process_headers): Define.
3031 * elflink.c (_bfd_elf_adjust_dynamic_symbol): Always create a PLT
3032 if we have ifunc symbols to handle.
3033 (get_ifunc_reloc_section_name): New function. Computes the name
3034 for an ifunc section.
3035 (_bfd_elf_make_ifunc_reloc_section): New function. Creates a
3036 section to hold ifunc relocs.
3037 * syms.c (BSF_GNU_INDIRECT_FUNCTION): Define.
3038 (bfd_print_symbol_vandf): Handle ifunc symbols.
3039 (bfd_decode_symclass): Likewise.
3040 * bfd-in2.h: Regenerate.
3041
96c23d59
JM
30422009-04-30 Joseph Myers <joseph@codesourcery.com>
3043
3044 * elf32-arm.c (elf32_arm_check_relocs): Give errors for absolute
3045 MOVW and MOVT relocations in a shared library link.
3046
c067354b
NC
30472009-04-27 Anthony Green <green@moxielogic.com>
3048
3049 * verilog.c: New file.
3050 * Makefile.am (BFD32_LIBS): Add verilog.c.
3051 (BFD32_LIBS_CFILES): Add verilog.c.
3052 (verilog.lo): New build rule.
3053 * Makefile.in: Rebuilt.
3054 * targets.c: Add verilog support.
3055 * bfd.c (tdata union): Add Verilog private data field.
3056 * bfd-in2.h: Regenerate.
3057
325c681d
L
30582009-04-27 H.J. Lu <hongjiu.lu@intel.com>
3059
3060 * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Don't
3061 copy pe_opthdr.
3062
ba775898
DK
30632009-04-23 Matthias Klose <doko@ubuntu.com>
3064
2e28a5fc 3065 * peXXigen.c (_bfd_XXi_swap_sym_in): Initialize `name'.
ba775898 3066
155d87d7
CL
30672009-04-22 Christophe Lyon <christophe.lyon@st.com>
3068
3069 PR9743
3070 * elf32-arm.c (arm_type_of_stub): Handle R_ARM_THM_JUMP24,
3071 R_ARM_JUMP24 and R_ARM_PLT32 relocations.
3072 (elf32_arm_size_stubs): Likewise.
3073 (record_thumb_to_arm_glue): Deleted unused function.
3074 (bfd_elf32_arm_process_before_allocation): No longer handle
3075 R_ARM_THM_JUMP24, R_ARM_JUMP24 and R_ARM_PLT32 relocations here.
3076 (elf32_arm_final_link_relocate): Handle R_ARM_THM_JUMP24,
3077 R_ARM_JUMP24 and R_ARM_PLT32 relocations.
3078
3e6b1042
DJ
30792009-04-21 Daniel Jacobowitz <dan@codesourcery.com>
3080
3081 * elf32-arm.c (INTERWORK_FLAG): Check BFD_LINKER_CREATED.
3082 (elf32_arm_write_section): Declare early.
3083 (elf32_arm_size_stubs): Skip non-stub sections in the stub BFD.
3084 (arm_allocate_glue_section_space): Exclude empty sections.
3085 (ARM_GLUE_SECTION_FLAGS): Add SEC_LINKER_CREATED.
3086 (bfd_elf32_arm_add_glue_sections_to_bfd): Do not skip the stub
3087 BFD.
3088 (elf32_arm_output_glue_section, elf32_arm_final_link): New.
3089 (elf32_arm_merge_eabi_attributes): Skip the stub BFD.
3090 (elf32_arm_size_dynamic_sections): Allocate interworking
3091 sections here.
3092 (bfd_elf32_bfd_final_link): Define.
3093
4f360784
L
30942009-04-21 H.J. Lu <hongjiu.lu@intel.com>
3095
3096 * coff-ia64.c (COFF_PAGE_SIZE): Changed to 8K.
154a1ee5 3097
4f360784
L
3098 * coffcode.h (coff_compute_section_file_positions): Clear
3099 D_PAGED if PE section alignment is smaller than COFF_PAGE_SIZE.
3100
3101 * libcoff-in.h (pe_tdata): Remove force_minimum_alignment and
3102 force_minimum_alignment.
3103
3104 * libcoff.h: Regenerated.
3105
3106 * pei-ia64.c (PEI_TARGET_SUBSYSTEM): Removed.
3107 (PEI_FORCE_MINIMUM_ALIGNMENT): Likewise.
3108
3109 * peicode.h (pe_mkobject): Don't set force_minimum_alignment
3110 nor target_subsystem.
3111
3112 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't check
3113 force_minimum_alignment nor target_subsystem.
3114
e48570bb
DK
31152009-04-21 Kai Tietz <kai.tietz@onevision.com>
3116
3117 * coff-x86_64.c (PEI_HEADERS): Protect includes.
3118 (bfd_pe_print_pdata): Remove #ifdef PE variation.
3119 * pei-x86_64.c (PEI_HEADERS): Define to prevent double
3120 include in coff-x86_64.c of headers.
3121 (PDATA_ROW_SIZE): New define.
3122 (pex_regs[]): New static array.
3123 (pex64_get_runtime_function): New static function.
3124 (pex64_get_unwind_info): Likewise.
3125 (pex64_get_scope_entry): Likewise.
3126 (pex64_xdata_print_uwd_codes): Likewise.
3127 (pex64_get_section_by_rva): Likewise.
3128 (pex64_dump_xdata): Likewise.
3129 (pex64_bfd_print_pdata): Likewise.
3130 (bfd_pe_print_pdata): Define as pex64_bfd_print_pdata.
3131 * peXXigen.c (_bfd_pex64_print_pdata): Removed implementation.
3132 * libpei.h (_bfd_pex64_print_pdata): Removed declaration.
3133
383c383f 31342009-04-19 Peter O'Gorman <binutils@mlists.thewrittenword.com>
4f360784
L
3135 Alan Modra <amodra@bigpond.net.au>
3136 Dave Korn <dave.korn.cygwin@gmail.com>
383c383f
AM
3137
3138 * peXXigen.c (_bfd_XXi_swap_sym_in): Fix name handling w.r.t
3139 long names and non-NUL-terminated strings.
3140
b6b450f1
L
31412009-04-17 H.J. Lu <hongjiu.lu@intel.com>
3142
3143 * bfd-in2.h: Regenerated.
3144
d9118602
L
31452009-04-17 H.J. Lu <hongjiu.lu@intel.com>
3146
3147 * peXXigen.c (_bfd_XX_print_private_bfd_data_common): Replace
3148 IMAGE_SUBSYSTEM_EFI_ROM with IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER.
3149
92dd4511
L
31502009-04-17 H.J. Lu <hongjiu.lu@intel.com>
3151
3152 PR binutils/10074
3153 * coffcode.h (bfd_pei_p): New.
3154
3155 * config.bfd: Remove bfd_efi_bsdrv_ia32_vec,
3156 bfd_efi_rtdrv_ia32_vec, bfd_efi_bsdrv_x86_64_vec,
3157 bfd_efi_rtdrv_x86_64_vec, bfd_efi_bsdrv_ia64_vec and
3158 bfd_efi_rtdrv_ia64_vec. Replace bfd_efi_app_ia32_vec,
3159 bfd_efi_app_x86_64_vec and bfd_efi_app_ia64_vec with
3160 i386pei_vec, x86_64pei_vec and bfd_pei_ia64_vec, respectively.
3161
3162 * configure.in: Remove bfd_efi_bsdrv_ia32_vec,
3163 bfd_efi_rtdrv_ia32_vec, bfd_efi_bsdrv_x86_64_vec,
3164 bfd_efi_rtdrv_x86_64_vec,
3165 bfd_efi_bsdrv_ia64_vec and bfd_efi_rtdrv_ia64_vec. Replace
3166 bfd_efi_ia64_vec with bfd_pei_ia64_vec.
3167 * targets.c: Likewise.
3168
3169 * configure: Regenerated.
3170 * libcoff.h: Likewise.
3171 * Makefile.in: Likewise.
3172
3173 * efi-app-ia32.c: Removed.
3174 * efi-app-x86_64.c: Likewise.
3175 * efi-bsdrv-ia32.c: Likewise.
3176 * efi-bsdrv-ia64.c: Likewise.
3177 * efi-bsdrv-x86_64.c: Likewise.
3178 * efi-rtdrv-ia32.c: Likewise.
3179 * efi-rtdrv-ia64.c: Likewise.
3180 * efi-rtdrv-x86_64.c: Likewise.
3181 * efi-rtdrv-ia32.c: Likewise.
3182
3183 * efi-app-ia64.c: Moved to ...
3184 * pei-ia64.c: This.
3185 (TARGET_SYM): Set to bfd_pei_ia64_vec.
3186 (TARGET_NAME): Set to pei-ia64.
3187
3188 * libpei.h (bfd_target_pei_p): Removed.
3189 (bfd_target_pei_arch): Likewise.
3190 (bfd_target_efi_app_p): Likewise.
3191 (bfd_target_efi_app_arch): Likewise.
3192 (bfd_target_efi_bsdrv_p): Likewise.
3193 (bfd_target_efi_bsdrv_arch): Likewise.
3194 (bfd_target_efi_rtdrv_p): Likewise.
3195 (bfd_target_efi_rtdrv_arch): Likewise.
3196 (bfd_pe_executable_p): Likewise.
3197
3198 * Makefile.am (BFD32_BACKENDS): Remove efi-app-ia32.lo,
3199 efi-bsdrv-ia32.lo and efi-rtdrv-ia32.lo.
3200 (BFD32_BACKENDS_CFILES): Remove efi-app-ia32.c, efi-bsdrv-ia32.c
3201 and efi-rtdrv-ia32.c.
3202 (BFD64_BACKENDS): Remove efi-app-ia64.lo, efi-bsdrv-ia64.lo,
3203 efi-rtdrv-ia64.lo, efi-app-x86_64.lo, efi-bsdrv-x86_64.lo and
3204 efi-rtdrv-x86_64.lo. Add pei-ia64.lo.
3205 (BFD64_BACKENDS_CFILES): Remove efi-app-ia64.c, efi-bsdrv-ia64.c,
3206 efi-rtdrv-ia64.c, efi-app-x86_64.c, efi-bsdrv-x86_64.c and
3207 efi-rtdrv-x86_64.c. Add pei-ia64.c.
3208 (efi-app-ia64.lo): Removed.
3209 (efi-bsdrv-ia32.lo): Likewise.
3210 (efi-rtdrv-ia32.lo): Likewise.
3211 (efi-app-ia64.lo): Likewise.
3212 (efi-bsdrv-ia64.lo): Likewise.
3213 (efi-rtdrv-ia64.lo): Likewise.
3214 (efi-app-x86_64.lo): Likewise.
3215 (efi-bsdrv-x86_64.lo): Likewise.
3216 (efi-rtdrv-x86_64.lo): Likewise.
3217 (pei-ia64.lo): New.
3218
3219 * peicode.h (coff_swap_scnhdr_in): Replace bfd_pe_executable_p
3220 with bfd_pei_p.
3221 (arch_type): Removed.
3222 (pe_arch): Likewise.
3223 (pe_bfd_object_p): Just return coff_object_p.
3224
3225 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Replace
3226 bfd_pe_executable_p with bfd_pei_p.
3227
69c5861e
CL
32282009-04-17 Christophe Lyon <christophe.lyon@st.com>
3229
3230 * elf32-arm.c (elf32_arm_size_stubs): Handle long branches through
3231 PLT entries to an undefined symbol when generating a shared
3232 library.
3233
e9cd0660
NC
32342009-04-17 Nick Clifton <nickc@redhat.com>
3235
3236 PR 9909
3237 * coffcode.h (handle_COMDAT): Allow for external COMDAT symbols.
3238
3023e3f6
RS
32392009-04-16 Richard Sandiford <r.sandiford@uk.ibm.com>
3240
3241 * aout-adobe.c (aout_32_bfd_define_common_symbol): Define.
3242 * aout-target.h (MY_bfd_define_common_symbol): Likewise.
3243 * aout-tic30.c (MY_bfd_define_common_symbol): Likewise.
3244 * binary.c (binary_bfd_define_common_symbol): Likewise.
3245 * bout.c (b_out_bfd_define_common_symbol): Likewise.
3246 * coff-alpha.c (_bfd_ecoff_bfd_define_common_symbol): Likewise.
3247 * coff-mips.c (_bfd_ecoff_bfd_define_common_symbol): Likewise.
3248 * coffcode.h (coff_bfd_define_common_symbol): Likewise.
3249 * elfxx-target.h (bfd_elfNN_bfd_define_common_symbol): Likewise.
3250 * i386msdos.c (msdos_bfd_define_common_symbol): Likewise.
3251 * i386os9k.c (os9k_bfd_define_common_symbol): Likewise.
3252 * ieee.c (ieee_bfd_define_common_symbol): Likewise.
3253 * ihex.c (ihex_bfd_define_common_symbol): Likewise.
3254 * libbfd-in.h (_bfd_nolink_bfd_define_common_symbol): Likewise.
3255 * mach-o.c (bfd_mach_o_bfd_define_common_symbol): Likewise.
3256 * mmo.c (mmo_bfd_define_common_symbol): Likewise.
3257 * nlm-target.h (nlm_bfd_define_common_symbol): Likewise.
3258 * oasys.c (oasys_bfd_define_common_symbol): Likewise.
3259 * pef.c (bfd_pef_bfd_define_common_symbol): Likewise.
3260 * ppcboot.c (ppcboot_bfd_define_common_symbol): Likewise.
3261 * som.c (som_bfd_define_common_symbol): Likewise.
3262 * srec.c (srec_bfd_define_common_symbol): Likewise.
3263 * tekhex.c (tekhex_bfd_define_common_symbol): Likewise.
3264 * versados.c (versados_bfd_define_common_symbol): Likewise.
3265 * vms.c (vms_bfd_define_common_symbol): Likewise.
3266 * xcoff-target.h (_bfd_xcoff_bfd_define_common_symbol): Likewise.
3267 * xsym.c (bfd_sym_bfd_define_common_symbol): Likewise.
3268 * coff-rs6000.c (rs6000coff_vec): Add _bfd_xcoff_define_common_symbol.
3269 (pmac_xcoff_vec): Likewise.
3270 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
3271 (aix5coff64_vec): Likewise.
3272 * linker.c (bfd_generic_define_common_symbol): New function.
3273 * targets.c (BFD_JUMP_TABLE_LINK): Add NAME##_bfd_define_common_symbol.
3274 (_bfd_define_common_symbol): New field.
3275 * libcoff-in.h (_bfd_xcoff_define_common_symbol): Declare.
3276 * xcofflink.c (_bfd_xcoff_define_common_symbol): New function.
3277 (xcoff_build_ldsyms): Don't set XCOFF_DEF_REGULAR for common
3278 symbols here.
3279 * bfd-in2.h: Regenerate.
3280 * libbfd.h: Likewise.
3281 * libcoff.h: Likewise.
3282
20135e4c
NC
32832009-04-15 Anthony Green <green@moxielogic.com>
3284
3285 * targets.c: Add moxie support.
3286 * Makefile.am: Ditto.
3287 * Makefile.in: Rebuilt.
3288 * cpu-moxie.c, elf32-moxie.c: New files.
3289 * archures.c: Add moxie support.
3290 * configure.in: Add moxie support.
3291 * configure: Rebuilt.
3292 * config.bfd, archures.c: Add moxie support.
3293 * bfd-in2.h: Rebuilt.
3294
82b5c97a
CL
32952009-04-15 Christophe Lyon <christophe.lyon@st.com>
3296
3297 * elf32-arm.c (elf32_arm_final_link_relocate): Don't convert ARM
3298 branch to an undef weak symbol into a jump to next instruction if
3299 a PLT entry will be created.
3300
0408dee6
DK
33012009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
3302
3303 * coffgen.c (make_a_section_from_file): Set the backend long
3304 section names enable if long section names found on input.
3305 * coffcode.h: Extend long section names documentation to match.
3306
a0c402a5
L
33072009-04-08 H.J. Lu <hongjiu.lu@intel.com>
3308
3309 * elflink.c (elf_link_add_object_symbols): Warn alternate ELF
3310 machine code.
3311
4d28413b
DD
33122009-04-07 DJ Delorie <dj@redhat.com>
3313
3314 * archures.c: Add bfd_mach_mep_c5.
3315 * bfd-in2.h: Likewise.
3316 * cpu-mep.c: Add bfd_c5_arch.
3317 * elf32-mep.c: Support it.
3318
bb6198d2
L
33192009-04-07 H.J. Lu <hongjiu.lu@intel.com>
3320
3321 * elflink.c (_bfd_elf_section_already_linked): Add `\n' for
3322 info->callbacks->einfo.
3323 * linker.c (_bfd_generic_section_already_linked): Likewise.
3324
bcb012d3
DD
33252009-04-06 DJ Delorie <dj@redhat.com>
3326
3327 * elf32-h8300.c (elf32_h8_relax_section): Relax MOVA opcodes.
3328
db1fe6e9
L
33292009-04-06 H.J. Lu <hongjiu.lu@intel.com>
3330
3331 * coff-x86_64.c (bfd_pe_print_pdata): Defined to
3332 _bfd_pex64_print_pdata only if PE is defined.
3333
3334 * libpei.h (_bfd_pep_print_x64_pdata): Renamed to ...
3335 (_bfd_pex64_print_pdata): This.
3336
3337 * peXXigen.c (_bfd_pep_print_x64_pdata): Renamed to ...
3338 (_bfd_pex64_print_pdata): This. Defined only if COFF_WITH_pex64
3339 is defined.
3340
c7c7219d
KT
33412009-04-05 Kai Tietz <kai.tietz@onevision.com>
3342
3343 * coff-x86_64.c (bfd_pe_print_pdata): Define as
3344 _bfd_pep_print_x64_pdata.
3345 * libpei.h (_bfd_pep_print_x64_pdata): Add prototype.
3346 * peXXigen.c (_bfd_pep_print_x64_pdata): New.
3347
3df502ae
SA
33482009-04-02 Sterling Augustine <sterling@jaw.hq.tensilica.com>
3349
154a1ee5 3350 * elf32-xtensa.c (relax_property_section): Always set r_offset
3df502ae
SA
3351 to zero.
3352
d3626fb0
CL
33532009-04-02 Christophe Lyon <christophe.lyon@st.com>
3354
3355 * elf32-arm.c (elf32_arm_stub_long_branch_v4t_thumb_thumb,
3356 elf32_arm_stub_long_branch_v4t_thumb_thumb_pic): Two new long
3357 branch stubs.
3358 (elf32_arm_stub_type): New enum values for the two new stubs.
3359 (arm_type_of_stub): Make use of the two new stubs.
3360 (arm_size_one_stub): Handle the two new stubs.
3361
fe723c87
MT
33622009-04-01 Matt Thomas <matt@netbsd.org>
3363
3364 * elf32-vax.c (elf_vax_check_relocs): Do not put relocations against
3365 hidden symbols into the GOT or PLT.GOT.
154a1ee5 3366 (elf_vax_relocate_section): Do not emit a PCREL reloc
fe723c87
MT
3367 into a shared object if it is against a hidden symbol.
3368
ee698300
RS
33692009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
3370
3371 * xcofflink.c (xcoff_archive_info): Add contains_shared_object_p
3372 and know_contains_shared_object_p.
3373 (xcoff_archive_contains_shared_object_p): Add an "info" parameter.
3374 Cache the result in the archive_info table.
3375 (xcoff_auto_export_p): Add an "info" parameter and update the
3376 call to xcoff_archive_contains_shared_object_p.
3377 (xcoff_mark_auto_exports): Update accordingly.
3378 (xcoff_post_gc_symbol): Likewise.
3379
54e2dbe0
RS
33802009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
3381
3382 * xcofflink.c (bfd_link_input_bfd): Treat __rtinit as C_HIDEXT
3383 rather than C_EXT.
3384
2e470849
RS
33852009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
3386
3387 * coff-rs6000.c (member_layout): New structure.
3388 (archive_iterator): Likewise.
3389 (member_layout_init): New function.
3390 (archive_iterator_begin): Likewise.
3391 (archive_iterator_next): Likewise.
3392 (xcoff_write_armap_old): Use the new iterator functions.
3393 (do_shared_object_padding): Delete.
3394 (xcoff_write_armap_big): Use the new iterator functions. Simplify
3395 handling of arch_info.
3396 (xcoff_write_archive_contents_old): Allocate arelt_data in the
3397 first loop rather than the second. Allocate a member header if
3398 there isn't one, then work out the stat information and length
3399 in the first loop too. Use the new iterators for the second loop.
3400 (xcoff_write_archive_contents_big): Likewise.
3401
24c611d1
RS
34022009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
3403
3404 * bfd-in.h (bfd_xcoff_split_import_path): Declare.
3405 (bfd_xcoff_set_archive_import_path): Likewise.
3406 * bfd-in2.h: Regenerate.
3407 * xcofflink.c: Include libiberty.h.
3408 (xcoff_archive_info): New structure.
3409 (xcoff_archive_info_hash): New function.
3410 (xcoff_archive_info_eq): Likewise.
3411 (xcoff_get_archive_info): Likewise.
3412 (_bfd_xcoff_bfd_link_hash_table_create): Initialize archive_info.
3413 (bfd_xcoff_split_import_path): New function.
3414 (bfd_xcoff_set_archive_import_path): Likewise.
3415 (xcoff_set_import_path): Move earlier in file.
3416 (xcoff_link_add_dynamic_symbols): Set the import path of a non-archive
3417 object to the the directory part of the bfd's filename. Get the
3418 import path and filename of an archive object from the archive's
3419 xcoff_tdata, initializing it if necessary. Update use of
3420 import_file_id.
3421 (bfd_link_input_bfd): Update use of import_file_id.
3422 (xcoff_write_global_symbol): Likewise.
3423
d286971a
RS
34242009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
3425
3426 * xcofflink.c (xcoff_link_hash_table): Moved from include/coff/xcoff.h.
3427
34282009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
3429
3430 * xcofflink.c (xcoff_link_create_extra_sections): Don't create
3431 a .loader section for relocatable links.
3432 (xcoff_need_ldrel_p): New function.
3433 (xcoff_mark): Use it.
3434 (bfd_xcoff_link_count_reloc): Only count loader relocs if there's
3435 a loader section.
3436 (xcoff_build_ldsym): New function, split out from...
3437 (xcoff_build_ldsyms): ...here. Rename to...
3438 (xcoff_post_gc_symbol): ...this. Only export symbols, and only
3439 call xcoff_build_ldsym, if there's a loader section.
3440 (xcoff_build_loader_section): New function, extracted verbatim from...
3441 (bfd_xcoff_size_dynamic_sections): ...here. Only call it if
3442 there's a loader section. Only add an __rtinit loader symbol
3443 if there's a loader section. Update after above name change.
3444 (xcoff_symbol_section, xcoff_create_ldrel): New functions.
3445 (bfd_link_input_bfd): Use xcoff_need_ldrel_p, xcoff_symbol_section
3446 and xcoff_create_ldrel.
3447 (xcoff_write_global_symbol): Use xcoff_create_ldrel.
3448 (xcoff_reloc_link_order): Likewise, but only call it if there's
3449 a loader section. Use xcoff_symbol_section.
3450 (_bfd_xcoff_bfd_final_link): Only use fdinfo.ldrel and fdinfo.ldsym
3451 if there's a loader section.
3452
8707bb87
RS
34532009-04-01 Richard Sandiford <rdsandiford@googlemail.com>
3454
3455 * xcofflink.c (bfd_link_input_bfd): Fix buffer overrun.
3456
e780aef2
CL
34572009-04-01 Christophe Lyon <christophe.lyon@st.com>
3458
3459 * elf32-arm.c (group_sections): Rewrite loops for better
3460 readability.
3461
c301e700
DD
34622009-03-30 DJ Delorie <dj@redhat.com>
3463
3464 * elflink.c (elf_link_input_bfd): Don't try to resolve complex
3465 relocs when doing a relocatable link.
3466
3895f852
MM
34672009-03-28 Mark Mitchell <mark@codesourcery.com>
3468
3469 * coff-arm.c (coff_arm_merge_private_bfd_data): Use "error:", not
3470 "ERROR:", in error messages.
3471 * cpu-arm.c (bfd_arm_merge_machines): Likewise.
3472 * elf-attrs.c (_bfd_elf_merge_object_attributes): Likewise.
3473 * elf32-arm.c (tag_cpu_arch_combine): Likewise.
3474 (elf32_arm_merge_eabi_attributes): Likewise.
3475 (elf32_arm_merge_private_bfd_data): Likewise.
3476
ea882e87
NC
34772009-03-27 Nick Clifton <nickc@redhat.com>
3478
3479 * section.c (bfd_get_section_contents): Detect and handle the case
3480 where a section has the SEC_IN_MEMORY flag set but no actual
3481 contents allocated.
3482
9433b9b1
AM
34832009-03-26 Alan Modra <amodra@bigpond.net.au>
3484
3485 PR 6494
3486 * elf.c (copy_elf_program_header): Do not check that PT_GNU_RELRO
3487 p_filesz and p_memsz are equal. Use p_memsz as the segment size.
3488 (assign_file_positions_for_non_load_sections): Zap PT_GNU_RELRO
3489 if we don't find matching PT_LOAD when copying.
3490
dc1aa734
SR
34912009-03-25 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3492
3493 * elf32-crx.c (crx_elf_howto_table): Zero the src_mask field of
3494 the reloc descriptions.
3495
34d3d6b9
HPN
34962009-03-25 Hans-Peter Nilsson <hp@axis.com>
3497
3498 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
3499 <R_CRIS_16_GOT_GD, case R_CRIS_32_GOT_GD>: Handle COMMON symbols.
3500 <case R_CRIS_16_TPREL, R_CRIS_32_TPREL>: Ditto.
3501
34274ccc
L
35022009-03-24 H.J. Lu <hongjiu.lu@intel.com>
3503
3504 * cpu-i386.c (bfd_x86_64_arch_intel_syntax): Make it static.
3505 (bfd_i386_arch_intel_syntax): Likewise.
3506 (i8086_arch): Likewise.
3507 (bfd_x86_64_arch): Likewise.
3508
019c5a2e
HPN
35092009-03-24 Hans-Peter Nilsson <hp@axis.com>
3510
6718f446
HPN
3511 * elf32-cris.c (cris_elf_relocate_section): <case
3512 R_CRIS_16_DTPREL, R_CRIS_32_DTPREL>: Allow use of non-local
3513 symbols for non-allocated sections. Don't check whether to
3514 generate R_CRIS_DTPMOD for non-allocated sections.
3515 (cris_elf_gc_sweep_hook) <case R_CRIS_32_DTPREL>: Don't
3516 handle relocation GC:ing if applied to non-allocated section.
3517 (cris_elf_check_relocs): Similar.
3518
019c5a2e
HPN
3519 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
3520 <R_CRIS_16_GOT_GD, R_CRIS_32_GOT_GD>: Don't include the TLS size
3521 when emitting a known TP offset in the GOT.
3522
ffcfec52
AM
35232009-03-23 Alan Modra <amodra@bigpond.net.au>
3524
3525 * elf64-ppc.c (synthetic_opd): Delete.
3526 (compare_symbols): Look for .opd name rather than section match.
3527 (ppc64_elf_get_synthetic_symtab): Likewise.
3528
c6dd29ce
AM
35292009-03-21 Alan Modra <amodra@bigpond.net.au>
3530
3531 * elf32-ppc.c (is_pic_glink_stub): Delete.
3532 (is_nonpic_glink_stub): New function.
3533 (ppc_elf_get_synthetic_symtab): Check for last non-pic stub rather
3534 than first pic one.
3535 (struct ppc_elf_link_hash_table <glink_pltresolve>): Comment fix.
3536
8c21ca21
AK
35372009-03-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
3538 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3539
3540 * elf32-s390.c (elf_s390_check_relocs): Use the SYMBOL_*
4f360784 3541 macros for visibilty and locality checks.
8c21ca21
AK
3542 (elf_s390_adjust_dynamic_symbol): Likewise.
3543 (allocate_dynrelocs): Likewise.
3544 (elf_s390_relocate_section): Likewise.
3545 (elf_s390_finish_dynamic_symbol): Likewise.
3546 * elf64-s390.c (elf_s390_check_relocs): Likewise.
3547 (elf_s390_adjust_dynamic_symbol): Likewise.
3548 (allocate_dynrelocs): Likewise.
3549 (elf_s390_relocate_section): Likewise.
3550 (elf_s390_finish_dynamic_symbol): Likewise.
3551
156621f3
KT
35522009-03-19 Kai Tietz <kai.tietz@onevision.com>
3553
3554 * bfd-in2.h: Regenerated.
3555 * coffcode.h (sec_to_styp_flags): For pe-coff add SEC_READONLY
3556 for debugging sections and map memory read/write dependent on
3557 SEC_COFF_NOREAD.
3558 (styp_to_sec_flags): Set SEC_COFF_NOREAD for sections
3559 without memory read flags set.
3560 * section.c: Add SEC_COFF_NOREAD to section flags.
3561
d1fa68d3
AS
35622009-03-19 Andreas Schwab <schwab@linux-m68k.org>
3563
3564 * elf32-hppa.c (final_link_relocate): Cast bfd_vma values to long
3565 for format string.
3566
ad2adbc8
AM
35672009-03-19 Alan Modra <amodra@bigpond.net.au>
3568
3569 * elf32-spu.c (spu_elf_find_overlays): Separate error return from
3570 "no overlays" return. If there are overlays, create overlay
3571 manager entry symbols here, so that..
3572 (spu_elf_build_stubs): ..we don't need to set them up here.
3573 Simplify entry symbol tests.
3574 * elf32-spu.h (spu_elf_find_overlays): Update prototype.
3575
67cc5033
MK
35762009-03-18 Mark Kettenis <kettenis@gnu.org>
3577
d1fa68d3 3578 * elf.c (elfcore_grok_openbsd_procinfo)
67cc5033
MK
3579 (elfcore_grok_openbsd_note): New functions.
3580 (elf_parse_notes): Handle notes from OpenBSD ELF core files.
3581
8d25cc3d
AM
35822009-03-18 Alan Modra <amodra@bigpond.net.au>
3583
3889c459 3584 * vms-hdr.c: Don't include alloca.h.
8d25cc3d
AM
3585 * elf32-m68hc1x.c: Include alloca-conf.h.
3586 * xsym.c: Likewise.
3587 * elf64-hppa.c: Likewise. Remove existing #if's handling alloca.
3588 * som.c: Likewise.
3589 * Makefile.am: Run "make dep-am".
3590 * Makefile.in: Regenerate.
3591
a89e6478
DJ
35922009-03-17 Daniel Jacobowitz <dan@codesourcery.com>
3593
3594 * elf32-arm.c (elf32_arm_check_relocs): Correct symbian_p test.
3595
a7e11ee1
AM
35962009-03-17 Alan Modra <amodra@bigpond.net.au>
3597
3598 * elf32-spu.h (struct spu_elf_params): ovly_flavour now only 1 bit.
3599 Add compact_stub.
3600 (emum _ovly_flavour): Delete ovly_compact, ovly_none.
3601 * elf32-spu.c (struct spu_link_hash_table): Replace ovly_load and
3602 ovly_return fields with ovly_entry[2]. Adjust all users.
3603 (spu_elf_find_overlays): Set ovly_entry[1] from __icache_call_handler
3604 when soft-icache.
3605 (spu_elf_build_stubs): Likewise.
3606 (ovl_stub_size): Change arg to spu_elf_params pointer. Adjust for
3607 ovly_flavour changes. Update all callers.
3608 (ovl_stub_size_log2): New function.
3609 (build_stub): Handle compact icache stubs. Use different manager
3610 entry point for stubs in non-icache area.
3611 (spu_elf_size_stubs): Don't allocate space for indirect branch
3612 descriptors.
3613 (spu_elf_build_stubs): And don't built them.
3614
607a83c9
AS
36152009-03-16 Andrew Stubbs <ams@codesourcery.com>
3616
3617 * dwarf2.c (read_section): Always use rawsize, if available.
3618
588f62fc
AM
36192009-03-16 Alan Modra <amodra@bigpond.net.au>
3620
3621 * simple.c (bfd_simple_get_relocated_section_contents): Use larger
3622 of rawsize and size for buffer.
3623
a14c90c1
UW
36242009-03-15 Ulrich Weigand <uweigand@de.ibm.com>
3625
3626 * elf32-spu.c (spu_elf_check_vma): Do not reset auto_overlay
3627 parameter just because fixed sections fit into local store.
3628 (spu_elf_auto_overlay): Do not declare as "noreturn". Skip
3629 generating overlays if fixed sections plus reserved stack
3630 and heap space fit into local store.
3631
30c665df
AM
36322009-03-15 Alan Modra <amodra@bigpond.net.au>
3633
3634 * elf32-spu.c (build_stub): Correct icache set_id.
3635 (spu_elf_relocate_section): Likewise.
3636
f95942a3
RS
36372009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3638
3639 * xcofflink.c (xcoff_link_check_archive_element): Only free the
3640 symbol table if it was created by the current call.
3641
670562e9
RS
36422009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3643
3644 * xcofflink.c (xcoff_build_ldsyms): Give imported descriptors
3645 class XMC_DS rather than XMC_UA.
3646
b64232cc
RS
36472009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3648
3649 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Replace the
3650 bfd_boolean export_defineds parameter with an unsigned int
3651 auto_export_flags parameter.
3652 * bfd-in2.h: Regenerate.
3653 * xcofflink.c (xcoff_archive_contains_shared_object_p): New function,
3654 split out from xcoff_build_ldsyms.
3655 (xcoff_covered_by_expall_p): New function.
3656 (xcoff_auto_export_p): New function, split out from xcoff_build_ldsyms
3657 but with extra code to handle -bexpfull and -bexpall.
3658 (xcoff_mark_auto_exports): New function.
3659 (xcoff_build_ldsyms): Use xcoff_auto_export_p to decide whether
3660 a function should be automatically exported.
3661 (bfd_xcoff_size_dynamic_sections): Replace the export_defineds
3662 parameter with an auto_export_flags parameter. Update ldinfo
3663 accordingly. Use xcoff_mark_auto_exports to mark all automatically-
3664 exported symbols.
3665
7d504122
RS
36662009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3667
3668 * xcofflink.c (xcoff_mark_symbol_by_name): New function.
3669 (bfd_xcoff_size_dynamic_sections): Use it to mark the entry,
3670 init and fini functions. Do garbage collection for objects
3671 without an entry point too.
3672
8602d4fe
RS
36732009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3674
3675 * coffcode.h (coff_pointerize_aux_hook): Update CSECT_SYM_P to
3676 check whether a symbol has csect information.
3677 (coff_print_aux): Likewise.
3678 * coff-rs6000.c (_bfd_xcoff_swap_aux_in): Handle auxillary csect
3679 information for C_AIX_WEAKEXT too.
3680 (_bfd_xcoff_swap_aux_out): Likewise.
3681 (xcoff_reloc_type_br): Handle defweak symbols too.
3682 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Handle auxillary csect
3683 information for C_AIX_WEAKEXT too.
3684 (_bfd_xcoff64_swap_aux_out): Likewise.
3685 (xcoff64_reloc_type_br): Handle defweak symbols too.
3686 * coffgen.c (coff_print_symbol): Handle auxillary function
3687 information for C_AIX_WEAKEXT too.
3688 * xcofflink.c (_bfd_xcoff_canonicalize_dynamic_symtab): Set BSF_WEAK
3689 instead of BSF_GLOBAL if the L_WEAK flag is set.
3690 (xcoff_dynamic_definition_p): New function.
3691 (xcoff_link_add_dynamic_symbols): Use it to decide whether ldsym
3692 defines h. Don't change h if ldsym isn't the definition. Otherwise,
3693 always take the symbol class from the ldsym. Use weak bfd symbol
3694 types for weak ldsyms.
3695 (xcoff_link_add_symbols): Use CSECT_SYM_P and EXTERN_SYM_P.
3696 Fix the check for whether a definition is from a shared object.
3697 Allow redefinitions of weak symbols.
3698 (xcoff_link_check_ar_symbols): Use EXTERN_SYM_P.
3699 (xcoff_keep_symbol_p): Likewise.
3700 (bfd_xcoff_size_dynamic_sections): Use CSECT_SYM_P.
3701 (xcoff_link_input_bfd): Use CSECT_SYM_P and EXTERN_SYM_P.
3702 Add .loader entries for C_AIX_WEAKEXT as well as C_EXT symbols,
3703 but mark them as L_WEAK.
3704 (xcoff_write_global_symbol): Treat weak symbols as C_AIX_WEAKEXT
3705 instead of C_EXT if C_AIX_WEAKEXT == C_WEAKEXT.
3706
5b49f6dc
RS
37072009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3708
3709 * xcofflink.c (xcoff_mark): When walking the relocations,
3710 only mark the target symbol or the target section, not both.
3711 (xcoff_final_definition_p): New function.
3712 (xcoff_keep_symbol_p): Use it to check whether an external XCOFF
3713 symbol is a valid definition of the associated output symbol.
3714 Use XCOFF_ALLOCATED to stop the same hash table entry having
3715 two output symbols.
3716 (bfd_xcoff_size_dynamic_sections): Set XCOFF_ALLOCATED when
3717 keeping a symbol.
3718 (xcoff_link_input_bfd): Use xcoff_final_definition_p.
3719
c4037431
RS
37202009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3721
3722 * xcofflink.c (bfd_xcoff_import_symbol): Treat imported absolute
3723 symbols as XMC_XO.
3724
3df13c4a
RS
37252009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3726
3727 * libcoff-in.h (xcoff_tdata): Add a lineno_counts field.
3728 * libcoff.h: Regenerate.
3729 * xcofflink.c (xcoff_link_add_symbols): Record per-symbol
3730 line-number counts in the bfd's lineno_counts field.
3731 Don't keep per-csect line-number counts.
3732 (xcoff_sweep): Don't update per-csect line-number counts.
3733 (bfd_xcoff_size_dynamic_sections): Count the number of line-number
3734 entries in each output section.
3735 (xcoff_link_input_bfd): Get the number of line numbers from
3736 the bfd's lineno_counts field, rather than recalculating it
3737 from scratch. Fix the range check when updating C_BINCL and
3738 C_EINCL symbols.
3739 (_bfd_xcoff_bfd_final_link): Don't count the output line numbers
3740 here. Don't expect csects to have line-number counts.
3741
e450936a
RS
37422009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3743
3744 * libcoff-in.h (xcoff_tdata): Change debug_indices to a signed long.
3745 * libcoff.h: Regenerate.
3746 * xcofflink.c (xcoff_keep_symbol_p): New function, using the
3747 "skip" logic from xcoff_link_input_bfd.
3748 (bfd_xcoff_size_dynamic_sections): Explicitly skip dynamic
3749 objects in a dynamic link, rather than checking whether csectpp
3750 is null. Always allocate debug_index for other objects,
3751 and always go through the loop. Update the type of debug_index
3752 after the change above. Read the auxillary csect information
3753 and use xcoff_keep_symbol_p to decide whether a symbol should
3754 be kept. Set its debug_index to -2 if not.
3755 (xcoff_link_input_bfd): Update the type of debug_index after
3756 the change above and always expect it to be nonnull. Use it to
3757 test whether a symbol should be stripped, rather than making the
3758 decision here. Postpone all symbol creation to the second pass.
3759
47dfb2ca
RS
37602009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3761
3762 * xcofflink.c: (xcoff_mark_symbol): Mark the TOC section when
3763 creating a descriptor.
3764 (xcoff_sweep): Don't mark toc_section unless it's needed.
3765 (bfd_xcoff_size_dynamic_sections): Skip the toc_section
3766 when marking every bfd.
3767 (xcoff_link_input_bfd): Skip all TOC anchors.
3768 (xcoff_toc_section_p, xcoff_find_tc0): New functions.
3769 (_bfd_xcoff_bfd_final_link): Don't set the output bfd's TOC anchor
3770 to -1; call xcoff_find_tc0 instead.
3771
4cc02a02
RS
37722009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3773
3774 * libcoff-in.h (xcoff_section_tdata): Update commentary.
3775 * libcoff.h: Regenerate.
3776 * xcofflink.c (xcoff_link_add_symbols): Set the csect of XTY_ER
3777 symbols to bfd_und_section_ptr or bfd_abs_section_ptr, rather than
3778 the previous symbol's csect. Treat last_symndx as an inclusive value
3779 and simplify its handling.
3780 (xcoff_mark): Treat last_symndx as an inclusive value. Only mark
3781 symbols with the right csect. Don't mark rsec when processing
d1fa68d3 3782 relocations against undefined or absolute sections.
4cc02a02
RS
3783 (bfd_xcoff_size_dynamic_sections): Don't check the SEC_MARK flag
3784 of bfd_und_section_ptr.
3785 (xcoff_link_input_bfd): Likewise.
3786
858ef0ce
RS
37872009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3788
3789 * coff-rs6000.c (xcoff_ppc_relocate_section): Report relocations
3790 against undefined symbols if the symbol's XCOFF_WAS_UNDEFINED
3791 flag is set. Assert that all undefined symbols are either
3792 imported or defined by a dynamic object.
3793 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Likewise.
3794 * xcofflink.c (xcoff_link_add_symbols): Extend function-symbol
3795 handling to all relocations. Only set XCOFF_CALLED for function
3796 symbols.
3797 (xcoff_find_function): New function, split out from...
3798 (bfd_xcoff_export_symbol) ...here.
3799 (xcoff_set_import_path): New function, split out from...
3800 (bfd_xcoff_import_symbol): ...here. Remove assertion for old
3801 meaning of XCOFF_CALLED.
3802 (xcoff_mark_symbol): If we mark an undefined and unimported
3803 symbol, find some way of defining it. If the symbol is a function
3804 descriptor, fill in its definition automatically. If the symbol
3805 is a function, mark its descriptor and allocate room for global
3806 linkage code. Otherwise mark the symbol as implicitly imported.
3807 Move the code for creating function descriptors from...
d1fa68d3 3808 (xcoff_build_ldsyms): ...here. Use XCOFF_WAS_UNDEFINED to
858ef0ce
RS
3809 check for symbols that were implicitly defined.
3810 (xcoff_mark): Don't count any dynamic relocations against
3811 function symbols.
3812 (bfd_xcoff_size_dynamic_sections): Save the rtld parameter
3813 in the xcoff link info.
3814 (xcoff_link_input_bfd): Remove handling of undefined and
3815 unexported symbols.
3816
12b2cce9
RS
38172009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3818
3819 * coff-rs6000.c (xcoff_reloc_type_br): Make the branch absolute
3820 if the target is absolute. Fix comment typo.
3821 (xcoff_ppc_relocate_section): Remove FIXME.
3822 * coff64-rs6000.c (xcoff64_reloc_type_br): Make the branch absolute
3823 if the target is absolute.
3824
0e3212ad
RS
38252009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3826
3827 * xcofflink.c (xcoff_mark, xcoff_link_input_bfd): Don't copy
3828 R_POS and R_NEG relocations against absolute symbols to the
3829 .loader section.
3830
d19d97e9
RS
38312009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3832
3833 * coff64-rs6000.c (xcoff64_write_object_contents): Set the cputype
3834 to 2 for bfd_mach_ppc_620.
3835
e5231592
RS
38362009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3837
3838 * config.bfd: Treat AIX 6+ in the same way as AIX 5.
3839 * configure.in: Likewise.
3840 * configure: Regenerate.
3841
3516e984
L
38422009-03-13 H.J. Lu <hongjiu.lu@intel.com>
3843
3844 PR binutils/9945
3845 * elf.c (assign_section_numbers): Generate symbol table if there
3846 is any relocation in output.
3847 (_bfd_elf_compute_section_file_positions): Likewise.
3848
ce98a316
NC
38492009-03-13 Nick Clifton <nickc@redhat.com>
3850
3851 PR 9934
3852 * elf-bfd.h (NUM_SHDR_ENTRIES): Cope with an empty section.
3853 * elflink.c (elf_link_read_relocs_from_section): Use
3854 NUM_SHDR_ENTRIES. Gracefully handle the case where there are
3855 relocs but no symbol table.
3856 * elf32-arm.c (elf32_arm_check_relocs): Likewise.
3857
c4fb387b
L
38582009-03-12 H.J. Lu <hongjiu.lu@intel.com>
3859
3860 PR ld/9938
3861 * elf32-i386.c (elf_i386_check_tls_transition): Use strncmp
3862 to check ___tls_get_addr.
3863
3864 * elf64-x86-64.c (elf64_x86_64_check_tls_transition): Use
3865 strncmp to check __tls_get_addr.
3866
53638231
AS
38672009-03-12 Andrew Stubbs <ams@codesourcery.com>
3868
3869 * dwarf2.c (read_section): Always check the offset, even when the
3870 section has been read before.
3871
09e8c3bf
L
38722009-03-11 H.J. Lu <hongjiu.lu@intel.com>
3873
3874 * elf32-i386.c (elf_i386_check_tls_transition): Fix a typo in
3875 comments.
3876
36e4dce6
CD
38772009-03-11 Chris Demetriou <cgd@google.com>
3878
3879 * bfd.c (BFD_DETERMINISTIC_OUTPUT): New flag.
3880 * bfd-in2.h: Regenerate.
3881 * archive.c (bfd_ar_hdr_from_filesystem): If BFD_DETERMINISTIC_OUTPUT
3882 flag is set, use 0 for uid, gid, and timestamp, and use 0644 for file
3883 mode.
3884 (bsd_write_armap): Likewise.
3885 (_bfd_archive_bsd_update_armap_timestamp): If BFD_DETERMINISTIC_OUTPUT
3886 flag is set, do nothing.
3887 (coff_write_armap): If BFD_DETERMINISTIC_OUTPUT flag is set, use 0
3888 for timestamp.
3889
9b175a76
UW
38902009-03-11 Ulrich Weigand <uweigand@de.ibm.com>
3891
3892 * elf32-spu.c (find_function_stack_adjust): Handle sf instruction
3893 used to update stack pointer.
3894
f501de17
DA
38952009-03-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3896
3897 PR binutils/9921
3898 * som.c (som_bfd_derive_misc_symbol_info): Set symbol type ST_ABSOLUTE
3899 for unknown symbols in absolute section.
3900
d11fd249
NC
39012009-03-06 Nick Clifton <nickc@redhat.com>
3902
3903 * po/es.po: Updated Spanish translation.
3904
8cd931b7
CL
39052009-03-05 Christophe Lyon <christophe.lyon@st.com>
3906
3907 * elf32-arm.c (group_sections): Take next section size into
3908 account before accepting to group it.
3909
5fa9e92f
CL
39102009-03-05 Christophe Lyon <christophe.lyon@st.com>
3911
3912 * elf32-arm.c (arm_type_of_stub): Handle long branches targetting
3913 PLT entries.
3914 (elf32_arm_final_link_relocate): Likewise.
3915
b92997d6
AM
39162009-03-05 Moritz Kroll <Moritz.Kroll@gmx.de>
3917
3918 PR 9923
3919 * peXXigen.c (_bfd_XXi_final_link_postscript): Check h->root.type.
3920
727fc41e
AM
39212009-03-04 Alan Modra <amodra@bigpond.net.au>
3922
3923 * reloc.c (BFD_RELOC_PPC_TLSGD, BFD_RELOC_PPC_TLSLD): New.
3924 * section.c (struct bfd_section): Add has_tls_get_addr_call.
3925 (BFD_FAKE_SECTION): Init new flag.
3926 * ecoff.c (bfd_debug_section): Likewise.
3927 * bfd-in2.h: Regenerate.
3928 * libbfd.h: Regenerate.
3929 * elf32-ppc.c (ppc_elf_howto_raw): Add R_PPC_TLSGD and R_PPC_TLSLD.
3930 (ppc_elf_reloc_type_lookup): Handle new relocs.
3931 (ppc_elf_check_relocs): Set has_tls_get_addr_call on finding such
3932 without marker relocs.
3933 (ppc_elf_tls_optimize): Allow out-of-order __tls_get_addr relocs
3934 if section has no old-style calls.
3935 (ppc_elf_relocate_section): Set tls_mask for non-tls relocs too.
3936 Don't try to optimize new-style __tls_get_addr call when handling
3937 arg setup relocs. Instead do so for R_PPC_TLSGD and R_PPC_TLSLD
3938 relocs.
3939 * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_TLSGD, R_PPC64_TLSLD.
3940 (ppc64_elf_reloc_type_lookup): Handle new relocs.
3941 (ppc64_elf_check_relocs): Set has_tls_get_addr_call on finding such
3942 without marker relocs.
3943 (ppc64_elf_tls_optimize): Allow out-of-order __tls_get_addr relocs
3944 if section has no old-style calls. Set toc_ref for new relocs as
3945 appropriate.
3946 (ppc64_elf_relocate_section): Set tls_mask for non-tls relocs too.
3947 Don't try to optimize new-style __tls_get_addr call when handling
3948 arg setup relocs. Instead do so for R_PPC_TLSGD and R_PPC_TLSLD
3949 relocs.
3950
51dec227
AM
39512009-03-04 Alan Modra <amodra@bigpond.net.au>
3952
3953 PR 6768
3954 * configure.in: Test for ld --as-needed support. Link shared
3955 libbfd against libm.
3956 * configure: Regenerate.
3957
a1f7ca36
AM
39582009-03-03 Alan Modra <amodra@bigpond.net.au>
3959
3960 * Makefile.am: Run "make dep-am".
3961 * Makefile.in: Regenerate.
3962
c3b7224a
NC
39632009-03-02 Qinwei <qinwei@sunnorth.com.cn>
3964
3965 * elf32-score7.c: New file.
3966 * elf32-score.h: New file.
3967 * elf32-score.c: Add code to support score 7. Set score7 as the
3968 default.
3969 * cpu-score.c: Add score7 architecure.
3970 (compatibile): New function.
3971 * Makefile.am: Add rules for building elf32-score7 object.
3972 * Makefile.in: Regenerate.
3973 * configure.in: Add elf32-score7 object to score vectors.
3974 * configure: Regenerate.
3975 * reloc.c: Add score7 relocs.
3976 * archures.c: Add score3 and score7 machine numbers.
3977 * bfd-in2.h: Regenerate.
3978 * libbfd.h: Regenerate.
3979
58e24671
RW
39802009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3981
3982 * configure: Regenerate.
3983
5887528b
DA
39842009-03-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3985
d45b7d74
DA
3986 * elf32-hppa.c (hppa32_elf_local_refcounts): New function.
3987 (elf32_hppa_check_relocs): Use it.
3988
5887528b
DA
3989 * elf_hppa_add_symbol_hook (elf_hppa_add_symbol_hook): Move to
3990 elf64-hppa.c.
3991 (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
3992 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
3993 (elf_hppa_is_dynamic_loader_symbol): Likewise.
3994 (elf_hppa_record_segment_addrs): Likewise.
3995 (elf_hppa_final_link): Likewise.
3996 (elf_hppa_relocate_insn): Likewise.
3997 (elf_hppa_final_link_relocate): Likewise.
3998 (elf64_hppa_relocate_section): Likewise.
3999 * elf64-hppa.c: Insert above.
4000
a03bd320
DA
40012009-02-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4002
4003 * elf-hppa.h (elf_hppa_final_link): Use elf_hppa_final_link.
4004 (elf_hppa_final_link_relocate ): Rewrite eliminating dynamic hash table.
4005 (elf_hppa_relocate_section): Likewise.
4006 * elf64-hppa.c (struct elf64_hppa_link_hash_entry): Change to derive
4007 from struct elf_link_hash_entry. Add count field.
4008 (struct elf64_hppa_dyn_hash_table): Delete.
4009 (struct elf64_hppa_link_hash_table): Delete dyn_hash_table field.
4010 (elf64_hppa_hash_table): Rename to hppa_link_hash_table.
4011 (hppa_elf_hash_entry, eh_name): Define.
4012 (elf64_hppa_new_dyn_hash_entry): Delete.
4013 (elf64_hppa_dyn_hash_lookup): Delete.
4014 (elf64_hppa_dyn_hash_traverse): Delete.
4015 (get_dyn_name): Delete.
4016 (elf64_hppa_finalize_opd): Use struct elf_link_hash_entry * instead
4017 of struct elf64_hppa_dyn_hash_entry *.
4018 (elf64_hppa_finalize_dlt, llocate_global_data_dlt,
4019 allocate_global_data_plt, allocate_global_data_stub,
4020 allocate_global_data_opd, count_dyn_reloc, allocate_dynrel_entries):
4021 Likewise.
4022 (hppa64_link_hash_newfunc): New.
4023 (elf64_hppa_hash_table_create): Rework.
4024 (count_dyn_reloc): Likewise.
4025 (hppa64_elf_local_refcounts): New.
4026 (elf64_hppa_check_relocs): Rework using standard technique for recording
4027 local DLT, PLT and OPD reference counts.
4028 (elf64_hppa_dynamic_symbol_p): Revise using "eh" for struct
4029 elf_link_hash_entry *.
4030 (elf64_hppa_mark_exported_functions, allocate_global_data_dlt,
4031 allocate_global_data_plt, allocate_global_data_stub,
4032 allocate_global_data_opd, allocate_dynrel_entries,
4033 elf64_hppa_adjust_dynamic_symbol,
4034 elf64_hppa_mark_milli_and_exported_functions): Likewise.
4035 (elf64_hppa_create_dynamic_sections, elf64_hppa_size_dynamic_sections):
4036 Use hppa_link_hash_table. Rework.
4037 (elf64_hppa_link_output_symbol_hook): Rework.
4038 (elf64_hppa_finish_dynamic_symbol, elf64_hppa_finalize_opd,
4039 elf64_hppa_finalize_dlt, elf64_hppa_finalize_dynreloc,
4040 elf64_hppa_finish_dynamic_sections): Likewise.
4041
ebe24dd4
CL
40422009-02-26 Christophe Lyon <christophe.lyon@st.com>
4043
4044 * elf32-arm.c (stub_reloc_type): Removed.
4045 (insn_sequence): Renamed reloc_type field to r_type.
4046 (elf32_arm_stub_long_branch_v4t_arm_thumb_pic): New stub.
4047 (elf32_arm_stub_long_branch_v4t_thumb_arm_pic): Likewise.
4048 (elf32_arm_stub_long_branch_thumb_only_pic): Likewise.
4049 (elf32_arm_stub_type): Add new enum entries for the new stubs.
4050 (arm_stub_is_thumb): Catch new stubs.
4051 (arm_type_of_stub): Handle new stubs.
4052 (arm_size_one_stub): Use ARRAY_SIZE. Handle new stubs.
4053 (bfd_elf32_arm_process_before_allocation): Remove useless
4054 condition.
4055
b9d678e0
L
40562009-02-25 H.J. Lu <hongjiu.lu@intel.com>
4057
4058 * elf.c (elf_find_function): Use is_function_type to check
4059 function symbol.
4060
56fb3749
SA
40612009-02-24 Sterling Augustine <sterling@jaw.hq.tensilica.com>
4062
4063 * xtensa-modules.c: Revert to previous version 1.11 due
4064 to inadvertant commit.
4065
658ff993
SA
40662009-02-24 Sterling Augustine <sterling@tensilica.com>
4067
4068 * elf32-xtensa.c (text_action_add): Separate test for action
4069 type. Break if saved action is ta_widen_insn at same offset.
4070
cf3eccff
DJ
40712009-02-24 Daniel Jacobowitz <dan@codesourcery.com>
4072
4073 * elf32-arm.c (elf32_arm_stub_long_branch_any_any_pic): Rename
4074 to elf32_arm_stub_long_branch_any_arm_pic.
4075 (elf32_arm_stub_long_branch_any_thumb_pic): New.
4076 (enum elf32_arm_stub_type, arm_type_of_stub)
4077 (arm_size_one_stub): Handle any to ARM PIC and any to Thumb PIC
4078 separately.
4079
07d72278
DJ
40802009-02-24 Joseph Myers <joseph@codesourcery.com>
4081
4082 * elf32-arm.c (PREV_SEC): Update comment.
4083 (group_sections): Rename argument to stubs_always_after_branch.
4084 Reverse the list and place stubs at the end of input sections.
4085 Undefine NEXT_SEC.
4086 (elf32_arm_size_stubs): Update to use stubs_always_after_branch.
4087
4e31c731
DJ
40882009-02-23 Daniel Jacobowitz <dan@codesourcery.com>
4089
4090 * elf32-arm.c (arm_build_one_stub): Initialize stub_reloc_offset.
4091 Fix formatting.
4092 (arm_size_one_stub): Remove unnecessary break.
4093 (arm_map_one_stub): Fix formatting. Return after BFD_FAIL.
4094
40952009-02-23 Christophe Lyon <christophe.lyon@st.com>
461a49ca
DJ
4096
4097 * elf32-arm.c (stub_insn_type): New type.
4098 (stub_reloc_type): Likewise.
4099 (insn_sequence): Likewise.
4100 (elf32_arm_stub_long_branch_any_any): Encode using insn_sequence.
4101 (elf32_arm_stub_long_branch_v4t_arm_thumb): Likewise.
4102 (elf32_arm_stub_long_branch_thumb_only): Likewise.
4103 (elf32_arm_stub_long_branch_v4t_thumb_arm): Likewise.
4104 (elf32_arm_stub_short_branch_v4t_thumb_arm): Likewise.
4105 (elf32_arm_stub_long_branch_any_any_pic): Likewise.
4106 (elf32_arm_stub_hash_entry): Add new helper fields.
4107 (stub_hash_newfunc): Initialize these new fields.
4108 (arm_build_one_stub): Encode Arm and Thumb instructions separately
4109 to take endianness into account.
4110 (arm_size_one_stub): Compute size of stubs using insn_sequence.
4111 (arm_map_one_stub): Code is now more generic, thanks to
4112 insn_sequence.
4113
c2b4a39d
CL
41142009-02-23 Christophe Lyon <christophe.lyon@st.com>
4115
4116 * elf32-arm.c (elf32_arm_stub_long_branch_thumb_only): Fix stub
4117 code.
4118 (elf32_arm_stub_long_branch_v4t_thumb_arm): Likewise.
4119 (arm_type_of_stub): Use Thumb-only long branch stub (non-PIC) when
4120 BLX is not available. Fix typo in warning message. Add comments
4121 and improve formatting.
4122 (arm_build_one_stub): Adjust to new
4123 elf32_arm_stub_long_branch_v4t_thumb_arm stub.
4124 (arm_map_one_stub): Likewise.
4125
0c376465 41262009-02-23 Tristan Gingold <gingold@adacore.com>
a60a89d6
TG
4127 Eric Botcazou <ebotcazou@adacore.com>
4128 Douglas B Rupp <rupp@gnat.com>
0c376465
TG
4129
4130 * vms.h: Update copyright year, fix comments, reorder declarations.
4131 (_bfd_save_vms_section): Remove the prototype.
4132 (EGPS_S_V_NO_SHIFT): New constant.
4133 (bfd_vms_set_section_flags): New prototype.
4134 (EGPS_S_B_ALIGN, EGPS_S_W_FLAGS, EGPS_S_L_ALLOC, EGPS_S_B_NAMLNG): New
4135 constants.
4136 (EGSY_S_W_FLAGS): Ditto.
4137 (EGSY_S_V_QUAD_VAL): Ditto.
4138 (ESDF_S_L_VALUE, ESDF_S_L_PSINDX, ESDF_S_B_NAMLNG): Ditto.
4139 (EGST_S_W_FLAGS, EGST_S_Q_LP_1, EGST_S_Q_LP_2, EGST_S_L_PSINDX,
4140 EGST_S_B_NAMLNG): Ditto.
4141 (ESRF_S_B_NAMLNG): Ditto.
4142 (ETIR_S_C_HEADER_SIZE): Ditto.
4143 (EGPS_S_V_ALLOC_64BIT): Ditto.
4144 (DST_S_C_EPILOG): Ditto.
4145 (DST_S_C_SRC_SETLNUM_L, DST_S_C_SRC_SETLNUM_W) : Ditto.
4146 (DST_S_C_SRC_INCRLNUM_B): Ditto.
4147 (DST_S_B_PCLINE_UNSBYTE, DST_S_W_PCLINE_UNSWORD): Ditto.
4148 (DST_S_L_PCLINE_UNSLONG): Ditto.
4149 (DST_S_B_MODBEG_NAME, DST_S_L_RTNBEG_ADDRESS) : Ditto
4150 (DST_S_B_RTNBEG_NAME, DST_S_L_RTNEND_SIZE): Ditto
4151 (DST_S_C_SOURCE_HEADER_SIZE): Ditto.
4152 (DST_S_B_SRC_DF_LENGTH, DST_S_W_SRC_DF_FILEID): Ditto.
4153 (DST_S_B_SRC_DF_FILENAME, DST_S_B_SRC_UNSBYTE): Ditto.
4154 (DST_S_B_SRC_UNSBYTE): Ditto.
4155 (DST_S_W_SRC_UNSWORD, DST_S_L_SRC_UNSLONG): Ditto.
4156 Add prototypes.
4157 (vms_section, vms_reloc): Remove types.
4158 (hdr_struc): Replaced by ...
4159 (hdr_struct): ... new type.
4160 (EMH_S_W_HDRTYP, EMH_S_B_STRLVL, EMH_S_L_ARCH1): New constants.
4161 (EMH_S_L_ARCH2, EMH_S_L_RECSIZ, EMH_S_B_NAMLNG): Ditto.
4162 (EMH_DATE_LENGTH): Ditto.
4163 (eom_struc): Replaced by ...
4164 (eom_struct): ... new type.
4165 (EEOM_S_L_TOTAL_LPS, EEOM_S_W_COMCOD, EEOM_S_B_TFRFLG): New constants.
4166 (EEOM_S_L_PSINDX, EEOM_S_L_TFRADR): Ditto.
4167 (EIHD_S_K_MAJORID, EIHD_S_K_MINORID, EIHD_S_K_EXE): Ditto.
4168 (EIHD_S_L_SIZE, EIHD_S_L_ISDOFF, EIHD_S_L_SYMDBGOFF): Ditto.
4169 (EIHD_S_Q_SYMVVA, EIHD_S_L_IMGTYPE): Ditto.
4170 (EISD_S_L_EISDSIZE, EISD_S_L_SECSIZE, EISD_S_Q_VIR_ADDR): Ditto.
4171 (EISD_S_L_FLAGS, EISD_S_L_VBN, EISD_S_R_CONTROL): Ditto.
4172 (EISD_S_L_IDENT, EISD_S_T_GBLNAM): Ditto.
4173 (EISD_S_M_GBL, EISD_S_M_CRF, EISD_S_M_DZRO, EISD_S_M_WRT): Ditto.
4174 (EISD_S_M_INITALCODE, EISD_S_M_BASED, EISD_S_M_FIXUPVEC): Ditto.
4175 (EISD_S_M_RESIDENT, EISD_S_M_VECTOR, EISD_S_M_PROTECT): Ditto.
4176 (EISD_S_M_LASTCLU, EISD_S_M_EXE, EISD_S_M_NONSHRADR): Ditto.
4177 (EISD_S_M_QUAD_LENGTH, EISD_S_M_ALLOC_64BIT): Ditto.
4178 (EIHS_S_L_DSTVBN, EIHS_S_L_DSTSIZE, EIHS_S_L_GSTVBN): Ditto.
4179 (EIHS_S_L_GSTSIZE, EIHS_S_L_DMTVBN, EIHS_S_L_DMTBYTES): Ditto.
4180 (DBG_S_L_DMT_MODBEG, DBG_S_L_DST_SIZE): Ditto.
4181 (DBG_S_W_DMT_PSECT_COUNT, DBG_S_C_DMT_HEADER_SIZE): Ditto.
4182 (DBG_S_L_DMT_PSECT_START, DBG_S_L_DMT_PSECT_LENGTH)
4183 (DBG_S_C_DMT_PSECT_SIZE): Ditto.
4184 (enum file_type_enum): New type.
4185 (struct location_struct): Removed.
4186 (struct fileinfo, struct srecinfo, struct lineinfo): New types.
4187 (struct funcinfo, struct module): Ditto.
4188 (struct vms_private_data_struct): Update fields.
4189 (struct vms_section_data_struct): New type.
4190
4191 * vms.c: Update copyright year, fix comments,
4192 Fix includes for DECC, add prototypes.
4193 (vms_initialize): Use bfd_alloc instead of bfd_zalloc and remove
4194 some initializers.
4195 Use flavour to set is_vax, location_stack is removed.
4196 (struct pair): Declare.
4197 (fill_section_ptr): Initialize variables at declaration.
4198 Add guard to set SECTION_SYM flag, handlde und section.
4199 (vms_fixup_sections): Use struct pair for fill_section_ptr argument.
4200 (_bfd_vms_slurp_object_records): New function, replaces previous
4201 vms_object_p.
4202 (vms_slurp_module): New function.
4203 (vms_slurp_image): Ditto.
4204 (vms_object_p): Complete rewrite.
4205 (vms_mkobject): Use is_vax field to slect architecture.
4206 (free_reloc_stream): New function.
4207 (vms_convert_to_var): Ditto.
4208 (vms_convert_to_var_1): Ditto.
4209 (vms_convert_to_var_unix_filename): Ditto.
4210 (vms_close_and_cleanup): Call free_reloc_stream, convert file to
4211 VAR format on VMS.
4212 (vms_new_section_hook): Set alignment to 0, allocate private data.
4213 (vms_get_section_contents): Load content.
4214 (vms_get_symbol_info): Handle undefined section.
4215 (vms_find_nearest_line): Handle.
4216 (alloc_reloc_stream): New function.
4217 (vms_slurp_reloc_table): Ditto.
4218 (vms_get_reloc_upper_bound): Make it real.
4219 (vms_canonicalize_reloc): Do the real work.
4220 (alpha_howto_table): Add ALPHA_R_NOP, ALPHA_R_BSR, ALPHA_R_LDA,
4221 ALPHA_R_BOH.
4222 (vms_bfd_reloc_type_lookup): Handle NOP, BSR, LDA and BOH.
4223 (vms_set_arch_mach): Check arch.
4224 (vms_set_section_contents): Copy the content after allocation.
4225 (vms_alpha_vec): Update object flags.
4226
4227 * vms-tir.c: Update copyright year, fix comments,
4228 add prototypes for new functions.
4229 (dst_define_location): New function.
4230 (dst_restore_location): New function.
4231 (dst_retrieve_location): New function.
4232 (dst_check_allocation): New function.
4233 (image_dump): Call dst_check_allocation.
4234 (image_write_b): Ditto.
4235 (image_write_w): Ditto.
4236 (image_write_l): Ditto.
4237 (image_write_q): Ditto.
4238 (cmd_name): Handle STA_LW, STA_QW, STO_OFF, STO_IMM, STO_IMMR, STO_LW,
4239 STO_QW, OPR_ADD, CTL_SETRB, STC_LP_PSB, CTL_DFLOC, CTL_STLOC,
4240 CTL_STKDL.
4241 Call error handler instead of abort if name is not known.
4242 (etir_sta): Add quarter_relocs argument and set it.
4243 Fix cast.
4244 (etir_sto): Ditto.
4245 (etir_opr): Ditto, return FALSE in case of error.
4246 (etir_ctl): Add quarter_relocs argument and set it, fix cast.
4247 Fix CTL_DFLOC, CTL_STLOC, CTL_STKDL.
4248 (etir_stc): Add quarter_relocs argument and set it, fix cast.
4249 Fix STC_LP, STC_LP_PSB, STC_GBL and STC_CGA.
4250 Handle STC_LP_PSB, STC_BSR_GBL, STC_LDA_GBL, STC_BOH_GBL.
4251 Move STC_NOP_PS, STC_BSR_PS, STC_LDA_PS, STC_BOH_PS, STC_NBH_PS.
4252 Return FALSE in case of error.
4253 (tir_sta): Change sign of psect.
4254 (tir_ctl): Ditto.
4255 (tir_cmd): Fix cast. Makes tir_table static const.
4256 (etir_cmd): Add quarter_relocs argument, makes etir_table const,
4257 add argument to explain.
4258 (analyze_etir): Initialize maxptr, add quarter_relocs
4259 declaration, move some declarations into inner scopes.
4260 Handle quarter_relocs and STO_IMM.
4261 (_bfd_vms_slurp_tir): Use constant instead of hard-coded values.
4262 (_bfd_vms_slurp_relocs): New function.
4263 (_bfd_vms_decode_relocs): New function.
4264 (sto_imm): Rewritten.
4265 (start_first_etbt_record): New function.
4266 (start_another_etbt_record): Ditto.
4267 (etir_output_check): Ditto.
4268 (defer_reloc_p): Ditto.
4269 (_bfd_vms_write_tir): Remove nextoffset, convert a while-loop to
4270 a for-loop. Correctly deals with contents, deals with .vmsdebug,
4271 rewritte relocations handling.
4272 (_bfd_vms_write_tbt): Removed.
4273 (_bfd_vms_write_dbg): Ditto.
4274
4275 * vms-misc.c: Update copyright year, Fix comments.
4276 (_bfd_vms_get_header_values): Use 'size' instead of 'length'.
4277 (maybe_adjust_record_pointer_for_object): New function.
4278 (_bfd_vms_get_first_record): New function, replaces ...
4279 (_bfd_vms_get_record): .. removed.
4280 (_bfd_vms_get_object_record): New function.
4281 (_bfd_vms_get_object_record): New function.
4282 (vms_get_remaining_object_record): New function, replaces ...
4283 (_bfd_vms_get_next_record): ... removed.
4284 (add_new_contents): Removed.
4285 (_bfd_save_vms_section): Removed.
4286 (_bfd_get_vms_section): Removed.
4287 (_bfd_vms_output_flush): Write in VAR format.
4288 (new_symbol): Don't make UND section.
4289
4290 * vms-hdr.c: Update copyright year, update list of record handled.
4291 (_bfd_vms_slurp_hdr): rec_length renamed to rec_size.
4292 (_bfd_vms_write_hdr): Strip vms and unix patches,
4293 add comments, truncate module name at 31 characters,
4294 use constants instead of hard-coded value,
4295 write BFD version instead of a fixed string.
4296 (_bfd_vms_slurp_ihd): New function.
4297 (_bfd_vms_slurp_isd): Ditto.
4298 (_bfd_vms_slurp_ihs): Ditto.
4299 (new_module): Ditto.
4300 (parse_module): Ditto
4301 (build_module_list): Ditto.
4302 (module_find_nearest_line): Ditto.
4303 (_bfd_vms_find_nearest_dst_line): Ditto.
4304 (vms_slurp_debug): Ditto.
4305 (_bfd_vms_slurp_dbg): Ditto.
4306 (_bfd_vms_slurp_tbt): Ditto.
4307 (_bfd_vms_write_dbg): Ditto.
4308 (_bfd_vms_write_tbt): Ditto.
4309
4310 * vms-gsd.c: Update copyright year, update list of records handled.
4311 (EVAX_LITERALS_NAME): New macro.
4312 (evax_section_flags): Add an entry for EVAX_LITERALS_NAME.
4313 (gpsflagdesc, gsyflagdesc): Moved out of _bfd_vms_slurp_gsd.
4314 (register_universal_symbol): New function and prototype.
4315 (_bfd_vms_slurp_gsd): Fix indentations and casts,
4316 improve debug messages,
4317 use constants instead of hard-coded value,
4318 fix missing endianness conversion,
4319 handle global symbol (SYMG).
4320 (bfd_vms_set_section_flags): New function.
4321 (_bfd_vms_write_gsd): Don't write .vmsdebug section,
4322 handle section literals,
4323 fix indentation,
4324 handle section bfd and vms flags,
4325 don't output LIB$INITIALIZE symbol,
4326 fix handling of weak symbols,
4327 fix evax vs vax procedure descriptor,
4328 handle absolute symbols.
4329
4330 * reloc.c (BFD_RELOC_ALPHA_NOP, BFD_RELOC_ALPHA_BSR,
4331 BFD_RELOC_ALPHA_LDA, BFD_RELOC_ALPHA_BOH): New relocations.
4332
4333 * makefile.vms (DEFS): Fix flags for VMS.
4334
4335 * bfdio.c (real_fopen): Handle multiple VMS fopen attributes.
4336
4337 * bfd-in2.h: Regenerated.
4338 * libbfd.h: Regenerated.
4339
47149254
CC
43402009-02-20 Cary Coutant <ccoutant@google.com>
4341
4342 * vmsutil.c (vms_file_stats_name): Fix incorrect use of st_mtime
4343 in struct stat.
4344
6b1cecf3
DK
43452009-18-02 Dave Korn <dave.korn.cygwin@gmail.com>
4346
4347 PR gas/7059
4348 * coffcode.h (coff_write_object_contents): Don't let the string
4349 table offset overflow the s_name field when using long section names.
4350
88183869
DK
43512009-18-02 Dave Korn <dave.korn.cygwin@gmail.com>
4352
4353 * coff-alpha.c (alpha_ecoff_backend_data): Initialise fields which
4354 control long section name handling with ECOFF_NO_LONG_SECTION_NAMES.
4355 * coff-mips.c (mips_ecoff_backend_data): Likewise.
4356 * coff-rs6000.c (bfd_xcoff_backend_data): Initialise fields which
4357 control long section name handling with XCOFF_NO_LONG_SECTION_NAMES.
4358 (bfd_pmac_xcoff_backend_data): Likewise.
4359 * coff64-rs6000.c (bfd_xcoff_backend_data): Likewise.
4360 (bfd_xcoff_aix5_backend_data): Likewise.
4361 (xcoff64_write_object_contents): Delete unused long_section_names
4362 local variable.
4363 * coff-sh.c (bfd_coff_small_swap_table): Initialise long section
4364 name members using COFF_DEFAULT_LONG_SECTION_NAMES and make entire
4365 struct non-const.
4366 * coffcode.h (documentation): Update to describe long section names.
4367 (COFFLONGSECTIONCATHELPER): New helper macro.
4368 (BLANKOR1TOODD): Likewise.
4369 (COFF_ENABLE_LONG_SECTION_NAMES): Likewise.
4370 (COFF_LONG_SECTION_NAMES_SETTER): Likewise.
4371 (COFF_DEFAULT_LONG_SECTION_NAMES): Likewise.
4372 (bfd_coff_set_long_section_names_allowed): New function.
4373 (bfd_coff_set_long_section_names_disallowed): Likewise.
4374 (struct bfd_coff_backend_data): Add new backend hook function
4375 pointer _bfd_coff_set_long_section_names.
4376 (bfd_coff_set_long_section_names): New backend hook.
4377 (coff_write_object_contents): Only generate long section names if
4378 bfd_coff_long_section_names() indicates they are currently enabled.
4379 (bfd_coff_std_swap_table): Make non-const, and initialise long
4380 section name fields using COFF_DEFAULT_LONG_SECTION_NAMES.
4381 (ticoff0_swap_table): Likewise to both.
4382 (ticoff1_swap_table): Again, likewise to both.
4383 * coffgen.c (make_a_section_from_file): Allow long section names
4384 as inputs even if not currently allowed for outputs.
4385 * ecoff.c (_bfd_ecoff_no_long_sections): New function.
4386 * efi-app-ia32.c (COFF_LONG_SECTION_NAMES): Define to 0, not blank.
4387 * efi-app-ia64.c (COFF_LONG_SECTION_NAMES): Likewise.
4388 * efi-app-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
4389 * efi-bsdrv-ia32.c (COFF_LONG_SECTION_NAMES): Likewise.
4390 * efi-bsdrv-ia64.c (COFF_LONG_SECTION_NAMES): Likewise.
4391 * efi-bsdrv-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
4392 * efi-rtdrv-ia32.c (COFF_LONG_SECTION_NAMES): Likewise.
4393 * efi-rtdrv-ia64.c (COFF_LONG_SECTION_NAMES): Likewise.
4394 * efi-rtdrv-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
4395 * pei-arm.c (COFF_LONG_SECTION_NAMES): Likewise.
4396 * pei-i386.c (COFF_LONG_SECTION_NAMES): Likewise.
4397 * pei-mcore.c (COFF_LONG_SECTION_NAMES): Likewise.
4398 * pei-mips.c (COFF_LONG_SECTION_NAMES): Likewise.
4399 * pei-ppc.c (COFF_LONG_SECTION_NAMES): Likewise.
4400 * pei-sh.c (COFF_LONG_SECTION_NAMES): Likewise.
4401 * pei-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
4402 * libcoff-in.h: Update copyright year to cause updated copyright
4403 year in generated libcoff.h, and fix typo.
4404 * libcoff.h: Regenerated.
4405 * libecoff.h (ECOFF_NO_LONG_SECTION_NAMES): New macro.
4406 (_bfd_ecoff_no_long_sections): Add prototype.
4407 * libxcoff.h (XCOFF_NO_LONG_SECTION_NAMES): New macro.
4408 * pe-mips.c (COFF_LONG_SECTION_NAMES): Define empty if not already
4409 defined by an including .c file.
4410 * ticoff.h (ticoff0_swap_table): Make non-const, and initialise
4411 long section name fields using COFF_DEFAULT_LONG_SECTION_NAMES.
4412 (ticoff1_swap_table): Likewise to both.
4413
90d8a22c
CL
44142009-02-18 Christophe Lyon <christophe.lyon@st.com>
4415
4416 * elf32-arm.c (arm_build_one_stub): Fix relocation target for pic
4417 stub. Catch default case error.
4418 (arm_map_one_stub): Add missing Thumb mapping symbol.
4419
12123067
NC
44202009-02-18 Bjoern Haase <bjoern.m.haase@web.de>
4421
4422 PR 9841
4423 * elf32-avr.c: Handle case where no local symbos exist correctly.
4424
fea2b4d6
CL
44252009-02-16 Christophe Lyon <christophe.lyon@st.com>
4426
4427 bfd/
4428 * elf32-arm.c (arm_long_branch_stub,
4429 arm_thumb_v4t_long_branch_stub,
4430 arm_thumb_thumb_long_branch_stub,
4431 arm_thumb_arm_v4t_long_branch_stub,
4432 arm_thumb_arm_v4t_short_branch_stub,
4433 arm_pic_long_branch_stub):
4434 Renamed to elf32_arm_stub_long_branch_any_any,
4435 elf32_arm_stub_long_branch_v4t_arm_thumb,
4436 elf32_arm_stub_long_branch_thumb_only,
4437 elf32_arm_stub_long_branch_v4t_thumb_arm,
4438 elf32_arm_stub_short_branch_v4t_thumb_arm,
4439 elf32_arm_stub_long_branch_any_any_pic.
4440 (arm_stub_long_branch, arm_thumb_v4t_stub_long_branch,
4441 arm_thumb_thumb_stub_long_branch,
4442 arm_thumb_arm_v4t_stub_long_branch,
4443 arm_thumb_arm_v4t_stub_short_branch, arm_stub_pic_long_branch):
4444 Renamed to arm_stub_long_branch_any_any,
4445 arm_stub_long_branch_v4t_arm_thumb,
4446 arm_stub_long_branch_thumb_only,
4447 arm_stub_long_branch_v4t_thumb_arm,
4448 arm_stub_short_branch_v4t_thumb_arm,
4449 arm_stub_long_branch_any_any_pic.
4450
13e0a874
DA
44512009-02-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4452
4453 * elf-hppa.h (elf_hppa_final_link_relocate): Correct addend value used
4454 in branch offset check.
4455
3a71aa26
AM
44562009-02-15 Alan Modra <amodra@bigpond.net.au>
4457
4458 * elf64-ppc.c (struct _ppc64_elf_section_data): Delete t_symndx,
4459 add toc.symndx and toc.add.
4460 (ppc64_elf_check_relocs): Don't set htab->tls_get_addr here.
4461 Set up toc.add.
4462 (get_tls_mask): Add toc_addend param, set from toc.add. Adjust all
4463 callers.
4464 (ppc64_elf_tls_setup): Set htab->tls_get_addr and tls_get_addr_fd.
4465 (branch_reloc_hash_match): New function, extracted from..
4466 (ppc64_elf_tls_optimize): ..here.
4467 (ppc64_elf_relocate_section): Properly set addends when optimizing
4468 tls sequences. Avoid unnecessary reading and writing of insns.
4469 Only redo reloc when symbol changed. Bypass symbol checks when
4470 using tlsld_got.
4471 * elf32-ppc.c (ppc_elf_tls_setup): Correct comment.
4472 (branch_reloc_hash_match): New function, extracted from..
4473 (ppc_elf_tls_optimize): ..here.
4474 (ppc_elf_relocate_section): Avoid unnecessary reading of insns.
4475 Don't clear addend on zapped __tls_get_addr reloc.
4476
2c2b4ed4
NC
44772009-02-12 Nick Clifton <nickc@redhat.com>
4478
4479 PR 9827
4480 * elflink.c (bfd_elf_final_link): When counting the relocations,
4481 if the header size has not been set yet then assume that it will
4482 match the output section's reloc type.
4483
453f5985
NS
44842009-02-12 Nathan Sidwell <nathan@codesourcery.com>
4485
4486 * elf32-mips.c (mips_elf_final_gp): Don't add 0x4000 offset for
4487 relocatable link.
4488
3209bffa
AM
44892009-02-09 Alan Modra <amodra@bigpond.net.au>
4490
4491 * elf32-spu.c (spu_elf_find_overlays): Call bfd_set_error on errors.
4492 (find_function): Likewise.
4493 (pasted_function): Don't error if no prior function found.
4494 (discover_functions): Revert 2008-12-10 change. Extend first
4495 function range to start of section.
4496
813c8a3c
DA
44972009-02-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4498
4499 * elf64-hppa.c: Remove PARAMS macro. Replace PTR with void *. Convert
4500 functions to C90.
4501 * elf64-hppa.h: Likewise.
4502
2d0f9ad9
JM
45032009-02-06 Joseph Myers <joseph@codesourcery.com>
4504
4505 * elfxx-mips.c (_bfd_mips_elf_section_processing): Remove special
4506 .sbss handling.
4507
50e00962
AM
45082009-02-04 Alan Modra <amodra@bigpond.net.au>
4509
4510 * elf32-spu.c (spu_elf_build_stubs): Define __icache_neg_log2_linesize.
4511 Define __icache_ptr_handler*, not __icache_ptr___icache_bi_handler*.
4512
52b6b6b9
JM
45132009-02-03 Sandip Matte <sandip@rmicorp.com>
4514
4515 * aoutx.h (NAME (aout, machine_type)): Handle bfd_mach_mips_xlr.
4516 * archures.c (bfd_mach_mips_xlr): Define.
4517 * bfd-in2.h: Regenerate.
4518 * cpu-mips.c (I_xlr): Define.
4519 (arch_info_struct): Add XLR entry.
4520 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_XLR.
4521 (mips_set_isa_flags): Handle bfd_mach_mips_xlr
4522 (mips_mach_extensions): Add XLR entry.
4523
654c3c9f
EW
45242009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
4525
4526 * elf32-avr.c (avr_final_link_relocate): Allow avr25 to wraparound.
4527
31dd3154
JM
45282009-02-03 Carlos O'Donell <carlos@codesourcery.com>
4529
4530 * configure.in: AC_SUBST pdfdir.
d1fa68d3 4531 * Makefile.am: Add install-pdf, install-pdf-am
31dd3154
JM
4532 and install-pdf-recursive targets. Define pdfdir.
4533 * doc/Makefile.am: Define pdf__strip_dir. Add
4534 install-pdf and install-pdf-am targets.
d1fa68d3 4535 * po/Make-in: Add install-pdf target.
31dd3154
JM
4536 * configure: Regenerate.
4537 * Makefile.in: Regenerate
4538 * doc/Makefile.in: Regenerate.
4539
cf869cce
NC
45402009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
4541
4542 * bfd-in2.h: Regenerate.
4543 * elf32-m68k.c: Handle 2-slot GOT entries. Rename variables and
4544 fields from n_entries to n_slots where appropriate, update comments.
4545 (HOWTO): Add TLS relocations.
4546 (reloc_map): Map BFD_RELOC_68K_TLS_* to R_68K_TLS_*.
4547 (enum elf_m68k_got_offset_size): New enum.
4548 (struct elf_m68k_got_entry.type): Move field to ...
4549 (struct elf_m68k_got_entry_key): ... here. Update all uses.
4550 (elf_m68k_reloc_got_type, elf_m68k_reloc_got_offset_size): New static
4551 functions.
4552 (elf_m68k_reloc_got_n_entries, elf_m68k_reloc_tls_p): New static
4553 functions.
4554 (struct elf_m68k_got): merge rel_8o_n_entries and rel_8o_16o_n_entries
4555 fields into n_entries array. Update comments.
4556 (elf_m68k_init_got): Simplify, update all uses.
4557 (elf_m68k_init_got_entry_key): Handle R_68K_TLS_LDM32 reloc, update.
4558 (ELF_M68K_REL_8O_MAX_N_ENTRIES_IN_GOT): Adjust to handle 2-slot
4559 GOT entries; update name, update all uses.
4560 (ELF_M68K_REL_8O_16O_MAX_N_ENTRIES_IN_GOT): Ditto.
4561 (elf_m68k_get_got_entry): Update.
4562 (elf_m68k_update_got_entry_type): Rewrite to handle TLS GOT entries,
4563 simplify.
4564 (elf_m68k_remove_got_entry_type): Simplify.
4565 (elf_m68k_add_entry_to_got, elf_m68k_can_merge_gots_1): Update.
4566 (elf_m68k_can_merge_gots): Update.
4567 (elf_m68k_merge_gots_1, elf_m68k_merge_gots): Update.
4568 (struct elf_m68k_finalize_got_offsets_arg): Rewrite to handle 2-slot
4569 GOT entries, simplify.
4570 (elf_m68k_finalize_got_offsets_1, elf_m68k_finalize_got_offsets): Same.
4571 (struct elf_m68k_partition_multi_got_arg): Add slots_relas_diff
4572 field, remove obsoleted local_n_entries field.
4573 (elf_m68k_partition_multi_got_2): New static function.
4574 (elf_m68k_partition_multi_got_1, elf_m68k_partition_multi_got): Use it;
4575 update.
4576 (elf_m68k_remove_got_entry_type): Update.
4577 (elf_m68k_install_rela, dtpoff_base, tpoff): New static functions.
d1fa68d3 4578 (elf_m68k_check_relocs): Handle TLS relocations. Remove unnecessary
cf869cce
NC
4579 update of sgot->size and srelgot->size.
4580 (elf_m68k_gc_sweep_hook): Update.
4581 (elf_m68k_install_rela, dtpoff_base, tpoff): New static functions.
4582 (elf_m68k_relocate_section, elf_m68k_finish_dynamic_symbol): Handle
4583 TLS relocations.
4584 * reloc.c (BFD_RELOC_68K_TLS_*): Declare TLS relocations.
4585 * libbfd.h (bfd_reloc_code_real_names): Add BFD_RELOC_68K_TLS_*.
4586
c1a0a41f
DD
45872009-02-02 DJ Delorie <dj@redhat.com>
4588
4589 * elf32-mep.c (config_names): Regenerate configuration.
4590
72a80a16
AM
45912009-02-02 Alan Modra <amodra@bigpond.net.au>
4592
4593 * elf-bfd.h (bfd_elf_get_str_section): Don't declare.
4594 (bfd_elf_find_section, _sh_elf_set_mach_from_flags): Likewise.
4595 * elf.c (bfd_elf_get_str_section): Make static.
4596 (bfd_elf_find_section): Delete.
4597 * libbfd.h: Regenerate.
4598
273f4430
JK
45992009-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4600
4601 * elf-eh-frame.c (REQUIRE_CLEARED_RELOCS) Remove.
4602 (_bfd_elf_parse_eh_frame): Do not check relocations for removed FDEs.
4603
010e5ae2
AM
46042009-01-31 Alan Modra <amodra@bigpond.net.au>
4605
4606 * elflink.c (on_needed_list): New function.
4607 (elf_link_add_object_symbols): Link in --as-needed libs if they
4608 satisfy undefined symbols in other libs.
4609
33a7ffc2
JM
46102009-01-30 Julian Brown <julian@codesourcery.com>
4611
4612 * elf32-arm.c (bfd_elf32_arm_vfp11_erratum_scan): Skip BFDs with
4613 EXEC_P or DYNAMIC flags, and skip sections which are being linked
4614 with --just-symbols (-R).
4615
13d72a14
AN
46162009-01-29 Adam Nemet <anemet@caviumnetworks.com>
4617
4618 * dwarf2.c (read_rangelist): Use read_address to read low_pc and
4619 high_pc in order to properly sign-extend VMAs.
4620
d334575b 46212009-01-29 Daniel Jacobowitz <dan@codesourcery.com>
d1fa68d3
AS
4622 Mark Shinwell <shinwell@codesourcery.com>
4623 Catherine Moore <clm@codesourcery.com>
d334575b
JM
4624
4625 * elf-attrs.c, elflink.c, elfxx-mips.c: Correct typos in comments.
4626
528aeb62
CM
46272009-01-28 Catherine Moore <clm@codesourcery.com>
4628
4629 * elf32-arm.c (elf32_arm_check_relocs): Set SEC_ALLOC and
4630 SEC_LOAD for dynamic relocation sections.
4631
f6f05983
HPN
46322009-01-27 Hans-Peter Nilsson <hp@axis.com>
4633
4634 * elf32-cris.c (cris_elf_relocate_section): Use elf_hash_table
4635 (info)->tls_size, not elf_hash_table (info)->tls_sec->size for
4636 the size of local TLS data.
4637
27cc28f9
AS
46382009-01-27 Andreas Schwab <schwab@suse.de>
4639
4640 * mach-o.c (bfd_mach_o_archive_p): Restrict the number of
4641 architectures in the archive.
4642
b3bf42d8
HPN
46432009-01-27 Hans-Peter Nilsson <hp@axis.com>
4644
f551b6f0
HPN
4645 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_DTPREL>
4646 <R_CRIS_32_DTPREL>: Correct relocation value.
4647
b3bf42d8
HPN
4648 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_8>
4649 <R_CRIS_16, R_CRIS_32>: Don't call BFD_ASSERT for weak undefined
4650 symbols with non-default visibility.
4651
9bc4e62b
NS
46522009-01-26 Nathan Sidwell <nathan@codesourcery.com>
4653
4654 * elf32-ppc.c (ppc_elf_relax_section): Add space for relocs
4655 describing the trampolines.
4656 (ppc_elf_relocate_section): Update relocs to describe the
4657 trampolines.
4658
aeaf6540
DA
46592009-01-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4660
4661 * elf-hppa.h (elf_hppa_final_link_relocate): Add check to ensure that
4662 branch targets can be reached for R_PARISC_PCREL22F, R_PARISC_PCREL17F
4663 and R_PARISC_PCREL12F relocations.
4664
1e8fa21e
AM
46652009-01-24 Alan Modra <amodra@bigpond.net.au>
4666
4667 PR 6022
4668 * elflink.c (find_version_for_sym): New function split out from,
4669 but without export_dynamic test, ..
4670 (_bfd_elf_link_assign_sym_version): ..here.
4671 (_bfd_elf_export_symbol): Use it.
4672
28caa186
AM
46732009-01-23 Alan Modra <amodra@bigpond.net.au>
4674
4675 * elf-bfd.h (struct elf_assign_sym_version_info): Delete.
4676 (struct elf_info_failed, struct elf_find_verdep_info): Move to..
4677 * elflink.c: ..here, somewhat modified.
4678 * elf-bfd.h (_bfd_elf_add_default_symbol, _bfd_elf_export_symbol,
4679 _bfd_elf_link_find_version_dependencies,
4680 _bfd_elf_link_assign_sym_version, _bfd_elf_link_size_reloc_section,
4681 _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
4682 _bfd_elf_link_sec_merge_syms, bfd_elf_link_mark_dynamic_symbol): Don't
4683 declare..
4684 * elflink.c: ..and make static here.
4685 (_bfd_elf_link_find_version_dependencies): Adjust for removal
4686 of output_bfd from struct elf_find_verdep_info.
4687 (_bfd_elf_link_assign_sym_version): Similarly adjust to use
4688 struct elf_info_failed.
4689 (bfd_elf_size_dynamic_sections): Adjust.
4690
be04437d
AM
46912009-01-22 Alan Modra <amodra@bigpond.net.au>
4692
4693 PR 6832
4694 * dwarf2.c (find_line): Don't update stash->sec_info_ptr until
4695 after comp_unit_find_line call.
4696
58f9615c
NC
46972009-01-21 Nick Clifton <nickc@redhat.com>
4698
4699 PR 9769
4700 * vmsutil.c (vms_file_stats_name): Remove use of unsupported
4701 tm_gmtoff field in struct tm.
4702
fb266b8b
AM
47032009-01-21 Alan Modra <amodra@bigpond.net.au>
4704
4705 * elf32-spu.h (struct spu_elf_params): Add non_ia_text.
4706 * elf32-spu.c (mark_overlay_section): Only include .text.ia.*
4707 sections in soft-icache lines unless non_ia_text. Don't add
4708 rodata if doing so would exceed line size.
4709
451ffe63
HPN
47102009-01-19 Hans-Peter Nilsson <hp@axis.com>
4711
4712 * elf32-cris.c (elf_cris_copy_indirect_symbol): For other symbol
4713 types than bfd_link_hash_indirect, before early return, call
4714 _bfd_elf_link_hash_copy_indirect.
4715
5aa6ff7c
AS
47162009-01-19 Andrew Stubbs <ams@codesourcery.com>
4717
4718 * elf-attrs.c (vendor_set_obj_attr_contents): Support tag ordering.
4719 * elf-bfd.h (elf_backend_data): Add obj_attrs_order.
4720 * elf32-arm.c (elf32_arm_obj_attrs_order): New function.
4721 (elf_backend_obj_attrs_order): New define.
4722 * elfxx-target.h (elf_backend_obj_attrs_order): New define.
4723 (elfNN_bed): Add elf_backend_obj_attrs_order.
4724
3483fe2e
AS
47252009-01-19 Andrew Stubbs <ams@codesourcery.com>
4726
4727 * elf-attrs.c (is_default_attr): Substitute magic numbers with macros.
4728 (obj_attr_size): Likewise.
4729 (write_obj_attribute): Likewise.
4730 (_bfd_elf_copy_obj_attributes): Likewise.
4731 (_bfd_elf_parse_attributes): Likewise.
4732 * elf-bfd.h (ATTR_TYPE_FLAG_INT_VAL): New define.
4733 (ATTR_TYPE_FLAG_STR_VAL, ATTR_TYPE_FLAG_NO_DEFAULT): New defines.
4734 (ATTR_TYPE_HAS_INT_VAL, ATTR_TYPE_HAS_STR_VAL): New defines.
4735 (ATTR_TYPE_HAS_NO_DEFAULT): New define.
4736 * elf32-arm.c (elf32_arm_obj_attrs_arg_type): Replace magic numbers
4737 with macros.
4738
2d0bb761
AS
47392009-01-19 Andrew Stubbs <ams@codesourcery.com>
4740
4741 * elf-attrs.c (is_default_attr): Support defaultless attributes.
4742 (bfd_elf_add_obj_attr_int): Get type from _bfd_elf_obj_attrs_arg_type.
4743 (bfd_elf_add_obj_attr_string): Likewise.
4744 (bfd_elf_add_obj_attr_int_string): Likewise.
4745 (_bfd_elf_parse_attributes): Allow for unknown flag bits in type.
4746 * elf-bfd.h (struct obj_attribute): Document new flag bit.
4747 * elf32-arm.c (elf32_arm_obj_attrs_arg_type): Specify that
4748 Tag_nodefaults has no default value.
4749 (elf32_arm_merge_eabi_attributes): Modify the Tag_nodefaults
4750 comment to reflect the new state.
4751
a77e83b7
AM
47522009-01-19 Alan Modra <amodra@bigpond.net.au>
4753
4754 PR 9695
4755 * pdp11.c (N_BADMAG): True for anything but OMAGIC, NMAGIC, ZMAGIC.
4756 (some_aout_object_p): Delete dead code handling QMAGIC and BMAGIC.
4757 (adjust_z_magix): Delete dead code handling QMAGIC.
4758
f6d29e26
KT
47592009-01-16 Kai Tietz <kai.tietz@onevision.com>
4760
4761 * coffcode.h (styp_to_sec_flags): Correct interpretation of
4762 IMAGE_SCN_MEM_DISCARDABLE.
4763
29670fb9
AM
47642009-01-16 Alan Modra <amodra@bigpond.net.au>
4765
4766 * Makefile.am (libbfd_la_LIBADD, libbfd_la_LDFLAGS): Substitute
4767 SHARED_LIBADD and SHARED_LDFLAGS rather than WIN32LIBADD, WIN32LDFLAGS.
4768 * configure.in (commonbfdlib): Delete.
4769 (SHARED_LDFLAGS): Rename from WIN32LDFLAGS/
4770 (SHARED_LIBADD): Rename from WIN32LIBADD. Add pic libiberty if such
4771 is available, not just for linux.
4772 * po/SRC-POTFILES.in: Regenerate.
4773 * Makefile.in: Regenerate.
4774 * configure: Regenerate.
4775
91e22acd
AS
47762009-01-15 Andrew Stubbs <ams@codesourcery.com>
4777 Julian Brown <julian@codesourcery.com>
4778
4779 * elf-bfd.h (NUM_KNOWN_OBJ_ATTRIBUTES): Set to 71 to include all known
4780 ARM attributes in ABI 2.07.
4781 * elf32-arm.c (get_secondary_compatible_arch): New function.
4782 (set_secondary_compatible_arch): New function.
4783 (tag_cpu_arch_combine): New function.
4784 (elf32_arm_copy_one_eabi_other_attribute): Delete function.
4785 (elf32_arm_copy_eabi_other_attribute_list): Delete function.
4786 (elf32_arm_merge_eabi_attributes): Rename order_312 to order_021 to
4787 make it fit with order_01243.
4788 Add support for Tag_also_compatible_with,
4789 Tag_CPU_unaligned_access, Tag_T2EE_use, Tag_Virtualization_use,
4790 Tag_MPextension_use, Tag_nodefaults and Tag_conformance.
4791 Improve/tidy up support for Tag_CPU_raw_name, Tag_CPU_name,
4792 Tag_CPU_arch, Tag_ABI_HardFP_use, Tag_VFP_HP_extension,
4793 Tag_ABI_FP_denormal, Tag_ABI_PCS_GOT_use, Tag_ABI_align8_needed,
4794 Tag_VFP_arch and Tag_ABI_FP_16bit_format.
4795 Rework the way unknown attributes are handled.
4796 Defer errors until all attributes have been processed.
4797
7b86a9fa
AS
47982009-01-15 Andrew Stubbs <ams@codesourcery.com>
4799
4800 * elf-attrs.c (bfd_elf_add_obj_attr_compat): Rename to
4801 bfd_elf_add_obj_attr_int_string.
4802 Read Tag_compatibility from its new location in the attribute array,
4803 rather than the attribute list.
4804 (_bfd_elf_copy_obj_attributes): bfd_elf_add_obj_attr_compat ->
4805 bfd_elf_add_obj_attr_int_string.
4806 (_bfd_elf_parse_attributes): Likewise.
4807 (_bfd_elf_merge_object_attributes): There's now only one
4808 Tag_compatibility, and it's in the array, not the list.
4809 * elf-bfd.h (NUM_KNOWN_OBJ_ATTRIBUTES): Set to 33 to include
4810 Tag_compatibility.
4811 (bfd_elf_add_obj_attr_compat): Rename to
4812 bfd_elf_add_obj_attr_int_string.
4813 (bfd_elf_add_proc_attr_compat): Rename to
4814 bfd_elf_add_proc_attr_int_string.
4815 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Explicitly don't handle
4816 Tag_compatibility.
4817
01e1a5bc
NC
48182009-01-15 Douglas B Rupp <rupp@gnat.com>
4819
4820 * Makefile.am (BFD32_BACKENDS): Add new object vmsutil.lo
4821 (BFD32_BACKENDS_CFILES): Add new file vmsutil.c
4822 (vmsutil.lo): Add dependency rule.
4823 * Makefile.in: Regenerate.
4824 * config.bfd (ia64*-*-*vms*): Add case.
4825 * configure.in (bfd_elf64_ia64_vms_vec): Add case.
4826 * configure: Regenerate.
4827 * vmsutil.c: New file.
4828 * vmsutil.h: New file.
4829 * elf-bfd.h (struct bfd_elf_special_section): Change type of
4830 attr to bfd_vma.
4831 * elfxx-ia64.c (elfNN_vms_post_process_headers,
4832 elfNN_vms_section_processing, elfNN_vms_final_write_processing,
4833 elfNN_vms_close_and_cleanup, elfNN_vms_section_from_shdr,
4834 elfNN_vms_object_p): New functions
4835 * targets.c (bfd_elf64_ia64_vms_vec): New target.
4836
a33dafc3
L
48372009-01-14 H.J. Lu <hongjiu.lu@intel.com>
4838
4839 PR ld/9727
4840 * elflink.c (elf_gc_sweep): Exclude the group section if the
4841 first member of the section group is excluded.
4842
13c0e967
AM
48432009-01-14 Alan Modra <amodra@bigpond.net.au>
4844
4845 PR 9735
4846 * syms.c (_bfd_stab_section_find_nearest_line): Don't free
4847 saved filename, use bfd_alloc rather than bfd_malloc for it.
4848
460e679b
AM
48492009-01-13 Alan Modra <amodra@bigpond.net.au>
4850
4851 * elf32-spu.c (spu_elf_build_stubs): Make __icache_base absolute.
4852
25076afa
AM
48532009-01-13 Alan Modra <amodra@bigpond.net.au>
4854
4855 * elf32-spu.c (remove_cycles): Always set call->max_depth.
4856
37107878
AM
48572009-01-12 Alan Modra <amodra@bigpond.net.au>
4858
4859 * elf32-spu.c (spu_elf_auto_overlay): Correct vma mask.
4860
cd4a7468
AM
48612009-01-12 Alan Modra <amodra@bigpond.net.au>
4862
4863 * elf32-spu.c (struct spu_link_hash_table): Add init, line_size_log2,
4864 num_lines_log2.
4865 (struct got_entry): Add br_addr.
4866 (struct call_info): Add priority.
4867 (struct function_info): Add lr_store and sp_adjust.
4868 (spu_elf_setup): Init line_size_log2 and num_lines_log2.
4869 (spu_elf_find_overlays): For soft-icache, mark any section within cache
4870 area as an overlay, and check that no other overlays exist. Look up
4871 icache overlay manager entry sym.
4872 (BRA_STUBS, BRA, BRASL): Define.
4873 (enum _stub_type): Replace ovl_stub with call_ovl_stub and br*_ovl_stub.
4874 (needs_ovl_stub): Adjust for soft-icache. Return priority encoded
4875 in branch insn.
4876 (count_stub, build_stub): Support soft-icache.
4877 (build_spuear_stubs, process_stubs): Adjust build_stub call.
4878 (spu_elf_size_stubs): Size soft-icache stubs.
4879 (overlay_index): New function.
4880 (spu_elf_build_stubs): Make static. Support soft-icache.
4881 (spu_elf_check_vma): Don't turn off auto_overlay if soft-icache.
4882 (find_function_stack_adjust): Save lr store and stack adjust insn
4883 offsets.
4884 (maybe_insert_function): Adjust find_function_stack_adjust call.
4885 (mark_functions_via_relocs): Retrieve priority.
4886 (remove_cycles): Only warn about pruned arcs when stack_analysis.
4887 (sort_calls): Sort by priority first.
4888 (mark_overlay_section): Ignore .ovl.init.
4889 (sum_stack): Only print when stack_analysis.
4890 (print_one_overlay_section): New function, extracted from..
4891 (spu_elf_auto_overlay): ..here. Support soft-icache overlays.
4892 (spu_elf_stack_analysis): Only print when htab->stack_analysis.
4893 (spu_elf_final_link): Call spu_elf_stack_analysis for lrlive
4894 analysis. Call spu_elf_build_stubs.
4895 (spu_elf_relocate_section): For soft-icache encode overlay index
4896 into addresses.
4897 (spu_elf_output_symbol_hook): Support soft-icache.
4898 (spu_elf_modify_program_headers: Likewise.
37107878 4899
cd4a7468
AM
4900 * elf32-spu.h (struct spu_elf_params): Add lrlive_analysis. Rename
4901 num_regions to num_lines. Add line_size and max_branch.
4902 (enum _ovly_flavour): Add ovly_soft_icache.
4903 (spu_elf_build_stubs): Delete.
4904
80c29487
JK
49052009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4906
4907 * elflink.c (_bfd_elf_section_already_linked): Handle g++-3.4
4908 relocations in `.gnu.linkonce.r.*' referencing its `.gnu.linkonce.t.*'.
4909
1bc86aea
HPN
49102009-01-07 Hans-Peter Nilsson <hp@axis.com>
4911
4912 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
4913 <case R_CRIS_16_GOT_GD, R_CRIS_32_GOT_GD>: For a symbol defined in
4914 the program, the known offset starts at the negative size of the
4915 TLS section.
4916 <case R_CRIS_32_IE, R_CRIS_32_GOT_TPREL, R_CRIS_16_GOT_TPREL>:
4917 Similar.
4918
3baa454d 49192009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
75606e85 4920
3baa454d 4921 * config.bfd: Add lm32-*-rtems*.
75606e85 4922
9dbe8890
L
49232009-01-03 H.J. Lu <hongjiu.lu@intel.com>
4924
4925 * coff-ppc.c: Add 2009 to Copyright.
4926 * elf32-cris.c: Likewise.
4927 * elflink.c: Likewise.
4928
0bdf8d40
HPN
49292009-01-03 Hans-Peter Nilsson <hp@axis.com>
4930
4931 * elf32-cris.c (elf_cris_finish_dynamic_symbol): Rename
4932 gotplt_index to rela_plt_index. Adjust for R_CRIS_DTPMOD entry.
4933
54ac0771
L
49342009-01-02 H.J. Lu <hongjiu.lu@intel.com>
4935
4936 PR ld/9679
4937 * elflink.c (elf_merge_st_other): New.
4938 (_bfd_elf_merge_symbol): Use it on skipped weak definitions and
4939 hide them if needed.
4940 (elf_link_add_object_symbols): Updated.
4941
d8880531
L
49422009-01-02 H.J. Lu <hongjiu.lu@intel.com>
4943
4944 PR ld/9676
4945 * elflink.c (elf_link_add_object_symbols): Update def_dynamic,
4946 ref_dynamic and dynamic_def fields when setting def_regular
4947 to 1.
4948
b70b5c14
NC
49492009-01-02 Curtis Mackie <curtmackevo@gmail.com>
4950
4951 PR 9682
4952 * coff-ppc.c (dump_toc): Fix up calls to fprintf without a string
4953 literal.
4954
d8880531 4955For older changes see ChangeLog-2008
56882138
AM
4956\f
4957Local Variables:
4958mode: change-log
4959left-margin: 8
4960fill-column: 74
4961version-control: never
4962End:
This page took 0.718421 seconds and 4 git commands to generate.