Fix VPATH search for generated sources in binutils, gas, ld.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
11d73275
TG
12009-09-01 Tristan Gingold <gingold@adacore.com>
2
3 * makefile.vms: Ported to Itanium VMS. Remove useless variable and
4 dependencies. Reindent.
5 * configure.com: Ported to Itanium VMS. Now generates a build.com
6 to build without make. Add messages but make edit silent.
7 * hosts/alphavms.h: Add a prototype for stpcpy.
8 * vms.c: Add a missing include for Alpha VMS.
9 * elfxx-ia64.c (ELF_OSABI): Define for OpenVMS.
10
94be91de
JB
112009-08-31 Jan Beulich <jbeulich@novell.com>
12
13 * elf-bfd.h (bfd_elf_get_default_section_type): Declare.
14 * elf.c (bfd_elf_get_default_section_type): New.
15 (elf_fake_sections): Use bfd_elf_get_default_section_type.
16
883c7410
L
172009-08-30 H.J. Lu <hongjiu.lu@intel.com>
18
19 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Revert the
20 accidental checkin.
21 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Likwise.
22
095106a2
AM
232009-08-30 Alan Modra <amodra@bigpond.net.au>
24
25 PR ld/10569
26 * bfd.c (bfd_emul_get_maxpagesize): Don't abort.
27 (bfd_emul_get_commonpagesize): Likewise.
28
d3ce72d0
NC
292009-08-29 Martin Thuresson <martin@mtme.org>
30
31 * elf32-arm.c (struct stub_def): Rename member template to
32 template_sequence. (arm_build_one_stub,
33 find_stub_size_and_template, arm_size_one_stub, arm_map_one_stub):
34 Rename variable template to template_sequence.
35 * elfxx-ia64.c (elfNN_ia64_relax_br, elfNN_ia64_relax_brl):
36 Rename variable template to template_val.
37 * aoutx.h (NAME (aout, make_empty_symbol)): Rename variable
38 new to new_symbol.
39 * coffgen.c (coff_make_empty_symbol)
40 (coff_bfd_make_debug_symbol): Rename variable new to new_symbol.
41 * cpu-ia64-opc.c (ext_reg, ins_imms_scaled): Rename variable
42 new to new_insn.
43 * ecoff.c (_bfd_ecoff_make_empty_symbol): Rename variable new
44 to new_symbol.
45 * elf32-m68k.c (elf_m68k_get_got_entry_type): Rename argument
46 new to new_reloc.
47 * hash.c (bfd_hash_lookup): Rename variable new to new_string.
48 * ieee.c (ieee_make_empty_symbol): Rename variable new to
49 new_symbol.
50 * linker.c (bfd_new_link_order): Rename variable new to
51 new_lo.
52 * mach-o.c (bfd_mach_o_sizeof_headers): Rename variable new to
53 symbol.
54 * oasys.c (oasys_make_empty_symbol): Rename variable new to
55 new_symbol_type.
56 * pdp11.c (NAME (aout, make_empty_symbol)): Rename variable
57 new to new_symbol_type.
58 * plugin.c (bfd_plugin_make_empty_symbol): Rename variable new
59 to new_symbol.
60 * rs6000-core.c (CoreHdr, VmInfo): Rename union member new to
61 new_dump.
62 (read_hdr, rs6000coff_core_p)
63 (rs6000coff_core_file_matches_executable_p)
64 (rs6000coff_core_file_failing_command)
65 (rs6000coff_core_file_failing_signal): Updated function to use new
66 union member name.
67 * som.c (som_make_empty_symbol): Rename variable new to
68 new_symbol_type.
69 * syms.c (_bfd_generic_make_empty_symbol): Rename variable new
70 to new_symbol.
71 * tekhex.c (first_phase, tekhex_make_empty_symbol): Rename
72 variable new to new_symbol.
73
573e8a1c
RW
742009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
75
76 * acinclude.m4 (AM_INSTALL_LIBBFD): Call AM_SUBST_NOTMAKE for
77 bfdlibdir and bfdincludedir.
78 * Makefile.am (bfdlibdir, bfdincludedir): Move definition ...
79 [INSTALL_LIBBFD]: ... here, ...
80 [INSTALL_LIBBFD]: ... and empty overrides here.
81 [!INSTALL_LIBBFD]: (rpath_bfdlibdir): New variable.
82 [!INSTALL_LIBBFD] (libbfd_la_LDFLAGS): Use it.
83 * Makefile.in: Regenerate.
84 * configure: Regenerate.
85
325e58c7
NC
862009-08-26 Maxim Kuvyrkov <maxim@codesourcery.com>
87
88 * elf32-m68k.c: Rewrite initialization of GOT entries for TLS
89 relocations. Rewrite output of dynamic TLS relocations.
90 (DTP_OFFSET, TP_OFFSET): New constants.
91 (dtpoff_base): Update.
92 (tpoff): Rename to tpoff_base, update.
93 (elf_m68k_init_got_entry_static, elf_m68k_init_got_entry_local_shared):
94 New functions. Move code from elf_m68k_relocate_section here.
95 (elf_m68k_relocate_section): Update.
96 (elf_m68k_finish_dynamic_symbol): Fix handling of local TLS symbols.
97
e5f2b1de
NC
982009-08-26 Maxim Kuvyrkov <maxim@codesourcery.com>
99
100 * elf32-m68k.c (elf_m68k_copy_indirect_symbol): Propagate
101 non_got_ref value.
102 (elf_m68k_check_relocs): Handle dynamic TLS relocations.
103 Handle non_got_ref field.
104 (elf_m68k_adjust_dynamic_symbol): Handle non_got_ref field.
105
0666b2c3
AM
1062009-08-26 Alan Modra <amodra@bigpond.net.au>
107
600b8686 108 PR ld/10518
0666b2c3
AM
109 * linker.c (bfd_find_version_for_sym): Revert warning.
110
78a03297
AM
1112009-08-26 Alan Modra <amodra@bigpond.net.au>
112
600b8686 113 PR ld/10518
78a03297
AM
114 * linker.c (bfd_find_version_for_sym): Override a "*" match by any
115 other wildcard match. Warn on multiple wildcard matches.
116
81ecdfbb
RW
1172009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
118
14ec8efd
RW
119 * Makefile.am (libbfd_la_LDFLAGS): Initialize early, to allow
120 appending.
121 [INSTALL_LIBBFD] (bfdlib_LTLIBRARIES, bfdinclude_HEADERS): Set
122 only in this condition.
123 [!INSTALL_LIBBFD] (noinst_LTLIBRARIES, libbfd_la_LDFLAGS): New,
124 to build but not install libbfd.la in this condition.
125 (install-bfdlibLTLIBRARIES, uninstall-bfdlibLTLIBRARIES)
126 (install_libbfd, install_libbfd): Remove.
127 * Makefile.in: Regenerate.
128 * doc/Makefile.am (AM_CPPFLAGS): Renamed from ...
129 (INCLUDES): ... this.
130 ($(MKDOC)): Adjust.
131 * doc/Makefile.in: Regenerate.
132
95b40122
RW
133 * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, instead use
134 no-dist and foreign.
135 (EXTRA_libbfd_la_SOURCES): New, list $(CFILES) to allow
136 dependency tracking to work for them.
137 (targets.lo, archures.lo, dwarf.lo): Rewrite to
138 use automake dependency tracking mechanism.
139 (MKDEP, DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove.
140 (mkdep section): Remove.
141 (BUILT_SOURCES): New, list $(BUILD_HFILES).
142 * Makefile.in: Regenerate.
143 * po/SRC-POTFILES.in, po/bfd.pot: Regenerate.
144
af542c2e
RW
145 * Makefile.am (datarootdir, docdir, htmldor, pdfdir)
146 (install-pdf, install-pdf-recursive, install-html)
147 (install-html-recursive): Remove.
148 * Makefile.in: Regenerate.
149
81ecdfbb
RW
150 * Makefile.in: Regenerate.
151 * aclocal.m4: Likewise.
152 * config.in: Likewise.
153 * configure: Likewise.
154
cd1dac3d
DG
1552009-08-21 Daniel Gutson <dgutson@codesourcery.com>
156
157 * elf32-arm.c (arch_has_thumb2_nop): New function.
158 (arch_has_arm_nop): New function.
159 (elf32_arm_final_link_relocate): NOP opcodes changed.
160
440ae135
DE
1612009-08-16 Doug Evans <dje@google.com>
162
163 * opncls.c (bfd_close): Until BFD_IN_MEMORY has an iovec,
164 at least don't leak memory.
165
a109e2f5
DD
1662009-08-13 DJ Delorie <dj@redhat.com>
167
168 * elf32-m32c.c (m32c_elf_relax_delete_bytes): Adjust symbol sizes
169 if needed.
170
c1742541
NC
1712009-08-12 Nick Clifton <nickc@redhat.com>
172
173 * po/fi.po: Updated Finnish translation.
174
6a9adeca
BS
1752009-08-11 Bernd Schmidt <bernd.schmidt@analog.com>
176
177 Merge some FRV FDPIC changes into the Blackfin code.
178 * elf32-bfin.c (struct bfinfdpic_elf_link_hash_table): Add pointer to
179 summary reloc information.
180 (bfinfdpic_dynamic_got_plt_info): New.
181 (_bfin_create_got_section): Create the PLT section here.
182 (elf32_bfinfdpic_create_dynamic_sections): Not here.
183 (_bfinfdpic_count_nontls_entries): Move out of...
184 (_bfinfdpic_count_got_plt_entries): ... here.
185 (_bfinfdpic_count_relocs_fixups): Likewise.
186 (_bfinfdpic_reset_got_plt_entries): New.
187 (_bfinfdpic_size_got_plt): Move out of...
188 (elf32_bfinfdpic_size_dynamic_sections): ... here.
189 (bfinfdpic_relocate_section): Be careful not to call
190 _bfinfdpic_add_rofixup or _bfinfdpic_add_dyn_reloc for deleted relocs.
191 (bfinfdpic_check_discarded_relocs, bfinfdpic_elf_discard_info):
192 New functions.
193 (elf_backend_discard_info): Define for FD-PIC.
194
5dabe785
AM
1952009-08-11 Alan Modra <amodra@bigpond.net.au>
196
197 * elflink.c: Add FIXMEs for some places that require octets_per_byte
198 adjustments.
199 * elf-eh-frame.c: Likewise.
200 * merge.c: Likewise.
201
ea7a63de
AM
2022009-08-11 Alan Modra <amodra@bigpond.net.au>
203
204 * configure.in: Remove elf-ifunc.lo from common ELF files. Add
205 to x86 and x86_64 configurations.
206 * configure: Regenerate.
207
9bf609ec
JK
2082009-08-10 Jan Kratochvil <jan.kratochvil@redhat.com>
209
210 Stop using bfd_usrdata in libbfd.
211 * coff-stgo32.c (bfd_coff_go32stub): Remove.
212 (stub_bytes, comment): Replace STUBSIZE by GO32_STUBSIZE.
213 (adjust_filehdr_in_post): Declare the abfd parameter as unused.
214 Replace STUBSIZE by GO32_STUBSIZE. Save now the stub in
215 filehdr_dst->u.go32.stub. New comment with the reason.
216 (adjust_filehdr_out_pre): Replace STUBSIZE by GO32_STUBSIZE.
217 Substitute the removed macro bfd_coff_go32stub.
218 (adjust_filehdr_out_post, adjust_scnhdr_in_post, adjust_scnhdr_out_pre)
219 (adjust_scnhdr_out_post, adjust_aux_in_post, adjust_aux_out_pre)
220 (adjust_aux_out_post): Replace STUBSIZE by GO32_STUBSIZE.
221 (create_go32_stub, go32_stubbed_coff_bfd_copy_private_bfd_data):
222 Replace STUBSIZE by GO32_STUBSIZE. Substitute the removed macro
223 bfd_coff_go32stub.
224 * coffcode.h (coff_mkobject_hook): Initialize coff->go32stub.
225 * libcoff-in.h (coff_data_type): New field go32stub.
226 * libcoff.h: Regenerated.
227
e39e47bd
JK
2282009-08-10 Jan Kratochvil <jan.kratochvil@redhat.com>
229
230 Fix go32 stub preservation by objcopy.
231 * coff-stgo32.c (adjust_filehdr_in_post): Use bfd_malloc.
232 (go32_stubbed_coff_bfd_copy_private_bfd_data): Optionally allocate OBFD
233 go32stub.
234
ffcb4889
NS
2352009-08-10 Nathan Sidwell <nathan@codesourcery.com>
236
237 * elf32-arm.c (elf32_arm_size_stubs): Don't die on undefined local
238 symbols.
239 (elf32_arm_final_link_relocate): Treat local undefined symbols the
240 same as global undefined symbols.
241 (elf32_arm_relocate_section): Give an error for local undefined
242 non-weak symbols, unless the reloc will not use the symbol.
243
01017ef8
NS
2442009-08-10 Nathan Sidwell <nathan@codesourcery.com>
245
246 * elf32-ppc.c (shared_stub_entry, stub_entry): Use r12, not r11.
247 (ppc_elf_relax_section): Use symbol index to distinguish
248 relocatable stubs.
249
a8ad78a7
AM
2502009-08-10 Alan Modra <amodra@bigpond.net.au>
251
252 * elf32-ppc.c (ppc_elf_relax_section): Ignore non-code sections.
253
91e21fb7
AM
2542009-08-10 Alan Modra <amodra@bigpond.net.au>
255
256 * elflink.c (_bfd_elf_adjust_dynamic_symbol): Don't clear plt
257 info for STT_GNU_IFUNC.
258 * elf32-ppc.c (ppc_elf_check_relocs): Count a needed plt entry
259 on got refs in case the symbol turns out to be ifunc.
260 (ppc_elf_gc_sweep_hook): Similarly.
261 (ppc_elf_adjust_dynamic_symbol): Adjust assertion.
262 (allocate_dynrelocs): Don't specially allocate got relocs for ifunc.
263 (ppc_elf_size_dynamic_sections): Likewise.
264 (ppc_elf_relocate_section): Likewise.
265
6a9adeca 2662009-08-09 Bernd Schmidt <bernd.schmidt@analog.com>
cb88ce9f
BS
267
268 From Mike Frysinger <michael.frysinger@analog.com>
269 * elf32-bfin.c (bfin_howto_table, bfin_reloc_map, bfin_check_relocs,
270 bfin_final_link_relocate, bfin_relocate_section, bfin_gc_sweep_hook,
271 _bfinfdpic_emit_got_relocs_plt_entries, bfinfdpic_relocate_section,
272 bfinfdpic_gc_sweep_hook, bfinfdpic_check_relocs,
273 bfin_finish_dynamic_symbol, bfd_bfin_elf32_create_embedded_relocs):
274 Adjust to match the renamed reloc definitions.
275
e7e75368
AM
2762009-08-08 Alan Modra <amodra@bigpond.net.au>
277
278 PR 10494
279 * elf.c (_bfd_elf_make_section_from_shdr): When setting up section
280 LMAs, use ELF_IS_SECTION_IN_SEGMENT to match sections with headers.
281
918d9742
TT
2822009-08-07 Tom Tromey <tromey@redhat.com>
283
284 * elf32-microblaze.c (microblaze_elf_check_relocs): Avoid strict
285 aliasing error.
286
7ba29e2a
NC
2872009-08-06 Michael Eager <eager@eagercon.com>
288
289 * Makefile.am: Add cpu-microblaze.{lo,c}, elf32-microblaze.{lo,c}.
290 * Makefile.in: Regenerate.
291 * archures.c: Add bfd_arch_microblaze.
292 * bfd-in2.h: Regenerate.
293 * config.bfd: Add microblaze target.
294 * configure.in: Add bfd_elf32_microblaze_vec target.
295 * configure: Regenerate.
296 * cpu-microblaze.c: New.
297 * elf32-microblaze.c: New.
298 * libbfd-in.h: Add prototype _bfd_dwarf2_fixup_section_debug_loc().
299 * libbfd.h: Regenerate.
300 * reloc.c: Add MICROBLAZE relocations.
301 * section.c: Add struct relax_table and relax_count to section.
302 * targets.c: Add bfd_elf32_microblaze_vec.
303
e47bf690
JJ
3042009-08-06 Jakub Jelinek <jakub@redhat.com>
305 Alan Modra <amodra@bigpond.net.au>
306
307 PR binutils/10492
308 * elf.c (sym_is_global): Return true even for BSF_GNU_UNIQUE
309 symbols.
310 * elf32-mips.c (mips_elf_sym_is_global): Likewise.
311 * elfn32-mips.c (mips_elf_sym_is_global): Likewise.
312
3ae046cc
NS
3132009-08-06 Nathan Sidwell <nathan@codesourcery.com>
314
315 * elf32-arm.c (elf32_arm_size_stubs): Call layout_sections_again
316 at least once when fixing cortex-a8.
317
cd8d5a82
CF
3182009-08-05 Chao-ying Fu <fu@mips.com>
319
320 * elf32-mips.c (mips_reloc_map): Add BFD_RELOC_MIPS_JALR.
321 * elfxx-mips.c (JAL_TO_BAL_P): New define to transform JAL to BAL
322 for CPUs. It is true for RM9000.
323 (JALR_TO_BAL_P): New define to transform JALR to BAL. It is true
324 for all CPUs.
325 (mips_elf_perform_relocation): Use JAL_TO_BAL_P and JALR_TO_BAL_P
326 to guard the transformation.
327
9cc305ec
TS
3282009-08-05 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
329
330 * elf32-spu.h (spu_elf_params): Add member emit_fixups.
331 (spu_elf_size_sections): Declare prototype.
332 * elf32-spu.c (spu_link_hash_table): Add member sfixup.
333 (FIXUP_RECORD_SIZE, FIXUP_GET, FIXUP_PUT): New macros.
334 (spu_elf_emit_fixup): New function.
335 (spu_elf_relocate_section): Emit fixup for each SPU_ADDR32.
336 (spu_elf_size_sections): New function.
337
eb7c4339
NS
3382009-08-05 Nathan Sidwell <nathan@codesourcery.com>
339
340 * elf32-arm.c (elf32_arm_stub_type): Add arm_stub_a8_veneer_lwm.
341 (arm_build_one_stub): Build a8 veneers as a separate pass.
342 (cortex_a8_erratum_scan): Add prev_num_a8_fixes and stub_changed_p
343 parameters. Use them to check if we create a different a8 fixup
344 than the previous pass.
345 (elf32_arm_size_stubs): Move scope of stub_changed and
346 prev_num_a8_fixes into main loop.
347 (elf32_arm_build_stubs): Build a8 veneers in a second pass.
348
a9585d22
AM
3492009-08-04 Alan Modra <amodra@bigpond.net.au>
350
351 * elf32-ppc.c (ppc_elf_relax_section): Correct conditions under
352 which find_plt_ent is called. Delete redundant code.
353
45b222d6
L
3542009-08-03 H.J. Lu <hongjiu.lu@intel.com>
355
356 PR binutils/10363
357 * elf.c (bfd_elf_string_from_elf_section): Return NULL on
358 invalid string offset.
359
004fb780
L
3602009-08-03 H.J. Lu <hongjiu.lu@intel.com>
361
362 PR ld/10433
363 * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Set got
364 to htab->init_got_offset and plt to htab->init_plt_offset
365 when discarding space for dynamic relocations.
366
a877a2b6
AM
3672009-08-03 Alan Modra <amodra@bigpond.net.au>
368
369 * elf32-ppc.c (struct plt_entry): Revise comments.
370 (ppc_elf_check_relocs): Don't create needless plt_entry info
371 for non-pie executables. Don't test info->pie when info->shared
372 already covers that case.
373 (ppc_elf_gc_sweep_hook): Adjust for above change.
374 (add_stub_sym): Don't test info->pie when info->shared tested.
375 (allocate_dynrelocs, ppc_elf_size_dynamic_sections): Likewise.
376 (write_glink_stub, ppc_elf_finish_dynamic_symbol): Likewise.
377 (ppc_elf_relax_section): Adjust find_plt_ent arguments.
378 (ppc_elf_relocate_section): Likewise.
379
de972ffa
AM
3802009-08-03 Alan Modra <amodra@bigpond.net.au>
381
382 * elf32-ppc.c (ppc_elf_check_relocs): Always add a plt ref count
383 for local ifunc symbols in non-pie executables, regardless of
384 reloc type. Don't specially create ifunc dyn relocs. Tidy ifunc
385 code so that it's obvious that we only do anything special for
386 local ifunc syms.
387 (ppc_elf_gc_sweep_hook): Adjust to suit check_relocs changes.
388 (allocate_dynrelocs): Correct comment for syms defined in plt.
389 Don't specially allocate ifunc dyn relocs.
390 (ppc_elf_relax_section): Relax branches to ifunc plt entries too.
391 (ppc_elf_relocate_section): Set "relocation" value for ifunc
392 syms in non-pie executables. No specially allocated dyn relocs
393 for ifunc to write. Allow for local sym on R_PPC_RELAX32_PLT.
394 (ppc_elf_finish_dynamic_symbol): Set value of ifunc symbols in
395 a non-pie executable.
396
1d85728f
L
3972009-08-02 H.J. Lu <hongjiu.lu@intel.com>
398 Jakub Jelinek <jakub@redhat.com>
399
400 PR ld/6443
401 * elf32-i386.c (elf_i386_tls_transition): Check executable
402 instead of shared for TLS when building PIE.
403 (elf_i386_check_relocs): Likewise.
404 (elf_i386_allocate_dynrelocs): Likewise.
405 (elf_i386_relocate_section): Likewise.
406
407 * elf64-x86-64.c (elf64_x86_64_tls_transition): Check executable
408 instead of shared for TLS when building PIE.
409 (elf64_x86_64_check_relocs): Likewise.
410 (elf64_x86_64_allocate_dynrelocs): Likewise.
411 (elf64_x86_64_relocate_section): Likewise.
412
5d8d4872
AG
4132009-07-31 Anthony Green <green@moxielogic.com>
414
415 * config.bfd (targ_cpu): Add moxie-uclinux support.
416
080a1b9f
HPN
4172009-07-31 Hans-Peter Nilsson <hp@bitrange.com>
418
419 * linker.c (fix_syms): Consider SEC_LOAD when choosing section.
420
25f23106
AM
4212009-07-30 Alan Modra <amodra@bigpond.net.au>
422
423 * elf32-ppc.c (ppc_elf_check_relocs): Always set up sections
424 used by indirect function support. Count dynamic relocs for
425 ifunc syms.
426 (ppc_elf_adjust_dynamic_symbol): Tweak for ifunc.
427 (allocate_dynrelocs): Allocate all non-dynamic ifunc plt entries
428 in iplt and their relocs in reliplt. Don't make ifunc syms
429 dynamic. Allocate got entry relocs for non-dynamic ifunc in
430 reliplt. Handle other dynamic relocs for ifunc.
431 (ppc_elf_size_dynamic_sections): Alloc dyn relocs for static
432 ifunc in reliplt, likewise relocs for got against local ifunc.
433 Typo fix on reliplt size adjust.
434 (ppc_elf_relocate_section): Don't use plt scheme of allocating
435 relocs 1-1 with entries for iplt, instead just add using
436 reloc_count. Write got relocs and dyn relocs for ifunc to reliplt.
437 Error on invalid ifunc dyn relocs.
438 (ppc_elf_finish_dynamic_symbol): Adjust for non-dynamic ifunc plt
439 in iplt/reliplt.
440 * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_JMP_IREL,
441 R_PPC64_REL16, R_PPC64_REL16_LO, R_PPC64_REL16_HI, R_PPC64_REL16_HA.
442 (ppc64_elf_reloc_type_lookup): Handle new relocs.
443 (ppc64_elf_check_relocs): Likewise. Count dyn relocs for ifunc.
444 (allocate_dynrelocs): As for elf32-ppc.c above.
445 (ppc64_elf_size_dynamic_sections): Likewise.
446 (ppc_build_one_stub): Put non-dynamic ifunc plt call stubs in iplt,
447 and their relocs in reliplt. Use R_PPC64_JMP_IREL.
448 (ppc_size_one_stub): Similarly.
449 (ppc64_elf_relocate_section): As for elf32-ppc.c above. Handle new
450 relocs too.
451 (ppc64_elf_finish_dynamic_symbol): As for elf32-ppc.c above.
452
80f540b7
HPN
4532009-07-29 Hans-Peter Nilsson <hp@bitrange.com>
454
455 * elf64-mmix.c (mmix_elf_relax_section): Revert 2009-05-27
456 change. Add note to head comment.
457
4ad4f3cb
JB
4582009-07-28 Jan Beulich <jbeulich@novell.com>
459
460 * archive.c (get_extended_arelt_filename): Remove redundant
461 range check on index.
462
d8d2f433
DK
4632009-07-27 Doug Kwan <dougkwan@google.com>
464
465 * elf32-arm.c (stub_hash_newfunc): Initialize field output_name.
466
9e675548
L
4672009-07-27 H.J. Lu <hongjiu.lu@intel.com>
468
469 * archures.c bfd_*_arch): Sorted.
470 (bfd_archures_list): Likewise.
471
86514226
SR
4722009-07-27 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
473
9e675548 474 * elf32-cr16.c (elf_cr16_final_link_relocate): Add code to handle
86514226
SR
475 to R_cr16_NUM32 relocation.
476
305f7588
MS
4772009-07-26 Michael Eager <eager@eagercon.com>
478
479 * archures.c: Add bfd_mach_ppc_405
480 * bfd-in2.h: Same.
481
b1995b01
L
4822009-07-25 H.J. Lu <hongjiu.lu@intel.com>
483
484 * cpu-i386.c (bfd_x86_64_arch): Fix comment typos.
485 * cpu-l1om.c (bfd_l1om_arch): Likewise.
486
8a9036a4
L
4872009-07-25 H.J. Lu <hongjiu.lu@intel.com>
488
489 * archures.c (bfd_architecture): Add bfd_arch_l1om.
490 (bfd_l1om_arch): New.
491 (bfd_archures_list): Add &bfd_l1om_arch.
492 * bfd-in2.h: Regenerated.
493
494 * config.bfd (targ64_selvecs): Add bfd_elf64_l1om_vec if
495 bfd_elf64_x86_64_vec is supported. Add bfd_elf64_l1om_freebsd_vec
496 if bfd_elf64_x86_64_freebsd_vec is supported.
497 (targ_selvecs): Likewise.
498
499 * configure.in: Support bfd_elf64_l1om_vec and
500 bfd_elf64_l1om_freebsd_vec.
501 * configure: Regenerated.
502
503 * cpu-l1om.c: New.
504
505 * elf64-x86-64.c (elf64_l1om_elf_object_p): New.
506 (bfd_elf64_l1om_vec): Likewise.
507 (bfd_elf64_l1om_freebsd_vec): Likewise.
508
509 * Makefile.am (ALL_MACHINES): Add cpu-l1om.lo.
510 (ALL_MACHINES_CFILES): Add cpu-l1om.c.
511 * Makefile.in: Regenerated.
512
513 * targets.c (bfd_elf64_l1om_vec): New.
514 (bfd_elf64_l1om_freebsd_vec): Likewise.
515 (_bfd_target_vector): Add bfd_elf64_l1om_vec and
516 bfd_elf64_l1om_freebsd_vec.
517
8fdcc58d
TS
5182009-07-24 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
519 Alan Modra <amodra@bigpond.net.au>
520
521 * reloc.c (BFD_RELOC_SPU_ADD_PIC): Define.
522 * bfd-in2.h: Regenerate.
523 * libbfd.h: Regenerate.
524 * elf32-spu.c (elf_howto_table): Add entries SPU_ADD_PIC.
525 (spu_elf_bfd_to_reloc_type): Handle SPU_ADD_PIC.
526 (spu_elf_relocate_section): Patch instructions marked by SPU_ADD_PIC.
527
9b769489
L
5282009-07-23 H.J. Lu <hongjiu.lu@intel.com>
529
530 PR ld/10434
531 * elf64-x86-64.c (elf64_x86_64_check_relocs): Check executable
532 instead of shared for R_X86_64_TPOFF32.
533 (elf64_x86_64_relocate_section): Likewise.
534
3e7a7d11
NC
5352009-07-23 Ulrich Drepper <drepper@redhat.com>
536
537 * elf-bfd.h (struct elf_link_hash_entry): Add unique_global field.
538 * elf.c (swap_out_syms): Set binding to STB_GNU_UNIQUE for symbols
539 with the BSF_GNU_UNIQUE flag bit set.
540 * elfcode.h (elf_slurp_symbol_table): Set the BSF_GNU_UNIQUE flag
541 for symbols with STB_GNU_UNIQUE binding.
542 * elflink.c (_bfd_elf_merge_symbol): Set unique_global for symbols
543 with the STB_GNU_UNIQUE binding.
544 (elf_link_add_object_symbols): Set the BSF_GNU_UNIQUE flag for
545 symbols with STB_GNU_UNIQUE binding. Set STB_GNU_UNIQUE for
546 symbols with the unique_global field set.
547 (elf_link_output_extsym): Set unique_global field for symbols with
548 the STB_GNU_UNIQUE binding.
549 * syms.c (struct bfd_symbol): Define BSF_GNU_UNIQUE flag bit.
550 (bfd_print_symbol_vandf): Print a 'u' character for BSF_GNU_UNIQUE
551 symbols.
552 (bfd_decode_symclass): Return a 'u' character for BSF_GNU_UNIQUE
553 symbols.
554 * bfd-in2.h: Regenerate.
555
5f35ea9c
L
5562009-07-22 H.J. Lu <hongjiu.lu@intel.com>
557
558 * elflink.c (elf_link_output_extsym): Revert the last change.
559
b63cc625
L
5602009-07-22 H.J. Lu <hongjiu.lu@intel.com>
561
562 PR ld/10433
563 * elflink.c (elf_link_output_extsym): Special case ifunc syms
564 when ref_regular, not def_regular.
565
2955ec4c
L
5662009-07-21 H.J. Lu <hongjiu.lu@intel.com>
567
568 PR ld/10426
569 * elflink.c (elf_link_add_object_symbols): Turn an IFUNC symbol
570 from a DSO into a normal FUNC symbol.
571 (elf_link_output_extsym): Turn an undefined IFUNC symbol into
572 a normal FUNC symbol.
573
6d30f5b2
NC
5742009-07-17 Chao-ying Fu <fu@mips.com>
575
576 * elfxx-mips.c (LOAD_INTERLOCKS_P): New define.
577 (_bfd_mips_elf_size_dynamic_sections): For CPUs without load
578 interlocking, the last PLT entry needs a nop in the branch delay slot.
579 (_bfd_mips_elf_finish_dynamic_symbol): For CPUs with load itnerlocking,
580 output the last two PLT entries in reverse order.
581
1f85278f
L
5822009-07-16 H.J. Lu <hongjiu.lu@intel.com>
583
584 * elf32-i386.c (elf_i386_relocate_section): Don't get local
585 STT_GNU_IFUNC symbol for relocatable link.
586 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
587
f07749bb
L
5882009-07-10 H.J. Lu <hongjiu.lu@intel.com>
589
590 * bfdio.c (bfd_iovec): Add comments for bmmap.
591 * bfd-in2.h: Regenerated.
592
8455dd2c
L
5932009-07-10 H.J. Lu <hongjiu.lu@intel.com>
594
595 * Makefile.am: Run "make dep-am".
596 * Makefile.in: Regenerated.
597
cedfb179
DK
5982009-07-10 Doug Kwan <dougkwan@google.com>
599
600 * elf32-arm.c (stub_hash_newfunc): Initialize fields
601 target_addend and orig_insn.
602
fa8f86ff
TT
6032009-07-10 Tom Tromey <tromey@redhat.com>
604
605 * Makefile.am (dwarf2.lo): Use dwarf2.h, not elf/dwarf2.h.
606 (elf-eh-frame.lo): Likewise.
607 (elf32-bfin.lo): Likewise.
608 (elf32-frv.lo): Likewise.
609 (elf32-xc16x.lo): Likewise.
610 * Makefile.in: Rebuild.
611 * dwarf2.c: Included dwarf.h, not elf/dwarf2.h.
612 * elf-eh-frame.c: Likewise.
613 * elf32-bfin.c: Likewise.
614 * elf32-frv.c: Likewise.
615 * elf32-xc16x.c: Likewise.
616
33c6a8fc
JB
6172009-07-10 Julian Brown <julian@codesourcery.com>
618
619 * elf32-arm.c (arm_build_one_stub): Use the hash entry of the
620 symbol a stub entry is derived from, not the entry for the stub
621 itself, in call to elf32_arm_final_link_relocate.
622
1d770845
L
6232009-07-10 H.J. Lu <hongjiu.lu@intel.com>
624
625 * elf.c (_bfd_elf_get_synthetic_symtab): Remove leading zeros
626 when reporting addends.
627
52cfded7
AM
6282009-07-10 Alan Modra <amodra@bigpond.net.au>
629
630 * elf32-spu.c (spu_elf_size_stubs): Do set up soft-icache manager
631 data even when no stubs.
632 (spu_elf_place_overlay_data, spu_elf_build_stubs): Adjust.
633
e054468f
AM
6342009-07-10 Alan Modra <amodra@bigpond.net.au>
635
636 * elf32-ppc.c (ppc_elf_howto_raw): Add R_PPC_IRELATIVE.
637 (ppc_elf_get_synthetic_symtab): Report addend.
638 (PLT_IFUNC): Define.
639 (struct ppc_elf_link_hash_table): Add iplt and reliplt.
640 (ppc_elf_create_glink): New function.
641 (ppc_elf_create_dynamic_sections): Use it.
642 (ppc_elf_add_symbol_hook): Set has_ifunc_symbols.
643 (update_local_sym_info): Allocate space for local_plt array.
644 Don't bump local_got_refcounts for PLT_IFUNC. Return local_plt
645 entry pointer.
646 (is_branch_reloc): New function.
647 (ppc_elf_check_relocs): Handle STT_GNU_IFUNC symbols.
648 (ppc_elf_gc_sweep_hook): Likewise.
649 (ppc_elf_adjust_dynamic_symbol): Likewise.
650 (allocate_dynrelocs): Likewise.
651 (ppc_elf_size_dynamic_sections): Likewise.
652 (ppc_elf_relocate_section): Likewise.
653 (branch_reloc_hash_match): Use is_branch_reloc.
654 (ppc_elf_tls_optimize): Adjust for local_plt.
655 (write_glink_stub): New function, extracted from..
656 (ppc_elf_finish_dynamic_symbol): ..here. Handle STT_GNU_IFUNC.
657 (ppc_elf_finish_dynamic_sections): Only write plt resolver and
658 branch table when dynamic.
659 (elf_backend_post_process_headers): Define.
660 * elf64-ppc.c (elf_backend_post_process_headers): Define.
661 (ppc64_elf_howto_raw): Add R_PPC64_IRELATIVE.
662 (ppc64_elf_get_synthetic_symtab): Report addend.
663 (struct ppc_stub_hash_entry): Add plt_ent.
664 (PLT_IFUNC): Define.
665 (struct ppc_link_hash_table): Add iplt and reliplt.
666 (create_linkage_sections): Make .iplt and .rela.iplt sections.
667 (ppc64_elf_add_symbol_hook): Set has_ifunc_symbols.
668 (update_local_sym_info): Allocate space for local_plt array.
669 Don't bump local_got_ents for PLT_IFUNC. Return local_plt
670 entry pointer.
671 (update_plt_info): Pass pointer to plt_entry rather than sym hash,
672 and don't change hash flags here.
673 (is_branch_reloc): New function.
674 (ppc64_elf_check_relocs): Handle STT_GNU_IFUNC.
675 (ppc64_elf_gc_sweep_hook): Likewise.
676 (ppc64_elf_adjust_dynamic_symbol): Likewise.
677 (allocate_dynrelocs): Likewise.
678 (ppc64_elf_size_dynamic_sections): Likewise.
679 (ppc_build_one_stub, ppc_size_one_stub): Likewise.
680 (ppc64_elf_size_stubs): Likewise.
681 (ppc64_elf_relocate_section): Likewise.
682 (get_sym_h): Adjust for local_plt.
683 (branch_reloc_hash_match): Use is_branch_reloc.
684 (ppc_type_of_stub): Pass plt_entry pointer and handle ifunc.
685 (ppc64_elf_toc): Ignore SEC_EXCLUDE sections.
686
041de40d
AM
6872009-07-10 Alan Modra <amodra@bigpond.net.au>
688
689 * elf.c (_bfd_elf_get_synthetic_symtab): Report addends.
690
7ae26bc1
AM
6912009-07-10 Alan Modra <amodra@bigpond.net.au>
692
693 * elf-bfd.h (struct elf_link_hash_entry): Clarify ref_regular
694 and ref_regular_nonweak comment.
695 * elflink.c (elf_link_output_extsym): Special case ifunc syms
696 when def_regular, not ref_regular.
697 (elf_link_add_object_symbols): Don't set needs_plt on ifunc syms,..
698 * elf32-i386.c (elf_i386_check_relocs): ..set it here instead..
699 * elf64-x86-64.c (elf64_x86_64_check_relocs): ..and here.
700
9c4d0c1f
AM
7012009-07-09 Alan Modra <amodra@bigpond.net.au>
702
703 * elf32-spu.c (mark_functions_via_relocs): Init broken_cycle field
704 of malloc'd struct call_info.
705 (pasted_function): Likewise, priority too.
706
2fc6d3b0
AM
7072009-07-07 Alan Modra <amodra@bigpond.net.au>
708
709 * elf32-spu.c (spu_elf_auto_overlay): Take into account section
710 alignment when packing sections into overlays.
711
9e1f7c0e
DK
7122009-07-03 Cary Coutant <ccoutant@google.com>
713
714 * dwarf2.c (decode_line_info): Ignore DW_LNE_set_discriminator.
715
4a768870
DK
7162009-07-03 Dave Korn <dave.korn.cygwin@gmail.com>
717
718 * coffcode.h (sec_to_styp_flags): Partially revert (functional
719 changes only) earlier patch:-
720
721 2009-06-25 Kai Tietz <kai.tietz@onevision.com>
722
723 * coffcode.h (sec_to_styp_flags): Set discardable for .reloc and
724 give .debug and .reloc data characteristics.
725 (DOT_RELOC): New define for .reloc section string.
726 (coff_write_object_contents): Use DOT_RELOC instead of string.
727
848f5748
TT
7282009-07-02 Tom Tromey <tromey@redhat.com>
729
730 * aoutx.h (aout_get_external_symbols): Declare 'amt' locally.
731 * bfdwin.c (bfd_free_window): Cast to unsigned long.
732
dda46a27
L
7332009-07-01 Nick Clifton <nickc@redhat.com>
734
735 * elf-m10300.c: Remove trailing white space.
736 * reloc.c: Likewise.
737
efde2f2c
NC
7382009-07-01 Douglas B Rupp <rupp@gnat.com>
739
dda46a27 740 * bfd.m4 (BFD_HAVE_TIME_TYPE_MEMBER,
efde2f2c 741 BFD_HAVE_SYS_STAT_TYPE_MEMBER): New config functions.
dda46a27
L
742 * configure.in: Use them.
743 * configure: Regenerate.
744 * config.in: Regnerate.
745 * vmsutil.c: Include sysdep.h, remove ansidecl.h.
efde2f2c
NC
746 #define _BSD_SOURCE. Add comments.
747 (vms_file_stats_name): Calculate creation date based on available
748 runtime data. Return 1 for version instead of 0.
749
e1ec24c6
NC
7502009-07-01 Nick Clifton <nickc@redhat.com>
751
752 PR 10072
753 * elf32-arm.c (elf32_arm_final_link_relocate): Add code to handle
754 to R_ARM_THM_PC8 relocation.
755
2709f570
NC
7562009-06-29 Nick Clifton <nickc@redhat.com>
757
758 * elf-m10300.c (mn10300_elf_relax_section): Allow for the
759 different uses of the relocations addend when a symbol is in a
760 merged section.
761
83b89087
L
7622009-06-27 H.J. Lu <hongjiu.lu@intel.com>
763
764 PR ld/10337
765 * elf.c (bfd_section_from_shdr): Don't change sh_link for
766 SHT_REL/SHT_RELA sections on executable nor shared library.
767 Treat SHT_REL/SHT_RELA sections with sh_link set to SHN_UNDEF
768 as a normal section.
769
be7035c6
NC
7702009-06-25 Nick Clifton <nickc@redhat.com>
771
772 * elf-m10300.c (mn10300_elf_relax_section): Handle non-section
773 symbols with SEC_MERGE flag.
774
bdeb4032
KT
7752009-06-25 Kai Tietz <kai.tietz@onevision.com>
776
777 * coffcode.h (sec_to_styp_flags): Set discardable for .reloc and
778 give .debug and .reloc data characteristics.
779 (DOT_RELOC): New define for .reloc section string.
780 (coff_write_object_contents): Use DOT_RELOC instead of string.
781
b32e07d7
TG
7822009-06-25 Tristan Gingold <gingold@adacore.com>
783
784 * mach-o-target.c (bfd_mach_o_get_dynamic_symtab_upper_bound)
785 (bfd_mach_o_canonicalize_dynamic_symtab)
786 (bfd_mach_o_get_synthetic_symtab): Defines.
787 (TARGET_NAME_BACKEND): Add bfd_mach_o_print_thread entry.
788 (TARGET_NAME): Use Mach-O specific functions for dynamic.
789
790 * mach-o-i386.c (bfd_mach_o_i386_swap_reloc_in): Fix howto indexes
791 for scattered relocations.
792 (bfd_mach_o_i386_print_thread): New function.
793 (bfd_mach_o_print_thread): Define.
794
795 * mach-o.c (text_section_names_xlat): Add an entry for __const.
796 (bfd_mach_o_canonicalize_one_reloc, bfd_mach_o_canonicalize_relocs):
797 New functions extracted from ...
798 (bfd_mach_o_canonicalize_reloc): ... This. Simplified.
799 (bfd_mach_o_get_dynamic_reloc_upper_bound): New function.
800 (bfd_mach_o_canonicalize_dynamic_reloc): New function.
801 (bfd_mach_o_i386_flavour_string): Adjusted after enum renaming.
802 (bfd_mach_o_ppc_flavour_string): Reindentation. Add 64 bits cases.
803 (bfd_mach_o_scan_read_dylinker): Do not create a section anymore.
804 Set name_str field.
805 (bfd_mach_o_scan_read_dylib): Ditto.
806 (bfd_mach_o_scan_read_thread): Set mdata at declaration. Add comments,
807 reindent.
808 (bfd_mach_o_scan_read_dysymtab): Set mdata at declaration. Correctly
809 decode isym and flags on little endian targets. Set dysymtab field.
810 (bfd_mach_o_scan_start_address): Adjust for enum names.
811 (bfd_mach_o_lookup_section): Do not look for segments anymore.
812 (bfd_mach_o_print_section): Display bfd section name.
813 (bfd_mach_o_print_segment): Display none if no name.
814 (bfd_mach_o_print_dysymtab): Display next index for local, external
815 and undefined symbols.
816 (bfd_mach_o_bfd_print_private_bfd_data): Adjust code by using name_str.
817 Display dylinker name. Display thread and unixthread commands content.
818 (bfd_mach_o_print_thread): New macro.
819
820 * mach-o.h (bfd_mach_o_mach_header_magic): Align numbers.
821 (bfd_mach_o_ppc_thread_flavour): Ditto.
822 (bfd_mach_o_i386_thread_flavour): Ditto.
823 (BFD_MACH_O_PPC_THREAD_STATE_NONE): New enum.
824 (BFD_MACH_O_x86_THREAD_STATE_NONE): Replaces
825 BFD_MACH_O_THREAD_STATE_NONE.
826 (bfd_mach_o_segment_command): Remove segment field.
827 (bfd_mach_o_thread_flavour): Field offset is now unsigned long.
828 (bfd_mach_o_dylinker_command): Remove section field, add name_str.
829 (bfd_mach_o_prebound_dylib_command): Ditto.
830 (bfd_mach_o_dylib_command): Ditto.
831 (bfd_mach_o_prebound_dylib_command): Remove section field.
832 (mach_o_data_struct): Add dysymtab field.
833 (bfd_mach_o_backend_data): Add _bfd_mach_o_print_thread field.
834 (bfd_mach_o_get_reloc_upper_bound, bfd_mach_o_canonicalize_reloc)
835 (bfd_mach_o_build_commands): Remove parameter names and attributes.
836 (bfd_mach_o_get_dynamic_reloc_upper_bound)
837 (bfd_mach_o_canonicalize_dynamic_reloc): New prototypes.
838
c41ba836
DK
8392009-06-25 Rafael Avila de Espindola <espindola@google.com>
840
841 * plugin.c (load_plugin): Use stat and S_ISREG instead of the d_type
842 field of struct dirent.
843
3188b070
TG
8442009-06-23 Tristan Gingold <gingold@adacore.com>
845
846 * vms.c (vms_get_synthetic_symtab): Remove duplicate definition
847 of this macro. Fix indentation.
848
022f8312
CL
8492009-06-22 Christophe Lyon <christophe.lyon@st.com>
850
851 * elf32-arm.c (elf32_arm_size_stubs): Use PLT address as
852 destination for defined dynamic symbols when deciding whether to
853 insert a stub or not.
854 (allocate_dynrelocs): Make sure functions are not marked as Thumb
855 when actually accessed through a PLT, even when generating a
856 shared lib.
857
d297e807
TG
8582009-06-22 Tristan Gingold <gingold@adacore.com>
859
860 * mach-o.c (bfd_mach_o_canonicalize_reloc): Append a sentinel to
861 the relocs array.
862
ceaf50a2
AM
8632009-06-22 Alan Modra <amodra@bigpond.net.au>
864
865 * elf32-ppc.c (ppc_elf_check_relocs): Handle R_PPC_RELAX* in switch.
866 * elf32-v850.c (v850_elf_relocate_section): Warning fix.
867
983bddc8
AM
8682009-06-22 Alan Modra <amodra@bigpond.net.au>
869
870 * elf64-ppc.c (ppc64_elf_edit_opd): Avoid gcc warning.
871
f8703194
L
8722009-06-19 H.J. Lu <hongjiu.lu@intel.com>
873
874 * elflink.c (elf_link_add_object_symbols): Avoid warning
875 from -Wjump-misses-init in gcc 4.5.0.
876
09a24cbf
L
8772009-06-19 H.J. Lu <hongjiu.lu@intel.com>
878
879 * elf32-i386.c (elf_i386_check_relocs): Properly check local
880 symbol on error.
881 * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
882
4c544807
L
8832009-06-19 H.J. Lu <hongjiu.lu@intel.com>
884
885 * elf32-i386.c (elf_i386_tls_transition): Add a parameter,
886 r_symndx. Report local symbol name on error.
887 (elf_i386_check_relocs): Updated. Report local symbol name on
888 error.
889 (elf_i386_gc_sweep_hook): Updated.
890 (elf_i386_relocate_section): Likewise.
891
892 * elf64-x86-64.c (elf64_x86_64_tls_transition): Add a parameter,
893 r_symndx. Report local symbol name on error.
894 (elf64_x86_64_check_relocs): Updated. Report local symbol name
895 on error.
896 (elf64_x86_64_gc_sweep_hook): Updated.
897 (elf64_x86_64_relocate_section): Likewise.
898
b8674692
TG
8992009-06-19 Tristan Gingold <gingold@adacore.com>
900
901 * mach-o.c (bfd_mach_o_print_private_header): Fix format character.
902
046b007d
TG
9032009-06-19 Tristan Gingold <gingold@adacore.com>
904
905 * mach-o.c (bfd_mach_o_scan_read_symtab_symbols): Add prototype.
906 (bfd_mach_o_version): Use bfd_mach_o_get_data instead of direct access.
907 (bfd_mach_o_valid): Ditto.
908 (bfd_mach_o_wide_p): Ditto.
909 (bfd_mach_o_canonicalize_reloc): Ditto.
910 (bfd_mach_o_build_commands): Ditto.
911 (bfd_mach_o_scan_read_thread): Ditto.
912 (bfd_mach_o_flatten_sections): Ditto.
913 (bfd_mach_o_scan_start_address): Ditto.
914 (bfd_mach_o_lookup_section): Ditto.
915 (bfd_mach_o_core_fetch_environment): Ditto.
916 (bfd_mach_o_write_contents): Ditto. Handle reexport_dylib.
917 (bfd_mach_o_scan_write_relocs): Adjust for bfd_mach_o_get_data.
918 (bfd_mach_o_scan_write_symtab): Ditto.
919 Use macros instead of hard-coded values.
920 (bfd_mach_o_scan_read_symtab_symbol): Make the function static.
921 Use bfd_mach_o_get_data instead of direct access. Use macros
922 instead of hard-coded values.
923 (bfd_mach_o_scan_read_symtab_strtab): Make the function static.
924 Remove sym argument and get section from mdata.
925 Move code into the else branch.
926 (bfd_mach_o_scan_read_symtab_symbols): Make the function static.
927 Remove sym argument and get section from mdata. Adjust code.
928 (bfd_mach_o_scan_read_dylib): Move assertion into the created
929 switch (which replaces consecutive if statements).
930 (bfd_mach_o_scan_read_dysymtab): Rename seg to cmd. Load
931 module table, table of content, indirect symbols and external
932 referenced symbols.
933 (bfd_mach_o_scan_read_symtab): Renames seg to symtab. Set symtab
934 field.
935 (bfd_mach_o_scan_read_linkedit): New function.
936 (bfd_mach_o_scan_read_str): Ditto.
937 (bfd_mach_o_count_symbols): Simplify the code by using the symtab
938 field of mdata.
939 (bfd_mach_o_get_symtab_upper_bound): Remove check as
940 bfd_mach_o_count_symbols never returns an error.
941 (bfd_mach_o_canonicalize_symtab): Simplify the code by using the
942 symtab field (there might be only one symtab).
943 (bfd_mach_o_scan_read_command): Handle reexported dylib.
944 Handle sub frameworks, sub umbrella, sub library and sub client.
945 Read code signature and segment split info commands.
946 (bfd_mach_o_scan): Reindent.
947 (bfd_mach_o_xlat_name): New type.
948 (bfd_mach_o_print_flags): New function.
949 (bfd_mach_o_get_name): Ditto.
950 (bfd_mach_o_cpu_name): New variable.
951 (bfd_mach_o_filetype_name, bfd_mach_o_header_flags_name)
952 (bfd_mach_o_section_type_name)
953 (bfd_mach_o_section_attribute_name)
954 (bfd_mach_o_load_command_name): New variables.
955 (bfd_mach_o_print_private_header): New function.
956 (bfd_mach_o_print_section_map): New function extracted from
957 bfd_mach_o_print_private_bfd_data.
958 (bfd_mach_o_print_section): Ditto. Print more infos.
959 (bfd_mach_o_print_segment): Ditto.
960 (bfd_mach_o_print_dysymtab): Ditto.
961 (bfd_mach_o_bfd_print_private_bfd_data): Reworked. Handle
962 load weak dylib, reexport dylib and id dylib.
963 Handle code signature and segment_split info.
964 Handle sub frameworks, sub umbrella, sub library and sub client.
965 (bfd_mach_o_section_get_nbr_indirect): New function.
966
967 * mach-o.h (BFD_MACH_O_REFERENCE_MASK): New macro. Add comment.
968 (bfd_mach_o_header_flags): New enum to define header flags.
969 (bfd_mach_o_section_attribute): New enum to replace ...
970 (BFD_MACH_O_S_ATTR_LOC_RELOC, BFD_MACH_O_S_ATTR_EXT_RELOC,
971 BFD_MACH_O_S_ATTR_SOME_INSTRUCTIONS, BFD_MACH_O_S_ATTR_DEBUG,
972 BFD_MACH_O_S_SELF_MODIFYING_CODE, BFD_MACH_O_S_ATTR_LIVE_SUPPORT,
973 BFD_MACH_O_S_ATTR_NO_DEAD_STRIP, BFD_MACH_O_S_ATTR_STRIP_STATIC_SYMS,
974 BFD_MACH_O_S_ATTR_NO_TOC, BFD_MACH_O_S_ATTR_PURE_INSTRUCTIONS): ...
975 these removed macros.
976 (BFD_MACH_O_NLIST_SIZE, BFD_MACH_O_NLIST_64_SIZE): New macros.
977 (bfd_mach_o_dylib_module): New type.
978 (BFD_MACH_O_DYLIB_MODULE_SIZE, BFD_MACH_O_DYLIB_MODULE_64_SIZE): New
979 macros.
980 (bfd_mach_o_dylib_table_of_content): New type.
981 (BFD_MACH_O_TABLE_OF_CONTENT_SIZE): New macro.
982 (bfd_mach_o_dylib_reference): New type.
983 (BFD_MACH_O_REFERENCE_SIZE): New macro.
984 (bfd_mach_o_dysymtab_command): Add fields for loaded and decoded
985 modules, toc, references and indirect syms.
986 (BFD_MACH_O_INDIRECT_SYMBOL_SIZE): New macro.
987 (bfd_mach_o_dylinker_command): Remove cmd and cmdsize fields (were
988 unused). Add comment.
989 (bfd_mach_o_dylib_command): Ditto.
990 (bfd_mach_o_prebound_dylib_command): Ditto.
991 (bfd_mach_o_linkedit_command): New type.
992 (bfd_mach_o_str_command): New type.
993 (bfd_mach_o_load_command): Add linkedit and str fields.
994 (mach_o_data_struct): Add symtab field.
995 (bfd_get_mach_o_data): Renamed to ...
996 (bfd_mach_o_get_data): ... this new macro.
997 (bfd_mach_o_scan_read_symtab_symbol,
998 bfd_mach_o_scan_read_symtab_strtab,
999 bfd_mach_o_scan_read_symtab_symbols): Prototypes removed.
1000
1001 * mach-o-i386.c (bfd_mach_o_i386_mkobject): Use bfd_mach_o_get_data
1002 instead of direct access.
1003
6d78d0b9
AM
10042009-06-19 Alan Modra <amodra@bigpond.net.au>
1005
1006 * elf32-ppc.c (ppc_elf_check_relocs): Allow local symbols for
1007 R_PPC_PLTREL24 relocs.
1008 (ppc_elf_relocate_section): Likewise.
1009
3ec01793
AM
10102009-06-19 Alan Modra <amodra@bigpond.net.au>
1011
1012 * elf32-ppc.c (find_plt_ent): Pass pointer to plist rather than
1013 pointer to sym hash. Update all uses.
1014 (update_plt_info): Likewise. Don't check addend here.
1015
c2e61a4e
L
10162009-06-18 H.J. Lu <hongjiu.lu@intel.com>
1017
1018 * elf32-i386.c (elf_i386_check_relocs): Remove isymbuf and use
1019 bfd_sym_from_r_symndx.
1020 * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
1021
87d72d41
AM
10222009-06-18 Alan Modra <amodra@bigpond.net.au>
1023
1024 * elf-bfd.h (struct sym_sec_cache): Delete.
1025 (struct sym_cache): New.
1026 (bfd_section_from_r_symndx): Delete prototype.
1027 (bfd_sym_from_r_symndx): Define prototype.
1028 * elf.c (bfd_section_from_r_symndx): Delete, replace with..
1029 (bfd_sym_from_r_symndx): ..new function.
1030 * elf32-arm.c: Update all uses of struct sym_sec_cache and
1031 bfd_section_from_r_symndx to new struct and function.
1032 * elf32-bfin.c: Likewise.
1033 * elf32-hppa.c: Likewise.
1034 * elf32-i386.c: Likewise.
1035 * elf32-m32r.c: Likewise.
1036 * elf32-m68hc1x.c: Likewise.
1037 * elf32-m68hc1x.h: Likewise.
1038 * elf32-m68k.c: Likewise.
1039 * elf32-ppc.c: Likewise.
1040 * elf32-s390.c: Likewise.
1041 * elf32-sh.c: Likewise.
1042 * elf64-ppc.c: Likewise.
1043 * elf64-s390.c: Likewise.
1044 * elf64-x86-64.c: Likewise.
1045 * elfxx-sparc.c: Likewise.
1046 * elfxx-sparc.h: Likewise.
1047
14aae723
L
10482009-06-18 H.J. Lu <hongjiu.lu@intel.com>
1049
1050 * elf32-i386.c (elf_i386_check_relocs): Cache or free isymbuf.
1051 * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
1052
5e486aa1
NC
10532009-06-18 Nick Clifton <nickc@redhat.com>
1054
1055 * elflink.c (elf_link_sort_relocs): Return early if there are no
1056 relocs to sort.
1057
361dff73
DK
10582009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
1059
32425da9
NC
1060 Merge cegcc and mingw32ce target name changes from
1061 CeGCC project:
361dff73 1062
32425da9 1063 2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
361dff73
DK
1064
1065 * config.bfd: Add arm*-*-cegcc* target.
1066
32425da9 1067 2007-12-17 Pedro Alves <pedro_alves@portugalmail.pt>
361dff73
DK
1068
1069 * config.bfd: Add arm-*-mingw32ce* target.
1070
e03a8ed8
L
10712009-06-17 H.J. Lu <hongjiu.lu@intel.com>
1072
1073 * elf-bfd.h (_bfd_elf_allocate_ifunc_dyn_relocs): New.
1074 * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Likewise.
1075 * elf32-i386.c (elf_i386_allocate_dynrelocs): Use it.
1076 * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
1077
10782009-06-17 H.J. Lu <hongjiu.lu@intel.com>
1079
1080 * elf-bfd.h (_bfd_elf_create_ifunc_dyn_reloc): New.
1081 * elf-ifunc.c (_bfd_elf_create_ifunc_dyn_reloc): Likewise.
1082 * elf32-i386.c (elf_i386_check_relocs): Use it.
1083 * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
1084
10852009-06-17 H.J. Lu <hongjiu.lu@intel.com>
1086
1087 * elf-bfd.h (elf_dyn_relocs): New.
1088
1089 * elf32-i386.c (elf_i386_dyn_relocs): Removed.
1090 (elf_i386_link_hash_entry): Replace elf_i386_dyn_relocs with
1091 elf_dyn_relocs.
1092 (elf_i386_copy_indirect_symbol): Likewise.
1093 (elf_i386_check_relocs): Likewise.
1094 (elf_i386_gc_sweep_hook): Likewise.
1095 (elf_i386_allocate_dynrelocs): Likewise.
1096 (elf_i386_readonly_dynrelocs): Likewise.
1097 (elf_i386_size_dynamic_sections): Likewise.
1098
1099 * elf64-x86-64.c (elf64_x86_64_dyn_relocs): Removed.
1100 (elf64_x86_64_link_hash_entry): Replace elf64_x86_64_dyn_relocs
1101 with elf_dyn_relocs.
1102 (elf64_x86_64_copy_indirect_symbol): Updated.
1103 (elf64_x86_64_check_relocs): Likewise.
1104 (elf64_x86_64_gc_sweep_hook): Likewise.
1105 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
1106 (elf64_x86_64_allocate_dynrelocs): Likewise.
1107 (elf64_x86_64_readonly_dynrelocs): Likewise.
1108 (elf64_x86_64_size_dynamic_sections): Likewise.
1109
64e77c6d
L
11102009-06-17 H.J. Lu <hongjiu.lu@intel.com>
1111
1112 * elf32-arm.c (create_got_section): Get existing .rela.got
1113 section.
1114 * elf32-hppa.c (elf32_hppa_create_dynamic_sections): Likewise.
1115 * elf32-lm32.c (create_got_section): Likewise.
1116 * elf32-m32r.c (create_got_section): Likewise.
1117 * elf32-ppc.c (ppc_elf_create_got): Likewise.
1118 * elf32-s390.c (create_got_section): Likewise.
1119 * elf32-sh.c (create_got_section): Likewise.
1120 * elf32-xtensa.c (elf_xtensa_create_dynamic_sections): Likewise.
1121 * elf64-s390.c (create_got_section): Likewise.
1122 * elfxx-sparc.c (create_got_section): Likewise.
1123
1124 * elflink.c (_bfd_elf_create_got_section): Properly initialize
1125 the GOT size.
1126
d2149d72
L
11272009-06-16 H.J. Lu <hongjiu.lu@intel.com>
1128
1129 * elf-bfd.h (ELF_LOCAL_SYMBOL_HASH): New.
1130
1131 * elf32-i386.c (elf_i386_local_hash): Removed.
1132 (elf_i386_local_htab_hash): Use ELF_LOCAL_SYMBOL_HASH.
1133 (elf_i386_get_local_sym_hash): Likewise.
1134
1135 * elf64-x86-64.c (elf64_x86_64_local_hash): Removed.
1136 (elf64_x86_64_local_htab_hash): Use ELF_LOCAL_SYMBOL_HASH.
1137 (elf64_x86_64_get_local_sym_hash): Likewise.
1138 * elfxx-ia64.c (elfNN_ia64_local_htab_hash): Likewise.
1139 (get_local_sym_hash): Likewise.
1140
cc3bd654
L
11412009-06-16 H.J. Lu <hongjiu.lu@intel.com>
1142
1143 * elfxx-ia64.c (elfNN_ia64_link_hash_table): Remove got_sec,
1144 rel_got_sec and plt_sec.
1145 (elfNN_ia64_relax_section): Updated.
1146 (elfNN_ia64_create_dynamic_sections): Likewise.
1147 (get_got): Likewise.
1148 (allocate_dynrel_entries): Likewise.
1149 (elfNN_ia64_size_dynamic_sections): Likewise.
1150 (set_got_entry): Likewise.
1151 (elfNN_ia64_choose_gp): Likewise.
1152 (elfNN_ia64_relocate_section): Likewise.
1153 (elfNN_ia64_finish_dynamic_symbol): Likewise.
1154 (elfNN_ia64_finish_dynamic_sections): Likewise.
1155
be3e406d
UW
11562009-06-16 Ulrich Weigand <uweigand@de.ibm.com>
1157
1158 * elf32-spu.c (needs_ovl_stub): Respect .brinfo lrlive bits
1159 also for calls.
1160
6de2ae4a
L
11612009-06-16 H.J. Lu <hongjiu.lu@intel.com>
1162
1163 * configure.in (elf): Add elf-ifunc.lo.
1164
1165 * configure: Regenerated.
1166 * Makefile.in: Likewise.
1167
1168 * elf-bfd.h (elf_link_hash_table): Add sgot, sgotplt,
1169 srelgot, splt, srelplt, igotplt, iplt, irelplt and irelifunc.
1170
1171 * elf32-i386.c (elf_i386_link_hash_table): Remove sgot,
1172 sgotplt, srelgot, splt, srelplt, igotplt, iplt, irelplt and
1173 irelifunc.
1174 (elf_i386_link_hash_table_create): Likewise.
1175 (elf_i386_create_dynamic_sections): Likewise.
1176 (elf_i386_check_relocs): Likewise.
1177 (elf_i386_allocate_dynrelocs): Likewise.
1178 (elf_i386_size_dynamic_sections): Likewise.
1179 (elf_i386_relocate_section): Likewise.
1180 (elf_i386_finish_dynamic_symbol): Likewise.
1181 (elf_i386_finish_dynamic_sections): Likewise.
1182 (elf_i386_create_got_section): Removed.
1183
1184 * elf64-x86-64.c (elf64_x86_64_link_hash_table): Remove sgot,
1185 sgotplt, srelgot, splt, srelplt, igotplt, iplt, irelplt and
1186 irelifunc.
1187 (elf64_x86_64_compute_jump_table_size): Updated.
1188 (elf64_x86_64_link_hash_table_create): Likewise.
1189 (elf64_x86_64_create_dynamic_sections): Likewise.
1190 (elf64_x86_64_check_relocs): Likewise.
1191 (elf64_x86_64_allocate_dynrelocs): Likewise.
1192 (elf64_x86_64_size_dynamic_sections): Likewise.
1193 (elf64_x86_64_relocate_section): Likewise.
1194 (elf64_x86_64_finish_dynamic_symbol): Likewise.
1195 (elf64_x86_64_finish_dynamic_sections): Likewise.
1196 (elf64_x86_64_create_got_section): Removed.
1197
1198 * elflink.c (_bfd_elf_create_got_section): Use log_file_align
1199 for pointer alignment. Set up section pointers.
1200 (_bfd_elf_create_dynamic_sections): Likewise.
1201 (_bfd_elf_create_ifunc_sections): Moved to ...
1202 * elf-ifunc.c: Here. New.
1203
1204 * Makefile.am (BFD32_BACKENDS): Add elf-ifunc.lo.
1205 (BFD32_BACKENDS_CFILES): Add elf-ifunc.c.
1206 Run "make dep-am".
1207
81694485
NC
12082009-06-16 Doug Kwan <dougkwan@google.com>
1209
6de2ae4a
L
1210 * elf32-arm.c (cortex_a8_erratum_scan): Change type of offset
1211 to bfd_signed_vma. Cast constant operands which are used in
1212 offset related expressions to bfd_signed_vma type as appropriate.
81694485 1213
6db7e006
MR
12142009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
1215
1216 * elf32-vax.c (elf_vax_plt_sym_val): New function.
1217 (elf_backend_plt_sym_val): Define.
1218
9b90d8fd
MR
12192009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
1220
1221 * elf32-vax.c (elf_vax_reloc_type_class): New function.
1222 (elf_backend_reloc_type_class): Define.
1223
04981bc1
MR
12242009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
1225
1226 * elf32-vax.c (elf_vax_relocate_section): For symbol references
1227 from an executable to a shared library treat R_VAX_PC32
1228 relocations as R_VAX_PLT32 ones.
1229
886815b2
MR
12302009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
1231
1232 * elf32-vax.c (elf_vax_instantiate_got_entries): Skip local
1233 symbols in GOT space calculation.
1234 (elf_vax_relocate_section): Adjust accordingly.
1235
6c4fb25a
MR
12362009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
1237
1238 * elf32-vax.c (elf_vax_plt_entry): Set the entry mask to
1239 include <R11:R2>.
1240
7b6021f1
MR
12412009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
1242
1243 * elf32-vax.c (elf_vax_check_relocs): Handle the visibility
1244 attribute.
1245 (elf_vax_relocate_section): Likewise.
1246
188dbb07
L
12472009-06-15 H.J. Lu <hongjiu.lu@intel.com>
1248
1249 * elf32-i386.c (elf_i386_allocate_dynrelocs): Update comments.
1250 * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
1251
048cbda4
L
12522009-06-15 H.J. Lu <hongjiu.lu@intel.com>
1253
1254 * elf32-i386.c (elf_i386_check_relocs): Reformat.
1255 * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
1256
482c6ce9
L
12572009-06-15 H.J. Lu <hongjiu.lu@intel.com>
1258
1259 * Makefile.am: Run "make dep-am".
1260 * Makefile.in: Regenerated.
1261
eba077f2
L
12622009-06-15 H.J. Lu <hongjiu.lu@intel.com>
1263
1264 * elf32-i386.c (elf_i386_allocate_dynrelocs): Fix a typo.
1265 * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
1266
ec68b083
NC
12672009-06-15 Nick Clifton <nickc@redhat.com>
1268
1269 * po/ru.po: New Russian translation.
1270 * configure.in (ALL_LINGUAS): Add ru.
1271 * configure: Regenerate.
1272
b80ee1aa
L
12732009-06-14 H.J. Lu <hongjiu.lu@intel.com>
1274
1275 * elf32-i386.c: Remove duplicated comments.
1276
44c4ea11
L
12772009-06-14 H.J. Lu <hongjiu.lu@intel.com>
1278
1279 PR ld/10270
1280 * elf32-i386.c (elf_i386_allocate_dynrelocs): Disallow
1281 dynamic IFUNC pointer in non-shared object. Use .got.plt
1282 for IFUNC definition in PIE.
1283 (elf_i386_allocate_dynrelocs): Resolve IFUNC definition in
1284 PIE locally.
1285
1286 * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Disallow
1287 dynamic IFUNC pointer in non-shared object. Use .got.plt
1288 for IFUNC definition in PIE.
1289 (elf64_x86_64_relocate_section): Resolve IFUNC definition in
1290 PIE locally.
1291
8b7e2992
L
12922009-06-13 H.J. Lu <hongjiu.lu@intel.com>
1293
1294 * elf32-i386.c (elf_i386_check_relocs): Properly report
1295 local symbol for unhandled relocation against STT_GNU_IFUNC
1296 symbol.
637fa7af 1297 (elf_i386_relocate_section): Likewise.
8b7e2992 1298 * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
637fa7af 1299 (elf64_x86_64_relocate_section): Likewise.
8b7e2992 1300
c25bc9fc
L
13012009-06-13 H.J. Lu <hongjiu.lu@intel.com>
1302
1303 PR ld/10269
1304 * elf32-i386.c: Include "objalloc.h" and "hashtab.h".
1305 (elf_i386_link_hash_table): Add loc_hash_table and
1306 loc_hash_memory.
1307 (elf_i386_local_hash): New.
1308 (elf_i386_local_htab_hash): Likewise.
1309 (elf_i386_local_htab_eq): Likewise.
1310 (elf_i386_get_local_sym_hash): Likewise.
1311 (elf_i386_link_hash_table_free): Likewise.
1312 (elf_i386_allocate_local_dynrelocs): Likewise.
1313 (elf_i386_finish_local_dynamic_symbol): Likewise.
1314 (bfd_elf64_bfd_link_hash_table_free): Likewise.
1315 (elf_i386_link_hash_table_create): Create loc_hash_table and
1316 loc_hash_memory.
1317 (elf_i386_check_relocs): Handle local STT_GNU_IFUNC symbols.
1318 (elf_i386_size_dynamic_sections): Likewise.
1319 (elf_i386_relocate_section): Likewise.
1320 (elf_i386_finish_dynamic_sections): Likewise.
1321 (elf_i386_finish_dynamic_symbol): Check _DYNAMIC only if sym
1322 isn't NULL.
1323
1324 * elf64-x86-64.c: Include "objalloc.h" and "hashtab.h".
1325 (elf64_x86_64_link_hash_table): Add loc_hash_table and
1326 loc_hash_memory.
1327 (elf64_x86_64_local_hash): New.
1328 (elf64_x86_64_local_htab_hash): Likewise.
1329 (elf64_x86_64_local_htab_eq): Likewise.
1330 (elf64_x86_64_get_local_sym_hash): Likewise.
1331 (elf64_x86_64_link_hash_table_free): Likewise.
1332 (elf64_x86_64_allocate_local_dynrelocs): Likewise.
1333 (elf64_x86_64_finish_local_dynamic_symbol): Likewise.
1334 (bfd_elf64_bfd_link_hash_table_free): Likewise.
1335 (elf64_x86_64_link_hash_table_create): Create loc_hash_table
1336 and loc_hash_memory.
1337 (elf64_x86_64_check_relocs): Handle local STT_GNU_IFUNC
1338 symbols.
1339 (elf64_x86_64_size_dynamic_sections): Likewise.
1340 (elf64_x86_64_relocate_section): Likewise.
1341 (elf64_x86_64_finish_dynamic_sections): Likewise.
1342 (elf64_x86_64_finish_dynamic_symbol): Check _DYNAMIC only if
1343 sym isn't NULL.
1344
dec9d5df
PB
13452009-06-10 Philip Blundell <philb@gnu.org>
1346
1347 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Avoid crash if
1348 elf_sec->this_hdr == NULL.
1349
92bc0e80
TG
13502009-06-12 Tristan Gingold <gingold@adacore.com>
1351
1352 * reloc.c: Add BFD_RELOC_MACH_O_SECTDIFF and BFD_RELOC_MACH_O_PAIR.
1353 * bfd-in2.h: Regenerated.
1354 * libbfd.h: Regenerated.
1355
1356 * mach-o.c (FILE_ALIGN): New macro.
1357 (bfd_mach_o_canonicalize_symtab): Adjust for bfd_mach_o_asymbol.
1358 (bfd_mach_o_print_symbol): Ditto.
1359 (bfd_mach_o_scan_write_thread): Adjust type of variable offset.
1360 (bfd_mach_o_get_reloc_upper_bound): New function.
1361 (bfd_mach_o_canonicalize_reloc): Ditto.
1362 (bfd_mach_o_scan_write_relocs): Ditto.
1363 (bfd_mach_o_scan_write_section_32): Remove offset argument.
1364 (bfd_mach_o_scan_write_section_64): Ditto.
1365 (bfd_mach_o_scan_write_segment_32): Write relocs. Fix size of data
1366 written for load command. Do not compute section file offset.
1367 (bfd_mach_o_scan_write_segment_64): Ditto.
1368 (bfd_mach_o_scan_write_symtab): Compute file offset first.
1369 Adjust for bfd_mach_o_asymbol. Move code to convert from BFD to
1370 Mach-O to ...
1371 (bfd_mach_o_mangle_symbols): ... this new function.
046b007d 1372 (bfd_mach_o_write_contents): Be sure to have load commands built.
92bc0e80
TG
1373 Call bfd_mach_o_mangle_symbols.
1374 (bfd_mach_o_build_commands): Adjust for filelen field.
1375 Use FILE_ALIGN macro. Clear section file offset if section is empty.
1376 Do not set symtab file offset anymore here.
1377 (bfd_mach_o_make_empty_symbol): Allocate a bfd_mach_o_asymbol.
1378 (bfd_mach_o_make_bfd_section): Set SEC_RELOC if has reloc.
1379 Set reloc_count and rel_filepos section fields.
1380 (bfd_mach_o_scan_read_section_32): Type of argument offset is now
1381 unsigned int.
1382 (bfd_mach_o_scan_read_section_64): Ditto.
1383 (bfd_mach_o_scan_read_section): Ditto.
1384 (bfd_mach_o_scan_read_symtab_symbol): Typr of argument s is now
1385 bfd_mach_o_asymbol. Use unsigned int for file offset type.
1386 (bfd_mach_o_scan_read_symtab_symbol): Adjust for bfd_mach_o_asymbol.
1387 Handle weak-ref symbols.
1388 (bfd_mach_o_scan_read_symtab_symbols): Adjust for bfd_mach_o_asymbol.
1389 (bfd_mach_o_scan_read_dysymtab_symbol): Ditto.
1390 (bfd_mach_o_scan): Remove assignment to removed field.
1391 (bfd_mach_o_mkobject_init): Ditto.
1392 (bfd_mach_o_bfd_print_private_bfd_data): Adjust printf formatter.
1393 (bfd_mach_o_bfd_reloc_type_lookup): New macro.
1394 (bfd_mach_o_bfd_reloc_name_lookup): Ditto.
1395 (bfd_mach_o_swap_reloc_in): Ditto.
1396 (bfd_mach_o_swap_reloc_out): Ditto.
1397
1398 * mach-o.h (BFD_MACH_O_REFERENCE_FLAG_UNDEFINED_NON_LAZY)
1399 (BFD_MACH_O_REFERENCE_FLAG_UNDEFINED_LAZY)
1400 (BFD_MACH_O_REFERENCE_FLAG_DEFINED)
1401 (BFD_MACH_O_REFERENCE_FLAG_PRIVATE_DEFINED)
1402 (BFD_MACH_O_REFERENCE_FLAG_PRIVATE_UNDEFINED_NON_LAZY)
1403 (BFD_MACH_O_REFERENCE_FLAG_PRIVATE_UNDEFINED_LAZY)
1404 (BFD_MACH_O_REFERENCED_DYNAMICALLY, BFD_MACH_O_N_DESC_DISCARDED)
1405 (BFD_MACH_O_N_NO_DEAD_STRIP, BFD_MACH_O_N_WEAK_REF)
1406 (BFD_MACH_O_N_WEAK_DEF): New macros.
1407 Add comments.
1408 (bfd_mach_o_section_type): Add new enumeration values.
1409 (BFD_MACH_O_S_SELF_MODIFYING_CODE)
1410 (BFD_MACH_O_S_ATTR_LIVE_SUPPORT)
1411 (BFD_MACH_O_S_ATTR_NO_DEAD_STRIP)
1412 (BFD_MACH_O_S_ATTR_STRIP_STATIC_SYMS, BFD_MACH_O_S_ATTR_NO_TOC): New
1413 macros.
1414 (BFD_MACH_O_GENERIC_RELOC_VANILLA)
1415 (BFD_MACH_O_GENERIC_RELOC_PAIR)
1416 (BFD_MACH_O_GENERIC_RELOC_SECTDIFF)
1417 (BFD_MACH_O_GENERIC_RELOC_PB_LA_PTR)
1418 (BFD_MACH_O_GENERIC_RELOC_LOCAL_SECTDIFF): Ditto.
1419 (BFD_MACH_O_RELENT_SIZE): Ditto.
1420 (BFD_MACH_O_R_PCREL, BFD_MACH_O_GET_R_LENGTH)
1421 (BFD_MACH_O_R_EXTERN, BFD_MACH_O_GET_R_TYPE)
1422 (BFD_MACH_O_GET_R_SYMBOLNUM, BFD_MACH_O_SET_R_LENGTH)
1423 (BFD_MACH_O_SET_R_TYPE, BFD_MACH_O_SET_R_SYMBOLNUM): Ditto.
1424 (BFD_MACH_O_SR_SCATTERED, BFD_MACH_O_SR_PCREL)
1425 (BFD_MACH_O_GET_SR_LENGTH, BFD_MACH_O_GET_SR_TYPE)
1426 (BFD_MACH_O_GET_SR_ADDRESS, BFD_MACH_O_SET_SR_LENGTH)
1427 (BFD_MACH_O_SET_SR_TYPE, BFD_MACH_O_SET_SR_ADDRESS): Ditto.
1428 (bfd_mach_o_reloc_info): New struct.
1429 (bfd_mach_o_asymbol): New struct.
1430 (bfd_mach_o_symtab_command): The symbols field is now of type
1431 bfd_mach_o_asymbol.
1432 (bfd_mach_o_load_command): The offset and len fields are now of type
1433 unsigned int.
1434 (mach_o_data_struct): Remove symbols, nsymbols and ibfd fields.
1435 Add a filelen field. Add comments.
1436 (bfd_mach_o_backend_data): New struct.
1437 (bfd_mach_o_get_backend_data): New macro.
1438 (bfd_mach_o_scan_read_symtab_symbol): Parameter symbol now of type
1439 bfd_mach_o_asymbol.
1440 (bfd_mach_o_scan_read_dysymtab_symbol): Ditto.
1441 (bfd_mach_o_get_reloc_upper_bound): New prototype.
1442 (bfd_mach_o_canonicalize_reloc): Ditto.
1443
1444 * mach-o-target.c (bfd_mach_o_bfd_is_local_label_name): Remove
1445 duplicated macro. Now defined to _bfd_generic_is_local_label.
1446 (TARGET_NAME_BACKEND): New macro...
1447 (TARGET_NAME_BACKEND): ... used to name a new variable.
1448 (TARGET_NAME): Define relocs table using bfd_mach_o, reference
1449 Mach-O backend data.
1450
1451 * mach-o-i386.c (i386_howto_table): New variable.
1452 (bfd_mach_o_i386_swap_reloc_in): New function.
1453 (bfd_mach_o_i386_swap_reloc_out): Ditto.
1454 (bfd_mach_o_i386_bfd_reloc_type_lookup): Ditto.
1455 (bfd_mach_o_i386_bfd_reloc_name_lookup): Ditto.
1456 (bfd_mach_o_swap_reloc_in, bfd_mach_o_swap_reloc_out): New macros.
1457 (bfd_mach_o_bfd_reloc_type_lookup)
1458 (bfd_mach_o_bfd_reloc_name_lookup): Ditto.
1459
8c7d38e8
NC
14602009-06-11 Eric Paris <eparis@redhat.com>
1461 Nick Clifton <nickc@redhat.com>
1462
1463 * opncls.c (_maybe_make_executable): New function. Gives execute
1464 permission to an executable bfd that was opened for writing
1465 provided that it is a regular file. Replaces common code found in...
1466 (bfd_close): here and ...
1467 (bfd_close_all_done): here.
1468
f865a31d
AG
14692009-06-11 Anthony Green <green@moxielogic.com>
1470
1471 * reloc.c: Add BFD_RELOC_MOXIE_10_PCREL.
1472 * bfd-in2.h: Rebuilt.
1473 * libbfd.h: Rebuilt.
1474 * elf32-moxie.c (moxie_elf_howto_table): Add R_MOXIE_PCREL10
1475 relocation support.
1476 (moxie_reloc_map): Ditto.
1477 Clean up copyright notice.
1478
25b88f33
PP
14792009-06-10 Paul Pluzhnikov <ppluzhnikov@google.com>
1480
1372b818 1481 * bfd-in2.h: bfd_mmap prototype.
25b88f33
PP
1482 * bfdio.c (bfd_mmap): New function.
1483 * libbfd.h (bfd_iovec): Add bmmap.
1372b818 1484 * cache.c (cache_bmmap): New function.
25b88f33
PP
1485 (cache_iovec): Initialize bmmap member.
1486 * opencls.c (opncls_bmmap): New function.
1487 (opncls_iovec): Initialize bmmap member.
1488
c2f09c75
TG
14892009-06-09 Tristan Gingold <gingold@adacore.com>
1490
1491 * mach-o.h (bfd_mach_o_symtab_command): Remove stabs_segment
1492 and stabstr_segment fields.
1493 (mach_o_be_vec, mach_o_le_vec): Removed
1494 (bfd_mach_o_version): New prototype.
1495
1496 * mach-o.c (bfd_mach_o_version): Make this function public.
1497 (mach_o_wide_p): New function.
1498 (bfd_mach_o_wide_p): Ditto.
1499 (bfd_mach_o_convert_section_name_to_bfd): Add prefix only for
1500 weird names.
1501 (bfd_mach_o_convert_section_name_to_mach_o): Fix typo in comment.
1502 Search in the list only if the name starts with a dot.
1503 (bfd_mach_o_write_header): Use mach_o_wide_p instead of hard-coded
1504 test. Check bfd_seek status.
1505 (bfd_mach_o_scan_write_thread): Check bfd_seek status.
1506 (bfd_mach_o_scan_write_section_32): Ditto.
1507 (bfd_mach_o_scan_write_section_64): Ditto.
1508 (bfd_mach_o_scan_write_section): Removed.
1509 (bfd_mach_o_scan_write_segment): Split into ...
1510 (bfd_mach_o_scan_write_segment_32): ... this and ...
1511 (bfd_mach_o_scan_write_segment_64): ... this. Check bfd_seek status.
1512 (bfd_mach_o_scan_write_symtab_symbols): Moved into ...
1513 (bfd_mach_o_scan_write_symtab): ... this. Write symtab from BFD
1514 symbol table. Now returns a boolean.
1515 (bfd_mach_o_write_contents): Set filetype. Check bfd_seek status.
1516 Adjust for status type.
1517 (bfd_mach_o_build_commands): Use mach_o_wide_p instead of hard-coded
1518 test. Write symbol table. Numbers the sections.
1519 (bfd_mach_o_read_header): Check bfd_seek status.
1520 Use mach_o_wide_p instead of hard-coded test.
1521 (bfd_mach_o_scan_read_section_32): Check bfd_seek status.
1522 (bfd_mach_o_scan_read_section_64): Ditto.
1523 (bfd_mach_o_scan_read_symtab_symbol): Ditto. Check bfd_seek status.
1524 Use BFD_MACH_O_N_TYPE instead of hard-coded value. Correctly
1525 handled common symbols.
1526 (bfd_mach_o_scan_read_symtab_strtab): Check bfd_seek status.
1527 (bfd_mach_o_scan_read_dysymtab_symbol): Ditto.
1528 (bfd_mach_o_scan_read_dylinker): Ditto.
1529 (bfd_mach_o_scan_read_dylib): Ditto.
1530 (bfd_mach_o_scan_read_thread): Ditto.
1531 (bfd_mach_o_scan_read_symtab): Ditto.
1532 Do not create a section for the stabs.
1533 (bfd_mach_o_scan_read_uuid): Check bfd_seek status.
1534 (bfd_mach_o_scan_read_segment): Ditto.
1535 (bfd_mach_o_scan_read_command): Ditto.
1536 (bfd_mach_o_scan_start_address): Ditto.
1537 (bfd_mach_o_scan): Use mach_o_wide_p instead of hard-coded test.
1538 (bfd_mach_o_archive_p): Check bfd_seek status.
1539 (bfd_mach_o_core_fetch_environment): Ditto.
1540
1541 * mach-o-i386.c (bfd_mach_o_i386_mkobject): Don't set filetype.
1542
2a81c24a
L
15432009-06-06 H.J. Lu <hongjiu.lu@intel.com>
1544
1545 * elf32-i386.c (elf_i386_link_hash_table): Add irelifunc.
1546 (elf_i386_link_hash_table_create): Initialize irelifunc.
1547 (elf_i386_check_relocs): Updated. Set up irelifunc for
1548 shared objects.
1549 (elf_i386_allocate_dynrelocs): Use irelifunc for dynamic
1550 relocation for non-GOT reference of STT_GNU_IFUNC symbol in
1551 shared objects.
1552 (elf_i386_relocate_section): Likewise.
1553
1554 * elf64-x86-64.c (elf64_x86_64_link_hash_table): Add irelifunc.
1555 (elf64_x86_64_link_hash_table_create): Initialize irelifunc.
1556 (elf64_x86_64_check_relocs): Updated. Set up irelifunc for
1557 shared objects.
1558 (elf64_x86_64_allocate_dynrelocs): Use irelifunc for dynamic
1559 relocation for non-GOT reference of STT_GNU_IFUNC symbol in
1560 shared objects.
1561 (elf64_x86_64_relocate_section): Likewise.
1562
1563 * elf-bfd.h (_bfd_elf_create_static_ifunc_sections): Renamed to
1564 ...
1565 (_bfd_elf_create_ifunc_sections): This.
1566
c2f09c75 1567 * elflink.c (_bfd_elf_create_static_ifunc_sections): Renamed to
2a81c24a
L
1568 ...
1569 (_bfd_elf_create_ifunc_sections): This. Create .rel[a].ifunc
1570 for shared objects.
1571
710ab287
L
15722009-06-06 H.J. Lu <hongjiu.lu@intel.com>
1573
1574 * elf32-i386.c (elf_i386_check_relocs): Make room for dynamic
1575 relocation for R_386_32 against STT_GNU_IFUNC symbol when
1576 building shared object. Check info->executable instead of
1577 !info->shared when setting non_got_ref.
1578 (elf_i386_allocate_dynrelocs): Allocate dynamic relocation
1579 for non-GOT reference of STT_GNU_IFUNC symbol in shared
1580 object. Allocate GOT relocation agsinst STT_GNU_IFUNC
1581 symbol if needed.
1582 (elf_i386_relocate_section): Output dynamic relocation for
1583 R_386_32 against STT_GNU_IFUNC symbol to get the real
1584 function address when building shared object.
1585 (elf_i386_finish_dynamic_symbol): Output R_386_GLOB_DAT
1586 relocation for STT_GNU_IFUNC symbol in shared object.
1587
1588 * elf64-x86-64.c (elf64_x86_64_check_relocs): Make room for
1589 dynamic relocation for R_X86_64_64 against STT_GNU_IFUNC
1590 symbol when building shared object. Check info->executable
1591 instead of !info->shared when setting non_got_ref.
1592 (elf64_x86_64_allocate_dynrelocs): Allocate dynamic relocation
1593 for non-GOT reference of STT_GNU_IFUNC symbol in shared
1594 library. Allocate GOT relocation agsinst STT_GNU_IFUNC symbol
1595 if needed.
1596 (elf64_x86_64_relocate_section): Output dynamic relocation
1597 for R_X86_64_64 against STT_GNU_IFUNC symbol to get the real
1598 function address when building shared object.
1599 (elf64_x86_64_finish_dynamic_symbol): Output R_X86_64_GLOB_DAT
1600 relocation for STT_GNU_IFUNC symbol in shared object.
1601
9e93c730
JK
16022009-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1603
1604 * Makefile.am: Run "make dep-am".
1605 (BFD32_BACKENDS): Add mach-o-i386.lo.
1606 (BFD32_BACKENDS_CFILES): Add mach-o-i386.c.
1607 * Makefile.in: Regenerate.
1608
74681fc4
AM
16092009-06-06 Alan Modra <amodra@bigpond.net.au>
1610
1611 * elf32-spu.c (spu_elf_relocate_section): Match overlay number
1612 when looking for soft-icache stubs.
1613
154a1ee5
TG
16142009-06-05 Tristan Gingold <gingold@adacore.com>
1615
1616 * mach-o.h: Update copyright year.
1617 (bfd_mach_o_mach_header_magic): New enum.
1618 (bfd_mach_o_cpu_subtype): Now an enum.
1619 (BFD_MACH_O_HEADER_SIZE, BFD_MACH_O_HEADER_64_SIZE): New macros.
1620 (BFD_MACH_O_SECTION_SIZE, BFD_MACH_O_SECTION_64_SIZE): Ditto.
1621 (BFD_MACH_O_LC_SEGMENT_SIZE, BFD_MACH_O_LC_SEGMENT_64_SIZE): Ditto.
1622 (bfd_mach_o_load_command): Field type_required is now a boolean.
1623 Reindent prototypes.
1624 (bfd_mach_o_object_p, bfd_mach_o_core_p): Remove.
1625 (bfd_mach_o_bfd_copy_private_symbol_data): Add a prototype.
1626 (bfd_mach_o_bfd_copy_private_section_data): Ditto.
1627 (bfd_mach_o_bfd_copy_private_bfd_data): Ditto.
1628 (bfd_mach_o_get_symtab_upper_bound): Ditto.
1629 (bfd_mach_o_canonicalize_symtab): Ditto.
1630 (bfd_mach_o_get_symbol_info): Ditto.
1631 (bfd_mach_o_print_symbol): Ditto.
1632 (bfd_mach_o_bfd_print_private_bfd_data): Ditto.
1633 (bfd_mach_o_make_empty_symbol): Ditto.
1634 (bfd_mach_o_write_contents): Ditto.
1635
1636 * mach-o.c (bfd_mach_o_object_p, bfd_mach_o_core_p,
1637 bfd_mach_o_mkobject): Defines.
1638 (bfd_mach_o_valid): Returns FALSE/TRUE instead of 0/1.
1639 Do not check with target vector but with flavour.
1640 (struct mach_o_section_name_xlat): New declaration.
1641 (dwarf_section_names_xlat): Ditto.
1642 (text_section_names_xlat): Ditto.
1643 (data_section_names_xlat): Ditto.
1644 (struct mach_o_segment_name_xlat): Ditto.
1645 (segsec_names_xlat): Ditto.
1646 (bfd_mach_o_convert_section_name_to_bfd): New function.
1647 (bfd_mach_o_convert_section_name_to_mach_o): Ditto.
1648 (bfd_mach_o_bfd_copy_private_symbol_data): Make it public.
1649 (bfd_mach_o_bfd_copy_private_section_data): Ditto.
1650 (bfd_mach_o_bfd_copy_private_bfd_data): Ditto.
1651 Accept any input and output flavour. Do not share private data
1652 anymore.
1653 (bfd_mach_o_count_symbols): Add a comment.
1654 (bfd_mach_o_get_symtab_upper_bound): Make it public.
1655 (bfd_mach_o_canonicalize_symtab): Ditto.
1656 (bfd_mach_o_get_symbol_info): Ditto.
1657 (bfd_mach_o_print_symbol): Ditto.
1658 (bfd_mach_o_write_header): Now returns a boolean instead of an int.
1659 Use constants instead of hard-coded values.
1660 (bfd_mach_o_scan_write_section_32): Use constants instead of hard-coded
1661 values.
1662 (bfd_mach_o_scan_write_section_64): Ditto.
1663 (bfd_mach_o_scan_write_segment): Ditto.
1664 Do not copy sections anymore.
1665 (bfd_mach_o_write_contents): Make it public.
1666 Remove dead code. Rewrite typeflag assignment.
1667 (bfd_mach_o_build_commands): New function.
1668 (bfd_mach_o_set_section_contents): Ditto.
1669 (bfd_mach_o_make_empty_symbol): Make it public.
1670 (bfd_mach_o_read_header): Make it static.
1671 Convert to bfd_boolean.
1672 Use constants instead of hard-coded values.
1673 (bfd_mach_o_make_bfd_section): Call
1674 bfd_mach_o_convert_section_name_to_bfd to create name.
1675 (bfd_mach_o_scan_read_section_32): Use constants instead of hard-coded
1676 values.
1677 (bfd_mach_o_scan_read_section_64): Ditto.
1678 (bfd_mach_o_scan_read_segment): Do not create a bfd section for
1679 a segment anymore. Use constants instead of hard-coded values.
1680 (bfd_mach_o_scan_read_command): Fix style.
1681 (bfd_mach_o_scan): Use constants instead of hard-coded values.
1682 Get rid of BFD_IO_FUNCS.
1683 (bfd_mach_o_mkobject_init): Renamed from bfd_mach_o_mkobject.
1684 (bfd_mach_o_header_p): Created from bfd_mach_o_object_p.
1685 (bfd_mach_o_gen_object_p): New function, replaces bfd_mach_o_object_p.
1686 (bfd_mach_o_object_p): Removed.
1687 (bfd_mach_o_gen_core_p): New function, replaces ...
1688 (bfd_mach_o_core_p): ... deleted.
1689 (bfd_mach_o_bfd_print_private_bfd_data): Make it public.
1690
1691 * mach-o-i386.c: New file.
1692 * config.bfd: Use mach_o_i386_vec as targ_defvec for ix86-darwin.
1693 * configure.in (TDEFINES): Add mach_o_i386_vec.
1694 * configure: Regenerated.
1695 * targets.c: Add mach_o_i386_vec.
1696
1697 * mach-o.c: Update copyright years.
1698 (BFD_IO_FUNCS): Remove (was not used).
1699 (bfd_mach_o_mkarchive, bfd_mach_o_read_ar_hdr, bfd_mach_o_slurp_armap
1700 bfd_mach_o_slurp_extended_name_table,
1701 bfd_mach_o_construct_extended_name_table,
1702 bfd_mach_o_truncate_arname, bfd_mach_o_write_armap,
1703 bfd_mach_o_get_elt_at_index, bfd_mach_o_generic_stat_arch_elt,
1704 bfd_mach_o_update_armap_timestamp, bfd_mach_o_close_and_cleanup,
1705 bfd_mach_o_bfd_free_cached_info, bfd_mach_o_new_section_hook,
1706 bfd_mach_o_get_section_contents_in_window,
1707 bfd_mach_o_bfd_is_local_label_name,
1708 bfd_mach_o_bfd_is_target_special_symbol,
1709 bfd_mach_o_bfd_is_local_label_name, bfd_mach_o_get_lineno,
1710 bfd_mach_o_find_nearest_line, bfd_mach_o_find_inliner_info,
1711 bfd_mach_o_bfd_make_debug_symbol, bfd_mach_o_read_minisymbols,
1712 bfd_mach_o_minisymbol_to_symbol,
1713 bfd_mach_o_bfd_get_relocated_section_contents,
1714 bfd_mach_o_bfd_relax_section, bfd_mach_o_bfd_link_hash_table_create,
1715 bfd_mach_o_bfd_link_hash_table_free, bfd_mach_o_bfd_link_add_symbols,
1716 bfd_mach_o_bfd_link_just_syms, bfd_mach_o_bfd_final_link,
1717 bfd_mach_o_bfd_link_split_section, bfd_mach_o_set_arch_mach,
1718 bfd_mach_o_bfd_merge_private_bfd_data,
1719 bfd_mach_o_bfd_set_private_flags, bfd_mach_o_get_section_contents,
1720 bfd_mach_o_bfd_gc_sections, bfd_mach_o_bfd_merge_sections,
1721 bfd_mach_o_bfd_is_group_section, bfd_mach_o_bfd_discard_group,
1722 bfd_mach_o_section_already_linked, bfd_mach_o_bfd_define_common_symbol,
1723 bfd_mach_o_bfd_copy_private_header_data,
1724 bfd_mach_o_core_file_matches_executable_p): Move these defines ...
1725 * mach-o-target.c: ... here.
1726 Update copyright years.
1727
a1ef399e
AM
17282009-06-04 Alan Modra <amodra@bigpond.net.au>
1729
1730 * dep-in.sed: Don't use \n in replacement part of s command.
1731 * Makefile.am (DEP1): LC_ALL for uniq.
1732 Run "make dep-am".
1733 * Makefile.in: Regenerate.
1734
2e75bb35
L
17352009-06-03 H.J. Lu <hongjiu.lu@intel.com>
1736
1737 * elf32-i386.c (elf_i386_allocate_dynrelocs): Remove check of
1738 h->plt.refcount > 0 on STT_GNU_IFUNC symbol.
1739 * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Likewise.
1740
0018b0a3
L
17412009-06-03 H.J. Lu <hongjiu.lu@intel.com>
1742
1743 * elf32-i386.c (elf_i386_allocate_dynrelocs): Allocate
1744 GOT entry for STT_GNU_IFUNC symbol with pointer equality.
1745 (elf_i386_relocate_section): Adjust R_386_GOT32 relocation
1746 against STT_GNU_IFUNC symbols for static executables.
1747 (elf_i386_finish_dynamic_symbol): Load GOT entry with
1748 PLT entry for STT_GNU_IFUNC symbol with pointer equality.
1749
1750 * elf64-x86-64.c (elf64_x86_64_allocate_dynrelocs): Allocate
1751 GOT entry for STT_GNU_IFUNC symbol with pointer equality.
1752 (elf64_x86_64_finish_dynamic_symbol): Load GOT entry with
1753 PLT entry for STT_GNU_IFUNC symbol with pointer equality.
1754
94313f36
RS
17552009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
1756
1757 * coff-rs6000.c (xcoff_ppc_relocate_section): Allow undefined
1758 symbols to be left unimported when linking statically.
1759 * xcofflink.c (xcoff_link_add_symbols): Ignore global linkage
1760 code when linking statically.
1761
7afd84dc
L
17622009-06-02 H.J. Lu <hongjiu.lu@intel.com>
1763
1764 * elf32-i386.c (elf_i386_check_relocs): Increment
1765 got.refcount for R_386_GOT32/R_386_GOTOFF relocations
1766 against STT_GNU_IFUNC symbol.
1767 (elf_i386_allocate_dynrelocs): Set got.refcount to 0 if
1768 local STT_GNU_IFUNC definition is used.
1769 (elf_i386_relocate_section): Handle got.offset != -1 for
1770 R_386_GOT32/R_386_GOTOFF relocations against STT_GNU_IFUNC
1771 symbol.
1772
1773 * elf64-x86-64.c (elf64_x86_64_check_relocs): Increment
1774 got.refcount for R_X86_64_GOTPCREL/R_X86_64_GOTPCREL64
1775 relocations against STT_GNU_IFUNC symbol.
1776 (elf64_x86_64_allocate_dynrelocs): Set got.refcount to 0 if
1777 local STT_GNU_IFUNC definition is used.
1778 (elf64_x86_64_relocate_section): Handle got.offset != -1
1779 for R_X86_64_GOTPCREL/R_X86_64_GOTPCREL64 relocations against
1780 STT_GNU_IFUNC symbol.
1781
cbe950e9
L
17822009-06-01 H.J. Lu <hongjiu.lu@intel.com>
1783
1784 PR ld/10205
1785 * elf32-i386.c (elf_howto_table): Add R_386_IRELATIVE.
1786 (elf_i386_reloc_type_lookup): Likewise.
1787 (R_386_tls): Removed.
1788 (R_386_irelative): New.
1789 (R_386_vt_offset): Updated.
1790 (elf_i386_rtype_to_howto): Likewise.
1791 (elf_i386_link_hash_table): Add igotplt, iplt and irelplt.
1792 (elf_i386_link_hash_table_create): Initialize igotplt,
1793 iplt and irelplt.
1794 (elf_i386_check_relocs): Handle STT_GNU_IFUNC symbol first.
1795 (elf_i386_adjust_dynamic_symbol): Likewise.
1796 (elf_i386_allocate_dynrelocs): Likewise.
1797 (elf_i386_relocate_section): Likewise.
1798 (elf_i386_size_dynamic_sections): Set up .iplt and .igot.plt
1799 sections.
1800 (elf_i386_finish_dynamic_symbol): When building a static
1801 executable, use .iplt, .igot.plt and .rel.iplt sections for
1802 STT_GNU_IFUNC symbols. Generate R_386_IRELATIVE relocation for
1803 locally defined STT_GNU_IFUNC symbol.
1804
1805 * elf64-x86-64.c (x86_64_elf_howto): Add R_X86_64_IRELATIVE.
1806 (x86_64_reloc_map): Likewise.
1807 (R_X86_64_standard): Updated.
1808 (elf64_x86_64_link_hash_table): Add igotplt, iplt and irelplt.
1809 (elf64_x86_64_link_hash_table_create): Initialize igotplt,
1810 iplt and irelplt.
1811 (elf64_x86_64_check_relocs): Handle STT_GNU_IFUNC symbol first.
1812 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
1813 (elf64_x86_64_allocate_dynrelocs): Likewise.
1814 (elf64_x86_64_relocate_section): Likewise.
1815 (elf64_x86_64_size_dynamic_sections): Set up .iplt and .igot.plt
1816 sections.
1817 (elf64_x86_64_finish_dynamic_symbol): When building a static
1818 executable, use .iplt, .igot.plt and .rela.iplt sections for
1819 STT_GNU_IFUNC symbols. Generate R_X86_64_IRELATIVE relocation
1820 for locally defined STT_GNU_IFUNC symbol.
1821
1822 * reloc.c (BFD_RELOC_386_IRELATIVE): New.
1823 (BFD_RELOC_X86_64_IRELATIVE): Likewise.
1824
1825 * bfd-in2.h: Regenerated.
1826 * libbfd.h: Likewise.
1827
3aa14d16
L
18282009-06-01 H.J. Lu <hongjiu.lu@intel.com>
1829
1830 * elf-bfd.h (struct bfd_elf_section_data): Remove indirect_relocs.
1831 (_bfd_elf_make_ifunc_reloc_section): Removed.
1832 (_bfd_elf_is_ifunc_symbol): Likewise.
1833 (_bfd_elf_create_static_ifunc_sections): New.
1834
1835 * elflink.c (_bfd_elf_adjust_dynamic_symbol): Move STT_GNU_IFUNC
1836 symbol check to ...
1837 (elf_link_add_object_symbols): Here.
1838 (_bfd_elf_link_hash_hide_symbol): Don't clean plt on
1839 STT_GNU_IFUNC symbol.
1840 (elf_link_output_extsym): Call elf_backend_finish_dynamic_symbol
1841 if a STT_GNU_IFUNC symbol is referenced in a non-shared object.
1842 (IFUNC_INFIX): Removed.
1843 (get_ifunc_reloc_section_name): Likewise.
1844 (_bfd_elf_make_ifunc_reloc_section): Likewise.
1845 (_bfd_elf_is_ifunc_symbol): Likewise.
1846 (_bfd_elf_create_static_ifunc_sections): New.
1847
eb4ff4d6
L
18482009-05-29 H.J. Lu <hongjiu.lu@intel.com>
1849
1850 * elf32-i386.c (link_hash_newfunc): Add elf_i386_ prefix.
1851 (create_got_section): Likewise.
1852 (allocate_dynrelocs): Likewise.
1853 (readonly_dynrelocs): Likewise.
1854 (set_tls_module_base): Likewise.
1855 (dtpoff_base): Likewise.
1856 (tpoff): Likewise.
1857 (elf_i386_link_hash_table_create): Updated.
1858 (elf_i386_create_dynamic_sections): Likewise.
1859 (elf_i386_check_relocs): Likewise.
1860 (elf_i386_size_dynamic_sections): Likewise.
1861 (elf_i386_relocate_section): Likewise.
1862
1863 * elf64-x86-64.c (link_hash_newfunc): Add elf64_x86_64_ prefix.
1864 (create_got_section): Likewise.
1865 (allocate_dynrelocs): Likewise.
1866 (readonly_dynrelocs): Likewise.
1867 (set_tls_module_base): Likewise.
1868 (dtpoff_base): Likewise.
1869 (tpoff): Likewise.
1870 (elf64_x86_64_link_hash_table_create): Updated.
1871 (elf64_x86_64_create_dynamic_sections): Likewise.
1872 (elf64_x86_64_check_relocs): Likewise.
1873 (elf64_x86_64_size_dynamic_sections): Likewise.
1874 (elf64_x86_64_relocate_section): Likewise.
1875
fc579192
NC
18762009-05-28 Nick Clifton <nickc@redhat.com>
1877
1878 * targets.c (_bfd_target_vector): Only include plugin target in
1879 all-targets build if BFD_SUPPORTS_PLUGINS is non-zero.
1880
5ebe2858
UW
18812009-05-28 Ulrich Weigand <uweigand@de.ibm.com>
1882
1883 * elf32-spu.c (struct call_info): New member broken_cycle.
1884 (remove_cycle): Instead of physically removing call_info structures
1885 to break call graph cycles, mark them using the broken_cycle flag.
1886 (mark_overlay_section): Respect broken_cycle flag.
1887 (unmark_overlay_section): Likewise.
1888 (collect_lib_sections): Likewise.
1889 (collect_overlays): Likewise.
1890 (sum_stack): Likewise.
1891
34ad4cb0
UW
18922009-05-28 Ulrich Weigand <uweigand@de.ibm.com>
1893
1894 * elf32-spu.c (insert_callee): Accumulate incoming callee->count.
1895 (mark_functions_via_relocs): Initialize callee->count to 1.
1896 (pasted_function): Likewise.
1897 (spu_elf_auto_overlay): Honor call counts when determining number
1898 of stubs required in software i-cache mode.
1899
fc579192
NC
19002009-05-27 Rafael Avila de Espindola <espindola@google.com>
1901
1902 * plugin.c (program_name): Remove.
1903 (plugin_program_name): New.
1904 (bfd_plugin_set_program_name): New.
1905 (try_load_plugin): Use plugin_program_name.
1906 * plugin.h (bfd_plugin_set_program_name): New.
1907
19082009-05-27 Rafael Avila de Espindola <espindola@google.com>
5691d22d
NC
1909
1910 * aclocal.m4: Include ../config/plugins.m4.
1911 * configure.in: Use AC_PLUGINS.
1912 * configure: Regenerate.
1913 * Makefile.in: Regenerate.
1914 * doc/Makefile.in: Regenerate.
1915
c8a1f254
NS
19162009-05-27 Nathan Sidwell <nathan@codesourcery.com>
1917
1918 * elf32-ppc.c (ppc_elf_relax_section): Work with a partial
1919 link.
1920 * bout.c (b_out_bfd_relax_section): Reject relocatable links.
1921 * elf32-m10300.c (mn10300_elf_relax_section): Likewise.
1922 * elf32-avr.c (elf32_avr_relax_section): Likewise.
1923 * elf32-frv.c (elf32_avr_relax_section): Likewise.
1924 * elf32-xtensa.c (elf_xtensa_relax_section): Likewise.
1925 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
1926 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
1927 * elfxx-sparc.c (_bfd_sparc_elf_relax_section): Likewise.
1928 * reloc.c (bfd_generic_relax_section): Likewise.
1929 * reloc16.c (bfd_coff_reloc16_relax_section): Likewise.
1930 * vms.c (vms_bfd_relax_section): Likewise.
1931
68d7e96a
L
19322009-05-26 H.J. Lu <hongjiu.lu@intel.com>
1933
1934 * elf-bfd.h (_bfd_elf_is_ifunc_symbol): New.
1935
1936 * elf32-i386.c (is_indirect_symbol): Renamed to ...
1937 * elflink.c (_bfd_elf_is_ifunc_symbol): This.
1938
1939 * elf32-i386.c (allocate_dynrelocs): Updated.
1940 (elf_i386_relocate_section): Likewise.
1941 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
1942 (elf64_x86_64_relocate_section): Likewise.
1943
1944 * elf64-x86-64.c (is_indirect_symbol): Removed.
1945
f12e7348
NC
19462009-05-26 Nick Clifton <nickc@redhat.com>
1947
1948 * po/id.po: Updated Indonesian translation.
1949
ce3c775b
NC
19502009-05-26 Rafael Avila de Espindola <espindola@google.com>
1951
1952 * Makefile.am: Run "make dep-am".
1953 (AM_CPPFLAGS): New.
1954 (LIBDL): New.
1955 (ALL_MACHINES): Add cpu-plugin.lo.
1956 (ALL_MACHINES_CFILES): Add cpu-plugin.c.
1957 (BFD32_BACKENDS): Add plugin.lo.
1958 (BFD32_BACKENDS_CFILES): Add plugin.c.
1959 (libbfd_la_LIBADD): Add LIBDL
1960 * archures.c (bfd_architecture): Add bfd_arch_plugin.
1961 (bfd_plugin_arch): Declare.
1962 * bfd-in.h (BFD_SUPPORTS_PLUGINS): New.
1963 * bfd.c (bfd): Add plugin_data.
1964 * config.bfd: Handle the plugin target.
1965 * configure.in: Check for --enable-plugins.
1966 (LT_INIT): Use the dlopen option.
1967 * cpu-plugin.c: New.
1968 * plugin.c: New.
1969 * plugin.h: New.
1970 * targets.c (plugin_vec): Declare.
1971 (_bfd_target_vector): Add plugin_vec.
1972 * Makefile.in: Regenerate.
1973 * bfd-in2.h: Regenerate.
1974 * configure: Regenerate.
1975
9e097a72
AM
19762009-05-26 Alan Modra <amodra@bigpond.net.au>
1977
1978 * dep-in.sed: Don't modify .o to .lo here. Output one filename
1979 per line with all lines having continuation backslash. Prefix
1980 first line with "A", following lines with "B".
1981 * Makefile.am (DEP): Don't use dep.sed here.
1982 (DEP1): Run $MKDEP on single files, modify .o to .lo here. Use
1983 dep.sed here on dependencies, sort and uniq.
1984 * Makefile.in: Regenerate.
1985
d5acff2f
TG
19862009-05-25 Tristan Gingold <gingold@adacore.com>
1987
1988 * makefile.vms: Add verilog.obj to object list OBJS.
1989
5c93f09b
AM
19902009-05-24 Alan Modra <amodra@bigpond.net.au>
1991
1992 * bfdio.c (bfd_seek): Formatting. Ensure newly allocated memory
1993 for BFD_IN_MEMORY is cleared.
1994 (bfd_bwrite): Zero excess memory allocated.
1995
48229727
JB
19962009-05-22 Julian Brown <julian@codesourcery.com>
1997
1998 * elf32-arm.c (THUMB16_BCOND_INSN, THUMB32_INSN, THUMB32_B_INSN): New
1999 macros.
2000 (elf32_arm_stub_a8_veneer_b_cond, elf32_arm_stub_a8_veneer_b)
2001 (elf32_arm_stub_a8_veneer_blx): New stub sequences.
2002 (elf32_arm_stub_type): Add arm_stub_a8_veneer_b_cond,
2003 arm_stub_a8_veneer_b and arm_stub_a8_veneer_blx.
2004 (elf32_arm_stub_hash_entry): Add target_addend, orig_insn fields.
2005 (a8_erratum_fix, a8_erratum_reloc): New structs.
2006 (elf32_arm_link_hash_table): Add a8_erratum_fixes,
2007 num_a8_erratum_fixes, fix_cortex_a8 fields.
2008 (elf32_arm_link_hash_table_create): Zero fix_cortex_a8.
2009 (elf32_arm_add_stub): Split into two parts, creating...
2010 (elf32_arm_create_or_find_stub_sec): New function.
2011 (elf32_arm_final_link_relocate): Add forward declaration.
2012 (arm_build_one_stub): Add support for THUMB32_TYPE, Thumb-2
2013 relocations, multiple relocations per stub.
2014 (find_stub_size_and_template): New (using parts of arm_size_one_stub).
2015 (arm_size_one_stub): Use find_stub_size_and_template.
2016 (a8_reloc_compare): New.
2017 (find_thumb_glue): Add forward declaration.
2018 (cortex_a8_erratum_scan): New.
2019 (elf32_arm_size_stubs): Add Cortex-A8 erratum workaround support.
2020 (bfd_elf32_arm_set_cortex_a8_fix): New.
2021 (bfd_elf32_arm_set_target_relocs): Add fix_cortex_a8 argument.
2022 (arm_map_one_stub): Add THUMB32_TYPE support.
2023 (a8_branch_to_stub_data): New.
2024 (make_branch_to_a8_stub): New.
2025 (elf32_arm_write_section): Add Cortex-A8 erratum workaround support.
2026 * bfd-in.h (bfd_elf32_arm_set_cortex_a8_fix): New.
2027 (bfd_elf32_arm_set_target_relocs): Add argument for controlling
2028 Cortex-A8 erratum workaround.
2029 * bfd-in2.h: Regenerate.
2030
2b3decb5
AM
20312009-05-22 Alan Modra <amodra@bigpond.net.au>
2032
2033 * Makefile.am: Run "make dep-am".
2034 * Makefile.in: Regenerate.
2035 * po/SRC-POTFILES.in: Regenerate.
2036
930e005c
AM
20372009-05-21 Alan Modra <amodra@bigpond.net.au>
2038
2039 * elflink.c (elf_link_input_bfd): Correct *pindex change in last
2040 commit.
2041
6e0b88f1
AM
20422009-05-21 Alan Modra <amodra@bigpond.net.au>
2043
2044 * elf-bfd.h (struct elf_backend_data
2045 <elf_backend_link_output_symbol_hook>): Return an int.
2046 * elf64-ppc.c (ppc64_elf_output_symbol_hook): Return 2 to drop
2047 symbols on deleted .opd entries.
2048 * elflink.c (elf_link_output_sym): Return without outputting sym
2049 if output_symbol_hook returns 2.
2050 (elf_link_output_extsym): Don't assign h->indx when symbol discarded.
2051 Abort if we must not discard sym.
2052 (elf_link_input_bfd): Similarly, don't set finfo->indices for
2053 local syms.
2054 (bfd_elf_final_link): Adjust elf_link_output_sym calls.
2055 * elf-vxworks.c (elf_vxworks_link_output_symbol_hook): Adjust for
2056 elf_backend_link_output_symbol_hook return type change.
2057 * elf32-arm.c (output_arch_syminfo): Likewise.
2058 (elf32_arm_output_map_sym, elf32_arm_output_stub_sym): Likewise.
2059 (elf32_arm_output_arch_local_syms): Likewise.
2060 * elf32-cr16c.c (elf32_cr16c_link_output_symbol_hook): Likewise.
2061 * elf32-score.c (s3_bfd_score_elf_link_output_symbol_hook): Likewise.
2062 (bfd_score_elf_link_output_symbol_hook): Likewise.
2063 * elf32-score.h (s7_bfd_score_elf_link_output_symbol_hook): Likewise.
2064 * elf32-score7.c (s7_bfd_score_elf_link_output_symbol_hook): Likewise.
2065 * elf32-sh64.c (sh64_elf_link_output_symbol_hook): Likewise.
2066 * elf32-spu.c (spu_elf_output_symbol_hook): Likewise.
2067 * elf32-v850.c (v850_elf_link_output_symbol_hook): Likewise.
2068 * elf64-hppa.c (elf64_hppa_link_output_symbol_hook): Likewise.
2069 * elf64-mmix.c (mmix_elf_link_output_symbol_hook): Likewise.
2070 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Likewise.
2071 * elf64-sparc.c (elf64_sparc_output_arch_syms): Likewise.
2072 * elfxx-mips.c (_bfd_mips_elf_link_output_symbol_hook): Likewise.
2073 * elfxx-mips.h (_bfd_mips_elf_link_output_symbol_hook): Likewise.
2074
5ef11c02
AM
20752009-05-21 Alan Modra <amodra@bigpond.net.au>
2076
2077 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Don't segfault on
2078 out of range .opd symbols.
2079
ebf12fbe
DK
20802009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2081
2082 * coffgen.c (coff_print_symbol): Use bfd_fprintf_vma, not
2083 fprintf_vma directly.
2084 * peXXigen.c (pe_print_edata): Likewise.
2085 (pe_print_pdata): Likewise.
2086 (_bfd_XX_print_ce_compressed_pdata): Likewise.
2087 (_bfd_XX_print_private_bfd_data_common): Likewise.
2088
c1711530
DK
20892009-05-19 Dave Korn <dave.korn.cygwin@gmail.com>
2090
2091 * cofflink.c (process_embedded_commands): Ignore "-aligncomm".
2092
22a8f80e 20932009-05-15 Andrew Stubbs <ams@codesourcery.com>
164e7efc 2094 Paul Brook <paul@codesourcery.com>
22a8f80e
PB
2095
2096 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Don't attempt to
2097 fix discarded sections.
2098
335bd8f2
UW
20992009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2100
2101 * elf32-spu.c (mark_overlay_section): Move .init and .fini
2102 sections into the software icache.
2103
cdc83fba
UW
21042009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2105
2106 * elf32-spu.c (build_stub): Always build "compact" sofware
2107 i-cache stubs.
2108
97fc8d84
UW
21092009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2110
2111 * elf32-spu.c (struct spu_link_hash_table): Add fromelem_size_log2.
2112 (spu_elf_setup): Initialize it.
2113 (spu_elf_size_stubs): Move .ovtab into .bss for software i-cache.
2114 Update to new-sytle cache manager data structures.
2115 (spu_elf_build_stubs): Generate new-style cache manager data
2116 structures and symbols.
2117 (spu_elf_auto_overlay): Update size computation.
2118
452de53c
UW
21192009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2120
2121 * elf32-spu.c (spu_elf_modify_segment_map): Move all PF_OVERLAY
2122 segments first amongst the program headers.
2123
d342a8b1
UW
21242009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2125
2126 * elf32-spu.c (spu_elf_relocate_section): Only encode overlay index
2127 into addresses for relocation types that look at high bits. Remove
2128 special handling of relocation overflow warnings.
2129
cc210763
UW
21302009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2131
2132 * elf32-spu.c (mark_functions_via_relocs): Handle cycles in the
2133 control flow graph between fragments of a function.
2134
c1ea05bb
UW
21352009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
2136
2137 * elf32-spu.c (spu_elf_size_stubs): Even in software i-cache mode,
2138 generate only a 16-byte .toe section.
2139 (spu_elf_build_stubs, spu_elf_auto_overlay): Likewise.
2140
bbb0fc04
AM
21412009-05-14 Alan Modra <amodra@bigpond.net.au>
2142
2143 * elf32-spu.c (spu_elf_size_stubs): Split out section placement to..
2144 (spu_elf_place_overlay_data): ..here. New function.
2145 * elf32-spu.h (spu_elf_place_overlay_data): Declare.
2146
6e6718a3
AJ
21472009-05-13 Andrew Jenner <andrew@codesourcery.com>
2148
2149 * elf32-arm.c: Move sysdep.h to start of file.
2150
77ae44b0
AM
21512009-05-11 Ulrich Weigand <uweigand@de.ibm.com>
2152
2153 * elf32-spu.c (spu_elf_find_overlays): Don't use .ovl.init lma as
2154 start of overlays.
2155 (spu_elf_build_stubs): Don't define __icache_tagbase. Define
2156 __icache_tag_array and __icache_tag_array_size.
2157
51408ec2
AM
21582009-05-11 Masaki Muranaka <monaka@monami-software.com>
2159
2160 * elf32-bfin.c (bfin_bfd_reloc_type_lookup): Remove unnecessary
2161 ATTRIBUTE_UNUSED.
2162 (bfinfdpic_link_omit_section_dynsym): Likewise.
2163 (elf32_bfinfdpic_finish_dynamic_sections): Likewise.
2164
2468f9c9
PB
21652009-05-05 Paul Brook <paul@codesourcery.com>
2166
2167 * bfd-in.h (elf32_arm_fix_exidx_coverage): Add prototype.
2168 * bfd-in2.h: Regenerate.
2169 * elf32-arm.c (arm_unwind_edit_type, arm_unwind_table_edit): Define.
2170 (_arm_elf_section_data): Add text and exidx fields.
2171 (add_unwind_table_edit, get_arm_elf_section_data, adjust_exidx_size,
2172 insert_cantunwind_after, elf32_arm_fix_exidx_coverage, offset_prel31,
2173 copy_exidx_entry): New functions.
2174 (elf32_arm_write_section): Fixup .ARM.exidx contents.
2175
738a79f6
CL
21762009-05-05 Christophe lyon <christophe.lyon@st.com>
2177
2178 * elf32-arm.c (DEF_STUBS): New helper define.
2179 (DEF_STUB): Likewise.
2180 (stub_def): New type.
2181 (stub_definitions): New array, containing stub template pointers
2182 and sizes.
2183 (arm_size_one_stub): Make use of stub_definitions.
2184
09e2aba4
DK
21852009-05-04 Dave Korn <dave.korn.cygwin@gmail.com>
2186
2187 * elflink.c (find_version_for_sym): Remove from here, ...
2188 * linker.c (bfd_find_version_for_sym): ... rename, replace
2189 here, make public and update all callers.
2190 * bfd-in2.h: Regenerate.
2191
d8045f23
NC
21922009-04-30 Nick Clifton <nickc@redhat.com>
2193
2194 * elf-bfd.h (struct bfd_elf_section_data): Add indirect_relocs
2195 section pointer.
2196 (struct elf_obj_data): Add has_ifunc_symbols boolean.
2197 * elf.c (swap_out_syms): Convert BSF_GNU_INDIRECT_FUNCTION flags
2198 into a STT_GNU_IFUNC symbol type.
2199 (_bfd_elf_is_function_type): Accept STT_GNU_IFUNC as a function
2200 type.
2201 (_bfd_elf_set_osabi): Set the osasbi field to ELFOSABI_LINUX if
2202 the binary contains ifunc symbols.
2203 * elfcode.h (elf_slurp_symbol_table): Translate the STT_GNU_IFUNC
2204 symbol type into a BSF_GNU_INDIRECT_FUNCTION flag.
2205 * elf32-i386.c (is_indirect_function): New function.
2206 (elf_i386_check_relocs): Create an ifunc output section.
2207 (allocate_dynrelocs): Create dynamic relocs in the ifunc output
2208 section if necessary.
2209 (elf_i386_relocate_section): Emit a reloc against an ifunc symbol
2210 if necessary.
2211 (elf_i386_add_symbol_hook): New function. Set the
2212 has_ifunc_symbols field of the elf_obj_data structure if an ifunc
2213 symbol is encountered.
2214 (elf_backend_post_process_headers): Define.
2215 (elf_backend_add_symbol_hook): Define.
2216 (elf_i386_post_process_headers): Rename to
2217 elf_i388_fbsd_post_process_headers.
2218 * elf64-x86_64.c (IS_X86_64_PCREL_TYPE): New macro.
2219 (is_indirect_function): New function.
2220 (elf64_x86_64_check_relocs): Create an ifunc output section.
2221 (allocate_dynrelocs): Create dynamic relocs in the ifunc output
2222 section if necessary.
2223 (elf64_x86_64_relocate_section): Emit a reloc against an ifunc
2224 symbol if necessary.
2225 (elf_i386_add_symbol_hook): Set the has_ifunc_symbols field of the
2226 elf_obj_data structure if an ifunc symbol is encountered.
2227 (elf_backend_post_process_headers): Define.
2228 * elflink.c (_bfd_elf_adjust_dynamic_symbol): Always create a PLT
2229 if we have ifunc symbols to handle.
2230 (get_ifunc_reloc_section_name): New function. Computes the name
2231 for an ifunc section.
2232 (_bfd_elf_make_ifunc_reloc_section): New function. Creates a
2233 section to hold ifunc relocs.
2234 * syms.c (BSF_GNU_INDIRECT_FUNCTION): Define.
2235 (bfd_print_symbol_vandf): Handle ifunc symbols.
2236 (bfd_decode_symclass): Likewise.
2237 * bfd-in2.h: Regenerate.
2238
96c23d59
JM
22392009-04-30 Joseph Myers <joseph@codesourcery.com>
2240
2241 * elf32-arm.c (elf32_arm_check_relocs): Give errors for absolute
2242 MOVW and MOVT relocations in a shared library link.
2243
c067354b
NC
22442009-04-27 Anthony Green <green@moxielogic.com>
2245
2246 * verilog.c: New file.
2247 * Makefile.am (BFD32_LIBS): Add verilog.c.
2248 (BFD32_LIBS_CFILES): Add verilog.c.
2249 (verilog.lo): New build rule.
2250 * Makefile.in: Rebuilt.
2251 * targets.c: Add verilog support.
2252 * bfd.c (tdata union): Add Verilog private data field.
2253 * bfd-in2.h: Regenerate.
2254
325c681d
L
22552009-04-27 H.J. Lu <hongjiu.lu@intel.com>
2256
2257 * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Don't
2258 copy pe_opthdr.
2259
ba775898
DK
22602009-04-23 Matthias Klose <doko@ubuntu.com>
2261
2e28a5fc 2262 * peXXigen.c (_bfd_XXi_swap_sym_in): Initialize `name'.
ba775898 2263
155d87d7
CL
22642009-04-22 Christophe Lyon <christophe.lyon@st.com>
2265
2266 PR9743
2267 * elf32-arm.c (arm_type_of_stub): Handle R_ARM_THM_JUMP24,
2268 R_ARM_JUMP24 and R_ARM_PLT32 relocations.
2269 (elf32_arm_size_stubs): Likewise.
2270 (record_thumb_to_arm_glue): Deleted unused function.
2271 (bfd_elf32_arm_process_before_allocation): No longer handle
2272 R_ARM_THM_JUMP24, R_ARM_JUMP24 and R_ARM_PLT32 relocations here.
2273 (elf32_arm_final_link_relocate): Handle R_ARM_THM_JUMP24,
2274 R_ARM_JUMP24 and R_ARM_PLT32 relocations.
2275
3e6b1042
DJ
22762009-04-21 Daniel Jacobowitz <dan@codesourcery.com>
2277
2278 * elf32-arm.c (INTERWORK_FLAG): Check BFD_LINKER_CREATED.
2279 (elf32_arm_write_section): Declare early.
2280 (elf32_arm_size_stubs): Skip non-stub sections in the stub BFD.
2281 (arm_allocate_glue_section_space): Exclude empty sections.
2282 (ARM_GLUE_SECTION_FLAGS): Add SEC_LINKER_CREATED.
2283 (bfd_elf32_arm_add_glue_sections_to_bfd): Do not skip the stub
2284 BFD.
2285 (elf32_arm_output_glue_section, elf32_arm_final_link): New.
2286 (elf32_arm_merge_eabi_attributes): Skip the stub BFD.
2287 (elf32_arm_size_dynamic_sections): Allocate interworking
2288 sections here.
2289 (bfd_elf32_bfd_final_link): Define.
2290
4f360784
L
22912009-04-21 H.J. Lu <hongjiu.lu@intel.com>
2292
2293 * coff-ia64.c (COFF_PAGE_SIZE): Changed to 8K.
154a1ee5 2294
4f360784
L
2295 * coffcode.h (coff_compute_section_file_positions): Clear
2296 D_PAGED if PE section alignment is smaller than COFF_PAGE_SIZE.
2297
2298 * libcoff-in.h (pe_tdata): Remove force_minimum_alignment and
2299 force_minimum_alignment.
2300
2301 * libcoff.h: Regenerated.
2302
2303 * pei-ia64.c (PEI_TARGET_SUBSYSTEM): Removed.
2304 (PEI_FORCE_MINIMUM_ALIGNMENT): Likewise.
2305
2306 * peicode.h (pe_mkobject): Don't set force_minimum_alignment
2307 nor target_subsystem.
2308
2309 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't check
2310 force_minimum_alignment nor target_subsystem.
2311
e48570bb
DK
23122009-04-21 Kai Tietz <kai.tietz@onevision.com>
2313
2314 * coff-x86_64.c (PEI_HEADERS): Protect includes.
2315 (bfd_pe_print_pdata): Remove #ifdef PE variation.
2316 * pei-x86_64.c (PEI_HEADERS): Define to prevent double
2317 include in coff-x86_64.c of headers.
2318 (PDATA_ROW_SIZE): New define.
2319 (pex_regs[]): New static array.
2320 (pex64_get_runtime_function): New static function.
2321 (pex64_get_unwind_info): Likewise.
2322 (pex64_get_scope_entry): Likewise.
2323 (pex64_xdata_print_uwd_codes): Likewise.
2324 (pex64_get_section_by_rva): Likewise.
2325 (pex64_dump_xdata): Likewise.
2326 (pex64_bfd_print_pdata): Likewise.
2327 (bfd_pe_print_pdata): Define as pex64_bfd_print_pdata.
2328 * peXXigen.c (_bfd_pex64_print_pdata): Removed implementation.
2329 * libpei.h (_bfd_pex64_print_pdata): Removed declaration.
2330
383c383f 23312009-04-19 Peter O'Gorman <binutils@mlists.thewrittenword.com>
4f360784
L
2332 Alan Modra <amodra@bigpond.net.au>
2333 Dave Korn <dave.korn.cygwin@gmail.com>
383c383f
AM
2334
2335 * peXXigen.c (_bfd_XXi_swap_sym_in): Fix name handling w.r.t
2336 long names and non-NUL-terminated strings.
2337
b6b450f1
L
23382009-04-17 H.J. Lu <hongjiu.lu@intel.com>
2339
2340 * bfd-in2.h: Regenerated.
2341
d9118602
L
23422009-04-17 H.J. Lu <hongjiu.lu@intel.com>
2343
2344 * peXXigen.c (_bfd_XX_print_private_bfd_data_common): Replace
2345 IMAGE_SUBSYSTEM_EFI_ROM with IMAGE_SUBSYSTEM_SAL_RUNTIME_DRIVER.
2346
92dd4511
L
23472009-04-17 H.J. Lu <hongjiu.lu@intel.com>
2348
2349 PR binutils/10074
2350 * coffcode.h (bfd_pei_p): New.
2351
2352 * config.bfd: Remove bfd_efi_bsdrv_ia32_vec,
2353 bfd_efi_rtdrv_ia32_vec, bfd_efi_bsdrv_x86_64_vec,
2354 bfd_efi_rtdrv_x86_64_vec, bfd_efi_bsdrv_ia64_vec and
2355 bfd_efi_rtdrv_ia64_vec. Replace bfd_efi_app_ia32_vec,
2356 bfd_efi_app_x86_64_vec and bfd_efi_app_ia64_vec with
2357 i386pei_vec, x86_64pei_vec and bfd_pei_ia64_vec, respectively.
2358
2359 * configure.in: Remove bfd_efi_bsdrv_ia32_vec,
2360 bfd_efi_rtdrv_ia32_vec, bfd_efi_bsdrv_x86_64_vec,
2361 bfd_efi_rtdrv_x86_64_vec,
2362 bfd_efi_bsdrv_ia64_vec and bfd_efi_rtdrv_ia64_vec. Replace
2363 bfd_efi_ia64_vec with bfd_pei_ia64_vec.
2364 * targets.c: Likewise.
2365
2366 * configure: Regenerated.
2367 * libcoff.h: Likewise.
2368 * Makefile.in: Likewise.
2369
2370 * efi-app-ia32.c: Removed.
2371 * efi-app-x86_64.c: Likewise.
2372 * efi-bsdrv-ia32.c: Likewise.
2373 * efi-bsdrv-ia64.c: Likewise.
2374 * efi-bsdrv-x86_64.c: Likewise.
2375 * efi-rtdrv-ia32.c: Likewise.
2376 * efi-rtdrv-ia64.c: Likewise.
2377 * efi-rtdrv-x86_64.c: Likewise.
2378 * efi-rtdrv-ia32.c: Likewise.
2379
2380 * efi-app-ia64.c: Moved to ...
2381 * pei-ia64.c: This.
2382 (TARGET_SYM): Set to bfd_pei_ia64_vec.
2383 (TARGET_NAME): Set to pei-ia64.
2384
2385 * libpei.h (bfd_target_pei_p): Removed.
2386 (bfd_target_pei_arch): Likewise.
2387 (bfd_target_efi_app_p): Likewise.
2388 (bfd_target_efi_app_arch): Likewise.
2389 (bfd_target_efi_bsdrv_p): Likewise.
2390 (bfd_target_efi_bsdrv_arch): Likewise.
2391 (bfd_target_efi_rtdrv_p): Likewise.
2392 (bfd_target_efi_rtdrv_arch): Likewise.
2393 (bfd_pe_executable_p): Likewise.
2394
2395 * Makefile.am (BFD32_BACKENDS): Remove efi-app-ia32.lo,
2396 efi-bsdrv-ia32.lo and efi-rtdrv-ia32.lo.
2397 (BFD32_BACKENDS_CFILES): Remove efi-app-ia32.c, efi-bsdrv-ia32.c
2398 and efi-rtdrv-ia32.c.
2399 (BFD64_BACKENDS): Remove efi-app-ia64.lo, efi-bsdrv-ia64.lo,
2400 efi-rtdrv-ia64.lo, efi-app-x86_64.lo, efi-bsdrv-x86_64.lo and
2401 efi-rtdrv-x86_64.lo. Add pei-ia64.lo.
2402 (BFD64_BACKENDS_CFILES): Remove efi-app-ia64.c, efi-bsdrv-ia64.c,
2403 efi-rtdrv-ia64.c, efi-app-x86_64.c, efi-bsdrv-x86_64.c and
2404 efi-rtdrv-x86_64.c. Add pei-ia64.c.
2405 (efi-app-ia64.lo): Removed.
2406 (efi-bsdrv-ia32.lo): Likewise.
2407 (efi-rtdrv-ia32.lo): Likewise.
2408 (efi-app-ia64.lo): Likewise.
2409 (efi-bsdrv-ia64.lo): Likewise.
2410 (efi-rtdrv-ia64.lo): Likewise.
2411 (efi-app-x86_64.lo): Likewise.
2412 (efi-bsdrv-x86_64.lo): Likewise.
2413 (efi-rtdrv-x86_64.lo): Likewise.
2414 (pei-ia64.lo): New.
2415
2416 * peicode.h (coff_swap_scnhdr_in): Replace bfd_pe_executable_p
2417 with bfd_pei_p.
2418 (arch_type): Removed.
2419 (pe_arch): Likewise.
2420 (pe_bfd_object_p): Just return coff_object_p.
2421
2422 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Replace
2423 bfd_pe_executable_p with bfd_pei_p.
2424
69c5861e
CL
24252009-04-17 Christophe Lyon <christophe.lyon@st.com>
2426
2427 * elf32-arm.c (elf32_arm_size_stubs): Handle long branches through
2428 PLT entries to an undefined symbol when generating a shared
2429 library.
2430
e9cd0660
NC
24312009-04-17 Nick Clifton <nickc@redhat.com>
2432
2433 PR 9909
2434 * coffcode.h (handle_COMDAT): Allow for external COMDAT symbols.
2435
3023e3f6
RS
24362009-04-16 Richard Sandiford <r.sandiford@uk.ibm.com>
2437
2438 * aout-adobe.c (aout_32_bfd_define_common_symbol): Define.
2439 * aout-target.h (MY_bfd_define_common_symbol): Likewise.
2440 * aout-tic30.c (MY_bfd_define_common_symbol): Likewise.
2441 * binary.c (binary_bfd_define_common_symbol): Likewise.
2442 * bout.c (b_out_bfd_define_common_symbol): Likewise.
2443 * coff-alpha.c (_bfd_ecoff_bfd_define_common_symbol): Likewise.
2444 * coff-mips.c (_bfd_ecoff_bfd_define_common_symbol): Likewise.
2445 * coffcode.h (coff_bfd_define_common_symbol): Likewise.
2446 * elfxx-target.h (bfd_elfNN_bfd_define_common_symbol): Likewise.
2447 * i386msdos.c (msdos_bfd_define_common_symbol): Likewise.
2448 * i386os9k.c (os9k_bfd_define_common_symbol): Likewise.
2449 * ieee.c (ieee_bfd_define_common_symbol): Likewise.
2450 * ihex.c (ihex_bfd_define_common_symbol): Likewise.
2451 * libbfd-in.h (_bfd_nolink_bfd_define_common_symbol): Likewise.
2452 * mach-o.c (bfd_mach_o_bfd_define_common_symbol): Likewise.
2453 * mmo.c (mmo_bfd_define_common_symbol): Likewise.
2454 * nlm-target.h (nlm_bfd_define_common_symbol): Likewise.
2455 * oasys.c (oasys_bfd_define_common_symbol): Likewise.
2456 * pef.c (bfd_pef_bfd_define_common_symbol): Likewise.
2457 * ppcboot.c (ppcboot_bfd_define_common_symbol): Likewise.
2458 * som.c (som_bfd_define_common_symbol): Likewise.
2459 * srec.c (srec_bfd_define_common_symbol): Likewise.
2460 * tekhex.c (tekhex_bfd_define_common_symbol): Likewise.
2461 * versados.c (versados_bfd_define_common_symbol): Likewise.
2462 * vms.c (vms_bfd_define_common_symbol): Likewise.
2463 * xcoff-target.h (_bfd_xcoff_bfd_define_common_symbol): Likewise.
2464 * xsym.c (bfd_sym_bfd_define_common_symbol): Likewise.
2465 * coff-rs6000.c (rs6000coff_vec): Add _bfd_xcoff_define_common_symbol.
2466 (pmac_xcoff_vec): Likewise.
2467 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
2468 (aix5coff64_vec): Likewise.
2469 * linker.c (bfd_generic_define_common_symbol): New function.
2470 * targets.c (BFD_JUMP_TABLE_LINK): Add NAME##_bfd_define_common_symbol.
2471 (_bfd_define_common_symbol): New field.
2472 * libcoff-in.h (_bfd_xcoff_define_common_symbol): Declare.
2473 * xcofflink.c (_bfd_xcoff_define_common_symbol): New function.
2474 (xcoff_build_ldsyms): Don't set XCOFF_DEF_REGULAR for common
2475 symbols here.
2476 * bfd-in2.h: Regenerate.
2477 * libbfd.h: Likewise.
2478 * libcoff.h: Likewise.
2479
20135e4c
NC
24802009-04-15 Anthony Green <green@moxielogic.com>
2481
2482 * targets.c: Add moxie support.
2483 * Makefile.am: Ditto.
2484 * Makefile.in: Rebuilt.
2485 * cpu-moxie.c, elf32-moxie.c: New files.
2486 * archures.c: Add moxie support.
2487 * configure.in: Add moxie support.
2488 * configure: Rebuilt.
2489 * config.bfd, archures.c: Add moxie support.
2490 * bfd-in2.h: Rebuilt.
2491
82b5c97a
CL
24922009-04-15 Christophe Lyon <christophe.lyon@st.com>
2493
2494 * elf32-arm.c (elf32_arm_final_link_relocate): Don't convert ARM
2495 branch to an undef weak symbol into a jump to next instruction if
2496 a PLT entry will be created.
2497
0408dee6
DK
24982009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
2499
2500 * coffgen.c (make_a_section_from_file): Set the backend long
2501 section names enable if long section names found on input.
2502 * coffcode.h: Extend long section names documentation to match.
2503
a0c402a5
L
25042009-04-08 H.J. Lu <hongjiu.lu@intel.com>
2505
2506 * elflink.c (elf_link_add_object_symbols): Warn alternate ELF
2507 machine code.
2508
4d28413b
DD
25092009-04-07 DJ Delorie <dj@redhat.com>
2510
2511 * archures.c: Add bfd_mach_mep_c5.
2512 * bfd-in2.h: Likewise.
2513 * cpu-mep.c: Add bfd_c5_arch.
2514 * elf32-mep.c: Support it.
2515
bb6198d2
L
25162009-04-07 H.J. Lu <hongjiu.lu@intel.com>
2517
2518 * elflink.c (_bfd_elf_section_already_linked): Add `\n' for
2519 info->callbacks->einfo.
2520 * linker.c (_bfd_generic_section_already_linked): Likewise.
2521
bcb012d3
DD
25222009-04-06 DJ Delorie <dj@redhat.com>
2523
2524 * elf32-h8300.c (elf32_h8_relax_section): Relax MOVA opcodes.
2525
db1fe6e9
L
25262009-04-06 H.J. Lu <hongjiu.lu@intel.com>
2527
2528 * coff-x86_64.c (bfd_pe_print_pdata): Defined to
2529 _bfd_pex64_print_pdata only if PE is defined.
2530
2531 * libpei.h (_bfd_pep_print_x64_pdata): Renamed to ...
2532 (_bfd_pex64_print_pdata): This.
2533
2534 * peXXigen.c (_bfd_pep_print_x64_pdata): Renamed to ...
2535 (_bfd_pex64_print_pdata): This. Defined only if COFF_WITH_pex64
2536 is defined.
2537
c7c7219d
KT
25382009-04-05 Kai Tietz <kai.tietz@onevision.com>
2539
2540 * coff-x86_64.c (bfd_pe_print_pdata): Define as
2541 _bfd_pep_print_x64_pdata.
2542 * libpei.h (_bfd_pep_print_x64_pdata): Add prototype.
2543 * peXXigen.c (_bfd_pep_print_x64_pdata): New.
2544
3df502ae
SA
25452009-04-02 Sterling Augustine <sterling@jaw.hq.tensilica.com>
2546
154a1ee5 2547 * elf32-xtensa.c (relax_property_section): Always set r_offset
3df502ae
SA
2548 to zero.
2549
d3626fb0
CL
25502009-04-02 Christophe Lyon <christophe.lyon@st.com>
2551
2552 * elf32-arm.c (elf32_arm_stub_long_branch_v4t_thumb_thumb,
2553 elf32_arm_stub_long_branch_v4t_thumb_thumb_pic): Two new long
2554 branch stubs.
2555 (elf32_arm_stub_type): New enum values for the two new stubs.
2556 (arm_type_of_stub): Make use of the two new stubs.
2557 (arm_size_one_stub): Handle the two new stubs.
2558
fe723c87
MT
25592009-04-01 Matt Thomas <matt@netbsd.org>
2560
2561 * elf32-vax.c (elf_vax_check_relocs): Do not put relocations against
2562 hidden symbols into the GOT or PLT.GOT.
154a1ee5 2563 (elf_vax_relocate_section): Do not emit a PCREL reloc
fe723c87
MT
2564 into a shared object if it is against a hidden symbol.
2565
ee698300
RS
25662009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
2567
2568 * xcofflink.c (xcoff_archive_info): Add contains_shared_object_p
2569 and know_contains_shared_object_p.
2570 (xcoff_archive_contains_shared_object_p): Add an "info" parameter.
2571 Cache the result in the archive_info table.
2572 (xcoff_auto_export_p): Add an "info" parameter and update the
2573 call to xcoff_archive_contains_shared_object_p.
2574 (xcoff_mark_auto_exports): Update accordingly.
2575 (xcoff_post_gc_symbol): Likewise.
2576
54e2dbe0
RS
25772009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
2578
2579 * xcofflink.c (bfd_link_input_bfd): Treat __rtinit as C_HIDEXT
2580 rather than C_EXT.
2581
2e470849
RS
25822009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
2583
2584 * coff-rs6000.c (member_layout): New structure.
2585 (archive_iterator): Likewise.
2586 (member_layout_init): New function.
2587 (archive_iterator_begin): Likewise.
2588 (archive_iterator_next): Likewise.
2589 (xcoff_write_armap_old): Use the new iterator functions.
2590 (do_shared_object_padding): Delete.
2591 (xcoff_write_armap_big): Use the new iterator functions. Simplify
2592 handling of arch_info.
2593 (xcoff_write_archive_contents_old): Allocate arelt_data in the
2594 first loop rather than the second. Allocate a member header if
2595 there isn't one, then work out the stat information and length
2596 in the first loop too. Use the new iterators for the second loop.
2597 (xcoff_write_archive_contents_big): Likewise.
2598
24c611d1
RS
25992009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
2600
2601 * bfd-in.h (bfd_xcoff_split_import_path): Declare.
2602 (bfd_xcoff_set_archive_import_path): Likewise.
2603 * bfd-in2.h: Regenerate.
2604 * xcofflink.c: Include libiberty.h.
2605 (xcoff_archive_info): New structure.
2606 (xcoff_archive_info_hash): New function.
2607 (xcoff_archive_info_eq): Likewise.
2608 (xcoff_get_archive_info): Likewise.
2609 (_bfd_xcoff_bfd_link_hash_table_create): Initialize archive_info.
2610 (bfd_xcoff_split_import_path): New function.
2611 (bfd_xcoff_set_archive_import_path): Likewise.
2612 (xcoff_set_import_path): Move earlier in file.
2613 (xcoff_link_add_dynamic_symbols): Set the import path of a non-archive
2614 object to the the directory part of the bfd's filename. Get the
2615 import path and filename of an archive object from the archive's
2616 xcoff_tdata, initializing it if necessary. Update use of
2617 import_file_id.
2618 (bfd_link_input_bfd): Update use of import_file_id.
2619 (xcoff_write_global_symbol): Likewise.
2620
d286971a
RS
26212009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
2622
2623 * xcofflink.c (xcoff_link_hash_table): Moved from include/coff/xcoff.h.
2624
26252009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
2626
2627 * xcofflink.c (xcoff_link_create_extra_sections): Don't create
2628 a .loader section for relocatable links.
2629 (xcoff_need_ldrel_p): New function.
2630 (xcoff_mark): Use it.
2631 (bfd_xcoff_link_count_reloc): Only count loader relocs if there's
2632 a loader section.
2633 (xcoff_build_ldsym): New function, split out from...
2634 (xcoff_build_ldsyms): ...here. Rename to...
2635 (xcoff_post_gc_symbol): ...this. Only export symbols, and only
2636 call xcoff_build_ldsym, if there's a loader section.
2637 (xcoff_build_loader_section): New function, extracted verbatim from...
2638 (bfd_xcoff_size_dynamic_sections): ...here. Only call it if
2639 there's a loader section. Only add an __rtinit loader symbol
2640 if there's a loader section. Update after above name change.
2641 (xcoff_symbol_section, xcoff_create_ldrel): New functions.
2642 (bfd_link_input_bfd): Use xcoff_need_ldrel_p, xcoff_symbol_section
2643 and xcoff_create_ldrel.
2644 (xcoff_write_global_symbol): Use xcoff_create_ldrel.
2645 (xcoff_reloc_link_order): Likewise, but only call it if there's
2646 a loader section. Use xcoff_symbol_section.
2647 (_bfd_xcoff_bfd_final_link): Only use fdinfo.ldrel and fdinfo.ldsym
2648 if there's a loader section.
2649
8707bb87
RS
26502009-04-01 Richard Sandiford <rdsandiford@googlemail.com>
2651
2652 * xcofflink.c (bfd_link_input_bfd): Fix buffer overrun.
2653
e780aef2
CL
26542009-04-01 Christophe Lyon <christophe.lyon@st.com>
2655
2656 * elf32-arm.c (group_sections): Rewrite loops for better
2657 readability.
2658
c301e700
DD
26592009-03-30 DJ Delorie <dj@redhat.com>
2660
2661 * elflink.c (elf_link_input_bfd): Don't try to resolve complex
2662 relocs when doing a relocatable link.
2663
3895f852
MM
26642009-03-28 Mark Mitchell <mark@codesourcery.com>
2665
2666 * coff-arm.c (coff_arm_merge_private_bfd_data): Use "error:", not
2667 "ERROR:", in error messages.
2668 * cpu-arm.c (bfd_arm_merge_machines): Likewise.
2669 * elf-attrs.c (_bfd_elf_merge_object_attributes): Likewise.
2670 * elf32-arm.c (tag_cpu_arch_combine): Likewise.
2671 (elf32_arm_merge_eabi_attributes): Likewise.
2672 (elf32_arm_merge_private_bfd_data): Likewise.
2673
ea882e87
NC
26742009-03-27 Nick Clifton <nickc@redhat.com>
2675
2676 * section.c (bfd_get_section_contents): Detect and handle the case
2677 where a section has the SEC_IN_MEMORY flag set but no actual
2678 contents allocated.
2679
9433b9b1
AM
26802009-03-26 Alan Modra <amodra@bigpond.net.au>
2681
2682 PR 6494
2683 * elf.c (copy_elf_program_header): Do not check that PT_GNU_RELRO
2684 p_filesz and p_memsz are equal. Use p_memsz as the segment size.
2685 (assign_file_positions_for_non_load_sections): Zap PT_GNU_RELRO
2686 if we don't find matching PT_LOAD when copying.
2687
dc1aa734
SR
26882009-03-25 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
2689
2690 * elf32-crx.c (crx_elf_howto_table): Zero the src_mask field of
2691 the reloc descriptions.
2692
34d3d6b9
HPN
26932009-03-25 Hans-Peter Nilsson <hp@axis.com>
2694
2695 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
2696 <R_CRIS_16_GOT_GD, case R_CRIS_32_GOT_GD>: Handle COMMON symbols.
2697 <case R_CRIS_16_TPREL, R_CRIS_32_TPREL>: Ditto.
2698
34274ccc
L
26992009-03-24 H.J. Lu <hongjiu.lu@intel.com>
2700
2701 * cpu-i386.c (bfd_x86_64_arch_intel_syntax): Make it static.
2702 (bfd_i386_arch_intel_syntax): Likewise.
2703 (i8086_arch): Likewise.
2704 (bfd_x86_64_arch): Likewise.
2705
019c5a2e
HPN
27062009-03-24 Hans-Peter Nilsson <hp@axis.com>
2707
6718f446
HPN
2708 * elf32-cris.c (cris_elf_relocate_section): <case
2709 R_CRIS_16_DTPREL, R_CRIS_32_DTPREL>: Allow use of non-local
2710 symbols for non-allocated sections. Don't check whether to
2711 generate R_CRIS_DTPMOD for non-allocated sections.
2712 (cris_elf_gc_sweep_hook) <case R_CRIS_32_DTPREL>: Don't
2713 handle relocation GC:ing if applied to non-allocated section.
2714 (cris_elf_check_relocs): Similar.
2715
019c5a2e
HPN
2716 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
2717 <R_CRIS_16_GOT_GD, R_CRIS_32_GOT_GD>: Don't include the TLS size
2718 when emitting a known TP offset in the GOT.
2719
ffcfec52
AM
27202009-03-23 Alan Modra <amodra@bigpond.net.au>
2721
2722 * elf64-ppc.c (synthetic_opd): Delete.
2723 (compare_symbols): Look for .opd name rather than section match.
2724 (ppc64_elf_get_synthetic_symtab): Likewise.
2725
c6dd29ce
AM
27262009-03-21 Alan Modra <amodra@bigpond.net.au>
2727
2728 * elf32-ppc.c (is_pic_glink_stub): Delete.
2729 (is_nonpic_glink_stub): New function.
2730 (ppc_elf_get_synthetic_symtab): Check for last non-pic stub rather
2731 than first pic one.
2732 (struct ppc_elf_link_hash_table <glink_pltresolve>): Comment fix.
2733
8c21ca21
AK
27342009-03-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
2735 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2736
2737 * elf32-s390.c (elf_s390_check_relocs): Use the SYMBOL_*
4f360784 2738 macros for visibilty and locality checks.
8c21ca21
AK
2739 (elf_s390_adjust_dynamic_symbol): Likewise.
2740 (allocate_dynrelocs): Likewise.
2741 (elf_s390_relocate_section): Likewise.
2742 (elf_s390_finish_dynamic_symbol): Likewise.
2743 * elf64-s390.c (elf_s390_check_relocs): Likewise.
2744 (elf_s390_adjust_dynamic_symbol): Likewise.
2745 (allocate_dynrelocs): Likewise.
2746 (elf_s390_relocate_section): Likewise.
2747 (elf_s390_finish_dynamic_symbol): Likewise.
2748
156621f3
KT
27492009-03-19 Kai Tietz <kai.tietz@onevision.com>
2750
2751 * bfd-in2.h: Regenerated.
2752 * coffcode.h (sec_to_styp_flags): For pe-coff add SEC_READONLY
2753 for debugging sections and map memory read/write dependent on
2754 SEC_COFF_NOREAD.
2755 (styp_to_sec_flags): Set SEC_COFF_NOREAD for sections
2756 without memory read flags set.
2757 * section.c: Add SEC_COFF_NOREAD to section flags.
2758
d1fa68d3
AS
27592009-03-19 Andreas Schwab <schwab@linux-m68k.org>
2760
2761 * elf32-hppa.c (final_link_relocate): Cast bfd_vma values to long
2762 for format string.
2763
ad2adbc8
AM
27642009-03-19 Alan Modra <amodra@bigpond.net.au>
2765
2766 * elf32-spu.c (spu_elf_find_overlays): Separate error return from
2767 "no overlays" return. If there are overlays, create overlay
2768 manager entry symbols here, so that..
2769 (spu_elf_build_stubs): ..we don't need to set them up here.
2770 Simplify entry symbol tests.
2771 * elf32-spu.h (spu_elf_find_overlays): Update prototype.
2772
67cc5033
MK
27732009-03-18 Mark Kettenis <kettenis@gnu.org>
2774
d1fa68d3 2775 * elf.c (elfcore_grok_openbsd_procinfo)
67cc5033
MK
2776 (elfcore_grok_openbsd_note): New functions.
2777 (elf_parse_notes): Handle notes from OpenBSD ELF core files.
2778
8d25cc3d
AM
27792009-03-18 Alan Modra <amodra@bigpond.net.au>
2780
3889c459 2781 * vms-hdr.c: Don't include alloca.h.
8d25cc3d
AM
2782 * elf32-m68hc1x.c: Include alloca-conf.h.
2783 * xsym.c: Likewise.
2784 * elf64-hppa.c: Likewise. Remove existing #if's handling alloca.
2785 * som.c: Likewise.
2786 * Makefile.am: Run "make dep-am".
2787 * Makefile.in: Regenerate.
2788
a89e6478
DJ
27892009-03-17 Daniel Jacobowitz <dan@codesourcery.com>
2790
2791 * elf32-arm.c (elf32_arm_check_relocs): Correct symbian_p test.
2792
a7e11ee1
AM
27932009-03-17 Alan Modra <amodra@bigpond.net.au>
2794
2795 * elf32-spu.h (struct spu_elf_params): ovly_flavour now only 1 bit.
2796 Add compact_stub.
2797 (emum _ovly_flavour): Delete ovly_compact, ovly_none.
2798 * elf32-spu.c (struct spu_link_hash_table): Replace ovly_load and
2799 ovly_return fields with ovly_entry[2]. Adjust all users.
2800 (spu_elf_find_overlays): Set ovly_entry[1] from __icache_call_handler
2801 when soft-icache.
2802 (spu_elf_build_stubs): Likewise.
2803 (ovl_stub_size): Change arg to spu_elf_params pointer. Adjust for
2804 ovly_flavour changes. Update all callers.
2805 (ovl_stub_size_log2): New function.
2806 (build_stub): Handle compact icache stubs. Use different manager
2807 entry point for stubs in non-icache area.
2808 (spu_elf_size_stubs): Don't allocate space for indirect branch
2809 descriptors.
2810 (spu_elf_build_stubs): And don't built them.
2811
607a83c9
AS
28122009-03-16 Andrew Stubbs <ams@codesourcery.com>
2813
2814 * dwarf2.c (read_section): Always use rawsize, if available.
2815
588f62fc
AM
28162009-03-16 Alan Modra <amodra@bigpond.net.au>
2817
2818 * simple.c (bfd_simple_get_relocated_section_contents): Use larger
2819 of rawsize and size for buffer.
2820
a14c90c1
UW
28212009-03-15 Ulrich Weigand <uweigand@de.ibm.com>
2822
2823 * elf32-spu.c (spu_elf_check_vma): Do not reset auto_overlay
2824 parameter just because fixed sections fit into local store.
2825 (spu_elf_auto_overlay): Do not declare as "noreturn". Skip
2826 generating overlays if fixed sections plus reserved stack
2827 and heap space fit into local store.
2828
30c665df
AM
28292009-03-15 Alan Modra <amodra@bigpond.net.au>
2830
2831 * elf32-spu.c (build_stub): Correct icache set_id.
2832 (spu_elf_relocate_section): Likewise.
2833
f95942a3
RS
28342009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
2835
2836 * xcofflink.c (xcoff_link_check_archive_element): Only free the
2837 symbol table if it was created by the current call.
2838
670562e9
RS
28392009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
2840
2841 * xcofflink.c (xcoff_build_ldsyms): Give imported descriptors
2842 class XMC_DS rather than XMC_UA.
2843
b64232cc
RS
28442009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
2845
2846 * bfd-in.h (bfd_xcoff_size_dynamic_sections): Replace the
2847 bfd_boolean export_defineds parameter with an unsigned int
2848 auto_export_flags parameter.
2849 * bfd-in2.h: Regenerate.
2850 * xcofflink.c (xcoff_archive_contains_shared_object_p): New function,
2851 split out from xcoff_build_ldsyms.
2852 (xcoff_covered_by_expall_p): New function.
2853 (xcoff_auto_export_p): New function, split out from xcoff_build_ldsyms
2854 but with extra code to handle -bexpfull and -bexpall.
2855 (xcoff_mark_auto_exports): New function.
2856 (xcoff_build_ldsyms): Use xcoff_auto_export_p to decide whether
2857 a function should be automatically exported.
2858 (bfd_xcoff_size_dynamic_sections): Replace the export_defineds
2859 parameter with an auto_export_flags parameter. Update ldinfo
2860 accordingly. Use xcoff_mark_auto_exports to mark all automatically-
2861 exported symbols.
2862
7d504122
RS
28632009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
2864
2865 * xcofflink.c (xcoff_mark_symbol_by_name): New function.
2866 (bfd_xcoff_size_dynamic_sections): Use it to mark the entry,
2867 init and fini functions. Do garbage collection for objects
2868 without an entry point too.
2869
8602d4fe
RS
28702009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
2871
2872 * coffcode.h (coff_pointerize_aux_hook): Update CSECT_SYM_P to
2873 check whether a symbol has csect information.
2874 (coff_print_aux): Likewise.
2875 * coff-rs6000.c (_bfd_xcoff_swap_aux_in): Handle auxillary csect
2876 information for C_AIX_WEAKEXT too.
2877 (_bfd_xcoff_swap_aux_out): Likewise.
2878 (xcoff_reloc_type_br): Handle defweak symbols too.
2879 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Handle auxillary csect
2880 information for C_AIX_WEAKEXT too.
2881 (_bfd_xcoff64_swap_aux_out): Likewise.
2882 (xcoff64_reloc_type_br): Handle defweak symbols too.
2883 * coffgen.c (coff_print_symbol): Handle auxillary function
2884 information for C_AIX_WEAKEXT too.
2885 * xcofflink.c (_bfd_xcoff_canonicalize_dynamic_symtab): Set BSF_WEAK
2886 instead of BSF_GLOBAL if the L_WEAK flag is set.
2887 (xcoff_dynamic_definition_p): New function.
2888 (xcoff_link_add_dynamic_symbols): Use it to decide whether ldsym
2889 defines h. Don't change h if ldsym isn't the definition. Otherwise,
2890 always take the symbol class from the ldsym. Use weak bfd symbol
2891 types for weak ldsyms.
2892 (xcoff_link_add_symbols): Use CSECT_SYM_P and EXTERN_SYM_P.
2893 Fix the check for whether a definition is from a shared object.
2894 Allow redefinitions of weak symbols.
2895 (xcoff_link_check_ar_symbols): Use EXTERN_SYM_P.
2896 (xcoff_keep_symbol_p): Likewise.
2897 (bfd_xcoff_size_dynamic_sections): Use CSECT_SYM_P.
2898 (xcoff_link_input_bfd): Use CSECT_SYM_P and EXTERN_SYM_P.
2899 Add .loader entries for C_AIX_WEAKEXT as well as C_EXT symbols,
2900 but mark them as L_WEAK.
2901 (xcoff_write_global_symbol): Treat weak symbols as C_AIX_WEAKEXT
2902 instead of C_EXT if C_AIX_WEAKEXT == C_WEAKEXT.
2903
5b49f6dc
RS
29042009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
2905
2906 * xcofflink.c (xcoff_mark): When walking the relocations,
2907 only mark the target symbol or the target section, not both.
2908 (xcoff_final_definition_p): New function.
2909 (xcoff_keep_symbol_p): Use it to check whether an external XCOFF
2910 symbol is a valid definition of the associated output symbol.
2911 Use XCOFF_ALLOCATED to stop the same hash table entry having
2912 two output symbols.
2913 (bfd_xcoff_size_dynamic_sections): Set XCOFF_ALLOCATED when
2914 keeping a symbol.
2915 (xcoff_link_input_bfd): Use xcoff_final_definition_p.
2916
c4037431
RS
29172009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
2918
2919 * xcofflink.c (bfd_xcoff_import_symbol): Treat imported absolute
2920 symbols as XMC_XO.
2921
3df13c4a
RS
29222009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
2923
2924 * libcoff-in.h (xcoff_tdata): Add a lineno_counts field.
2925 * libcoff.h: Regenerate.
2926 * xcofflink.c (xcoff_link_add_symbols): Record per-symbol
2927 line-number counts in the bfd's lineno_counts field.
2928 Don't keep per-csect line-number counts.
2929 (xcoff_sweep): Don't update per-csect line-number counts.
2930 (bfd_xcoff_size_dynamic_sections): Count the number of line-number
2931 entries in each output section.
2932 (xcoff_link_input_bfd): Get the number of line numbers from
2933 the bfd's lineno_counts field, rather than recalculating it
2934 from scratch. Fix the range check when updating C_BINCL and
2935 C_EINCL symbols.
2936 (_bfd_xcoff_bfd_final_link): Don't count the output line numbers
2937 here. Don't expect csects to have line-number counts.
2938
e450936a
RS
29392009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
2940
2941 * libcoff-in.h (xcoff_tdata): Change debug_indices to a signed long.
2942 * libcoff.h: Regenerate.
2943 * xcofflink.c (xcoff_keep_symbol_p): New function, using the
2944 "skip" logic from xcoff_link_input_bfd.
2945 (bfd_xcoff_size_dynamic_sections): Explicitly skip dynamic
2946 objects in a dynamic link, rather than checking whether csectpp
2947 is null. Always allocate debug_index for other objects,
2948 and always go through the loop. Update the type of debug_index
2949 after the change above. Read the auxillary csect information
2950 and use xcoff_keep_symbol_p to decide whether a symbol should
2951 be kept. Set its debug_index to -2 if not.
2952 (xcoff_link_input_bfd): Update the type of debug_index after
2953 the change above and always expect it to be nonnull. Use it to
2954 test whether a symbol should be stripped, rather than making the
2955 decision here. Postpone all symbol creation to the second pass.
2956
47dfb2ca
RS
29572009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
2958
2959 * xcofflink.c: (xcoff_mark_symbol): Mark the TOC section when
2960 creating a descriptor.
2961 (xcoff_sweep): Don't mark toc_section unless it's needed.
2962 (bfd_xcoff_size_dynamic_sections): Skip the toc_section
2963 when marking every bfd.
2964 (xcoff_link_input_bfd): Skip all TOC anchors.
2965 (xcoff_toc_section_p, xcoff_find_tc0): New functions.
2966 (_bfd_xcoff_bfd_final_link): Don't set the output bfd's TOC anchor
2967 to -1; call xcoff_find_tc0 instead.
2968
4cc02a02
RS
29692009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
2970
2971 * libcoff-in.h (xcoff_section_tdata): Update commentary.
2972 * libcoff.h: Regenerate.
2973 * xcofflink.c (xcoff_link_add_symbols): Set the csect of XTY_ER
2974 symbols to bfd_und_section_ptr or bfd_abs_section_ptr, rather than
2975 the previous symbol's csect. Treat last_symndx as an inclusive value
2976 and simplify its handling.
2977 (xcoff_mark): Treat last_symndx as an inclusive value. Only mark
2978 symbols with the right csect. Don't mark rsec when processing
d1fa68d3 2979 relocations against undefined or absolute sections.
4cc02a02
RS
2980 (bfd_xcoff_size_dynamic_sections): Don't check the SEC_MARK flag
2981 of bfd_und_section_ptr.
2982 (xcoff_link_input_bfd): Likewise.
2983
858ef0ce
RS
29842009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
2985
2986 * coff-rs6000.c (xcoff_ppc_relocate_section): Report relocations
2987 against undefined symbols if the symbol's XCOFF_WAS_UNDEFINED
2988 flag is set. Assert that all undefined symbols are either
2989 imported or defined by a dynamic object.
2990 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Likewise.
2991 * xcofflink.c (xcoff_link_add_symbols): Extend function-symbol
2992 handling to all relocations. Only set XCOFF_CALLED for function
2993 symbols.
2994 (xcoff_find_function): New function, split out from...
2995 (bfd_xcoff_export_symbol) ...here.
2996 (xcoff_set_import_path): New function, split out from...
2997 (bfd_xcoff_import_symbol): ...here. Remove assertion for old
2998 meaning of XCOFF_CALLED.
2999 (xcoff_mark_symbol): If we mark an undefined and unimported
3000 symbol, find some way of defining it. If the symbol is a function
3001 descriptor, fill in its definition automatically. If the symbol
3002 is a function, mark its descriptor and allocate room for global
3003 linkage code. Otherwise mark the symbol as implicitly imported.
3004 Move the code for creating function descriptors from...
d1fa68d3 3005 (xcoff_build_ldsyms): ...here. Use XCOFF_WAS_UNDEFINED to
858ef0ce
RS
3006 check for symbols that were implicitly defined.
3007 (xcoff_mark): Don't count any dynamic relocations against
3008 function symbols.
3009 (bfd_xcoff_size_dynamic_sections): Save the rtld parameter
3010 in the xcoff link info.
3011 (xcoff_link_input_bfd): Remove handling of undefined and
3012 unexported symbols.
3013
12b2cce9
RS
30142009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3015
3016 * coff-rs6000.c (xcoff_reloc_type_br): Make the branch absolute
3017 if the target is absolute. Fix comment typo.
3018 (xcoff_ppc_relocate_section): Remove FIXME.
3019 * coff64-rs6000.c (xcoff64_reloc_type_br): Make the branch absolute
3020 if the target is absolute.
3021
0e3212ad
RS
30222009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3023
3024 * xcofflink.c (xcoff_mark, xcoff_link_input_bfd): Don't copy
3025 R_POS and R_NEG relocations against absolute symbols to the
3026 .loader section.
3027
d19d97e9
RS
30282009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3029
3030 * coff64-rs6000.c (xcoff64_write_object_contents): Set the cputype
3031 to 2 for bfd_mach_ppc_620.
3032
e5231592
RS
30332009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
3034
3035 * config.bfd: Treat AIX 6+ in the same way as AIX 5.
3036 * configure.in: Likewise.
3037 * configure: Regenerate.
3038
3516e984
L
30392009-03-13 H.J. Lu <hongjiu.lu@intel.com>
3040
3041 PR binutils/9945
3042 * elf.c (assign_section_numbers): Generate symbol table if there
3043 is any relocation in output.
3044 (_bfd_elf_compute_section_file_positions): Likewise.
3045
ce98a316
NC
30462009-03-13 Nick Clifton <nickc@redhat.com>
3047
3048 PR 9934
3049 * elf-bfd.h (NUM_SHDR_ENTRIES): Cope with an empty section.
3050 * elflink.c (elf_link_read_relocs_from_section): Use
3051 NUM_SHDR_ENTRIES. Gracefully handle the case where there are
3052 relocs but no symbol table.
3053 * elf32-arm.c (elf32_arm_check_relocs): Likewise.
3054
c4fb387b
L
30552009-03-12 H.J. Lu <hongjiu.lu@intel.com>
3056
3057 PR ld/9938
3058 * elf32-i386.c (elf_i386_check_tls_transition): Use strncmp
3059 to check ___tls_get_addr.
3060
3061 * elf64-x86-64.c (elf64_x86_64_check_tls_transition): Use
3062 strncmp to check __tls_get_addr.
3063
53638231
AS
30642009-03-12 Andrew Stubbs <ams@codesourcery.com>
3065
3066 * dwarf2.c (read_section): Always check the offset, even when the
3067 section has been read before.
3068
09e8c3bf
L
30692009-03-11 H.J. Lu <hongjiu.lu@intel.com>
3070
3071 * elf32-i386.c (elf_i386_check_tls_transition): Fix a typo in
3072 comments.
3073
36e4dce6
CD
30742009-03-11 Chris Demetriou <cgd@google.com>
3075
3076 * bfd.c (BFD_DETERMINISTIC_OUTPUT): New flag.
3077 * bfd-in2.h: Regenerate.
3078 * archive.c (bfd_ar_hdr_from_filesystem): If BFD_DETERMINISTIC_OUTPUT
3079 flag is set, use 0 for uid, gid, and timestamp, and use 0644 for file
3080 mode.
3081 (bsd_write_armap): Likewise.
3082 (_bfd_archive_bsd_update_armap_timestamp): If BFD_DETERMINISTIC_OUTPUT
3083 flag is set, do nothing.
3084 (coff_write_armap): If BFD_DETERMINISTIC_OUTPUT flag is set, use 0
3085 for timestamp.
3086
9b175a76
UW
30872009-03-11 Ulrich Weigand <uweigand@de.ibm.com>
3088
3089 * elf32-spu.c (find_function_stack_adjust): Handle sf instruction
3090 used to update stack pointer.
3091
f501de17
DA
30922009-03-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3093
3094 PR binutils/9921
3095 * som.c (som_bfd_derive_misc_symbol_info): Set symbol type ST_ABSOLUTE
3096 for unknown symbols in absolute section.
3097
d11fd249
NC
30982009-03-06 Nick Clifton <nickc@redhat.com>
3099
3100 * po/es.po: Updated Spanish translation.
3101
8cd931b7
CL
31022009-03-05 Christophe Lyon <christophe.lyon@st.com>
3103
3104 * elf32-arm.c (group_sections): Take next section size into
3105 account before accepting to group it.
3106
5fa9e92f
CL
31072009-03-05 Christophe Lyon <christophe.lyon@st.com>
3108
3109 * elf32-arm.c (arm_type_of_stub): Handle long branches targetting
3110 PLT entries.
3111 (elf32_arm_final_link_relocate): Likewise.
3112
b92997d6
AM
31132009-03-05 Moritz Kroll <Moritz.Kroll@gmx.de>
3114
3115 PR 9923
3116 * peXXigen.c (_bfd_XXi_final_link_postscript): Check h->root.type.
3117
727fc41e
AM
31182009-03-04 Alan Modra <amodra@bigpond.net.au>
3119
3120 * reloc.c (BFD_RELOC_PPC_TLSGD, BFD_RELOC_PPC_TLSLD): New.
3121 * section.c (struct bfd_section): Add has_tls_get_addr_call.
3122 (BFD_FAKE_SECTION): Init new flag.
3123 * ecoff.c (bfd_debug_section): Likewise.
3124 * bfd-in2.h: Regenerate.
3125 * libbfd.h: Regenerate.
3126 * elf32-ppc.c (ppc_elf_howto_raw): Add R_PPC_TLSGD and R_PPC_TLSLD.
3127 (ppc_elf_reloc_type_lookup): Handle new relocs.
3128 (ppc_elf_check_relocs): Set has_tls_get_addr_call on finding such
3129 without marker relocs.
3130 (ppc_elf_tls_optimize): Allow out-of-order __tls_get_addr relocs
3131 if section has no old-style calls.
3132 (ppc_elf_relocate_section): Set tls_mask for non-tls relocs too.
3133 Don't try to optimize new-style __tls_get_addr call when handling
3134 arg setup relocs. Instead do so for R_PPC_TLSGD and R_PPC_TLSLD
3135 relocs.
3136 * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_TLSGD, R_PPC64_TLSLD.
3137 (ppc64_elf_reloc_type_lookup): Handle new relocs.
3138 (ppc64_elf_check_relocs): Set has_tls_get_addr_call on finding such
3139 without marker relocs.
3140 (ppc64_elf_tls_optimize): Allow out-of-order __tls_get_addr relocs
3141 if section has no old-style calls. Set toc_ref for new relocs as
3142 appropriate.
3143 (ppc64_elf_relocate_section): Set tls_mask for non-tls relocs too.
3144 Don't try to optimize new-style __tls_get_addr call when handling
3145 arg setup relocs. Instead do so for R_PPC_TLSGD and R_PPC_TLSLD
3146 relocs.
3147
51dec227
AM
31482009-03-04 Alan Modra <amodra@bigpond.net.au>
3149
3150 PR 6768
3151 * configure.in: Test for ld --as-needed support. Link shared
3152 libbfd against libm.
3153 * configure: Regenerate.
3154
a1f7ca36
AM
31552009-03-03 Alan Modra <amodra@bigpond.net.au>
3156
3157 * Makefile.am: Run "make dep-am".
3158 * Makefile.in: Regenerate.
3159
c3b7224a
NC
31602009-03-02 Qinwei <qinwei@sunnorth.com.cn>
3161
3162 * elf32-score7.c: New file.
3163 * elf32-score.h: New file.
3164 * elf32-score.c: Add code to support score 7. Set score7 as the
3165 default.
3166 * cpu-score.c: Add score7 architecure.
3167 (compatibile): New function.
3168 * Makefile.am: Add rules for building elf32-score7 object.
3169 * Makefile.in: Regenerate.
3170 * configure.in: Add elf32-score7 object to score vectors.
3171 * configure: Regenerate.
3172 * reloc.c: Add score7 relocs.
3173 * archures.c: Add score3 and score7 machine numbers.
3174 * bfd-in2.h: Regenerate.
3175 * libbfd.h: Regenerate.
3176
58e24671
RW
31772009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3178
3179 * configure: Regenerate.
3180
5887528b
DA
31812009-03-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3182
d45b7d74
DA
3183 * elf32-hppa.c (hppa32_elf_local_refcounts): New function.
3184 (elf32_hppa_check_relocs): Use it.
3185
5887528b
DA
3186 * elf_hppa_add_symbol_hook (elf_hppa_add_symbol_hook): Move to
3187 elf64-hppa.c.
3188 (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
3189 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
3190 (elf_hppa_is_dynamic_loader_symbol): Likewise.
3191 (elf_hppa_record_segment_addrs): Likewise.
3192 (elf_hppa_final_link): Likewise.
3193 (elf_hppa_relocate_insn): Likewise.
3194 (elf_hppa_final_link_relocate): Likewise.
3195 (elf64_hppa_relocate_section): Likewise.
3196 * elf64-hppa.c: Insert above.
3197
a03bd320
DA
31982009-02-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3199
3200 * elf-hppa.h (elf_hppa_final_link): Use elf_hppa_final_link.
3201 (elf_hppa_final_link_relocate ): Rewrite eliminating dynamic hash table.
3202 (elf_hppa_relocate_section): Likewise.
3203 * elf64-hppa.c (struct elf64_hppa_link_hash_entry): Change to derive
3204 from struct elf_link_hash_entry. Add count field.
3205 (struct elf64_hppa_dyn_hash_table): Delete.
3206 (struct elf64_hppa_link_hash_table): Delete dyn_hash_table field.
3207 (elf64_hppa_hash_table): Rename to hppa_link_hash_table.
3208 (hppa_elf_hash_entry, eh_name): Define.
3209 (elf64_hppa_new_dyn_hash_entry): Delete.
3210 (elf64_hppa_dyn_hash_lookup): Delete.
3211 (elf64_hppa_dyn_hash_traverse): Delete.
3212 (get_dyn_name): Delete.
3213 (elf64_hppa_finalize_opd): Use struct elf_link_hash_entry * instead
3214 of struct elf64_hppa_dyn_hash_entry *.
3215 (elf64_hppa_finalize_dlt, llocate_global_data_dlt,
3216 allocate_global_data_plt, allocate_global_data_stub,
3217 allocate_global_data_opd, count_dyn_reloc, allocate_dynrel_entries):
3218 Likewise.
3219 (hppa64_link_hash_newfunc): New.
3220 (elf64_hppa_hash_table_create): Rework.
3221 (count_dyn_reloc): Likewise.
3222 (hppa64_elf_local_refcounts): New.
3223 (elf64_hppa_check_relocs): Rework using standard technique for recording
3224 local DLT, PLT and OPD reference counts.
3225 (elf64_hppa_dynamic_symbol_p): Revise using "eh" for struct
3226 elf_link_hash_entry *.
3227 (elf64_hppa_mark_exported_functions, allocate_global_data_dlt,
3228 allocate_global_data_plt, allocate_global_data_stub,
3229 allocate_global_data_opd, allocate_dynrel_entries,
3230 elf64_hppa_adjust_dynamic_symbol,
3231 elf64_hppa_mark_milli_and_exported_functions): Likewise.
3232 (elf64_hppa_create_dynamic_sections, elf64_hppa_size_dynamic_sections):
3233 Use hppa_link_hash_table. Rework.
3234 (elf64_hppa_link_output_symbol_hook): Rework.
3235 (elf64_hppa_finish_dynamic_symbol, elf64_hppa_finalize_opd,
3236 elf64_hppa_finalize_dlt, elf64_hppa_finalize_dynreloc,
3237 elf64_hppa_finish_dynamic_sections): Likewise.
3238
ebe24dd4
CL
32392009-02-26 Christophe Lyon <christophe.lyon@st.com>
3240
3241 * elf32-arm.c (stub_reloc_type): Removed.
3242 (insn_sequence): Renamed reloc_type field to r_type.
3243 (elf32_arm_stub_long_branch_v4t_arm_thumb_pic): New stub.
3244 (elf32_arm_stub_long_branch_v4t_thumb_arm_pic): Likewise.
3245 (elf32_arm_stub_long_branch_thumb_only_pic): Likewise.
3246 (elf32_arm_stub_type): Add new enum entries for the new stubs.
3247 (arm_stub_is_thumb): Catch new stubs.
3248 (arm_type_of_stub): Handle new stubs.
3249 (arm_size_one_stub): Use ARRAY_SIZE. Handle new stubs.
3250 (bfd_elf32_arm_process_before_allocation): Remove useless
3251 condition.
3252
b9d678e0
L
32532009-02-25 H.J. Lu <hongjiu.lu@intel.com>
3254
3255 * elf.c (elf_find_function): Use is_function_type to check
3256 function symbol.
3257
56fb3749
SA
32582009-02-24 Sterling Augustine <sterling@jaw.hq.tensilica.com>
3259
3260 * xtensa-modules.c: Revert to previous version 1.11 due
3261 to inadvertant commit.
3262
658ff993
SA
32632009-02-24 Sterling Augustine <sterling@tensilica.com>
3264
3265 * elf32-xtensa.c (text_action_add): Separate test for action
3266 type. Break if saved action is ta_widen_insn at same offset.
3267
cf3eccff
DJ
32682009-02-24 Daniel Jacobowitz <dan@codesourcery.com>
3269
3270 * elf32-arm.c (elf32_arm_stub_long_branch_any_any_pic): Rename
3271 to elf32_arm_stub_long_branch_any_arm_pic.
3272 (elf32_arm_stub_long_branch_any_thumb_pic): New.
3273 (enum elf32_arm_stub_type, arm_type_of_stub)
3274 (arm_size_one_stub): Handle any to ARM PIC and any to Thumb PIC
3275 separately.
3276
07d72278
DJ
32772009-02-24 Joseph Myers <joseph@codesourcery.com>
3278
3279 * elf32-arm.c (PREV_SEC): Update comment.
3280 (group_sections): Rename argument to stubs_always_after_branch.
3281 Reverse the list and place stubs at the end of input sections.
3282 Undefine NEXT_SEC.
3283 (elf32_arm_size_stubs): Update to use stubs_always_after_branch.
3284
4e31c731
DJ
32852009-02-23 Daniel Jacobowitz <dan@codesourcery.com>
3286
3287 * elf32-arm.c (arm_build_one_stub): Initialize stub_reloc_offset.
3288 Fix formatting.
3289 (arm_size_one_stub): Remove unnecessary break.
3290 (arm_map_one_stub): Fix formatting. Return after BFD_FAIL.
3291
32922009-02-23 Christophe Lyon <christophe.lyon@st.com>
461a49ca
DJ
3293
3294 * elf32-arm.c (stub_insn_type): New type.
3295 (stub_reloc_type): Likewise.
3296 (insn_sequence): Likewise.
3297 (elf32_arm_stub_long_branch_any_any): Encode using insn_sequence.
3298 (elf32_arm_stub_long_branch_v4t_arm_thumb): Likewise.
3299 (elf32_arm_stub_long_branch_thumb_only): Likewise.
3300 (elf32_arm_stub_long_branch_v4t_thumb_arm): Likewise.
3301 (elf32_arm_stub_short_branch_v4t_thumb_arm): Likewise.
3302 (elf32_arm_stub_long_branch_any_any_pic): Likewise.
3303 (elf32_arm_stub_hash_entry): Add new helper fields.
3304 (stub_hash_newfunc): Initialize these new fields.
3305 (arm_build_one_stub): Encode Arm and Thumb instructions separately
3306 to take endianness into account.
3307 (arm_size_one_stub): Compute size of stubs using insn_sequence.
3308 (arm_map_one_stub): Code is now more generic, thanks to
3309 insn_sequence.
3310
c2b4a39d
CL
33112009-02-23 Christophe Lyon <christophe.lyon@st.com>
3312
3313 * elf32-arm.c (elf32_arm_stub_long_branch_thumb_only): Fix stub
3314 code.
3315 (elf32_arm_stub_long_branch_v4t_thumb_arm): Likewise.
3316 (arm_type_of_stub): Use Thumb-only long branch stub (non-PIC) when
3317 BLX is not available. Fix typo in warning message. Add comments
3318 and improve formatting.
3319 (arm_build_one_stub): Adjust to new
3320 elf32_arm_stub_long_branch_v4t_thumb_arm stub.
3321 (arm_map_one_stub): Likewise.
3322
0c376465 33232009-02-23 Tristan Gingold <gingold@adacore.com>
a60a89d6
TG
3324 Eric Botcazou <ebotcazou@adacore.com>
3325 Douglas B Rupp <rupp@gnat.com>
0c376465
TG
3326
3327 * vms.h: Update copyright year, fix comments, reorder declarations.
3328 (_bfd_save_vms_section): Remove the prototype.
3329 (EGPS_S_V_NO_SHIFT): New constant.
3330 (bfd_vms_set_section_flags): New prototype.
3331 (EGPS_S_B_ALIGN, EGPS_S_W_FLAGS, EGPS_S_L_ALLOC, EGPS_S_B_NAMLNG): New
3332 constants.
3333 (EGSY_S_W_FLAGS): Ditto.
3334 (EGSY_S_V_QUAD_VAL): Ditto.
3335 (ESDF_S_L_VALUE, ESDF_S_L_PSINDX, ESDF_S_B_NAMLNG): Ditto.
3336 (EGST_S_W_FLAGS, EGST_S_Q_LP_1, EGST_S_Q_LP_2, EGST_S_L_PSINDX,
3337 EGST_S_B_NAMLNG): Ditto.
3338 (ESRF_S_B_NAMLNG): Ditto.
3339 (ETIR_S_C_HEADER_SIZE): Ditto.
3340 (EGPS_S_V_ALLOC_64BIT): Ditto.
3341 (DST_S_C_EPILOG): Ditto.
3342 (DST_S_C_SRC_SETLNUM_L, DST_S_C_SRC_SETLNUM_W) : Ditto.
3343 (DST_S_C_SRC_INCRLNUM_B): Ditto.
3344 (DST_S_B_PCLINE_UNSBYTE, DST_S_W_PCLINE_UNSWORD): Ditto.
3345 (DST_S_L_PCLINE_UNSLONG): Ditto.
3346 (DST_S_B_MODBEG_NAME, DST_S_L_RTNBEG_ADDRESS) : Ditto
3347 (DST_S_B_RTNBEG_NAME, DST_S_L_RTNEND_SIZE): Ditto
3348 (DST_S_C_SOURCE_HEADER_SIZE): Ditto.
3349 (DST_S_B_SRC_DF_LENGTH, DST_S_W_SRC_DF_FILEID): Ditto.
3350 (DST_S_B_SRC_DF_FILENAME, DST_S_B_SRC_UNSBYTE): Ditto.
3351 (DST_S_B_SRC_UNSBYTE): Ditto.
3352 (DST_S_W_SRC_UNSWORD, DST_S_L_SRC_UNSLONG): Ditto.
3353 Add prototypes.
3354 (vms_section, vms_reloc): Remove types.
3355 (hdr_struc): Replaced by ...
3356 (hdr_struct): ... new type.
3357 (EMH_S_W_HDRTYP, EMH_S_B_STRLVL, EMH_S_L_ARCH1): New constants.
3358 (EMH_S_L_ARCH2, EMH_S_L_RECSIZ, EMH_S_B_NAMLNG): Ditto.
3359 (EMH_DATE_LENGTH): Ditto.
3360 (eom_struc): Replaced by ...
3361 (eom_struct): ... new type.
3362 (EEOM_S_L_TOTAL_LPS, EEOM_S_W_COMCOD, EEOM_S_B_TFRFLG): New constants.
3363 (EEOM_S_L_PSINDX, EEOM_S_L_TFRADR): Ditto.
3364 (EIHD_S_K_MAJORID, EIHD_S_K_MINORID, EIHD_S_K_EXE): Ditto.
3365 (EIHD_S_L_SIZE, EIHD_S_L_ISDOFF, EIHD_S_L_SYMDBGOFF): Ditto.
3366 (EIHD_S_Q_SYMVVA, EIHD_S_L_IMGTYPE): Ditto.
3367 (EISD_S_L_EISDSIZE, EISD_S_L_SECSIZE, EISD_S_Q_VIR_ADDR): Ditto.
3368 (EISD_S_L_FLAGS, EISD_S_L_VBN, EISD_S_R_CONTROL): Ditto.
3369 (EISD_S_L_IDENT, EISD_S_T_GBLNAM): Ditto.
3370 (EISD_S_M_GBL, EISD_S_M_CRF, EISD_S_M_DZRO, EISD_S_M_WRT): Ditto.
3371 (EISD_S_M_INITALCODE, EISD_S_M_BASED, EISD_S_M_FIXUPVEC): Ditto.
3372 (EISD_S_M_RESIDENT, EISD_S_M_VECTOR, EISD_S_M_PROTECT): Ditto.
3373 (EISD_S_M_LASTCLU, EISD_S_M_EXE, EISD_S_M_NONSHRADR): Ditto.
3374 (EISD_S_M_QUAD_LENGTH, EISD_S_M_ALLOC_64BIT): Ditto.
3375 (EIHS_S_L_DSTVBN, EIHS_S_L_DSTSIZE, EIHS_S_L_GSTVBN): Ditto.
3376 (EIHS_S_L_GSTSIZE, EIHS_S_L_DMTVBN, EIHS_S_L_DMTBYTES): Ditto.
3377 (DBG_S_L_DMT_MODBEG, DBG_S_L_DST_SIZE): Ditto.
3378 (DBG_S_W_DMT_PSECT_COUNT, DBG_S_C_DMT_HEADER_SIZE): Ditto.
3379 (DBG_S_L_DMT_PSECT_START, DBG_S_L_DMT_PSECT_LENGTH)
3380 (DBG_S_C_DMT_PSECT_SIZE): Ditto.
3381 (enum file_type_enum): New type.
3382 (struct location_struct): Removed.
3383 (struct fileinfo, struct srecinfo, struct lineinfo): New types.
3384 (struct funcinfo, struct module): Ditto.
3385 (struct vms_private_data_struct): Update fields.
3386 (struct vms_section_data_struct): New type.
3387
3388 * vms.c: Update copyright year, fix comments,
3389 Fix includes for DECC, add prototypes.
3390 (vms_initialize): Use bfd_alloc instead of bfd_zalloc and remove
3391 some initializers.
3392 Use flavour to set is_vax, location_stack is removed.
3393 (struct pair): Declare.
3394 (fill_section_ptr): Initialize variables at declaration.
3395 Add guard to set SECTION_SYM flag, handlde und section.
3396 (vms_fixup_sections): Use struct pair for fill_section_ptr argument.
3397 (_bfd_vms_slurp_object_records): New function, replaces previous
3398 vms_object_p.
3399 (vms_slurp_module): New function.
3400 (vms_slurp_image): Ditto.
3401 (vms_object_p): Complete rewrite.
3402 (vms_mkobject): Use is_vax field to slect architecture.
3403 (free_reloc_stream): New function.
3404 (vms_convert_to_var): Ditto.
3405 (vms_convert_to_var_1): Ditto.
3406 (vms_convert_to_var_unix_filename): Ditto.
3407 (vms_close_and_cleanup): Call free_reloc_stream, convert file to
3408 VAR format on VMS.
3409 (vms_new_section_hook): Set alignment to 0, allocate private data.
3410 (vms_get_section_contents): Load content.
3411 (vms_get_symbol_info): Handle undefined section.
3412 (vms_find_nearest_line): Handle.
3413 (alloc_reloc_stream): New function.
3414 (vms_slurp_reloc_table): Ditto.
3415 (vms_get_reloc_upper_bound): Make it real.
3416 (vms_canonicalize_reloc): Do the real work.
3417 (alpha_howto_table): Add ALPHA_R_NOP, ALPHA_R_BSR, ALPHA_R_LDA,
3418 ALPHA_R_BOH.
3419 (vms_bfd_reloc_type_lookup): Handle NOP, BSR, LDA and BOH.
3420 (vms_set_arch_mach): Check arch.
3421 (vms_set_section_contents): Copy the content after allocation.
3422 (vms_alpha_vec): Update object flags.
3423
3424 * vms-tir.c: Update copyright year, fix comments,
3425 add prototypes for new functions.
3426 (dst_define_location): New function.
3427 (dst_restore_location): New function.
3428 (dst_retrieve_location): New function.
3429 (dst_check_allocation): New function.
3430 (image_dump): Call dst_check_allocation.
3431 (image_write_b): Ditto.
3432 (image_write_w): Ditto.
3433 (image_write_l): Ditto.
3434 (image_write_q): Ditto.
3435 (cmd_name): Handle STA_LW, STA_QW, STO_OFF, STO_IMM, STO_IMMR, STO_LW,
3436 STO_QW, OPR_ADD, CTL_SETRB, STC_LP_PSB, CTL_DFLOC, CTL_STLOC,
3437 CTL_STKDL.
3438 Call error handler instead of abort if name is not known.
3439 (etir_sta): Add quarter_relocs argument and set it.
3440 Fix cast.
3441 (etir_sto): Ditto.
3442 (etir_opr): Ditto, return FALSE in case of error.
3443 (etir_ctl): Add quarter_relocs argument and set it, fix cast.
3444 Fix CTL_DFLOC, CTL_STLOC, CTL_STKDL.
3445 (etir_stc): Add quarter_relocs argument and set it, fix cast.
3446 Fix STC_LP, STC_LP_PSB, STC_GBL and STC_CGA.
3447 Handle STC_LP_PSB, STC_BSR_GBL, STC_LDA_GBL, STC_BOH_GBL.
3448 Move STC_NOP_PS, STC_BSR_PS, STC_LDA_PS, STC_BOH_PS, STC_NBH_PS.
3449 Return FALSE in case of error.
3450 (tir_sta): Change sign of psect.
3451 (tir_ctl): Ditto.
3452 (tir_cmd): Fix cast. Makes tir_table static const.
3453 (etir_cmd): Add quarter_relocs argument, makes etir_table const,
3454 add argument to explain.
3455 (analyze_etir): Initialize maxptr, add quarter_relocs
3456 declaration, move some declarations into inner scopes.
3457 Handle quarter_relocs and STO_IMM.
3458 (_bfd_vms_slurp_tir): Use constant instead of hard-coded values.
3459 (_bfd_vms_slurp_relocs): New function.
3460 (_bfd_vms_decode_relocs): New function.
3461 (sto_imm): Rewritten.
3462 (start_first_etbt_record): New function.
3463 (start_another_etbt_record): Ditto.
3464 (etir_output_check): Ditto.
3465 (defer_reloc_p): Ditto.
3466 (_bfd_vms_write_tir): Remove nextoffset, convert a while-loop to
3467 a for-loop. Correctly deals with contents, deals with .vmsdebug,
3468 rewritte relocations handling.
3469 (_bfd_vms_write_tbt): Removed.
3470 (_bfd_vms_write_dbg): Ditto.
3471
3472 * vms-misc.c: Update copyright year, Fix comments.
3473 (_bfd_vms_get_header_values): Use 'size' instead of 'length'.
3474 (maybe_adjust_record_pointer_for_object): New function.
3475 (_bfd_vms_get_first_record): New function, replaces ...
3476 (_bfd_vms_get_record): .. removed.
3477 (_bfd_vms_get_object_record): New function.
3478 (_bfd_vms_get_object_record): New function.
3479 (vms_get_remaining_object_record): New function, replaces ...
3480 (_bfd_vms_get_next_record): ... removed.
3481 (add_new_contents): Removed.
3482 (_bfd_save_vms_section): Removed.
3483 (_bfd_get_vms_section): Removed.
3484 (_bfd_vms_output_flush): Write in VAR format.
3485 (new_symbol): Don't make UND section.
3486
3487 * vms-hdr.c: Update copyright year, update list of record handled.
3488 (_bfd_vms_slurp_hdr): rec_length renamed to rec_size.
3489 (_bfd_vms_write_hdr): Strip vms and unix patches,
3490 add comments, truncate module name at 31 characters,
3491 use constants instead of hard-coded value,
3492 write BFD version instead of a fixed string.
3493 (_bfd_vms_slurp_ihd): New function.
3494 (_bfd_vms_slurp_isd): Ditto.
3495 (_bfd_vms_slurp_ihs): Ditto.
3496 (new_module): Ditto.
3497 (parse_module): Ditto
3498 (build_module_list): Ditto.
3499 (module_find_nearest_line): Ditto.
3500 (_bfd_vms_find_nearest_dst_line): Ditto.
3501 (vms_slurp_debug): Ditto.
3502 (_bfd_vms_slurp_dbg): Ditto.
3503 (_bfd_vms_slurp_tbt): Ditto.
3504 (_bfd_vms_write_dbg): Ditto.
3505 (_bfd_vms_write_tbt): Ditto.
3506
3507 * vms-gsd.c: Update copyright year, update list of records handled.
3508 (EVAX_LITERALS_NAME): New macro.
3509 (evax_section_flags): Add an entry for EVAX_LITERALS_NAME.
3510 (gpsflagdesc, gsyflagdesc): Moved out of _bfd_vms_slurp_gsd.
3511 (register_universal_symbol): New function and prototype.
3512 (_bfd_vms_slurp_gsd): Fix indentations and casts,
3513 improve debug messages,
3514 use constants instead of hard-coded value,
3515 fix missing endianness conversion,
3516 handle global symbol (SYMG).
3517 (bfd_vms_set_section_flags): New function.
3518 (_bfd_vms_write_gsd): Don't write .vmsdebug section,
3519 handle section literals,
3520 fix indentation,
3521 handle section bfd and vms flags,
3522 don't output LIB$INITIALIZE symbol,
3523 fix handling of weak symbols,
3524 fix evax vs vax procedure descriptor,
3525 handle absolute symbols.
3526
3527 * reloc.c (BFD_RELOC_ALPHA_NOP, BFD_RELOC_ALPHA_BSR,
3528 BFD_RELOC_ALPHA_LDA, BFD_RELOC_ALPHA_BOH): New relocations.
3529
3530 * makefile.vms (DEFS): Fix flags for VMS.
3531
3532 * bfdio.c (real_fopen): Handle multiple VMS fopen attributes.
3533
3534 * bfd-in2.h: Regenerated.
3535 * libbfd.h: Regenerated.
3536
47149254
CC
35372009-02-20 Cary Coutant <ccoutant@google.com>
3538
3539 * vmsutil.c (vms_file_stats_name): Fix incorrect use of st_mtime
3540 in struct stat.
3541
6b1cecf3
DK
35422009-18-02 Dave Korn <dave.korn.cygwin@gmail.com>
3543
3544 PR gas/7059
3545 * coffcode.h (coff_write_object_contents): Don't let the string
3546 table offset overflow the s_name field when using long section names.
3547
88183869
DK
35482009-18-02 Dave Korn <dave.korn.cygwin@gmail.com>
3549
3550 * coff-alpha.c (alpha_ecoff_backend_data): Initialise fields which
3551 control long section name handling with ECOFF_NO_LONG_SECTION_NAMES.
3552 * coff-mips.c (mips_ecoff_backend_data): Likewise.
3553 * coff-rs6000.c (bfd_xcoff_backend_data): Initialise fields which
3554 control long section name handling with XCOFF_NO_LONG_SECTION_NAMES.
3555 (bfd_pmac_xcoff_backend_data): Likewise.
3556 * coff64-rs6000.c (bfd_xcoff_backend_data): Likewise.
3557 (bfd_xcoff_aix5_backend_data): Likewise.
3558 (xcoff64_write_object_contents): Delete unused long_section_names
3559 local variable.
3560 * coff-sh.c (bfd_coff_small_swap_table): Initialise long section
3561 name members using COFF_DEFAULT_LONG_SECTION_NAMES and make entire
3562 struct non-const.
3563 * coffcode.h (documentation): Update to describe long section names.
3564 (COFFLONGSECTIONCATHELPER): New helper macro.
3565 (BLANKOR1TOODD): Likewise.
3566 (COFF_ENABLE_LONG_SECTION_NAMES): Likewise.
3567 (COFF_LONG_SECTION_NAMES_SETTER): Likewise.
3568 (COFF_DEFAULT_LONG_SECTION_NAMES): Likewise.
3569 (bfd_coff_set_long_section_names_allowed): New function.
3570 (bfd_coff_set_long_section_names_disallowed): Likewise.
3571 (struct bfd_coff_backend_data): Add new backend hook function
3572 pointer _bfd_coff_set_long_section_names.
3573 (bfd_coff_set_long_section_names): New backend hook.
3574 (coff_write_object_contents): Only generate long section names if
3575 bfd_coff_long_section_names() indicates they are currently enabled.
3576 (bfd_coff_std_swap_table): Make non-const, and initialise long
3577 section name fields using COFF_DEFAULT_LONG_SECTION_NAMES.
3578 (ticoff0_swap_table): Likewise to both.
3579 (ticoff1_swap_table): Again, likewise to both.
3580 * coffgen.c (make_a_section_from_file): Allow long section names
3581 as inputs even if not currently allowed for outputs.
3582 * ecoff.c (_bfd_ecoff_no_long_sections): New function.
3583 * efi-app-ia32.c (COFF_LONG_SECTION_NAMES): Define to 0, not blank.
3584 * efi-app-ia64.c (COFF_LONG_SECTION_NAMES): Likewise.
3585 * efi-app-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
3586 * efi-bsdrv-ia32.c (COFF_LONG_SECTION_NAMES): Likewise.
3587 * efi-bsdrv-ia64.c (COFF_LONG_SECTION_NAMES): Likewise.
3588 * efi-bsdrv-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
3589 * efi-rtdrv-ia32.c (COFF_LONG_SECTION_NAMES): Likewise.
3590 * efi-rtdrv-ia64.c (COFF_LONG_SECTION_NAMES): Likewise.
3591 * efi-rtdrv-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
3592 * pei-arm.c (COFF_LONG_SECTION_NAMES): Likewise.
3593 * pei-i386.c (COFF_LONG_SECTION_NAMES): Likewise.
3594 * pei-mcore.c (COFF_LONG_SECTION_NAMES): Likewise.
3595 * pei-mips.c (COFF_LONG_SECTION_NAMES): Likewise.
3596 * pei-ppc.c (COFF_LONG_SECTION_NAMES): Likewise.
3597 * pei-sh.c (COFF_LONG_SECTION_NAMES): Likewise.
3598 * pei-x86_64.c (COFF_LONG_SECTION_NAMES): Likewise.
3599 * libcoff-in.h: Update copyright year to cause updated copyright
3600 year in generated libcoff.h, and fix typo.
3601 * libcoff.h: Regenerated.
3602 * libecoff.h (ECOFF_NO_LONG_SECTION_NAMES): New macro.
3603 (_bfd_ecoff_no_long_sections): Add prototype.
3604 * libxcoff.h (XCOFF_NO_LONG_SECTION_NAMES): New macro.
3605 * pe-mips.c (COFF_LONG_SECTION_NAMES): Define empty if not already
3606 defined by an including .c file.
3607 * ticoff.h (ticoff0_swap_table): Make non-const, and initialise
3608 long section name fields using COFF_DEFAULT_LONG_SECTION_NAMES.
3609 (ticoff1_swap_table): Likewise to both.
3610
90d8a22c
CL
36112009-02-18 Christophe Lyon <christophe.lyon@st.com>
3612
3613 * elf32-arm.c (arm_build_one_stub): Fix relocation target for pic
3614 stub. Catch default case error.
3615 (arm_map_one_stub): Add missing Thumb mapping symbol.
3616
12123067
NC
36172009-02-18 Bjoern Haase <bjoern.m.haase@web.de>
3618
3619 PR 9841
3620 * elf32-avr.c: Handle case where no local symbos exist correctly.
3621
fea2b4d6
CL
36222009-02-16 Christophe Lyon <christophe.lyon@st.com>
3623
3624 bfd/
3625 * elf32-arm.c (arm_long_branch_stub,
3626 arm_thumb_v4t_long_branch_stub,
3627 arm_thumb_thumb_long_branch_stub,
3628 arm_thumb_arm_v4t_long_branch_stub,
3629 arm_thumb_arm_v4t_short_branch_stub,
3630 arm_pic_long_branch_stub):
3631 Renamed to elf32_arm_stub_long_branch_any_any,
3632 elf32_arm_stub_long_branch_v4t_arm_thumb,
3633 elf32_arm_stub_long_branch_thumb_only,
3634 elf32_arm_stub_long_branch_v4t_thumb_arm,
3635 elf32_arm_stub_short_branch_v4t_thumb_arm,
3636 elf32_arm_stub_long_branch_any_any_pic.
3637 (arm_stub_long_branch, arm_thumb_v4t_stub_long_branch,
3638 arm_thumb_thumb_stub_long_branch,
3639 arm_thumb_arm_v4t_stub_long_branch,
3640 arm_thumb_arm_v4t_stub_short_branch, arm_stub_pic_long_branch):
3641 Renamed to arm_stub_long_branch_any_any,
3642 arm_stub_long_branch_v4t_arm_thumb,
3643 arm_stub_long_branch_thumb_only,
3644 arm_stub_long_branch_v4t_thumb_arm,
3645 arm_stub_short_branch_v4t_thumb_arm,
3646 arm_stub_long_branch_any_any_pic.
3647
13e0a874
DA
36482009-02-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3649
3650 * elf-hppa.h (elf_hppa_final_link_relocate): Correct addend value used
3651 in branch offset check.
3652
3a71aa26
AM
36532009-02-15 Alan Modra <amodra@bigpond.net.au>
3654
3655 * elf64-ppc.c (struct _ppc64_elf_section_data): Delete t_symndx,
3656 add toc.symndx and toc.add.
3657 (ppc64_elf_check_relocs): Don't set htab->tls_get_addr here.
3658 Set up toc.add.
3659 (get_tls_mask): Add toc_addend param, set from toc.add. Adjust all
3660 callers.
3661 (ppc64_elf_tls_setup): Set htab->tls_get_addr and tls_get_addr_fd.
3662 (branch_reloc_hash_match): New function, extracted from..
3663 (ppc64_elf_tls_optimize): ..here.
3664 (ppc64_elf_relocate_section): Properly set addends when optimizing
3665 tls sequences. Avoid unnecessary reading and writing of insns.
3666 Only redo reloc when symbol changed. Bypass symbol checks when
3667 using tlsld_got.
3668 * elf32-ppc.c (ppc_elf_tls_setup): Correct comment.
3669 (branch_reloc_hash_match): New function, extracted from..
3670 (ppc_elf_tls_optimize): ..here.
3671 (ppc_elf_relocate_section): Avoid unnecessary reading of insns.
3672 Don't clear addend on zapped __tls_get_addr reloc.
3673
2c2b4ed4
NC
36742009-02-12 Nick Clifton <nickc@redhat.com>
3675
3676 PR 9827
3677 * elflink.c (bfd_elf_final_link): When counting the relocations,
3678 if the header size has not been set yet then assume that it will
3679 match the output section's reloc type.
3680
453f5985
NS
36812009-02-12 Nathan Sidwell <nathan@codesourcery.com>
3682
3683 * elf32-mips.c (mips_elf_final_gp): Don't add 0x4000 offset for
3684 relocatable link.
3685
3209bffa
AM
36862009-02-09 Alan Modra <amodra@bigpond.net.au>
3687
3688 * elf32-spu.c (spu_elf_find_overlays): Call bfd_set_error on errors.
3689 (find_function): Likewise.
3690 (pasted_function): Don't error if no prior function found.
3691 (discover_functions): Revert 2008-12-10 change. Extend first
3692 function range to start of section.
3693
813c8a3c
DA
36942009-02-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3695
3696 * elf64-hppa.c: Remove PARAMS macro. Replace PTR with void *. Convert
3697 functions to C90.
3698 * elf64-hppa.h: Likewise.
3699
2d0f9ad9
JM
37002009-02-06 Joseph Myers <joseph@codesourcery.com>
3701
3702 * elfxx-mips.c (_bfd_mips_elf_section_processing): Remove special
3703 .sbss handling.
3704
50e00962
AM
37052009-02-04 Alan Modra <amodra@bigpond.net.au>
3706
3707 * elf32-spu.c (spu_elf_build_stubs): Define __icache_neg_log2_linesize.
3708 Define __icache_ptr_handler*, not __icache_ptr___icache_bi_handler*.
3709
52b6b6b9
JM
37102009-02-03 Sandip Matte <sandip@rmicorp.com>
3711
3712 * aoutx.h (NAME (aout, machine_type)): Handle bfd_mach_mips_xlr.
3713 * archures.c (bfd_mach_mips_xlr): Define.
3714 * bfd-in2.h: Regenerate.
3715 * cpu-mips.c (I_xlr): Define.
3716 (arch_info_struct): Add XLR entry.
3717 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_XLR.
3718 (mips_set_isa_flags): Handle bfd_mach_mips_xlr
3719 (mips_mach_extensions): Add XLR entry.
3720
654c3c9f
EW
37212009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
3722
3723 * elf32-avr.c (avr_final_link_relocate): Allow avr25 to wraparound.
3724
31dd3154
JM
37252009-02-03 Carlos O'Donell <carlos@codesourcery.com>
3726
3727 * configure.in: AC_SUBST pdfdir.
d1fa68d3 3728 * Makefile.am: Add install-pdf, install-pdf-am
31dd3154
JM
3729 and install-pdf-recursive targets. Define pdfdir.
3730 * doc/Makefile.am: Define pdf__strip_dir. Add
3731 install-pdf and install-pdf-am targets.
d1fa68d3 3732 * po/Make-in: Add install-pdf target.
31dd3154
JM
3733 * configure: Regenerate.
3734 * Makefile.in: Regenerate
3735 * doc/Makefile.in: Regenerate.
3736
cf869cce
NC
37372009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
3738
3739 * bfd-in2.h: Regenerate.
3740 * elf32-m68k.c: Handle 2-slot GOT entries. Rename variables and
3741 fields from n_entries to n_slots where appropriate, update comments.
3742 (HOWTO): Add TLS relocations.
3743 (reloc_map): Map BFD_RELOC_68K_TLS_* to R_68K_TLS_*.
3744 (enum elf_m68k_got_offset_size): New enum.
3745 (struct elf_m68k_got_entry.type): Move field to ...
3746 (struct elf_m68k_got_entry_key): ... here. Update all uses.
3747 (elf_m68k_reloc_got_type, elf_m68k_reloc_got_offset_size): New static
3748 functions.
3749 (elf_m68k_reloc_got_n_entries, elf_m68k_reloc_tls_p): New static
3750 functions.
3751 (struct elf_m68k_got): merge rel_8o_n_entries and rel_8o_16o_n_entries
3752 fields into n_entries array. Update comments.
3753 (elf_m68k_init_got): Simplify, update all uses.
3754 (elf_m68k_init_got_entry_key): Handle R_68K_TLS_LDM32 reloc, update.
3755 (ELF_M68K_REL_8O_MAX_N_ENTRIES_IN_GOT): Adjust to handle 2-slot
3756 GOT entries; update name, update all uses.
3757 (ELF_M68K_REL_8O_16O_MAX_N_ENTRIES_IN_GOT): Ditto.
3758 (elf_m68k_get_got_entry): Update.
3759 (elf_m68k_update_got_entry_type): Rewrite to handle TLS GOT entries,
3760 simplify.
3761 (elf_m68k_remove_got_entry_type): Simplify.
3762 (elf_m68k_add_entry_to_got, elf_m68k_can_merge_gots_1): Update.
3763 (elf_m68k_can_merge_gots): Update.
3764 (elf_m68k_merge_gots_1, elf_m68k_merge_gots): Update.
3765 (struct elf_m68k_finalize_got_offsets_arg): Rewrite to handle 2-slot
3766 GOT entries, simplify.
3767 (elf_m68k_finalize_got_offsets_1, elf_m68k_finalize_got_offsets): Same.
3768 (struct elf_m68k_partition_multi_got_arg): Add slots_relas_diff
3769 field, remove obsoleted local_n_entries field.
3770 (elf_m68k_partition_multi_got_2): New static function.
3771 (elf_m68k_partition_multi_got_1, elf_m68k_partition_multi_got): Use it;
3772 update.
3773 (elf_m68k_remove_got_entry_type): Update.
3774 (elf_m68k_install_rela, dtpoff_base, tpoff): New static functions.
d1fa68d3 3775 (elf_m68k_check_relocs): Handle TLS relocations. Remove unnecessary
cf869cce
NC
3776 update of sgot->size and srelgot->size.
3777 (elf_m68k_gc_sweep_hook): Update.
3778 (elf_m68k_install_rela, dtpoff_base, tpoff): New static functions.
3779 (elf_m68k_relocate_section, elf_m68k_finish_dynamic_symbol): Handle
3780 TLS relocations.
3781 * reloc.c (BFD_RELOC_68K_TLS_*): Declare TLS relocations.
3782 * libbfd.h (bfd_reloc_code_real_names): Add BFD_RELOC_68K_TLS_*.
3783
c1a0a41f
DD
37842009-02-02 DJ Delorie <dj@redhat.com>
3785
3786 * elf32-mep.c (config_names): Regenerate configuration.
3787
72a80a16
AM
37882009-02-02 Alan Modra <amodra@bigpond.net.au>
3789
3790 * elf-bfd.h (bfd_elf_get_str_section): Don't declare.
3791 (bfd_elf_find_section, _sh_elf_set_mach_from_flags): Likewise.
3792 * elf.c (bfd_elf_get_str_section): Make static.
3793 (bfd_elf_find_section): Delete.
3794 * libbfd.h: Regenerate.
3795
273f4430
JK
37962009-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3797
3798 * elf-eh-frame.c (REQUIRE_CLEARED_RELOCS) Remove.
3799 (_bfd_elf_parse_eh_frame): Do not check relocations for removed FDEs.
3800
010e5ae2
AM
38012009-01-31 Alan Modra <amodra@bigpond.net.au>
3802
3803 * elflink.c (on_needed_list): New function.
3804 (elf_link_add_object_symbols): Link in --as-needed libs if they
3805 satisfy undefined symbols in other libs.
3806
33a7ffc2
JM
38072009-01-30 Julian Brown <julian@codesourcery.com>
3808
3809 * elf32-arm.c (bfd_elf32_arm_vfp11_erratum_scan): Skip BFDs with
3810 EXEC_P or DYNAMIC flags, and skip sections which are being linked
3811 with --just-symbols (-R).
3812
13d72a14
AN
38132009-01-29 Adam Nemet <anemet@caviumnetworks.com>
3814
3815 * dwarf2.c (read_rangelist): Use read_address to read low_pc and
3816 high_pc in order to properly sign-extend VMAs.
3817
d334575b 38182009-01-29 Daniel Jacobowitz <dan@codesourcery.com>
d1fa68d3
AS
3819 Mark Shinwell <shinwell@codesourcery.com>
3820 Catherine Moore <clm@codesourcery.com>
d334575b
JM
3821
3822 * elf-attrs.c, elflink.c, elfxx-mips.c: Correct typos in comments.
3823
528aeb62
CM
38242009-01-28 Catherine Moore <clm@codesourcery.com>
3825
3826 * elf32-arm.c (elf32_arm_check_relocs): Set SEC_ALLOC and
3827 SEC_LOAD for dynamic relocation sections.
3828
f6f05983
HPN
38292009-01-27 Hans-Peter Nilsson <hp@axis.com>
3830
3831 * elf32-cris.c (cris_elf_relocate_section): Use elf_hash_table
3832 (info)->tls_size, not elf_hash_table (info)->tls_sec->size for
3833 the size of local TLS data.
3834
27cc28f9
AS
38352009-01-27 Andreas Schwab <schwab@suse.de>
3836
3837 * mach-o.c (bfd_mach_o_archive_p): Restrict the number of
3838 architectures in the archive.
3839
b3bf42d8
HPN
38402009-01-27 Hans-Peter Nilsson <hp@axis.com>
3841
f551b6f0
HPN
3842 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_DTPREL>
3843 <R_CRIS_32_DTPREL>: Correct relocation value.
3844
b3bf42d8
HPN
3845 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_8>
3846 <R_CRIS_16, R_CRIS_32>: Don't call BFD_ASSERT for weak undefined
3847 symbols with non-default visibility.
3848
9bc4e62b
NS
38492009-01-26 Nathan Sidwell <nathan@codesourcery.com>
3850
3851 * elf32-ppc.c (ppc_elf_relax_section): Add space for relocs
3852 describing the trampolines.
3853 (ppc_elf_relocate_section): Update relocs to describe the
3854 trampolines.
3855
aeaf6540
DA
38562009-01-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3857
3858 * elf-hppa.h (elf_hppa_final_link_relocate): Add check to ensure that
3859 branch targets can be reached for R_PARISC_PCREL22F, R_PARISC_PCREL17F
3860 and R_PARISC_PCREL12F relocations.
3861
1e8fa21e
AM
38622009-01-24 Alan Modra <amodra@bigpond.net.au>
3863
3864 PR 6022
3865 * elflink.c (find_version_for_sym): New function split out from,
3866 but without export_dynamic test, ..
3867 (_bfd_elf_link_assign_sym_version): ..here.
3868 (_bfd_elf_export_symbol): Use it.
3869
28caa186
AM
38702009-01-23 Alan Modra <amodra@bigpond.net.au>
3871
3872 * elf-bfd.h (struct elf_assign_sym_version_info): Delete.
3873 (struct elf_info_failed, struct elf_find_verdep_info): Move to..
3874 * elflink.c: ..here, somewhat modified.
3875 * elf-bfd.h (_bfd_elf_add_default_symbol, _bfd_elf_export_symbol,
3876 _bfd_elf_link_find_version_dependencies,
3877 _bfd_elf_link_assign_sym_version, _bfd_elf_link_size_reloc_section,
3878 _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
3879 _bfd_elf_link_sec_merge_syms, bfd_elf_link_mark_dynamic_symbol): Don't
3880 declare..
3881 * elflink.c: ..and make static here.
3882 (_bfd_elf_link_find_version_dependencies): Adjust for removal
3883 of output_bfd from struct elf_find_verdep_info.
3884 (_bfd_elf_link_assign_sym_version): Similarly adjust to use
3885 struct elf_info_failed.
3886 (bfd_elf_size_dynamic_sections): Adjust.
3887
be04437d
AM
38882009-01-22 Alan Modra <amodra@bigpond.net.au>
3889
3890 PR 6832
3891 * dwarf2.c (find_line): Don't update stash->sec_info_ptr until
3892 after comp_unit_find_line call.
3893
58f9615c
NC
38942009-01-21 Nick Clifton <nickc@redhat.com>
3895
3896 PR 9769
3897 * vmsutil.c (vms_file_stats_name): Remove use of unsupported
3898 tm_gmtoff field in struct tm.
3899
fb266b8b
AM
39002009-01-21 Alan Modra <amodra@bigpond.net.au>
3901
3902 * elf32-spu.h (struct spu_elf_params): Add non_ia_text.
3903 * elf32-spu.c (mark_overlay_section): Only include .text.ia.*
3904 sections in soft-icache lines unless non_ia_text. Don't add
3905 rodata if doing so would exceed line size.
3906
451ffe63
HPN
39072009-01-19 Hans-Peter Nilsson <hp@axis.com>
3908
3909 * elf32-cris.c (elf_cris_copy_indirect_symbol): For other symbol
3910 types than bfd_link_hash_indirect, before early return, call
3911 _bfd_elf_link_hash_copy_indirect.
3912
5aa6ff7c
AS
39132009-01-19 Andrew Stubbs <ams@codesourcery.com>
3914
3915 * elf-attrs.c (vendor_set_obj_attr_contents): Support tag ordering.
3916 * elf-bfd.h (elf_backend_data): Add obj_attrs_order.
3917 * elf32-arm.c (elf32_arm_obj_attrs_order): New function.
3918 (elf_backend_obj_attrs_order): New define.
3919 * elfxx-target.h (elf_backend_obj_attrs_order): New define.
3920 (elfNN_bed): Add elf_backend_obj_attrs_order.
3921
3483fe2e
AS
39222009-01-19 Andrew Stubbs <ams@codesourcery.com>
3923
3924 * elf-attrs.c (is_default_attr): Substitute magic numbers with macros.
3925 (obj_attr_size): Likewise.
3926 (write_obj_attribute): Likewise.
3927 (_bfd_elf_copy_obj_attributes): Likewise.
3928 (_bfd_elf_parse_attributes): Likewise.
3929 * elf-bfd.h (ATTR_TYPE_FLAG_INT_VAL): New define.
3930 (ATTR_TYPE_FLAG_STR_VAL, ATTR_TYPE_FLAG_NO_DEFAULT): New defines.
3931 (ATTR_TYPE_HAS_INT_VAL, ATTR_TYPE_HAS_STR_VAL): New defines.
3932 (ATTR_TYPE_HAS_NO_DEFAULT): New define.
3933 * elf32-arm.c (elf32_arm_obj_attrs_arg_type): Replace magic numbers
3934 with macros.
3935
2d0bb761
AS
39362009-01-19 Andrew Stubbs <ams@codesourcery.com>
3937
3938 * elf-attrs.c (is_default_attr): Support defaultless attributes.
3939 (bfd_elf_add_obj_attr_int): Get type from _bfd_elf_obj_attrs_arg_type.
3940 (bfd_elf_add_obj_attr_string): Likewise.
3941 (bfd_elf_add_obj_attr_int_string): Likewise.
3942 (_bfd_elf_parse_attributes): Allow for unknown flag bits in type.
3943 * elf-bfd.h (struct obj_attribute): Document new flag bit.
3944 * elf32-arm.c (elf32_arm_obj_attrs_arg_type): Specify that
3945 Tag_nodefaults has no default value.
3946 (elf32_arm_merge_eabi_attributes): Modify the Tag_nodefaults
3947 comment to reflect the new state.
3948
a77e83b7
AM
39492009-01-19 Alan Modra <amodra@bigpond.net.au>
3950
3951 PR 9695
3952 * pdp11.c (N_BADMAG): True for anything but OMAGIC, NMAGIC, ZMAGIC.
3953 (some_aout_object_p): Delete dead code handling QMAGIC and BMAGIC.
3954 (adjust_z_magix): Delete dead code handling QMAGIC.
3955
f6d29e26
KT
39562009-01-16 Kai Tietz <kai.tietz@onevision.com>
3957
3958 * coffcode.h (styp_to_sec_flags): Correct interpretation of
3959 IMAGE_SCN_MEM_DISCARDABLE.
3960
29670fb9
AM
39612009-01-16 Alan Modra <amodra@bigpond.net.au>
3962
3963 * Makefile.am (libbfd_la_LIBADD, libbfd_la_LDFLAGS): Substitute
3964 SHARED_LIBADD and SHARED_LDFLAGS rather than WIN32LIBADD, WIN32LDFLAGS.
3965 * configure.in (commonbfdlib): Delete.
3966 (SHARED_LDFLAGS): Rename from WIN32LDFLAGS/
3967 (SHARED_LIBADD): Rename from WIN32LIBADD. Add pic libiberty if such
3968 is available, not just for linux.
3969 * po/SRC-POTFILES.in: Regenerate.
3970 * Makefile.in: Regenerate.
3971 * configure: Regenerate.
3972
91e22acd
AS
39732009-01-15 Andrew Stubbs <ams@codesourcery.com>
3974 Julian Brown <julian@codesourcery.com>
3975
3976 * elf-bfd.h (NUM_KNOWN_OBJ_ATTRIBUTES): Set to 71 to include all known
3977 ARM attributes in ABI 2.07.
3978 * elf32-arm.c (get_secondary_compatible_arch): New function.
3979 (set_secondary_compatible_arch): New function.
3980 (tag_cpu_arch_combine): New function.
3981 (elf32_arm_copy_one_eabi_other_attribute): Delete function.
3982 (elf32_arm_copy_eabi_other_attribute_list): Delete function.
3983 (elf32_arm_merge_eabi_attributes): Rename order_312 to order_021 to
3984 make it fit with order_01243.
3985 Add support for Tag_also_compatible_with,
3986 Tag_CPU_unaligned_access, Tag_T2EE_use, Tag_Virtualization_use,
3987 Tag_MPextension_use, Tag_nodefaults and Tag_conformance.
3988 Improve/tidy up support for Tag_CPU_raw_name, Tag_CPU_name,
3989 Tag_CPU_arch, Tag_ABI_HardFP_use, Tag_VFP_HP_extension,
3990 Tag_ABI_FP_denormal, Tag_ABI_PCS_GOT_use, Tag_ABI_align8_needed,
3991 Tag_VFP_arch and Tag_ABI_FP_16bit_format.
3992 Rework the way unknown attributes are handled.
3993 Defer errors until all attributes have been processed.
3994
7b86a9fa
AS
39952009-01-15 Andrew Stubbs <ams@codesourcery.com>
3996
3997 * elf-attrs.c (bfd_elf_add_obj_attr_compat): Rename to
3998 bfd_elf_add_obj_attr_int_string.
3999 Read Tag_compatibility from its new location in the attribute array,
4000 rather than the attribute list.
4001 (_bfd_elf_copy_obj_attributes): bfd_elf_add_obj_attr_compat ->
4002 bfd_elf_add_obj_attr_int_string.
4003 (_bfd_elf_parse_attributes): Likewise.
4004 (_bfd_elf_merge_object_attributes): There's now only one
4005 Tag_compatibility, and it's in the array, not the list.
4006 * elf-bfd.h (NUM_KNOWN_OBJ_ATTRIBUTES): Set to 33 to include
4007 Tag_compatibility.
4008 (bfd_elf_add_obj_attr_compat): Rename to
4009 bfd_elf_add_obj_attr_int_string.
4010 (bfd_elf_add_proc_attr_compat): Rename to
4011 bfd_elf_add_proc_attr_int_string.
4012 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Explicitly don't handle
4013 Tag_compatibility.
4014
01e1a5bc
NC
40152009-01-15 Douglas B Rupp <rupp@gnat.com>
4016
4017 * Makefile.am (BFD32_BACKENDS): Add new object vmsutil.lo
4018 (BFD32_BACKENDS_CFILES): Add new file vmsutil.c
4019 (vmsutil.lo): Add dependency rule.
4020 * Makefile.in: Regenerate.
4021 * config.bfd (ia64*-*-*vms*): Add case.
4022 * configure.in (bfd_elf64_ia64_vms_vec): Add case.
4023 * configure: Regenerate.
4024 * vmsutil.c: New file.
4025 * vmsutil.h: New file.
4026 * elf-bfd.h (struct bfd_elf_special_section): Change type of
4027 attr to bfd_vma.
4028 * elfxx-ia64.c (elfNN_vms_post_process_headers,
4029 elfNN_vms_section_processing, elfNN_vms_final_write_processing,
4030 elfNN_vms_close_and_cleanup, elfNN_vms_section_from_shdr,
4031 elfNN_vms_object_p): New functions
4032 * targets.c (bfd_elf64_ia64_vms_vec): New target.
4033
a33dafc3
L
40342009-01-14 H.J. Lu <hongjiu.lu@intel.com>
4035
4036 PR ld/9727
4037 * elflink.c (elf_gc_sweep): Exclude the group section if the
4038 first member of the section group is excluded.
4039
13c0e967
AM
40402009-01-14 Alan Modra <amodra@bigpond.net.au>
4041
4042 PR 9735
4043 * syms.c (_bfd_stab_section_find_nearest_line): Don't free
4044 saved filename, use bfd_alloc rather than bfd_malloc for it.
4045
460e679b
AM
40462009-01-13 Alan Modra <amodra@bigpond.net.au>
4047
4048 * elf32-spu.c (spu_elf_build_stubs): Make __icache_base absolute.
4049
25076afa
AM
40502009-01-13 Alan Modra <amodra@bigpond.net.au>
4051
4052 * elf32-spu.c (remove_cycles): Always set call->max_depth.
4053
37107878
AM
40542009-01-12 Alan Modra <amodra@bigpond.net.au>
4055
4056 * elf32-spu.c (spu_elf_auto_overlay): Correct vma mask.
4057
cd4a7468
AM
40582009-01-12 Alan Modra <amodra@bigpond.net.au>
4059
4060 * elf32-spu.c (struct spu_link_hash_table): Add init, line_size_log2,
4061 num_lines_log2.
4062 (struct got_entry): Add br_addr.
4063 (struct call_info): Add priority.
4064 (struct function_info): Add lr_store and sp_adjust.
4065 (spu_elf_setup): Init line_size_log2 and num_lines_log2.
4066 (spu_elf_find_overlays): For soft-icache, mark any section within cache
4067 area as an overlay, and check that no other overlays exist. Look up
4068 icache overlay manager entry sym.
4069 (BRA_STUBS, BRA, BRASL): Define.
4070 (enum _stub_type): Replace ovl_stub with call_ovl_stub and br*_ovl_stub.
4071 (needs_ovl_stub): Adjust for soft-icache. Return priority encoded
4072 in branch insn.
4073 (count_stub, build_stub): Support soft-icache.
4074 (build_spuear_stubs, process_stubs): Adjust build_stub call.
4075 (spu_elf_size_stubs): Size soft-icache stubs.
4076 (overlay_index): New function.
4077 (spu_elf_build_stubs): Make static. Support soft-icache.
4078 (spu_elf_check_vma): Don't turn off auto_overlay if soft-icache.
4079 (find_function_stack_adjust): Save lr store and stack adjust insn
4080 offsets.
4081 (maybe_insert_function): Adjust find_function_stack_adjust call.
4082 (mark_functions_via_relocs): Retrieve priority.
4083 (remove_cycles): Only warn about pruned arcs when stack_analysis.
4084 (sort_calls): Sort by priority first.
4085 (mark_overlay_section): Ignore .ovl.init.
4086 (sum_stack): Only print when stack_analysis.
4087 (print_one_overlay_section): New function, extracted from..
4088 (spu_elf_auto_overlay): ..here. Support soft-icache overlays.
4089 (spu_elf_stack_analysis): Only print when htab->stack_analysis.
4090 (spu_elf_final_link): Call spu_elf_stack_analysis for lrlive
4091 analysis. Call spu_elf_build_stubs.
4092 (spu_elf_relocate_section): For soft-icache encode overlay index
4093 into addresses.
4094 (spu_elf_output_symbol_hook): Support soft-icache.
4095 (spu_elf_modify_program_headers: Likewise.
37107878 4096
cd4a7468
AM
4097 * elf32-spu.h (struct spu_elf_params): Add lrlive_analysis. Rename
4098 num_regions to num_lines. Add line_size and max_branch.
4099 (enum _ovly_flavour): Add ovly_soft_icache.
4100 (spu_elf_build_stubs): Delete.
4101
80c29487
JK
41022009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4103
4104 * elflink.c (_bfd_elf_section_already_linked): Handle g++-3.4
4105 relocations in `.gnu.linkonce.r.*' referencing its `.gnu.linkonce.t.*'.
4106
1bc86aea
HPN
41072009-01-07 Hans-Peter Nilsson <hp@axis.com>
4108
4109 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
4110 <case R_CRIS_16_GOT_GD, R_CRIS_32_GOT_GD>: For a symbol defined in
4111 the program, the known offset starts at the negative size of the
4112 TLS section.
4113 <case R_CRIS_32_IE, R_CRIS_32_GOT_TPREL, R_CRIS_16_GOT_TPREL>:
4114 Similar.
4115
3baa454d 41162009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
75606e85 4117
3baa454d 4118 * config.bfd: Add lm32-*-rtems*.
75606e85 4119
9dbe8890
L
41202009-01-03 H.J. Lu <hongjiu.lu@intel.com>
4121
4122 * coff-ppc.c: Add 2009 to Copyright.
4123 * elf32-cris.c: Likewise.
4124 * elflink.c: Likewise.
4125
0bdf8d40
HPN
41262009-01-03 Hans-Peter Nilsson <hp@axis.com>
4127
4128 * elf32-cris.c (elf_cris_finish_dynamic_symbol): Rename
4129 gotplt_index to rela_plt_index. Adjust for R_CRIS_DTPMOD entry.
4130
54ac0771
L
41312009-01-02 H.J. Lu <hongjiu.lu@intel.com>
4132
4133 PR ld/9679
4134 * elflink.c (elf_merge_st_other): New.
4135 (_bfd_elf_merge_symbol): Use it on skipped weak definitions and
4136 hide them if needed.
4137 (elf_link_add_object_symbols): Updated.
4138
d8880531
L
41392009-01-02 H.J. Lu <hongjiu.lu@intel.com>
4140
4141 PR ld/9676
4142 * elflink.c (elf_link_add_object_symbols): Update def_dynamic,
4143 ref_dynamic and dynamic_def fields when setting def_regular
4144 to 1.
4145
b70b5c14
NC
41462009-01-02 Curtis Mackie <curtmackevo@gmail.com>
4147
4148 PR 9682
4149 * coff-ppc.c (dump_toc): Fix up calls to fprintf without a string
4150 literal.
4151
d8880531 4152For older changes see ChangeLog-2008
56882138
AM
4153\f
4154Local Variables:
4155mode: change-log
4156left-margin: 8
4157fill-column: 74
4158version-control: never
4159End:
This page took 0.720519 seconds and 4 git commands to generate.