Rename bfd_link_hash_entry field "next" -> "und_next".
[binutils.git] / bfd / ChangeLog
blobb3d8d7172901cc2b89ab6055740e3e479fe54b2e
1 2003-12-03  Alan Modra  <amodra@bigpond.net.au>
3         * ecoff.c (ecoff_link_add_archive_symbols): Update for renamed
4         bfd_link_hash_entry field "next" -> "und_next".
5         * linker.c (_bfd_link_hash_newfunc): Likewise.
6         (bfd_link_add_undef): Likewise.
7         (_bfd_generic_link_add_archive_symbols): Likewise.
8         (_bfd_generic_link_add_one_symbol): Likewise.
9         * xcofflink.c (xcoff_link_add_symbols): Likewise.
11 2003-12-02  Nick Clifton  <nickc@redhat.com>
13         * configure.in (ALL_LINGUAS): Add ro.
14         * po/ro.po: New Romanian translation.
16 2003-12-02  Alan Modra  <amodra@bigpond.net.au>
18         * Makefile.am: Run "make dep-am".
19         * Makefile.in: Regenerate.
21 2003-12-01  Dmitry Semyonov  <Dmitry.Semyonov@oktet.ru>
23         * coffcode.h (coff_compute_section_file_positions): Set page_size
24         to 1 instead of 0 in the case file alignment value is zero.
26 2003-12-01  Kazu Hirata  <kazu@cs.umass.edu>
28         * coff-rs6000.c: Remove ARGSUSED and VARARGS.
29         * coff64-rs6000.c: Likewise.
30         * coffcode.h: Likewise.
31         * elf32-vax.c: Likewise.
32         * hash.c: Likewise.
33         * hppabsd-core.c: Likewise.
34         * hpux-core.c: Likewise.
35         * ihex.c: Likewise.
36         * netbsd-core.c: Likewise.
37         * osf-core.c: Likewise.
38         * pdp11.c: Likewise.
39         * ptrace-core.c: Likewise.
40         * sco5-core.c: Likewise.
41         * section.c: Likewise.
42         * sunos.c: Likewise.
43         * trad-core.c: Likewise.
45 2003-12-01  Alan Modra  <amodra@bigpond.net.au>
47         * elf-bfd.h (is_elf_hash_table): Take hash tab rather than info arg.
48         * elf.c (_bfd_elf_merge_sections): Adjust to suit.
49         (_bfd_elf_link_just_syms): Likewise.
50         (bfd_elf_get_needed_list): Likewise.
51         (bfd_elf_get_runpath_list): Likewise.
52         (_bfd_elf_link_hash_copy_indirect): Remove unneeded parens.
53         * elf32-hppa.c (elf32_hppa_setup_section_lists): Don't check hash tab
54         creator flavour.
55         (elf32_hppa_set_gp): Look up output sections rather than using htab.
56         * elf32-i960.c: Comment fix.  Formatting.
57         * elf32-m32r.c (m32r_elf_add_symbol_hook): Use is_elf_hash_table
58         rather than testing creator flavour.
59         * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
60         * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
61         * elflink.c (_bfd_elf_link_create_dynamic_sections): Adjust for
62         is_elf_hash_table change.  Remove redundant test.
63         (bfd_elf_record_link_assignment): Use is_elf_hash_table rather than
64         testing creator flavour.
65         (elf_link_record_local_dynamic_symbol): Adjust for is_elf_hash_table.
66         (_bfd_elf_fix_symbol_flags): Likewise.
67         (_bfd_elf_adjust_dynamic_symbol): Likewise.
68         * elflink.h (elf_link_add_object_symbols): Likewise.  Remove redundant
69         checks.  Use is_elf_hash_table rather than testing creator flavour.
70         Use hash_table throughout in place of info->hash.
71         (elf_add_dynamic_entry): Adjust for is_elf_hash_table change.
72         (NAME(bfd_elf,size_dynamic_sections)): Likewise.  Remove redundant
73         check.
74         (elf_bfd_final_link): Adjust for is_elf_hash_table change.
75         (elf_link_check_versioned_symbol): Use is_elf_hash_table rather than
76         testing creator flavour.
77         (elf_gc_sections): Add is_elf_hash_table check.
78         (elf_gc_common_finalize_got_offsets): Likewise.
79         (elf_bfd_discard_info): Adjust for is_elf_hash_table change.  Remove
80         redundant check.
81         * elfxx-ia64.c (elfNN_ia64_relax_section): Use is_elf_hash_table
82         rather than testing creator flavour.
84 2003-11-28  Christian Groessler  <chris@groessler.org>
86         * cpu-z8k.c: Convert to ISO C90.
87         * coff-z8k.c: Likewise.
89 2003-11-27  Alexandre Oliva  <aoliva@redhat.com>
91         * elf-bfd.h (elf_backend_data::elf_backend_modify_segment_map):
92         Add link info argument.
93         * elf32-i370.c (elf_backend_modify_segment_map): Likewise.
94         * elf32-ppc.c (ppc_elf_modify_segment_map): Likewise.
95         * elf32-xtensa.c (elf_xtensa_modify_segment_map): Likewise.
96         * elf64-hppa.c (elf64_hppa_modify_segment_map): Likewise.
97         * elfxx-ia64.c (elfNN_ia64_modify_segment_map): Likewise.
98         * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Likewise.
99         * elfxx-mips.h (_bfd_mips_elf_modify_segment_map): Likewise.
100         * elf.c (assign_file_positions_except_relocs,
101         assign_file_positions_for_segments): Likewise.  Adjust calls.
103 2003-11-27  Mark Kettenis  <kettenis@gnu.org>
105         * elf.c (elfcore_grok_netbsd_procinfo): Make a pseudosection out
106         of the note.
108 2003-11-26  Daniel Jacobowitz  <drow@mvista.com>
109             Richard Sandiford  <rsandifo@redhat.com>
111         * elfxx-mips.c (mips_elf_set_global_got_offset): Don't set no_fn_stub.
112         (mips_elf_set_no_stub): New function.
113         (mips_elf_multi_got): Call it.
114         (_bfd_mips_elf_finish_dynamic_symbol): If a relocation is needed for
115         a secondary GOT entry, create an R_MIPS_32 or R_MIPS_64 relocation and
116         use mips_elf_create_dynamic_relocation to deal with any compatibility
117         issues.  Store the adjusted addend in the GOT slot.
119 2003-11-25  Mattias EngdegĂ„rd  <mattias@virtutech.se>
121         * stabs.c (_bfd_link_section_stabs): Skip N_EXCL stabs when
122         procesing N_BINCL stabs.
124 2003-11-25  Alan Modra  <amodra@bigpond.net.au>
126         * elf64-ppc.c (ppc_type_of_stub): Disallow stubs other than
127         ppc_stub_plt_call to symbols defined in shared libs.
129 2003-11-22  Jakub Jelinek  <jakub@redhat.com>
131         * elf-bfd.h (ELF_LINK_POINTER_EQUALITY_NEEDED): Define new flag.
132         * elf.c (_bfd_elf_link_hash_copy_indirect): Copy it.
133         * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
134         (elf_i386_check_relocs): Set it.
135         (elf_i386_finish_dynamic_symbol): If it is not set,
136         clear st_value of SHN_UNDEF symbol.
138 2003-11-20  Jim Blandy  <jimb@redhat.com>
140         * cpu-powerpc.c (powerpc_compatible): Any ISA in the PowerPC
141         family is a superset of <bfd_arch_rs6000,bfd_mach_rs6k>.
143 2003-11-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
145         * elf32-s390.c (elf_s390_relocate_section): Don't recalculate symbol
146         section for reloc output and subtract the output section's address
147         from the addend when converting a relocation into one against a
148         section symbol.
149         * elf64-s390.c (elf_s390_relocate_section): Likewise.
151 2003-11-18  James E Wilson  <wilson@specifixinc.com>
153         * elfxx-ia64.c (get_fptr): For fptr_rel, use dynobj not abfd.
154         (elfNN_ia64_size_dynamic_sections): When stripping sections, check
155         for ia64_info->rel_fptr_sec.
157 2003-11-18  Alan Modra  <amodra@bigpond.net.au>
159         * elf64-ppc.c (toc_adjusting_stub_needed): Exit early if section
160         size is zero.
162 2003-11-17  Daniel Jacobowitz  <drow@mvista.com>
164         * elf.c (_bfd_elf_link_hash_copy_indirect): Copy
165         ELF_LINK_HASH_NEEDS_PLT.  Fix formatting.
166         * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
167         * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
168         * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Likewise.
169         * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
170         * elf32-sh.c (sh_elf_copy_indirect_symbol): Likewise.
171         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
172         * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
173         * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
174         * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
175         * elf32-xtensa.c (elf_xtensa_copy_indirect_symbol): Remove.
176         (elf_backend_copy_indirect_symbol): Don't define.
178 2003-11-14  Daniel Jacobowitz  <drow@mvista.com>
180         * elfxx-mips.c (mips_elf_merge_gots): Weaken assert for local
181         GOT entries.
183 2003-11-13  Martin Schwidefsky  <schwidefsky@de.ibm.com>
185         * elf32-s390.c (elf_s390_relocate_section): Only convert R_390_32
186         to R_390_RELATIVE. Convert the other relocations against local
187         symbols to relocations against the start of the section.
188         * elf64-s390.c (elf_s390_relocate_section): Only convert R_390_64
189         to R_390_RELATIVE. Convert the other relocations against local
190         symbols to relocations against the start of the section.
192 2003-11-11  Nick Clifton  <nickc@redhat.com>
194         * elf-m10300.c (bfd_mn10300_elf_size_dynamic_sections): Use
195         info->executable not info->shared to decide if a .interp section
196         should be present.
197         * elf32-arm.h (elf32_arm_size_dynamic_sections): Likewise.
198         * elf32-cris.c (elf_cris_size_dynamic_sections): Likewise.
199         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
200         * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
201         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
202         * elf32-vax.c (elf_vax_size_dynamic_sections): Likewise.
203         * elf32-xtensa.c (elf_xtensa_size_dynamic_sections): Likewise.
204         * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
205         * elfxx-mips.c (_bfd_mips_size_dynamic_sections): Likewise.
206         * elflink.h (size_dynamic_sections): Likewise.
208 2003-11-10  Jonathan Wilson <jonwil@tpgi.com.au>
210         * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Swap out tls pointer.
211         (_bfd_XXi_final_link_postscript): Look for __tks_used symbol.  If
212         found initialise the tls data directory entry.
214 2003-11-07  Alan Modra  <amodra@bigpond.net.au>
216         * elf32-ppc.c (ppc_elf_install_value): Delete.
217         (shared_stub_entry, stub_entry): Make them arrays of ints.
218         Remove initial branch.
219         (ppc_elf_relax_section): Write one branch around all trampolines
220         instead.  Correct bogus R_PPC_PLTREL24 handling.  Correct
221         branch range check.  Only use shared_stub_entry when shared.
222         Test that branches can reach stubs.  Write trampolines out at
223         end so that just one realloc is used.  Handle little-endian
224         mode.  Move relevant code from ppc_elf_install_value to here.
225         (ppc_elf_relocate_section): Move code handling RELAX32 from
226         ppc_elf_install_value to here.
228 2003-11-06  Alan Modra  <amodra@bigpond.net.au>
230         * elf32-ppc.c (ppc_elf_howto_raw); Add entry for R_PPC_RELAX32PC.
231         (ppc_elf_install_value): Handle R_PPC_RELAX32PC.  Merge duplicate
232         cases.
233         (shared_stub_entry): Correct opcode.
234         (ppc_elf_relax_section): Generate R_PPC_RELAX32PC relocs.
235         (ppc_elf_relocate_section): Handle them.
237 2003-11-05  Alan Modra  <amodra@bigpond.net.au>
239         * elf.c (_bfd_elf_rela_local_sym): Accept asection **, and return
240         updated section in case of merged section.
241         * elf-bfd.h (_bfd_elf_rela_local_sym): Update declaration.
242         * elf-hppa.h (elf_hppa_relocate_section): Adjust call.
243         * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
244         * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
245         * elf32-arm.h (elf32_arm_relocate_section): Likewise.
246         * elf32-avr.c (elf32_avr_relocate_section): Likewise.
247         * elf32-cris.c (cris_elf_relocate_section): Likewise.
248         * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
249         * elf32-frv.c (elf32_frv_relocate_section): Likewise.
250         * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
251         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
252         * elf32-i370.c (i370_elf_relocate_section): Likewise.
253         * elf32-i860.c (elf32_i860_relocate_section): Likewise.
254         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
255         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
256         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
257         * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
258         * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
259         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
260         * elf32-s390.c (elf_s390_relocate_section): Likewise.
261         * elf32-sh.c (sh_elf_relocate_section): Likewise.
262         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
263         * elf32-v850.c (v850_elf_relocate_section) Likewise.
264         * elf32-vax.c (elf_vax_relocate_section): Likewise.
265         * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
266         * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
267         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
268         * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
269         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
270         * elf64-s390.c (elf_s390_relocate_section): Likewise.
271         * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
272         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
273         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
274         * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
276         * elf32-cris.c (cris_elf_relocate_section): Don't recalculate symbol
277         section for reloc output.
278         * elf32-i370.c (i370_elf_relocate_section): Likewise.
279         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
280         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
281         * elf32-vax.c (elf_vax_relocate_section): Likewise.
282         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
283         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
285         * elf32-ppc.c (ppc_elf_relocate_section): Don't recalculate everything
286         for R_PPC_RELAX32 reloc.  Don't bother checking ppc_elf_install_value
287         return value.
288         * elf64-ppc.c (ppc64_elf_relocate_section <R_PPC64_TOC>): Sanity check
289         sec->id.
291 2003-11-05  Alan Modra  <amodra@bigpond.net.au>
293         * elf32-d10v.c (extract_rel_addend, insert_rel_addend): New functions.
294         (elf32_d10v_relocate_section): Use them to handle -r reloc
295         adjustments, and in place of _bfd_elf_rela_local_sym.
297         * cpu-iq2000.c (arch_info_struct): Warning fix.
299 2003-11-05  Alan Modra  <amodra@bigpond.net.au>
301         * elf32-hppa.c (ELIMINATE_COPY_RELOCS): Define.
302         (elf32_hppa_copy_indirect_symbol): Don't copy NON_GOT_REF on
303         weakdefs.
304         (elf32_hppa_check_relocs): Use ELIMINATE_COPY_RELOCS.
305         (elf32_hppa_adjust_dynamic_symbol): Likewise.  Copy weakdef
306         NON_GOT_REF.
307         (allocate_dynrelocs): Use ELIMINATE_COPY_RELOCS and
308         SYMBOL_CALLS_LOCAL.  Discard relocs for undef weak syms with
309         non-default visibility.
310         (elf32_hppa_relocate_section): Use ELIMINATE_COPY_RELOCS and
311         SYMBOL_CALLS_LOCAL.
313 2003-11-04  Alan Modra  <amodra@bigpond.net.au>
315         * aout-target.h, aoutf1.h, bfdio.c, bfdwin.c: Update copyright date.
316         * coff-apollo.c, coff-sparc.c, coff-w65.c, coff-we32k.c: Ditto.
317         * coff-z8k.c, coffgen.c, cpu-frv.c, cpu-h8500.c, cpu-hppa.c: Ditto.
318         * cpu-ia64-opc.c, cpu-m10300.c, cpu-mips.c, cpu-msp430.c: Ditto.
319         * cpu-rs6000.c, cpu-z8k.c, efi-app-ia32.c, elf32-am33lin.c: Ditto.
320         * gen-aout.c, hash.c, hp300hpux.c, init.c, mach-o.c: Ditto.
321         * nlm-target.h, nlm.c, som.h, stabs.c, sysdep.h, xsym.h: Ditto.
323         * elf-m10300.c (_bfd_mn10300_elf_create_got_section): Fix
324         "dereferencing type-punned pointer" warnings.
326         * aout-adobe.c (aout_adobe_set_section_contents): Constify location.
327         * aoutx.h (NAME(aout,set_section_contents)): Ditto.
328         * bfd-in2.h: Regenerate.
329         * binary.c (binary_set_section_contents): Ditto.
330         * bout.c (b_out_set_section_contents): Ditto.
331         * coff-tic54x.c (tic54x_set_section_contents): Ditto.
332         * coffcode.h (coff_set_section_contents): Ditto.
333         * ecoff.c (_bfd_ecoff_set_section_contents): Ditto.
334         * elf-bfd.h (_bfd_elf_set_section_contents): Ditto.
335         * elf.c (_bfd_elf_set_section_contents): Ditto.
336         * elfxx-mips.c (_bfd_mips_elf_set_section_contents): Ditto.
337         * elfxx-mips.h (_bfd_mips_elf_set_section_contents): Ditto.
338         * i386msdos.c (msdos_set_section_contents): Ditto.
339         * ieee.c (ieee_set_section_contents): Ditto.
340         * ihex.c (ihex_set_section_contents): Ditto.
341         * libaout.h (NAME(aout,set_section_contents)): Ditto.
342         * libbfd-in.h (_bfd_nowrite_set_section_contents): Ditto.
343         (_bfd_generic_set_section_contents): Ditto.
344         * libbfd.h: Regenerate.
345         * libbfd.c (_bfd_generic_set_section_contents): Ditto.
346         * libecoff.h (_bfd_ecoff_set_section_contents): Ditto.
347         * libnlm.h (nlmNAME(set_section_contents)): Ditto.
348         (struct nlm_backend_data <nlm_mangle_relocs>): Ditto.
349         * mmo.c (mmo_set_section_contents): Ditto.
350         * nlm32-alpha.c (nlm_alpha_mangle_relocs): Ditto.
351         * nlm32-i386.c (nlm_i386_mangle_relocs): Ditto.
352         * nlm32-ppc.c (nlm_powerpc_mangle_relocs): Ditto.
353         * nlm32-sparc.c (nlm_sparc_mangle_relocs): Ditto.
354         * nlmcode.h (nlm_set_section_contents): Ditto.
355         * oasys.c (oasys_set_section_contents): Ditto.
356         * pdp11.c (NAME(aout,set_section_contents)): Ditto.
357         * ppcboot.c (ppcboot_set_section_contents): Ditto.
358         * srec.c (srec_set_section_contents): Ditto.
359         * targets.c (BFD_JUMP_TABLE_WRITE <_bfd_set_section_contents>): Ditto.
360         * tekhex.c (tekhex_set_section_contents): Ditto.
361         (move_section_contents): Ditto.
362         * versados.c (versados_set_section_contents): Ditto.
363         * vms-misc.c (_bfd_save_vms_section): Ditto.
364         * vms.c (vms_set_section_contents): Ditto.
365         * vms.h (_bfd_save_vms_section): Ditto.
367 2003-11-04  Alan Modra  <amodra@bigpond.net.au>
369         * elf64-ppc.c (ppc_size_one_stub): Size relbrlt.  Accept info arg
370         rather than htab.
371         (ppc64_elf_size_stubs): Adjust ppc_size_one_stub traversal.  Zero
372         relbrlt size.
373         (ppc64_elf_build_stubs): Allocate space for relbrlt.
375 2003-11-04  Alan Modra  <amodra@bigpond.net.au>
377         * bfd-in.h (_bfd_elf_tls_setup): Declare.
378         * bfd-in2.h: Regenerate.
379         * elf-bfd.h (struct elf_link_tls_segment): Delete.
380         (struct elf_link_hash_table): Add tls_sec and tls_size.
381         * elf.c (_bfd_elf_link_hash_table_init): Init tls_sec and tls_size.
382         * elflink.c (_bfd_elf_tls_setup): New function.
383         * elflink.h (struct elf_final_link_info): Remove first_tls_sec.
384         (elf_bfd_final_link): Don't set first_tls_sec here.  Update code
385         saving tls segment info, round segment size up.
386         (elf_link_output_extsym): Adjust code using tls segment info.
387         (elf_link_input_bfd): Likewise.
388         * elf32-i386.c (dtpoff_base, tpoff): Likewise.
389         * elf32-s390.c (dtpoff_base, tpoff): Likewise.
390         * elf32-sh.c (dtpoff_base, tpoff): Likewise.
391         * elf32-sparc.c (dtpoff_base, tpoff): Likewise.
392         * elf64-s390.c (dtpoff_base, tpoff): Likewise.
393         * elf64-x86-64.c (dtpoff_base, tpoff): Likewise.
394         * elfxx-ia64.c (elfNN_ia64_tprel_base): Likewise.
395         (elfNN_ia64_dtprel_base): Likewise.
396         * elf64-alpha.c (alpha_get_dtprel_base): Likewise.
397         (alpha_get_tprel_base): Likewise.
398         (struct alpha_relax_info): Remove tls_segment.
399         (elf64_alpha_relax_got_load): Adjust invocation of
400         alpha_get_dtprel_base and alpha_get_tprel_base.
401         (elf64_alpha_relax_tls_get_addr): Likewise.
402         (elf64_alpha_relax_section): Likewise.
403         (elf64_alpha_relocate_section): Likewise.
404         (elf64_alpha_relax_find_tls_segment): Delete.
405         * elf32-ppc.c (struct ppc_elf_link_hash_table): Remove tls_sec.
406         (ppc_elf_tls_setup): Call _bfd_elf_tls_setup.  Return section.
407         (ppc_elf_relocate_section): Adjust to use elf.tls_sec.
408         * elf32-ppc.h (ppc_elf_tls_setup): Update.
409         * elf64-ppc.c (struct ppc_link_hash_table): Remove tls_sec.
410         (ppc64_elf_tls_setup): Call _bfd_elf_tls_setup.  Return section.
411         (ppc64_elf_tls_optimize): Adjust to use elf.tls_sec.
412         (ppc64_elf_relocate_section): Likewise.
413         * elf64-ppc.h (ppc64_elf_tls_setup): Update.
415 2003-11-03  Daniel Jacobowitz  <drow@mvista.com>
417         * elf-bfd.h (struct elf_backend_data): Remove plt_header_size.
418         * elf-m10300.c (elf_backend_plt_header_size): Don't define.
419         * elf32-arm.h (elf_backend_plt_header_size): Don't define.
420         * elf32-cris.c (elf_backend_plt_header_size): Don't define.
421         * elf32-i386.c (elf_backend_plt_header_size): Don't define.
422         * elf32-mips.c (elf_backend_plt_header_size): Don't define.
423         * elf32-ppc.c (elf_backend_plt_header_size): Don't define.
424         * elf32-s390.c (elf_backend_plt_header_size): Don't define.
425         * elf32-sh.c (elf_backend_plt_header_size): Don't define.
426         * elf32-sparc.c (elf_backend_plt_header_size): Don't define.
427         * elf64-alpha.c (elf_backend_plt_header_size): Don't define.
428         * elf64-hppa.c (elf_backend_plt_header_size): Don't define.
429         * elf64-mips.c (elf_backend_plt_header_size): Don't define.
430         * elf64-ppc.c (elf_backend_plt_header_size): Don't define.
431         * elf64-s390.c (elf_backend_plt_header_size): Don't define.
432         * elf64-sh64.c (elf_backend_plt_header_size): Don't define.
433         * elf64-sparc.c (elf_backend_plt_header_size): Don't define.
434         * elf64-x86-64.c (elf_backend_plt_header_size): Don't define.
435         * elfn32-mips.c (elf_backend_plt_header_size): Don't define.
436         * elfxx-ia64.c (elf_backend_plt_header_size): Don't define.
437         * elfxx-target.h (elf_backend_plt_header_size): Don't define
438         or include in target initializer.
440 2003-11-03  Andrew Cagney  <cagney@redhat.com>
442         * section.c (bfd_set_section_contents): Make the "location" buffer
443         constant.
444         * bfd-in2.h: Re-generate.
446 2003-10-30  Andrew Cagney  <cagney@redhat.com>
448         * syms.c: Replace "struct symbol_cache_entry" with "struct
449         bfd_symbol".
450         * vms.h, targets.c, section.c, reloc.c, peicode.h: Ditto.
451         * mipsbsd.c, elf.c, linker.c, elf-bfd.h, ecoff.c: Ditto.
452         * cpu-z8k.c, cpu-ns32k.c, cpu-h8500.c, bfd.c, bfd-in.h: Ditto.
453         * bfd-in2.h: Re-generate.
455 2003-10-30  Jakub Jelinek  <jakub@redhat.com>
457         * elfxx-ia64.c: Include objalloc.h, hashtab.h.
458         (struct elfNN_ia64_local_hash_entry): Remove root. Add id and r_sym
459         fields.
460         (struct elfNN_ia64_local_hash_table): Remove.
461         (struct elfNN_ia64_link_hash_table): Change loc_hash_table's type
462         to htab_t.  Add loc_hash_memory field.
463         (elfNN_ia64_local_hash_table_init, elfNN_ia64_new_loc_hash_entry):
464         Removed.
465         (elfNN_ia64_local_htab_hash, elfNN_ia64_local_htab_eq): New
466         functions.
467         (elfNN_ia64_hash_table_create): Use hashtab.h hashtable for
468         loc_hash_table.  Initialize loc_hash_memory.
469         (elfNN_ia64_hash_table_free): New function.
470         (elfNN_ia64_local_hash_lookup): Remove.
471         (elfNN_ia64_local_dyn_sym_thunk): Change into htab_traverse
472         callback.
473         (elfNN_ia64_dyn_sym_traverse): Use htab_traverse.
474         (get_local_sym_hash): Use hashtab.h hashtable for loc_hash_table.
475         (bfd_elfNN_bfd_link_hash_table_free): Define.
477 2003-10-30  Alan Modra  <amodra@bigpond.net.au>
479         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Modify versioned
480         symbol string in place.
482 2003-10-30  Jim Blandy  <jimb@redhat.com>
484         * cpu-rs6000.c (rs6000_compatible): Check the correct arch_info
485         object's mach field: all PowerPC machines are supersets of the
486         original rs6000, but not later rs6000 machines.
488 2003-10-30  Alan Modra  <amodra@bigpond.net.au>
490         * dwarf2.c (struct attribute): Delete "unsnd", "snd" and "addr".
491         Add "val" and "sval" fields.
492         (DW_STRING, DW_UNSND, DW_BLOCK, DW_SND, DW_ADDR): Delete.
493         (read_attribute_value): Expand and adjust DW_* occurrences.
494         (scan_unit_for_functions, parse_comp_unit): Likewise.
496 2003-10-30  Phil Edwards  <phil@codesourcery.com>
498         * config.bfd (arm-*-vxworks):  Remove separate stanza; merge with
499         other common ELF triples.
500         (i[3-7]86-*-vxworks):  Change to ELF format.
501         (mips*-*-windiss):  New triple, add to common MIPS/ELF stanza.
502         (sh-*-vxworks):  New stanza.
504 2003-10-30  Lars Knoll  <lars@trolltech.com>
505             Michael Matz  <matz@suse.de>
506             Jakub Jelinek  <jakub@redhat.com>
507             Alan Modra  <amodra@bigpond.net.au>
509         * merge.c (struct sec_merge_sec_info): Update comment.
510         (struct sec_merge_hash_entry): Remove entsize.
511         (sec_merge_hash_lookup): Only adjust alignment when creating.
512         (sec_merge_emit): Remove register keyword.
513         (cmplengthentry, last4_eq, last_eq): Delete.
514         (strrevcmp, strrevcmp_align, is_suffix): New.
515         (merge_strings): Use them to implement fast suffix merging.
516         * elf-strtab.c (struct elf_strtab_hash_entry): Update comments.
517         Make "len" signed.
518         (_bfd_elf_strtab_add): Lose on >2G strings.
519         (_bfd_elf_strtab_emit): Don't emit strings with len < 0.
520         (cmplengthentry, last4_eq): Delete.
521         (strrevcmp, is_suffix): New.
522         (_bfd_elf_strtab_finalize): Rework to implement fast suffix merging.
524 2003-10-29  Daniel Jacobowitz  <drow@mvista.com>
526         * elf32-arm.h (elf32_arm_final_link_relocate): Move check for
527         SEC_ALLOC.
529 2003-10-29  Philip Blundell  <philb@gnu.org>
531         * elf32-arm.h (elf32_arm_plt0_entry, elf32_arm_plt_entry): New
532         code sequence.
533         (PLT_HEADER_SIZE): New.
534         (struct elf32_arm_pcrel_relocs_copied): Rename to ...
535         (struct elf32_arm_relocs_copied): ... this.  Count both
536         pcrel and non-pcrel relocs.  All uses updated.
537         (struct elf32_arm_link_hash_table): Add pointers to dynamic linker
538         sections and symbol/section mapping cache.
539         (create_got_section): New.
540         (elf32_arm_create_dynamic_sections): New.
541         (elf_backend_create_dynamic_sections): Use it.
542         (elf32_arm_final_link_relocate): Support garbage collection of relocs.
543         (elf32_arm_check_relocs): Likewise.
544         (elf32_arm_adjust_dynamic_symbol): Likewise.
545         (elf32_arm_copy_indirect_symbol): New.
546         (elf32_arm_link_hash_table_create): Initialise new fields.
547         (elf32_arm_gc_sweep_hook): Implement.
548         (elf32_arm_discard_copies): Delete.
549         (elf32_arm_finish_dynamic_symbol): Use new PLT code.
550         (elf32_arm_finish_dynamic_sections): Likewise.
551         (elf_backend_can_refcount): Define.
552         (elf_backend_copy_indirect_symbol): Likewise.
553         (elf_backend_plt_header_size): Set to PLT_HEADER_SIZE.
555 2003-10-29  Alan Modra  <amodra@bigpond.net.au>
557         * elf64-ppc.c (elf_backend_grok_prstatus): Define.
558         (elf_backend_grok_psinfo): Define.
559         (ppc64_elf_grok_prstatus, ppc64_elf_grok_psinfo): New functions.
561         * elf.c (_bfd_elfcore_make_pseudosection): Allow multiple
562         sections with the same name.
563         (elfcore_grok_lwpstatus): Likewise.
564         (elfcore_grok_win32pstatus): Likewise.
565         (elfcore_grok_note): Likewise.
566         (elfcore_grok_nto_status): Likewise.
567         (elfcore_grok_nto_gregs): Likewise.
569 2003-10-27  Daniel Jacobowitz  <drow@mvista.com>
571         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Never skip dynamic
572         objects.
574 2003-10-14  Richard Sandiford  <rsandifo@redhat.com>
576         * elfxx-mips.c (mips_elf_create_got_section): Initialize global_gotno.
578 2003-10-24  H.J. Lu  <hongjiu.lu@intel.com>
580         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Look up
581         hash table for real symbols.
583 2003-10-23  Michael Snyder  <msnyder@redhat.com>
585         * section.c (asection): Fix typo in comment.
587 2003-10-23  Alan Modra  <amodra@bigpond.net.au>
589         * elf64-ppc.c (get_tls_mask): Add toc_symndx param, save toc
590         reloc symbol index to it.  Don't allow gd syms in shared libs
591         to be optimized.
592         (ppc64_elf_tls_optimize): Adjust get_tls_mask call.
593         (ppc64_elf_size_stubs): Likewise.
594         (ppc64_elf_relocate_section): Check that tls relocs are only used
595         with tls syms, and similarly for non-tls.  Correct symbol used
596         when optimizing toc tls code.
598 2003-10-22  Nick Clifton  <nickc@redhat.com>
600         * peicode.h (coff_swap_scnhdr_in): Only remove padding when
601         processing an executable.
603 2003-10-22  Jakub Jelinek  <jakub@redhat.com>
605         * elflink.c (_bfd_elf_export_symbol): Adjust for globals and locals
606         field changes.
607         (_bfd_elf_link_assign_sym_version): Likewise.
608         * elflink.h (size_dynamic_sections): Likewise.
610 2003-10-21  Alexandre Oliva  <aoliva@redhat.com>,
611             Michael Snyder  <msnyder@redhat.com>
613         * archures.c (bfd_mach_sh4a, bfd_mach_sh4al_dsp, bfd_mach_sh4_nofpu,
614         bfd_mach_sh4a_nofpu): New machine types.
615         * bfd-in2.h: Rebuilt.
616         * cpu-sh.c (compatible): Remove unused function.
617         (SH4A_NEXT, SH4AL_DSP_NEXT, SH4_NOFPU_NEXT, SH4A_NOFPU_NEXT): New.
618         (arch_info_struct): Add sh4a, sh4al_dsp, sh4-nofpu and sh4a-nofpu.
619         * elf32-sh.c (sh_elf_set_mach_from_flags): Handle them.
621 2003-10-21  Wouter van Heyst <wouter@vidicode.nl>
623         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Correct text
624         describing mismatched formats involving the Maverick FP type.
626 2003-10-21  Anil Paranjpe  <anilp1@KPITCummins.com>
628         * binary.c (binary_object_p): Pass machine flag along with
629         architecture.
631 2003-10-21  Thorsten Brehm  <brehm@gmx.net>
633         * archures.c (bfd_default_scan): Add support for mcf528x.
634         * ieee.c (ieee_write_processor): Likewise.
636 2003-10-21  Peter Barada  <pbarada@mail.wm.sps.mot.com>
637             Bernardo Innocenti  <bernie@develer.com>
639         * archures.c: Add MCF528x (MCFv4) support.
640         * bfd/cpu-m68k.c (arch_info_struct): Likewise.
641         * bfd-in2.h: Regenerate.
643 2003-10-20  Andrew Cagney  <cagney@redhat.com>
645         * targets.c: Replace "struct sec" with "struct bfd_section"
646         * syms.c, sparclynx.c, section.c, opncls.c: Ditto.
647         * libcoff-in.h, libbfd-in.h, elfxx-target.h: Ditto.
648         * elf.c, coffgen.c, bfd.c, bfd-in.h, aoutf1.h: Ditto.
649         * aout-tic30.c, aout-target.h:
650         * bfd-in2.h, libcoff.h, libbfd.h: Regenerate.
652 2003-10-18  Hans-Peter Nilsson  <hp@bitrange.com>
654         Support linker relaxation of new R_MMIX_PUSHJ_STUBBABLE relocs.
655         * elf64-mmix.c (MAX_PUSHJ_STUB_SIZE): New macro.
656         (struct _mmix_elf_section_data): New member pjs.
657         (mmix_set_relaxable_size, mmix_elf_get_section_contents): New
658         functions.
659         (elf_mmix_howto_table): New entry for R_MMIX_PUSHJ_STUBBABLE.
660         (mmix_reloc_map): Ditto.
661         (mmix_elf_relocate_section): Handle R_MMIX_PUSHJ_STUBBABLE.
662         (mmix_final_link_relocate, mmix_elf_check_common_relocs): Ditto.
663         (mmix_elf_perform_relocation): Ditto.  Don't mark parameter addr
664         unused.
665         (mmix_elf_check_relocs): Move early return to after
666         mmix_elf_check_common_relocs call.
667         (mmix_elf_symbol_processing): Fix cut-and-pasto in head comment.
668         (_bfd_mmix_before_linker_allocation): Rename from
669         _bfd_mmix_prepare_linker_allocated_gregs.  All referers changed.
670         Arrange to set the initial relaxable size of sections.
671         (_bfd_mmix_after_linker_allocation): Rename from
672         _bfd_mmix_finalize_linker_allocated_gregs.
673         (mmix_elf_relax_section): Relax a R_MMIX_PUSHJ_STUBBABLE reloc.
674         (bfd_elf64_get_section_contents): Define.
675         * reloc.c: Add ENUMX for BFD_RELOC_MMIX_PUSHJ_STUBBABLE.
676         * libbfd.h, bfd-in2.h: Regenerate.
678         * reloc.c (bfd_generic_relax_section): Default-set
679         section->_cooked_size here.
680         (bfd_generic_get_relocated_section_contents): Don't set it here.
681         Explain why.
683 2003-10-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
685         * elf32-hppa.c (elf32_hppa_relocate_section): Skip relocation if
686         output section has been discarded.
688 2003-10-17  Shrinivas Atre  <shrinivasa@KPITCummins.com>
690         * coff-h8300.c (funcvec_hash_newfunc): Handle normal mode.
691         (h8300_reloc16_extra_cases): Likewise.
692         (h8300_bfd_link_add_symbols): Likewise.
694 2003-10-17 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
696         * cpu-h8300.c (h8300sxn_info_struct): Correct address size.
697         (h8300sn_info_struct): Likewise.
698         (h8300hn_info_struct): Likewise.
700 2003-10-16  Pavel Roskin  <proski@gnu.org>
702         * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't calculate image size
703         for sections which lack size info.
705 2003-10-17  Danny Smith  <dannysmith@users.sourceforge.net>
707         * configure.host: Add __USE_MINGW_FSEEK to HDEFINES for
708          mingw32.
710 2003-10-16  H.J. Lu  <hongjiu.lu@intel.com>
712         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also warn
713         undefined patterns with '*'.
715 2003-10-16  H.J. Lu  <hongjiu.lu@intel.com>
717         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't
718         use the last CIE from a different section.
719         (_bfd_elf_write_section_eh_frame): Don't pad beyond the raw
720         size of the output section.
722 2003-10-07  Roland McGrath  <roland@redhat.com>
724         * elf.c (_bfd_elf_make_section_from_phdr): Set alignment_power of
725         new section from p_align header field.
727 2003-10-16  H.J. Lu  <hongjiu.lu@intel.com>
729         * elf32-xtensa.c (xtensa_read_table_entries): The external size
730         of entry is 8 bytes.
732 2003-10-15  Andrew Cagney  <cagney@redhat.com>
734         * targets.c (BFD_JUMP_TABLE_SYMBOLS): Replace NAME##_get_symtab
735         with NAME##_canonicalize_symtab.
736         * libcoff-in.h (coff_canonicalize_symtab): Update.
737         * xsym.h (bfd_sym_canonicalize_symtab): Update.
738         * elf-bfd.h (_bfd_elf_canonicalize_symtab): Update.
739         * coffgen.c (coff_canonicalize_symtab): Update.
740         * libbfd-in.h (_bfd_nosymbols_canonicalize_symtab): Update.
741         * libnlm.h (nlmNAME(canonicalize_symtab)): Update.
742         * ieee.c (ieee_vec): Update comment.
743         * libecoff.h (_bfd_ecoff_canonicalize_symtab): Update.
744         * mmo.c (mmo_canonicalize_symtab): Update.
745         * nlm-target.h (nlm_canonicalize_symtab): Update.
746         * nlmcode.h (nlm_canonicalize_symtab): Update.
747         * i386msdos.c (msdos_canonicalize_symtab): Update.
748         * hp300hpux.c (MY (canonicalize_symtab)): Update.
749         * oasys.c (oasys_canonicalize_symtab): Update.
750         * som.c (som_canonicalize_symtab): Update.
751         * pef.c (bfd_pef_canonicalize_symtab): Update.
752         * nlmcode.h (nlm_canonicalize_symtab): Update.
753         * xsym.c (bfd_sym_canonicalize_symtab): Update.
754         * vms.c (vms_canonicalize_symtab): Update.
755         * versados.c (versados_canonicalize_symtab): Update.
756         * mach-o.c (bfd_mach_o_canonicalize_symtab): Update.
757         * ieee.c (ieee_canonicalize_symtab): Update.
758         * pdp11.c (NAME(aout,canonicalize_symtab)): Update.
759         * reloc.c: Update comment.
760         * libaout.h (NAME(aout,canonicalize_symtab)): Update.
761         * coff64-rs6000.c (aix5coff64_vec): Update.
762         * coff64-rs6000.c (bfd_xcoff_aix5_backend_data): Update.
763         * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update.
764         * aoutx.h (NAME(aout,canonicalize_symtab)): Update.
765         * elfxx-target.h (bfd_elfNN_canonicalize_symtab): Update.
766         * hp300hpux.c (MY_canonicalize_symtab): Update.
767         * ecoff.c (_bfd_ecoff_canonicalize_symtab): Update.
768         * aout-tic30.c (MY_canonicalize_symtab): Update.
769         * aout-target.h (MY_canonicalize_symtab): Update.
770         * ppcboot.c (ppcboot_canonicalize_symtab): Update.
771         * elf.c (_bfd_elf_canonicalize_symtab): Update.
772         * elfcode.h (elf_canonicalize_symtab): Update.
773         * ihex.c (ihex_canonicalize_symtab): Update.
774         * tekhex.c (tekhex_canonicalize_symtab): Update.
775         * binary.c (binary_canonicalize_symtab): Update.
776         * srec.c (srec_canonicalize_symtab): Update.
778 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
780         * elf32-h8300.c (elf_reloc_map): Fix a comment typo.
782 2003-10-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
784         * elf32-sh.c (sh_elf_relocate_section): Handle R_SH_IMM_*_PCREL
785         relocations.
786         (sh_elf_check_relocs): Likewise.
788         * elf32-sh64.c (elf_backend_merge_symbol_attribute): Define.
789         (sh64_elf_merge_symbol_attribute): New.
790         * elf64-sh64.c (elf_backend_merge_symbol_attribute): Define.
791         (sh64_elf64_merge_symbol_attribute): New.
793 2003-10-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
795         * elf-bfd.h (struct elf_backend_data): New function pointer member
796         elf_backend_merge_symbol_attribute.
797         * elflink.h (elf_link_add_object_symbols): Adjust call to
798         elf_backend_merge_symbol_attribute if the backend defined it.
799         * elfxx-target.h (elf_backend_merge_symbol_attribute): New macro.
800         (elfNN_bed): Add that to the initializer.
802 2003-10-14  Bob Wilson  <bob.wilson@acm.org>
804         * elf32-xtensa.c (get_is_linkonce_section): Delete.
805         (xtensa_is_property_section, xtensa_is_littable_section): Use
806         XTENSA_INSN_SEC_NAME and XTENSA_LIT_SEC_NAME macros.  Do not recognize
807         linkonce sections containing ".xt.insn" and ".xt.lit" substrings.
808         (xtensa_get_property_section_name): Check section name instead of
809         calling get_is_linkonce_section.  Remove unused bfd parameter.  Use
810         XTENSA_INSN_SEC_NAME and XTENSA_LIT_SEC_NAME macros.  Never generate
811         linkonce section names by appending ".xt.insn" or ".xt.lit".
812         (xtensa_read_table_entries): Remove bfd argument in call to
813         xtensa_get_property_section_name.  Free section name when done.
814         (elf_xtensa_combine_prop_entries): Free leaking table.
816 2003-10-13  Richard Sandiford  <rsandifo@redht.com>
818         * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Don't add
819         DT_MIPS_LIBLIST or DT_MIPS_CONFLICT entries.
820         (_bfd_mips_elf_finish_dynamic_symbol): Don't handle them.  Don't
821         handle DT_MIPS_MSYM.  Set DT_RELSZ based on the number of relocations
822         that were needed.
823         (_bfd_mips_elf_modify_segment_map): Fix placement of PT_MIPS_OPTIONS.
824         (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_UCODE.
826 2003-10-13  H.J. Lu  <hongjiu.lu@intel.com>
828         * bfd-in.h (bfd_elf32_ia64_after_parse): New prototype.
829         (bfd_elf64_ia64_after_parse): Likewise.
830         * bfd-in2.h: Regenerated.
832         * elfxx-ia64.c (oor_ip): New.
833         (oor_branch_size): Likewise.
834         (bfd_elfNN_ia64_after_parse): Likewise.
835         (elfNN_ia64_relax_section): Use oor_ip if oor_branch_size
836         equals sizeof (oor_ip).
838 2003-10-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
840         * elf64-sh64.c (sh_elf64_relocate_section): Tidy up for the
841         renumbering of some relocation numbers.
843 2003-10-11  Alan Modra  <amodra@bigpond.net.au>
845         * coff-sh.c: Move definition of MAP and guard more code with
846         COFF_IMAGE_WITH_PE.
848         * section.c (bfd_get_section_size_before_reloc): Ignore reloc_done.
849         * bfd-in2.h: Regenerate.
851 2003-10-10  H.J. Lu  <hongjiu.lu@intel.com>
853         * Makefile.am: Run "make dep-am".
854         * Makefile.in: Regenerate.
855         * doc/Makefile.in: Likewise.
857 2003-10-09  H.J. Lu  <hongjiu.lu@intel.com>
859         * cofflink.c: Include "safe-ctype.h".
860         (coff_link_add_symbols): Use ISDIGIT instead of isdigit.
862 2003-10-08  Dave Brolley  <brolley@redhat.com>
863         On behalf of Michael Snyder  <msnyder@redhat.com>
865         * archures.c: Add FRV fr550 machine.
866         * cpu-frv.c: Ditto.
867         * elf32-frv.c: Ditto.
868         * bfd-in2.h: Regenerate.
870 2003-10-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
872         * elfxx-mips.c (STUB_MOVE,STUB_LI16): Fix stub code
873         for non-SGI N64 ABI. Improve code consitency.
875 2003-10-07  Alexandre Oliva  <aoliva@redhat.com>
877         * elf32-frv.c (elf32_frv_howto_table): Set R_FRV_LABEL16's
878         rightshift to 2.
880 2003-10-07  Nathan Sidwell  <nathan@codesourcery.com>
882         * libbfd-in.h (_bfd_link_section_stabs): Add string offset
883         parameter.
884         * cofflink.c (coff_link_add_symbols): Deal with split stab
885         sections.
886         * elflink.h (elf_link_add_object_symbols): Deal with split stab
887         sections.
888         * stabs.c (_bfd_link_section_stabs): Add string offset parameter.
889         * libbfd.h: Regenerated.
891         * coffcode.h (coff_set_alignment_hook): With PE_COFF reloc
892         overflow, set reloc start position to after the count
893         reloc. Subtract one from num relocs. Give error on 0xffff relocs
894         and no overflow.
895         * cofflink.c (_bfd_coff_final_link): Deal with PE_COFF reloc
896         overflow.
897         * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Do overflow if >=
898         0xffff.
900 2003-10-06  H.J. Lu  <hongjiu.lu@intel.com>
902         * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Pad the
903         last CIE/FDE if needed.
905 2003-10-06  Nick Clifton  <nickc@redhat.com>
907         * targets.c (_bfd_target_vector): Include bfd_elf64_sparc_vec if
908         BFD64 is enabled.
910 2003-10-06  Matt Thomas <matt@3am-software.com>
912         * config.bfd: Move the hppa*-*-netbsd* case to the hppa*-*-linux* case.
914 2003-10-06  Robert Millan  <robertmh@gnu.org>
916         * configure.in: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
917         * config.bfd: Likewise.
918         * configure: Regenerate.
920 2003-10-04  Christian Groessler  <chris@groessler.org>
922         * coff-z8k.c (extra_case): Fix displacement length check for R_JR
923         and R_CALLR.
925 2003-10-04  Stephane Carrez  <stcarrez@nerim.fr>
927         * elf32-m68hc1x.c: Update to ISO C90; replace PTR with void*.
928         * elf32-m68hc11.c: Likewise.
929         * elf32-m68hc12.c: Likewise.
930         * elf32-m68hc1x.h: Likewise.
932 2003-10-04  Stephane Carrez  <stcarrez@nerim.fr>
934         * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Fix merge
935         of flags between HC12 and HCS12.
937 2003-10-04  Bryce McKinlay  <bryce@mckinlay.net.nz>
939         * merge.c (_bfd_merge_sections): Set SEC_EXCLUDE flag on sections
940         which become empty after merging.
942 2003-09-30  Jakub Jelinek  <jakub@redhat.com>
944         * elfxx-ia64.c (ia64_howto_table): Fix size of R_IA64_TPREL64[LM]SB,
945         R_IA64_DTPREL{32,64}[LM]SB and R_IA64_DTPMOD64[LM]SB.
947 2003-09-30  Chris Demetriou  <cgd@broadcom.com>
949         * archures.c (bfd_mach_mipsisa64r2): New define.
950         * bfd-in2.h: Regenerate.
951         * aoutx.h (NAME(aout,machine_type)): Handle bfd_mach_mipsisa64r2.
952         * cpu-mips.c (I_mipsisa64r2): New enum value.
953         (arch_info_struct): Add entry for I_mipsisa64r2.
954         * elfxx-mips.c (_bfd_elf_mips_mach)
955         (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_64R2.
956         (mips_set_isa_flags): Add bfd_mach_mipsisa64r2 case.
957         (mips_mach_extensions): Add entry for bfd_mach_mipsisa64r2.
959 2003-09-29  H.J. Lu  <hongjiu.lu@intel.com>
961         * elfxx-ia64.c (elfNN_hpux_backend_symbol_processing): New.
962         Handle SHN_IA_64_ANSI_COMMON.
963         (elf_backend_section_from_bfd_section): Defined.
965 2003-09-26  H.J. Lu  <hongjiu.lu@intel.com>
967         * elflink.c (elf_link_read_relocs_from_section): Add an argument
968         of a pointer to section. Check bad symbol index.
969         (_bfd_elf_link_read_relocs): Modify calls to
970         elf_link_read_relocs_from_section.
972 2003-09-23  DJ Delorie  <dj@redhat.com>
974         * elf32-sh.c (sh_elf_howto_table): R_SH_SWITCH8,
975         R_SH_GNU_VTINHERIT, R_SH_GNU_VTENTRY,
976         R_SH_LOOP_START,R_SH_LOOP_END moved to "reserved" spaces,
977         R_SH_DIR16, R_SH_DIR8, R_SH_DIR8UL, R_SH_DIR8UW, R_SH_DIR8U,
978         R_SH_DIR8SW, R_SH_DIR8S, R_SH_DIR4UL, R_SH_DIR4UW, R_SH_DIR4U,
979         R_SH_PSHA, R_SH_PSHL added.
980         (sh_reloc_map): Add R_SH_DIR16 and R_SH_DIR8.
981         (sh_elf_relocate_section): Support new relocs.
983 2003-09-23  Bob Wilson  <bob.wilson@acm.org>
985         * elf32-xtensa.c (elf_xtensa_relocate_section): Fix typo that clobbered
986         dynamic relocation offsets.
988 2003-09-23  Alan Modra  <amodra@bigpond.net.au>
990         * simple.c (bfd_simple_get_relocated_section_contents): Free the
991         hash table using _bfd_generic_link_hash_table_free.
993 2003-09-23  Alan Modra  <amodra@bigpond.net.au>
995         * elf-bfd.h (struct bfd_elf_special_section): Remove "suffix".  Change
996         type of prefix_length and suffix_length to int.  Rename "attributes"
997         to "attr".  Comment.
998         (_bfd_elf_get_sec_type_attr): Update prototype.
999         * elf.c (get_special_section): Rewrite.
1000         (_bfd_elf_get_sec_type_attr): Return struct rather than passing in
1001         attr and type pointers.
1002         (_bfd_elf_new_section_hook): Adjust for above.
1003         (special_sections): Merge suffix with prefix.  Set
1004         prefix_length for all entries.  Set suffix_length appropriately.
1005         * elf32-m32r.c (m32r_elf_special_sections): Likewise.
1006         * elf32-m68hc11.c (elf32_m68hc11_special_sections): Likewise.
1007         * elf32-m68hc12.c (elf32_m68hc12_special_sections): Likewise.
1008         * elf32-mcore.c (mcore_elf_special_sections): Likewise.
1009         * elf32-sh64.c (sh64_elf_special_sections): Likewise.
1010         * elf32-v850.c (v850_elf_special_sections): Likewise.
1011         * elf32-xtensa.c (elf_xtensa_special_sections): Likewise.
1012         * elf64-alpha.c (elf64_alpha_special_sections): Likewise.
1013         * elf64-hppa.c (elf64_hppa_special_sections): Likewise.
1014         * elf64-ppc.c (ppc64_elf_special_sections): Likewise.
1015         * elf64-sh64.c (sh64_elf64_special_sections): Likewise.
1016         * elfxx-ia64.c (elfNN_ia64_special_sections): Likewise.
1017         * elfxx-mips.c (_bfd_mips_elf_special_sections): Likewise.
1018         * elf32-ppc.c (ppc_elf_special_sections): Likewise.  Fix .plt flags.
1020 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
1022         * elf64-alpha.c (elf64_alpha_create_got_section): Initialize
1023         ->got if the section already exists.
1025 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
1027         * dwarf2.c (decode_line_info): Cope with an initially empty
1028         filename table.
1030 2003-09-18  H.J. Lu  <hongjiu.lu@intel.com>
1032         * acinclude.m4: Include ../config/accross.m4.
1033         * aclocal.m4: Regenerated.
1035         * configure.host (HOST_64BIT_TYPE): Remove if it is set to long
1036         or long long.
1037         (HOST_U_64BIT_TYPE): Remove if it is set to unsigned long long.
1038         (host64): Remove if HOST_64BIT_TYPE is set to long.
1040         * configure.in (HOST_64BIT_TYPE): Set according to the size of
1041         long and long long.
1042         (HOST_U_64BIT_TYPE): Likewise.
1043         (host64): Likewise.
1044         * configure: Regenerated.
1046 2003-09-19  Alan Modra  <amodra@bigpond.net.au>
1048         * elf.c (elfcore_write_note): Don't use sizeof(Elf_External_note)
1049         since some ABIs round up the size of the struct.
1051 2003-09-18  H.J. Lu  <hongjiu.lu@intel.com>
1053         * elflink.c (_bfd_elf_merge_symbol): Allow type change if
1054         the old symbol is undefined and the new symbol is defined.
1056 2003-09-18  Andreas Schwab  <schwab@suse.de>
1058         * simple.c (bfd_simple_get_relocated_section_contents): Use
1059         _bfd_generic_link_hash_table_create instead of
1060         bfd_link_hash_table_create.
1062 2003-09-10  H.J. Lu  <hongjiu.lu@intel.com>
1064         * elfxx-ia64.c (elfNN_ia64_special_sections): Mark all sections
1065         started with ".sbss" or "".sdata" as SHF_IA_64_SHORT.
1067 2003-09-10  John David Anglin   <dave.anglin@nrc-cnrc.nrc.ca>
1068             Randolph Chung      <randolph@tausq.org>
1070         * elf32-hppa.c (struct elf32_hppa_link_hash_entry,
1071         hppa_link_hash_newfunc, hppa_build_one_stub,
1072         elf32_hppa_adjust_dynamic_symbol, mark_PIC_calls, allocate_plt_static,
1073         allocate_dynrelocs, elf32_hppa_size_dynamic_sections,
1074         elf32_hppa_finish_dynamic_symbol): Remove pic_call field and all code
1075         for generating import stubs for calls to statically linked PIC
1076         functions.
1077         (hppa_type_of_stub): Don't generate an import stub for calls to
1078         statically linked pic functions.  Generate import stubs for calls
1079         in a shared object, to functions not in a regular file, and to
1080         defined weak functions.  Add new argument INFO.
1081         (hppa_build_one_stub): Don't undef ADDIL_DP.
1082         (elf32_hppa_check_relocs): Don't set SEC_HAS_GOT_REF flag.
1083         (elf32_hppa_size_stubs): Pass info to hppa_type_of_stub.
1084         (final_link_relocate): Change all DLTIND relocs to DPREL relocs in a
1085         non-shared link.  Convert instructions that use the the linkage table
1086         pointer, or a facsimile thereof, to use the global data pointer when
1087         the reloc has been changed.
1089 2003-09-08  Joel Brobecker  <brobecker@gnat.com>
1091         * archures.c: Add new machine names for hppa.
1092         * bfd-in2.h: Regenerate.
1093         * cpu-hppa.c: Use the new machine names.
1095 2003-09-06  Stephane Carrez  <stcarrez@nerim.fr>
1097         * elf32-m68hc1x.h (struct m68hc11_elf_link_hash_table): Remove
1098         all_local_syms member.
1099         * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Use bfd_elf_get_elf_syms
1100         to get the local symbols.
1102 2003-09-06  Stephane Carrez  <stcarrez@nerim.fr>
1104         * elf32-m68hc12.c (elf32_m68hc12_special_sections): New for hc11.
1105         (elf_backend_special_sections): Define.a
1107         PR savannah/4950:
1108         * elf32-m68hc11.c (elf32_m68hc11_special_sections): The .vectors
1109         section is read-only.
1111 2003-09-04  Nick Clifton  <nickc@redhat.com>
1113         * archures.c (bfd_mach_v850e1): Define.
1114         * bfd-in2.h: Regenerate.
1115         * cpu-v850.h (scan): Accept bfd_mach_v850e1.
1116         (arch_info_struct): Include an entry for bfd_mach_v850e1.
1117         * elf32-v850.c (v850_elf_object_p): Accept E_V850E1_ARCH flag.
1118         (v850_elf_final_write_processing): Accept bfd_mach_v850e1.
1119         (v850_elf_print_private_bfd_data): Interpret E_V850E1_ARCH flag.
1120         (v850_elf_merge_private_bfd_data): Allow v850e1 binaries to be
1121         linked with v850e binaries.  Mark the output as v850e.
1123 2003-09-03  Nick Clifton  <nickc@redhat.com>
1125         * cofflink.c (_bfd_coff_link_input_bfd): Do not skip section
1126         symbols that are used in relocs.
1128 2003-08-30  Robert Millan  <robertmh@gnu.org>
1130         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
1131         * config.bfd: Likewise.
1132         * configure: Regenerate.
1134 2003-08-31  Christian Groessler  <chris@groessler.org>
1136         * elf32-i860.c (i860_howto_pc26_reloc): Finish relocation here
1137         instead of returning bfd_reloc_continue.
1139 2003-08-31  Andreas Jaeger  <aj@suse.de>
1141         * merge.c: Update to ISO C90.
1143 2003-08-27  Ian Lance Taylor  <ian@airs.com>
1145         * configure.in: Check for strtoull.
1146         * bfd.c (bfd_scan_vma): Use strtoull when available.
1147         * configure, config.in: Regenerate.
1149         * configure.in: Define and substitute BFD_HOST_LONG_LONG.
1150         * bfd-in.h: Define BFD_HOST_LONG_LONG.  Test it rather than
1151         __GNUC__ when deciding whether to use long long for
1152         BFD_HOST_64_BIT.
1153         * configure, Makefile.in, doc/Makefile.in, bfd-in2.h: Regenerate.
1155 2003-08-27  Christian Groessler  <chris@groessler.org>
1157         * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
1158         i860_howto_splitn_reloc, i860_howto_highadj_reloc): New
1159         functions.
1160         (elf32_i860_howto_table): Insert the new functions as
1161         'special_function's in the proper reloc type entries.
1163 2003-08-27  Richard Sandiford  <rsandifo@redhat.com>
1165         * elf32-frv.c (elf32_frv_relocate_section): Use
1166         _bfd_elf_rela_local_sym.
1168 2003-08-26  Michael Snyder  <msnyder@redhat.com>
1170         * cpu-frv.c: Remove unused enum.
1172 2003-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1174         * reloc.c: Fix documentation for MIPS ELF relocations.
1175         libbfd.h: Regenerate.
1176         bfd-in2.h: Regenerate.
1178 2003-08-24  Jason Eckhardt  <jle@rice.edu>
1180         * coff-i860.c (CALC_ADDEND): Define to be a no-op.
1182 2003-08-24  Jason Eckhardt  <jle@rice.edu>
1184         * elf32-i860.c (elf32_i860_relocate_pc16): Subtract 4 and
1185         shift by 2 before storing the relocated value.
1187 2003-08-23  Jason Eckhardt  <jle@rice.edu>
1189         * coff-i860.c (coff_i860_reloc_nyi): New function.
1190         (howto_table): Add entries for relocations PAIR, HIGHADJ, HIGH,
1191         LOWn, SPLITn, and BRADDR.
1192         (RTYPE2HOWTO): Check that the r_type is within the howto_table
1193         before trying to access the entry.
1194         (coff_i860_rtype_to_howto): Likewise.
1195         (coff_i860_reloc_type_lookup): New function.
1196         (i860_reloc_processing): New function.
1197         (coff_bfd_reloc_type_lookup): Define macro.
1198         (RELOC_PROCESSING): Define macro.
1199         Minor formatting adjustments.
1201 2003-08-23  Alan Modra  <amodra@bigpond.net.au>
1203         * elflink.h (elf_link_add_object_symbols): Don't crash on NULL owner.
1205 2003-08-22  H.J. Lu  <hongjiu.lu@intel.com>
1207         * elfxx-ia64.c (elfNN_ia64_create_dynamic_sections): Align the
1208         .got section at 8 bytes.
1210 2003-08-21  Nick Clifton  <nickc@redhat.com>
1212         * cofflink.c: Update to ISO C90 and tidy up formatting.
1214 2003-08-21  Randolph Chung  <tausq@debian.org>
1216         * elf32-hppa.c (elf32_hppa_object_p): For elf32-hppa-linux, objects
1217         can have OSABI=Linux or OSABI=SysV.  Check for both.
1218         * elf64-hppa.c (elf64_hppa_object_p): Likewise.
1220 2003-08-21  Nick Clifton  <nickc@redhat.com>
1222         * po/sv.po: Updated Swedish translation.
1224 2003-08-20  Richard Sandiford  <rsandifo@redhat.com>
1226         * elf64-mips.c (elf_backend_copy_indirect_symbol): Define.
1228 2003-08-20  Nick Clifton  <nickc@redhat.com>
1230         * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): New macro used to
1231         replace some duplicated code in most elfxx-xxxx.c files.  This
1232         version uses the new fields in bfd_link_info.
1234         * elf-m10300.c (mn10300_elf_relocate_section): Use new macro.
1235         * elf32-arm.h (elf32_arm_relocate_section): Likewise.
1236         * elf32-cris.c (cris_elf_relocate_section): Likewise.
1237         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
1238         * elf32-i386.c (elf_i386_relocate_section): Likewise.
1239         * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
1240         * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
1241         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1242         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1243         * elf32-s390.c (elf_s390_relocate_section): Likewise.
1244         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1245         * elf32-vax.c (elf_vax_relocate_section): Likewise.
1246         * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
1247         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
1248         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1249         * elf64-s390.c (elf_s390_relocate_section): Likewise.
1250         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1251         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1252         * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
1254         * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols,
1255         elf_hppa_remark_useless_dynamic_symbols,
1256         elf_hppa_relocate_section): Use the new fields in
1257         bfd_link_info structure.
1258         * elf32-sh.c (sh_elf_relocate_section): Likewise.
1259         * elf64-alpha.c (elf64_alpha_check_relocs): Likewise.
1260         * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
1261         * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
1262         * elfxx-ia64.c (elfNN_ia64_check_relocs): Likewise.
1263         * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
1265         * elflink.h (elf_link_output_extsym): Fix test for reporting
1266         undefined symbols in shared libraries.  Remove redundant test
1267         of shlib_undefined when reporting references to forced local
1268         symbols.
1270 2003-08-18  Andreas Schwab  <schwab@suse.de>
1272         * libpei.h (bfd_pe_executable_p): Also recognize efi-app
1273         executables.
1275 2003-08-17  Hans-Peter Nilsson  <hp@bitrange.com>
1277         * simple.c (bfd_simple_get_relocated_section_contents): Move
1278         reloc_done hack to before first bfd_section_size call.  Change all
1279         returns to use new wrapper macro RETURN, restoring sec->reloc_done.
1281 2003-08-16  Alan Modra  <amodra@bigpond.net.au>
1283         * elf64-ppc.c: Don't include elf/ppc.h.
1285 2003-08-14  Richard Sandiford  <rsandifo@redhat.com>
1287         * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Fix PT_DYNAMIC
1288         code to work with 64-bit bfds.
1290 2003-08-14  Alan Modra  <amodra@bigpond.net.au>
1292         * dep-in.sed: Remove libintl.h.
1293         * Makefile.am (SRC-POTFILES.in, BLD-POTFILES.in): Unset LC_COLLATE.
1294         (POTFILES.in): Remove target.
1295         * Makefile.in: Regenerate.
1297 2003-08-12  Alan Modra  <amodra@bigpond.net.au>
1299         * elf64-ppc.c (ppc64_elf_next_input_section): Update comment.
1300         (ppc64_elf_relocate_section): For zero sym R_PPC64_TOC relocs,
1301         use the function sym from the previous reloc.
1303 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
1305         * elf32-i386.c (elf_i386_relocate_section): Make undefined symbols
1306         fatal if -pie.
1307         * elf32-s390.c (elf_s390_relocate_section): Likewise.
1308         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1309         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
1310         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1311         * elf64-s390.c (elf_s390_relocate_section): Likewise.
1312         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1313         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1314         * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
1315         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1316         (ppc_elf_relocate_section) <case R_PPC_RELAX32>: Issue fatal error
1317         on undefined symbols if -pie.
1318         * elf32-sh.c (sh_elf_relocate_section): Likewise.
1320 2003-08-11  Alan Modra  <amodra@bigpond.net.au>
1322         * elf64-ppc.c (ppc64_elf_relocate_section): Add special case for crt1.o
1323         branch to __libc_start_main.
1325 2003-08-08 Dmitry Diky <diwil@mail.ru>
1327         * archures.c: Add xW42 and xE42 parts. Sort MPU list according to
1328         gcc order.
1329         * cpu-msp430.c: Likewise.
1330         * elf32-msp430.c: Likewise.
1331         * bfd-in2.h: Regenerate.
1333 2003-08-07  Alan Modra  <amodra@bigpond.net.au>
1335         * elfxx-target.h: Remove PTR cast.
1336         * targets.c (bfd_target): Make backend_data const void *.
1337         * elf-bfd.h: Constify all occurrences of struct elf_backend_data.
1338         * elf-m10300.c: Likewise.
1339         * elf.c: Likewise.
1340         * elf32-hppa.c: Likewise.
1341         * elf32-i386.c: Likewise.
1342         * elf32-m68hc1x.c: Likewise.
1343         * elf32-ppc.c: Likewise.
1344         * elf32-s390.c: Likewise.
1345         * elf32-sh.c: Likewise.
1346         * elf32-sh64.c: Likewise.
1347         * elf32-sparc.c: Likewise.
1348         * elf32-xtensa.c: Likewise.
1349         * elf64-mips.c: Likewise.
1350         * elf64-ppc.c: Likewise.
1351         * elf64-s390.c: Likewise.
1352         * elf64-sh64.c: Likewise.
1353         * elf64-sparc.c: Likewise.
1354         * elf64-x86-64.c: Likewise.
1355         * elfcode.h: Likewise.
1356         * elfcore.h: Likewise.
1357         * elflink.c: Likewise.
1358         * elflink.h: Likewise.
1359         * elfxx-ia64.c: Likewise.
1360         * elfxx-mips.c: Likewise.
1361         * elfxx-mips.h: Likewise.
1362         * elf.c (prep_headers): Remove useless check for null backend_data.
1363         * bfd-in2.h: Regenerate.
1365         * elf-bfd.h: Remove PARAMS macro.  Replace PTR with void *.
1366         (NAME): Use ## rather than CONCAT4 macro.
1367         * elfcode.h: Remove one remaining PARAMS macro.
1368         * elf-eh-frame.c: Convert to C90, remove unneeded casts and prototypes.
1369         * elf-strtab.c: Likewise.
1370         * elf-hppa.h: Likewise.
1371         * elf32-hppa.h: Likewise.
1372         * elf32-hppa.c: Likewise.
1373         (elf32_hppa_add_symbol_hook): Delete.
1374         (elf_backend_add_symbol_hook): Don't define.
1375         * libhppa.h: Convert to C90.  Replace INLINE with inline.
1377 2003-08-06  Alan Modra  <amodra@bigpond.net.au>
1379         * elf64-ppc.c (ppc_stub_name): Tweak names for better readability.
1380         (ppc64_elf_adjust_dynamic_symbol): Allow copy relocs against
1381         function descriptors, but warn.
1382         (ppc_build_one_stub): Remove a couple of vars.  Move code creating
1383         stub syms so that we can avoid a stub sym if we already have a
1384         plt sym.  Do not redefine an existing symbol.
1385         (ppc64_elf_build_stubs): When --emit-stub-syms, print a symbol for
1386         glink.
1388 2003-08-06  Nick Clifton  <nickc@redhat.com>
1390         * po/fr.po: Updated French translation.
1392 2003-08-06  Alan Modra  <amodra@bigpond.net.au>
1394         * elflink.c (_bfd_elf_create_dynamic_sections): Mark .dynbss with
1395         SEC_LINKER_CREATED.
1397 2003-08-05  Daniel Jacobowitz  <drow@mvista.com>
1399         * elf32-arm.h (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
1400         (elf32_arm_final_link_relocate, elf32_arm_relocate_section): Use it.
1402 2003-08-03  Jeff Muizelaar  <muizelaar@rogers.com>
1404         * coffcode.h (coff_slurp_line_table): Return with a warning
1405         message if the line number table could not be read.
1407 2003-08-04  Nick Clifton  <nickc@redhat.com>
1409         * elflink.h (elf_link_add_object_symbols): Prepend "warning: "
1410         to messages produced for .gnu.warning.SYMBOL sections.
1412 2003-08-04  Alan Modra  <amodra@bigpond.net.au>
1414         * elfcode.h: Convert to C90, remove unneeded casts and prototypes.
1415         * elfcore.h: Likewise.
1416         * elflink.c: Likewise.
1417         * elflink.h: Likewise.
1418         * elf.c (sym_is_global): Remove INLINE.
1419         (align_file_position): Replace INLINE with inline.
1420         * elfcode.h (elf_swap_dyn_in, elf_swap_dyn_out): Remove INLINE.
1421         (elf_file_p): Replace INLINE with inline.
1423 2003-08-02  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1425         * elf32-sh.c (sh_elf_check_relocs): Don't set DF_TEXTREL here.
1427 2003-08-01  H.J. Lu  <hongjiu.lu@intel.com>
1429         * elfxx-ia64.c (get_got): Align the .got section at 8 bytes.
1431 2003-08-01  H.J. Lu  <hongjiu.lu@intel.com>
1433         * elfxx-ia64.c (elfNN_ia64_finish_dynamic_symbol): Use
1434         ElfNN_External_Rela instead of Elf64_External_Rela.
1436 2003-08-01  Nick Clifton  <nickc@redhat.com>
1438         * config.bfd: Add code to catch obsolete configurations and warn
1439         about them unless --enable-obsolete is used.  Use this to mark
1440         vax-vms port as obsolete.
1442 2003-07-30  Alan Modra  <amodra@bigpond.net.au>
1444         * elf32-ppc.c (ppc_elf_install_value): Tidy.
1445         (ppc_elf_relax_section): Remove dead code.  Remove unnecessary casts.
1446         Formatting.
1447         * elfxx-target.h: Remove PARAMS macro.  Formatting.
1449 2003-07-30  Alan Modra  <amodra@bigpond.net.au>
1451         * elf.c (bfd_section_from_r_symndx): Test for SHN_UNDEF.
1452         * elf64-ppc.c (get_fdh): New function, split out from
1453         ppc64_elf_edit_opd.
1454         (ppc64_elf_check_relocs): Use get_fdh.
1455         (func_desc_adjust): Likewise.  Tidy.
1456         (ppc64_elf_edit_opd): Tighten reloc checks.  Free local_syms on error
1457         exit.  Use get_fdh.  Account for superfluous dynamic relocs.
1458         (ppc64_elf_relocate_section): Warning fix.
1460 2003-07-30  Jason Eckhardt  <jle@rice.edu>
1462         * coff-i860.c: Convert to ISO C90.  Remove superflous prototypes.
1464 2003-07-30  Jason Eckhardt  <jle@rice.edu>
1466         * elf32-i860.c: Convert to ISO C90.  Remove superflous prototypes.
1468 2003-07-30  Randolph Chung  <tausq@debian.org>
1470         * elf-hppa.h (elf_hppa_relocate_section): Look up dyn_h for undefweak.
1471         * elf64-hppa.c (elf64_hppa_finalize_dlt): Check h->root.type.
1473 2003-07-30  Alan Modra  <amodra@bigpond.net.au>
1475         * elf.c: Convert to C90, remove unnecessary prototypes and casts.
1476         Replace PTR with void *.  Formatting.
1477         (_bfd_elf_assign_file_position_for_section): Remove INLINE.
1478         (make_mapping): Likewise.
1480 2003-07-29  Alan Modra  <amodra@bigpond.net.au>
1482         * elf64-ppc.c (func_desc_adjust): Give linker created function
1483         descriptor symbols a size and type.
1484         (ppc64_elf_relocate_section): Correct lq insn test.
1486 2003-07-28  Eric Christopher  <echristo@redhat.com>
1488         * elf32-ppc.c (R_PPC_RELAX32): New relocation.
1489         (ppc_elf_install_value): New function.
1490         (ppc_elf_sort_rela): Remove.
1491         (ppc_elf_relax_section): Rewrite. Remove old relaxation
1492         and replace with out of range branch stubs.
1493         (ppc_elf_relocate_section): Handle R_PPC_RELAX32.
1495 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
1497         * elf-m10300.c (mn10300_elf_relax_section): Take symbol hash table
1498         from input_bfd.
1500 2003-07-28  Alan Modra  <amodra@bigpond.net.au>
1502         * elf.c (special_sections): Set attributes for .got and .plt.
1504 2003-07-27  Alan Modra  <amodra@bigpond.net.au>
1506         * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Ensure no copy relocs
1507         on function descriptors.
1508         (ELIMINATE_COPY_RELOCS): Expand comment.
1509         (ppc64_elf_special_sections): Move.  Don't include non-ppc64 sections.
1510         Do include ".toc1".
1512 2003-07-25  H.J. Lu  <hongjiu.lu@intel.com>
1514         * elf.c (_bfd_elf_new_section_hook): Set the default section
1515         type to SHT_NULL.
1516         (elf_fake_sections): Set the section type based on asect->flags
1517         if it is SHT_NULL. Don't abort on processor specific section
1518         types.
1520 2003-07-25  H.J. Lu  <hongjiu.lu@intel.com>
1522         * bfd-in2.h: Regenerated.
1524 2003-07-25  H.J. Lu  <hongjiu.lu@intel.com>
1526         * elf-bfd.h (bfd_elf_special_section): New.
1527         (elf_backend_data): Add special_sections, a pointer to
1528         bfd_elf_special_section.
1529         (elf_section_type). New.
1530         (elf_section_flags): New.
1531         (_bfd_elf_get_sec_type_attr): New.
1533         * elf.c (_bfd_elf_make_section_from_shdr): Always use the
1534         real section type/flags.
1535         (special_sections): New.
1536         (get_special_section): New.
1537         (_bfd_elf_get_sec_type_attr): New.
1538         (_bfd_elf_new_section_hook): Check special_section to set
1539         elf_section_type and elf_section_flags.
1540         (elf_fake_sections): Don't use section name to set ELF section
1541         data.
1543         * elf32-m32r.c (m32r_elf_special_sections): New.
1544         (elf_backend_special_sections): Defined.
1546         * elf32-m68hc11.c (elf32_m68hc11_special_sections): New.
1547         (elf_backend_special_sections): Defined.
1549         * elf32-mcore.c (mcore_elf_special_sections): New.
1550         (elf_backend_special_sections): Defined.
1552         * elf32-ppc.c (ppc_elf_special_sections): New.
1553         (elf_backend_special_sections): Defined.
1555         * elf32-sh64.c (sh64_elf_special_sections): New.
1556         (elf_backend_special_sections): Defined.
1558         * elf32-v850.c (v850_elf_special_sections): New.
1559         (elf_backend_special_sections): Defined.
1561         * elf32-xtensa.c (elf_xtensa_special_sections): New.
1562         (elf_backend_special_sections): Defined.
1564         * elf64-alpha.c (elf64_alpha_special_sections): New.
1565         (elf_backend_special_sections): Defined.
1567         * elf64-hppa.c (elf64_hppa_special_sections): New.
1568         (elf_backend_special_sections): Defined.
1570         * elf64-ppc.c (ppc64_elf_special_sections): New.
1571         (elf_backend_special_sections): Defined.
1573         * elf64-sh64.c (sh64_elf64_special_sections): New.
1574         (elf_backend_special_sections): Defined.
1576         * elfxx-ia64.c (elfNN_ia64_special_sections): New.
1577         (elf_backend_special_sections): Defined.
1579         * elfxx-mips.c (_bfd_mips_elf_special_sections): New.
1581         * elfxx-mips.h (_bfd_mips_elf_special_sections): New.
1582         (elf_backend_special_sections): Defined.
1584         * elfxx-target.h (elf_backend_special_sections): New. Default
1585         to NULL.
1586         (elfNN_bed): Initialize special_sections.
1588         * section.c (bfd_abs_section): Remove const.
1589         (bfd_und_section): Likewise.
1590         (bfd_com_section): Likewise.
1591         (bfd_ind_section): Likewise.
1593 2003-07-24  Nick Clifton  <nickc@redhat.com>
1595         * coff-arm.c (EXTRA_S_FLAGS): Include SEC_CODE so that code
1596         sections are assigned the LOAD attribute.
1598 2003-07-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1600         * elf32-sh.c: Convert to C90.  Replace PTR with void *.
1601         * elf32-sh64-com.c: Likewise.
1602         * elf32-sh64.c: Likewise.
1603         * elf32-sh64.h: Likewise.
1604         * elf64-sh64.c: Likewise.
1606 2003-07-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1608         * elf32-sh.c (sh_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
1609         (allocate_dynrelocs): Likewise.
1610         (sh_elf_relocate_section): Likewise. Use SYMBOL_REFERENCES_LOCAL.
1611         (sh_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
1613 2003-07-24  Nick Clifton  <nickc@redhat.com>
1615         * po/fr.po: Updated French translation.
1617 2003-07-23  Bob Wilson  <bob.wilson@acm.org>
1619         * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Make inline and move
1620         near the beginning of the file.  Swap order of arguments.  Call
1621         _bfd_elf_dynamic_symbol_p with "ignore_protected" set to 0.
1622         (elf_xtensa_fix_refcounts): Adjust xtensa_elf_dynamic_symbol_p call.
1623         (elf_xtensa_relocate_section): Likewise.
1624         (shrink_dynamic_reloc_sections): Likewise.
1626 2003-07-23  Bob Wilson  <bob.wilson@acm.org>
1628         * elf32-xtensa.c (plt_reloc_count): Fix typo in comment.
1629         (elf_xtensa_size_dynamic_sections): Use elf_discarded_section.
1630         (elf_xtensa_combine_prop_entries): Avoid returning non-zero without
1631         first printing an error message.
1632         (elf_xtensa_finish_dynamic_sections): Likewise.
1633         (elf_xtensa_discard_info_for_section): Adjust size of .got.loc when
1634         discarding literal table entries.
1635         (elf_xtensa_merge_private_bfd_data): Remove newline from error message.
1636         (elf_xtensa_do_asm_simplify): Likewise.
1638 2003-07-23  Stephane Carrez  <stcarrez@nerim.fr>
1640         * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Avoid crash when
1641         we have a local symbol in common section.
1643 2003-07-22  H.J. Lu <hongjiu.lu@intel.com>
1645         * elflink.c (_bfd_elf_dynamic_symbol_p): Don't return TRUE for
1646         weak symbols.
1648 2003-07-22  Nick Clifton  <nickc@redhat.com>
1650         * coffcode.h (coff_slurp_symbol_table): Add C_TCSYM and C_ECOML to
1651         expected RS6000 storage classes.
1653 2003-07-21  H.J. Lu <hongjiu.lu@intel.com>
1655         * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Mark
1656         output_bfd unused to silence gcc.
1658 2003-07-21  Nick Clifton  <nickc@redhat.com>
1660         * po/sv.po: Updated Swedish translation.
1662 2003-07-21  Alan Modra  <amodra@bigpond.net.au>
1664         * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use..
1665         (_bfd_elf_symbol_refs_local_p): ..this.  Declare.
1666         * elflink.c (_bfd_elf_symbol_refs_local_p): New function.
1667         * elf32-i386.c (elf_i386_relocate_section): Remove h NULL test
1668         now done in _bfd_elf_symbol_refs_local_p.
1669         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1670         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1671         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1673 2003-07-18  H.J. Lu <hongjiu.lu@intel.com>
1675         * elflink.c (_bfd_elf_dynamic_symbol_p): Undo the last change.
1677 2003-07-18  H.J. Lu <hongjiu.lu@intel.com>
1679         * elf-bfd.h (SYMBOL_REFERENCES_LOCAL): Fix a typo.
1680         (SYMBOL_CALLS_LOCAL): Likewise.
1682         * elflink.c (_bfd_elf_dynamic_symbol_p): Return TRUE
1683         immediately if symbol isn't defined locally.
1685 2003-07-18  Richard Henderson  <rth@redhat.com>
1687         * elflink.c (_bfd_elf_dynamic_symbol_p): New.
1688         * elf-bfd.h (_bfd_elf_dynamic_symbol_p): Declare it.
1689         (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use it.
1690         * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Likewise.
1691         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
1692         * elf64-hppa.c (elf64_hppa_dynamic_symbol_p): Likewise.
1693         * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Likewise.
1694         Update all callers to provide the relocation being resolved.
1696 2003-07-17  Shaun Jackman <sjackman@pathwayconnect.com>
1698         * config.bfd (arm-wince-pe): Add -DARM_COFF_BUGFIX to
1699         targ_cflags.
1701 2003-07-17  Nick Clifton  <nickc@redhat.com>
1703         * po/es.po: New Spanish translation.
1704         * po/sv.po: New Swedish translation.
1705         * po/opcodes.pot: Regenerate.
1707 2003-07-16  Richard Henderson  <rth@redhat.com>
1709         * config.bfd, configure.host, configure.in: Remove ia64-aix support.
1710         * elfxx-ia64.c, targets.c: Likewise.
1712 2003-07-16  Richard Henderson  <rth@redhat.com>
1714         * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Properly return false
1715         for symbols defined locally plus -Bsymbolic.  Tidy logic.
1717 2003-07-15  Richard Sandiford  <rsandifo@redhat.com>
1719         * archures.c (bfd_mach_mips7000): New.
1720         * bfd-in2.h: Regenerated.
1721         * cpu-mips.c (arch_info_struct): Add an entry for mips:7000.
1722         * elfxx-mips.c (mips_set_isa_flags): Handle bfd_mach_mips7000.
1723         (mips_mach_extensions): Add an entry for it.
1725 2003-07-14  Nick Clifton  <nickc@redhat.com>
1727         * po/tr.po: Update with latest version.
1728         * po/SRC-POTFILES.in: Regenerate.
1729         * po/bfd.pot: Regenerate.
1730         * Makfile.in: Regenerate.
1731         * configure: Regenerate.
1733 2003-07-12  Jeff Baker  <jbaker@qnx.com>
1735         * bfd/config.bfd (__QNXTARGET__): Define for Neutrino architectures.
1736         * bfd/elf32-arm.h (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1737         * bfd/elf32-sh.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1738         * bfd/elf32-ppc.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1740 2003-07-12  Jeff Muizelaar  <muizelaar@rogers.com>
1742         * coffcode.h (coff_set_section_contents): Set the
1743         IMAGE_FILE_32BIT_MACHINE flag for PE targets.
1745 2003-07-11  Richard Sandiford  <rsandifo@redhat.com>
1747         * bfd-in.h (bfd_h8300_pad_address): Declare.
1748         * bfd-in2.h: Regenerate.
1749         * cpu-h8300.c (bfd_h8300_pad_address): New function.
1750         * coff-h8300.c (h8300_reloc16_estimate): Use it to canonicalize
1751         addresses before checking whether they can be relaxed.
1752         (h8300_reloc16_extra_cases): Likewise for the R_MOVL2 sanity check.
1753         Don't complain about overflows in general 8-bit relocations.
1754         * elf32-h8300.c (elf32_h8_relax_section): Use bfd_h8300_pad_address.
1755         Fix handling of R_H8_DIR24A8.
1757 2003-07-11  Richard Sandiford  <rsandifo@redhat.com>
1759         * elf32-h8300.c: Convert function prototypes and definitions
1760         to C90 syntax.
1761         * coff-h8300.c: Likewise.
1762         * cpu-h8300.c: Likewise.
1764 2003-07-11  Alan Modra  <amodra@bigpond.net.au>
1766         * po/SRC-POTFILES.in: Regenerate.
1767         * po/bfd.pot: Likewise.
1769 2003-07-10  Bob Wilson  <bob.wilson@acm.org>
1771         * elf32-xtensa.c (elf_xtensa_create_dynamic_sections): Create new
1772         .got.loc section.  Do not set SEC_ALLOC or SEC_LOAD flags for the
1773         .xt.lit.plt section.
1774         (elf_xtensa_size_dynamic_sections): Set size of the .got.loc section
1775         and allocate memory for it.
1776         (elf_xtensa_combine_prop_entries): Copy contents of .xt.lit output
1777         section to the .got.loc section.
1778         (elf_xtensa_finish_dynamic_sections): Fix up call to
1779         elf_xtensa_combine_prop_entries and set DT_XTENSA_GOT_LOC_OFF to
1780         the address of .got.loc.
1781         (relax_property_section): Shrink .got.loc to match changes in any
1782         literal table section.
1783         (xtensa_is_property_section): Change to match
1784         xtensa_get_property_section_name.
1785         (xtensa_is_littable_section): New.
1787 2003-07-10  H.J. Lu <hongjiu.lu@intel.com>
1789         * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1 instead of
1790         -1LL.
1792 2003-07-10  Alan Modra  <amodra@bigpond.net.au>
1794         * Makefile.am (BFD32_BACKENDS): Add elf32-am33lin.lo.
1795         (BFD32_BACKENDS_CFILES): elf32-am33lin.c not elf32-am33lin.lo.
1796         Run "make dep-am".
1797         * Makefile.in: Regenerate.
1799 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
1801         2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
1802         * elf32-am33lin.c (ELF_MACHINE_CODE): Redefine to EM_MN10300.
1803         (ELF_MACHINE_ALT1): Define to EM_CYGNUS_MN10300.
1804         2001-06-02  Nick Clifton  <nickc@cambridge.redhat.com>
1805         * elf32-am33lin.c: Rename global functions.
1806         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
1807         * config.bfd (am33_2.0, am33_2.0-*-linux*): Added.
1808         * configure.in (bfd_elf32_am33lin_vec): Added.
1809         * Makefile.am (BFD32_BACKENDS): Added elf32-am33lin.lo.
1810         (elf32-am33lin.lo): List dependencies.
1811         * aclocal.m4, configure, Makefile.in: Rebuilt.
1812         * elf-m10300.c (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME,
1813         ELF_ARCH, ELF_MACHINE_CODE, ELF_MAXPAGESIZE): Define only if
1814         ELF_ARCH was not defined before.
1815         (elf_symbol_leading_char): Define if not defined.
1816         * elf32-am33lin.c: Override the definitions above.
1817         * targets.c (bfd_elf32_am33lin_vec): New.
1819 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
1821         2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
1822         * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Initialize
1823         pcrel_relocs_copied.
1824         2001-12-13  Alexandre Oliva  <aoliva@redhat.com>
1825         * elf-m10300.c (ELF_DYNAMIC_INTERPRETER): Renamed from
1826         ld-linux.so.2 to ld.so.1.
1827         2001-10-10  Alexandre Oliva  <aoliva@redhat.com>
1828         * elf-m10300.c (elf_mn10300_sizeof_plt0): New macro.
1829         (_bfd_mn10300_elf_adjust_dynamic_symbol): Use it.
1830         (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
1831         * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Allocate
1832         .rela.* section contents with bfd_zalloc.
1833         2001-09-25  Alexandre Oliva  <aoliva@redhat.com>
1834         * elf-m10300.c: Added declarations for functions missing them.
1835         Merge some shared-library changes from the i386 back-end.  Use
1836         R_MN10300_RELATIVE instead of R_MN10300_PCREL32 and
1837         R_MN10300_GLOB_DAT instead of R_MN10300_32 where appropriate.
1838         (struct elf32_mn10300_link_hash_entry): Remove duplicates of
1839         members of elf_link_hash_entry.  Adjusted references.
1840         (mn10300_elf_final_link_relocate): dynobj was already loaded
1841         into a local variable, use it.
1842         2001-09-21  Nick Clifton  <nickc@cambridge.redhat.com>
1843         * elf-m10300.c: Add missing function prototypes.
1844         2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
1845         * elf-m10300.c (mn10300_elf_relocate_section): Don't compute
1846         relocation for dynamic relocations.
1847         2001-05-16  Alexandre Oliva  <aoliva@redhat.com>
1848         * reloc.c (BFD_RELOC_MN10300_GOTOFF24): New.
1849         * elf-m10300.c: Introduce GOTPC16, GOTOFF24, GOTOFF16 and
1850         PLT16, and rename GOTPC to GOTPC32 and GOTOFF to GOTOFF32.
1851         (_bfd_mn10300_elf_create_dynamic_sections): Move creation ot PLT...
1852         (_bfd_mn10300_elf_create_got_section): ... here, so that its
1853         adress is already known at the time we compute relaxations.
1854         (mn10300_elf_relax_section): Relax GOTPC32, GOTOFF32, GOT32
1855         and PLT32 to narrower relocations.
1856         * libbfd.h, bfd-in2.h: Rebuilt.
1857         2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
1858         * reloc.c (BFD_RELOC_MN10300_GOT32, BFD_RELOC_MN10300_GOT24,
1859         BFD_RELOC_MN10300_GOT16, BFD_RELOC_MN10300_COPY,
1860         BFD_RELOC_MN10300_GLOB_DAT, BFD_RELOC_MN10300_JMP_SLOT,
1861         BFD_RELOC_MN10300_RELATIVE): New relocs.
1862         * libbfd.h, bfd-in2.h: Rebuilt.
1863         * elf-m10300.c (struct elf_mn10300_pcrel_relocs_copied): New.
1864         (struct elf32_mn10300_link_hash_entry): Added DSO-related
1865         fields.
1866         (elf_mn10300_howto): Defined new relocation types.
1867         (mn10300_reloc_map): Map them.
1868         (_bfd_mn10300_elf_create_got_section): New fn.
1869         (mn10300_elf_check_relocs): Handle PIC relocs.
1870         (mn10300_elf_final_link_relocate): Likewise.
1871         (mn10300_elf_relocate_section): Handle DSOs.
1872         (PLT0_ENTRY_SIZE, PLT_ENTRY_SIZE, PIC_PLT_ENTRY_SIZE): New macros.
1873         (elf_mn10300_plt0_entry, elf_mn10300_plt_entry,
1874         elf_mn10300_pic_plt_entry): New.
1875         (elf_mn10300_sizeof_plt, elf_mn10300_plt_plt0_offset,
1876         elf_mn10300_plt0_linker_offset, elf_mn10300_plt0_gotid_offset,
1877         elf_mn10300_plt_temp_offset, elf_mn10300_plt_symbol_offset,
1878         elf_mn10300_plt_reloc_offset: New macros.
1879         (ELF_DYNAMIC_INTERPRETER): Likewise.
1880         (_bfd_mn10300_elf_create_dynamic_sections): New function.
1881         (_bfd_mn10300_elf_adjust_dynamic_symbol): Likewise.
1882         (_bfd_mn10300_elf_discard_copies): Likewise.
1883         (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
1884         (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
1885         (_bfd_mn10300_elf_finish_dynamic_sections): Likewise.
1886         (elf_backend_can_gc_sections,
1887         elf_backend_create_dynamic_sections,
1888         elf_backend_adjust_dynamic_sections,
1889         elf_backend_size_dynamic_sections,
1890         elf_backend_finish_dynamic_symbol,
1891         elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
1892         elf_backend_plt_readonly, elf_backend_want_plt_sym,
1893         elf_backend_got_header_size, elf_backend_plt_header_size): New
1894         macros.
1896 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
1898         2001-05-06  Alexandre Oliva  <aoliva@redhat.com>
1899         * elf-m10300.c (compute_function_info): Account for AM33
1900         registers in `movm' when computing stack space for `call' when
1901         linking for AM33/2.0 link.
1902         2000-04-01  Alexandre Oliva  <aoliva@cygnus.com>
1903         * archures.c (bfd_mach_am33_2): Renamed from bfd_mach_am332.
1904         * bfd-in2.h: Rebuilt.
1905         * cpu-m10300.c (bfd_am33_2_arch): Renamed from bfd_am332_arch.
1906         * elf-m10300.c: Updated.
1907         2000-03-31  Alexandre Oliva  <aoliva@cygnus.com>
1908         * archures.c (bfd_mach_am332): Defined.
1909         * bfd-in2.h: Rebuilt.
1910         * cpu-m10300.c (bfd_am332_arch): Defined.
1911         (bfd_am33_arch): Chained with am33-2.
1912         * elf-m10300.c (elf_mn10300_mach): Handle am332.
1913         (_bfd_mn10300_elf_final_write_processing): Likewise.
1915 2003-07-09  H.J. Lu <hongjiu.lu@intel.com>
1917         * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1LL.
1919 2003-07-10  Alan Modra  <amodra@bigpond.net.au>
1921         * elf64-ppc.c (bfd_elf64_mkobject): Define.
1922         (struct ppc64_elf_obj_tdata): New.
1923         (ppc64_elf_tdata, ppc64_tlsld_got): Define.
1924         (ppc64_elf_mkobject): New function.
1925         (struct got_entry): Add "owner".  Move "tls_type".
1926         (struct ppc_link_hash_table): Delete "relgot", "tlsld_got".
1927         (ppc64_elf_init_stub_bfd): New function.
1928         (create_got_section): Create header .got in dynobj.  Create .got
1929         and .rela.got in each bfd.  Stash pointers in ppc64_elf_obj_tdata.
1930         (ppc64_elf_create_dynamic_sections): Don't call create_got_section.
1931         Look for dynobj .got, and test it.
1932         (ppc64_elf_copy_indirect_symbol): Adjust for changed got.
1933         (update_local_sym_info): Likewise.
1934         (ppc64_elf_check_relocs): Likewise.
1935         (ppc64_elf_gc_sweep_hook): Likewise.
1936         (ppc64_elf_tls_optimize): Likewise.
1937         (allocate_dynrelocs): Likewise.
1938         (ppc64_elf_size_dynamic_sections): Likewise.
1939         (ppc64_elf_relocate_section): Likewise.
1940         (ppc64_elf_next_toc_section): Update comment.
1941         (toc_adjusting_stub_needed): Remove unneeded cast.
1942         (ppc64_elf_build_stubs): Check for stub sections in stub bfd by
1943         testing section flags.
1944         (ppc64_elf_build_stubs): Likewise.
1945         (ppc64_elf_size_stubs): Likewise.  Remove stub_bfd param.
1946         (ppc64_elf_finish_dynamic_sections): Write out got sections.
1947         (func_desc_adjust): Copy over dynamic info for undef weaks.
1948         * elf64-ppc.h (ppc64_elf_init_stub_bfd): Declare.
1949         (ppc64_elf_size_stubs): Update prototype.
1950         * elflink.h (elf_link_sort_relocs): Use link_orders to find reldyn
1951         input sections rather than scanning dynobj.
1953 2003-07-09  Richard Sandiford  <rsandifo@redhat.com>
1955         * elfxx-mips.c (mips_elf_link_hash_entry): Remove min_dyn_reloc_index.
1956         (bfd_mips_elf_swap_msym_in, bfd_mips_elf_swap_msym_out): Delete.
1957         (mips_elf_create_msym_section): Delete.
1958         (mips_elf_create_dynamic_relocation): Don't set min_dyn_reloc_index.
1959         (_bfd_mips_elf_copy_indirect_symbol): Likewise.
1960         (_bfd_mips_elf_create_dynamic_sections): Don't create .msym.
1961         (_bfd_mips_elf_size_dynamic_sections): Don't calculate its size.
1962         (_bfd_mips_elf_size_dynamic_sections): Don't add DT_MIPS_MSYM.
1963         (_bfd_mips_elf_finish_dynamic_symbol): Don't add symbols to .msym.
1964         (_bfd_mips_elf_finish_dynamic_sections): Likewise.
1966 2003-07-09  Richard Sandiford  <rsandifo@redhat.com>
1968         * elfxx-mips.c (mips_elf_irix6_finish_dynamic_symbol): Make the
1969         symbols protected.
1971 2003-07-09  Richard Sandiford  <rsandifo@redhat.com>
1973         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Fix handling
1974         of relocations whose offset is -2.
1976 2003-07-09  Richard Sandiford  <rsandifo@redhat.com>
1978         * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): Treat
1979         forced-local symbols like other locals.  Don't create relocations
1980         against STN_UNDEF in irix objects.
1982 2003-07-09  Richard Sandiford  <rsandifo@redhat.com>
1984         * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): In SGI-
1985         compatible objects, add the values of defined external symbols
1986         to the addend.
1988 2003-07-09  Richard Sandiford  <rsandifo@redhat.com>
1990         * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Always
1991         initialize a GOT entry to the symbol's st_value.
1993 2003-07-08  Alan Modra  <amodra@bigpond.net.au>
1995         * elf-bfd.h (struct elf_obj_tdata): Move linker_section_pointers..
1996         * elf32-ppc.c (struct ppc_elf_obj_tdata): ..to here.  New.
1997         (ppc_elf_tdata): Define.
1998         (elf_local_ptr_offsets): Adjust.
1999         (ppc_elf_mkobject): New function.
2000         (bfd_elf32_mkobject): Define.
2002         * elfcode.h (elf_object_p): Allocate tdata via _bfd_set_format.
2003         * elfcore.h (elf_core_file_p): Likewise.
2004         * section.c (bfd_section_init): Remove prototype.
2006 2003-07-08  Alan Modra  <amodra@bigpond.net.au>
2008         * elf-bfd.h (struct elf_link_hash_entry): Remove linker_section_pointer
2009         field.
2010         (enum elf_linker_section_enum): Delete.
2011         (struct elf_linker_section): Delete.
2012         (struct elf_linker_section_pointers): Delete.
2013         (struct elf_obj_tdata): Remove #if 0 chunk.  Remove linker_section.
2014         Make linker_section_pointers a void**.
2015         (elf_local_ptr_offsets, elf_linker_section): Don't define.
2016         * elf32-ppc.c (enum elf_linker_section_enum): New, cut-down version
2017         of old item in elf-bfd.h.
2018         (struct elf_linker_section): Likewise.
2019         (struct elf_linker_section_pointers): Likewise.
2020         (elf_local_ptr_offsets): Define.
2021         (struct ppc_elf_link_hash_entry): Add linker_section_pointer.
2022         (ppc_elf_link_hash_newfunc): Init it.
2023         (struct ppc_elf_link_hash_table): Add sbss.
2024         (ppc_elf_link_hash_table_create): zmalloc rather than clearing
2025         individual fields.
2026         (elf_create_linker_section): Fold into..
2027         (ppc_elf_create_linker_section): ..here.  Remove hole_size code.
2028         Make rela section here if shared.
2029         (elf_find_pointer_linker_section): Pass lsect rather than enum.
2030         (elf_create_pointer_linker_section): Adjust.  zalloc rather than
2031         clearing in a loop.
2032         (elf_finish_pointer_linker_section): Adjust.  Don't make rela
2033         section here.
2034         (ppc_elf_check_relocs): Adjust.
2035         (ppc_elf_add_symbol_hook): Tighten hash creator test.  Remove code
2036         creating .sbss by hand.
2037         * elf.c (_bfd_elf_link_hash_newfunc): Adjust.
2039 2003-07-04  Jakub Jelinek  <jakub@redhat.com>
2041         * elf32-s390.c (elf_howto_table): Change R_390_GOT12 to
2042         complain_overflow_bitfield.
2043         * elf64-s390.c (elf_howto_table): Change R_390_GOT12 to
2044         complain_overflow_bitfield.
2046 2003-07-04  Jakub Jelinek  <jakub@redhat.com>
2048         * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Return
2049         true even if -pie.
2051 2003-07-04  Jakub Jelinek  <jakub@redhat.com>
2053         * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add rel_fptr_sec.
2054         (elfNN_ia64_dynamic_symbol_p): Change info->shared into
2055         !info->executable.
2056         (get_fptr): For -pie create .opd as writable section and create
2057         .rela.opd as well.
2058         (elfNN_ia64_check_relocs): Change info->shared into
2059         !info->executable.
2060         (allocate_fptr): Likewise.
2061         (allocate_dynrel_entries): Account for a relative reloc for -pie
2062         @fptr().  Don't account for a relative reloc if -pie want_ltoff_fptr
2063         for undefweak symbol.  Account for an IPLT reloc in .rela.opd
2064         section if -pie.
2065         (set_got_entry): Don't create a relative reloc if -pie
2066         want_ltoff_fptr for undefweak symbol.
2067         (set_fptr_entry): Emit an IPLT reloc in .rela.opd for -pie.
2068         (elfNN_ia64_relocate_section): Emit a relative reloc for -pie
2069         @fptr().
2071         * elfxx-ia64.c (elfNN_ia64_relocate_section): Issue undefined_symbol
2072         even if -pie.
2073         * elf32-i386.c (elf_i386_relocate_section): Likewise.
2074         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
2075         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2076         * elf64-s390.c (elf_s390_relocate_section): Likewise.
2077         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2078         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
2079         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2080         * elf32-s390.c (elf_s390_relocate_section): Likewise.
2081         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
2083 2003-07-04  Paul Clarke <paulc@senet.com.au>
2085         * elf32-h8300.c (R_H8_DIR32A16): Fix name field.
2086         (elf32_h8_relax_section) <R_H8_DIR16A8>: Adjust position of relocation.
2087         <R_H8_DIR32A16>: Fix type of relocation.
2089 2003-07-04  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2091         * elf32-sh.c (sh_elf_create_dynamic_sections): Return if dynamic
2092         sections were created already.  Remove unnecessary tests of
2093         the previous change.
2095 2003-07-04  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2097         * elf32-sh.c (sh_elf_create_dynamic_sections): Don't call
2098         bfd_make_section for existing sections.
2100 2003-07-04  Alan Modra  <amodra@bigpond.net.au>
2102         * elf32-sparc.c (elf32_sparc_check_relocs): Don't call
2103         create_got_section if we already have done so.
2104         * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
2105         (sh_elf_check_relocs): Likewise.
2106         (sh_elf_adjust_dynamic_symbol): Delete "dynobj" var.  Use
2107         htab->root.dynobj instead.
2108         (sh_elf_check_relocs): Likewise.
2109         (sh_elf_finish_dynamic_sections): Likewise.
2111         * section.c (bfd_make_section): Return NULL for existing section.
2113 2003-07-04  Alan Modra  <amodra@bigpond.net.au>
2115         * elf32-ppc.c (ppc_elf_create_dynamic_sections): Don't call
2116         ppc_elf_create_got if we've already done so.
2118         * elf-bfd.h (_bfd_elf_create_linker_section) Don't declare.
2119         (_bfd_elf_find_pointer_linker_section): Likewise.
2120         (bfd_elf32_create_pointer_linker_section): Likewise.
2121         (bfd_elf32_finish_pointer_linker_section): Likewise.
2122         (bfd_elf64_create_pointer_linker_section): Likewise.
2123         (bfd_elf64_finish_pointer_linker_section): Likewise.
2124         (_bfd_elf_make_linker_section_rela): Likewise.
2125         * elfcode.h (elf_create_pointer_linker_section): Don't define.
2126         (elf_finish_pointer_linker_section): Likewise.
2127         * elflink.c (_bfd_elf_make_linker_section_rela): Delete.
2128         (_bfd_elf_create_linker_section): Move this function..
2129         (_bfd_elf_find_pointer_linker_section): ..and this..
2130         * elflink.h (elf_create_pointer_linker_section): ..and this..
2131         (elf_finish_pointer_linker_section): ..and this..
2132         * elf32-ppc.c: ..to here, renaming to the following, and adjusting
2133         calls.
2134         (elf_create_linker_section): Convert to C90, tidy.
2135         (elf_find_pointer_linker_section): Likewise.
2136         (elf_create_pointer_linker_section): Likewise.
2137         (elf_finish_pointer_linker_section): Likewise.
2138         * elf32-i370.c: Delete #if 0 code.
2140 2003-07-02  Alan Modra  <amodra@bigpond.net.au>
2142         * elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't allow _savef* and
2143         _restf* to be satisfied by shared libs, and always force them local.
2144         (toc_adjusting_stub_needed): Avoid scanning linker created sections.
2145         Correct test for "bl".
2146         (ppc64_elf_relocate_section <R_PPC64_TLS>): Correct test for
2147         primary opcode 31.
2149 2003-07-01  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2151         * elf32-s390.c (s390_elf_ldisp_reloc): New prototype.
2152         (s390_tls_reloc): New function.
2153         (elf_howto_table): Add long displacement relocations R_390_20,
2154         R_390_GOT20, R_390_GOTPLT20 and R_390_TLS_GOTIE20.
2155         (elf_s390_reloc_type_lookup): Likewise.
2156         (elf_s390_check_relocs): Likewise.
2157         (elf_s390_gc_sweep_hook): Likewise.
2158         (elf_s390_relocate_section): Likewise.
2159         * elf64-s390.c: Same changes as for elf32-s390.c.
2160         * reloc.c: Add long displacement relocations BFD_RELOC_390_20,
2161         BFD_RELOC_390_GOT20, BFD_RELOC_390_GOTPLT20 and
2162         BFD_RELOC_390_TLS_GOTIE20.
2163         * bfd-in2.h: Regenerate.
2164         * libbfd.h: Likewise.
2166 2003-06-30  Alan Modra  <amodra@bigpond.net.au>
2168         * cpu-ia64-opc.c (ext_imms_scaled): Don't sign extend using shifts.
2169         (ins_imms, ins_immsm1u4): Likewise.  Warning fix.
2171 2003-06-29  Alan Modra  <amodra@bigpond.net.au>
2173         * archive.c: Convert to C90, remove unnecessary prototypes and casts.
2174         Replace PTR with void *.  Formatting.
2175         * archive64.c: Likewise.
2176         * archures.c: Likewise.
2177         * bfd-in.h: Likewise.
2178         * bfd.c: Likewise.
2179         * bfdio.c: Likewise.
2180         * bfdwin.c: Likewise.
2181         * cache.c: Likewise.
2182         * corefile.c: Likewise.
2183         * format.c: Likewise.
2184         * init.c: Likewise.
2185         * libbfd-in.h: Likewise.
2186         * libbfd.c: Likewise.
2187         * linker.c: Likewise.
2188         * opncls.c: Likewise.
2189         * reloc.c: Likewise.
2190         * section.c: Likewise.
2191         * simple.c: Likewise.
2192         * syms.c: Likewise.
2193         * targets.c: Likewise.
2194         * bfd-in2.h: Regenerate.
2195         * libbfd.h: Regenerate.
2197         * ecoff.c (bfd_debug_section): Add missing kept_section initialization.
2198         * libbfd-in.h (_bfd_sh_align_load_span): Don't declare if defined.
2199         * libbfd.c (COERCE32, EIGHT_GAZILLION): Simplify.
2200         (bfd_getb64): Rewrite without parens.
2201         (bfd_getl64, bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
2202         * cache.c (insert, snip): Remove INLINE.
2203         * linker.c (bfd_link_add_undef): Likewise.
2205 2003-06-29  Andreas Jaeger  <aj@suse.de>
2207         * elf64-x86-64.c: Convert to ISO C90 prototypes, remove
2208         unnecessary prototypes.  Replace PTR with void *.
2209         (elf64_x86_64_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL to
2210         trim plt entries.  Move undefweak non-default visibility test ...
2211         (allocate_dynrelocs): ... from here.
2212         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
2213         Change all callers.
2214         (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL.  Use
2215         SYMBOL_REFERENCES_LOCAL for dynreloc check.
2216         (elf64_x86_64_relocate_section): Use SYMBOL_CALLS_LOCAL for
2217         dynreloc and .got relocs.
2218         (elf64_x86_64_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL
2219         for .got relocs.
2221 2003-06-29  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2223         * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR.
2225 2003-06-27  Nick Clifton  <nickc@redhat.com>
2227         * opncls.c (bfd_add_gnu_debuglink_section): Rename to
2228         bfd_add_gnu_debuglink_section and only create the section, do not
2229         fill in its contents.
2230         (bfd_fill_in_gnu_debuglink_section): New function.  Fill in the
2231         contents of a .gnu-debuglink section.
2232         * bfd-in2.h: Regenerate.
2234 2003-06-27  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2236         * elfxx-mips.c: Revert .got alignment to 2**4.
2238 2003-06-27  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2240         * elf32-mips.c: Fix addend for _gp_disp special symbol.
2242 2003-06-27  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2244         * elfxx-mips.c (_bfd_mips_elf_fake_sections): Remove non-default
2245         relocation header setup.
2247 2003-06-25  Alan Modra  <amodra@bigpond.net.au>
2249         * elf32-ppc.c (ppc_elf_howto_table): Remove unnecessary cast.
2250         (ppc_elf_reloc_type_lookup): Modify comment.
2251         (ppc_elf_info_to_howto): Ditto.
2252         (ppc_elf_relocate_section): Ditto.
2253         (ppc_elf_check_relocs): Call ppc_elf_howto_init.
2255 2003-06-25  Alan Modra  <amodra@bigpond.net.au>
2257         * aout-ns32k.c: Correct spelling of "relocatable".
2258         * aoutx.h: Likewise.
2259         * bfd-in.h: Likewise.
2260         * bfd.c: Likewise.
2261         * bout.c: Likewise.
2262         * coff-a29k.c: Likewise.
2263         * coff-alpha.c: Likewise.
2264         * coff-arm.c: Likewise.
2265         * coff-i386.c: Likewise.
2266         * coff-i860.c: Likewise.
2267         * coff-i960.c: Likewise.
2268         * coff-m68k.c: Likewise.
2269         * coff-m88k.c: Likewise.
2270         * coff-mcore.c: Likewise.
2271         * coff-mips.c: Likewise.
2272         * coff-or32.c: Likewise.
2273         * coff-ppc.c: Likewise.
2274         * coff-rs6000.c: Likewise.
2275         * coff-sh.c: Likewise.
2276         * coff-tic80.c: Likewise.
2277         * coff64-rs6000.c: Likewise.
2278         * cofflink.c: Likewise.
2279         * cpu-ns32k.c: Likewise.
2280         * ecoff.c: Likewise.
2281         * ecofflink.c: Likewise.
2282         * elf-bfd.h: Likewise.
2283         * elf-eh-frame.c: Likewise.
2284         * elf-hppa.h: Likewise.
2285         * elf-m10200.c: Likewise.
2286         * elf-m10300.c: Likewise.
2287         * elf.c: Likewise.
2288         * elf32-arm.h: Likewise.
2289         * elf32-avr.c: Likewise.
2290         * elf32-cris.c: Likewise.
2291         * elf32-d10v.c: Likewise.
2292         * elf32-dlx.c: Likewise.
2293         * elf32-fr30.c: Likewise.
2294         * elf32-frv.c: Likewise.
2295         * elf32-h8300.c: Likewise.
2296         * elf32-hppa.c: Likewise.
2297         * elf32-i370.c: Likewise.
2298         * elf32-i386.c: Likewise.
2299         * elf32-i860.c: Likewise.
2300         * elf32-i960.c: Likewise.
2301         * elf32-ip2k.c: Likewise.
2302         * elf32-iq2000.c: Likewise.
2303         * elf32-m32r.c: Likewise.
2304         * elf32-m68hc11.c: Likewise.
2305         * elf32-m68hc1x.c: Likewise.
2306         * elf32-m68k.c: Likewise.
2307         * elf32-mcore.c: Likewise.
2308         * elf32-mips.c: Likewise.
2309         * elf32-msp430.c: Likewise.
2310         * elf32-openrisc.c: Likewise.
2311         * elf32-ppc.c: Likewise.
2312         * elf32-s390.c: Likewise.
2313         * elf32-sh.c: Likewise.
2314         * elf32-sh64.c: Likewise.
2315         * elf32-sparc.c: Likewise.
2316         * elf32-v850.c: Likewise.
2317         * elf32-vax.c: Likewise.
2318         * elf32-xstormy16.c: Likewise.
2319         * elf32-xtensa.c: Likewise.
2320         * elf64-alpha.c: Likewise.
2321         * elf64-hppa.c: Likewise.
2322         * elf64-mips.c: Likewise.
2323         * elf64-mmix.c: Likewise.
2324         * elf64-ppc.c: Likewise.
2325         * elf64-s390.c: Likewise.
2326         * elf64-sh64.c: Likewise.
2327         * elf64-sparc.c: Likewise.
2328         * elf64-x86-64.c: Likewise.
2329         * elfcode.h: Likewise.
2330         * elflink.h: Likewise.
2331         * elfn32-mips.c: Likewise.
2332         * elfxx-ia64.c: Likewise.
2333         * elfxx-mips.c: Likewise.
2334         * i386linux.c: Likewise.
2335         * ieee.c: Likewise.
2336         * libcoff-in.h: Likewise.
2337         * linker.c: Likewise.
2338         * m68klinux.c: Likewise.
2339         * pdp11.c: Likewise.
2340         * pe-mips.c: Likewise.
2341         * peXXigen.c: Likewise.
2342         * reloc.c: Likewise.
2343         * reloc16.c: Likewise.
2344         * sparclinux.c: Likewise.
2345         * sunos.c: Likewise.
2346         * syms.c: Likewise.
2347         * versados.c: Likewise.
2348         * vms.c: Likewise.
2349         * xcofflink.c: Likewise.
2350         * bfd-in2.h: Regenerate.
2351         * libcoff.h: Regenerate.
2352         * libbfd.h: Regenerate.
2354 2003-06-24  Alan Modra  <amodra@bigpond.net.au>
2356         * elf32-ppc.c (ppc_elf_check_relocs): Report plt reloc against
2357         local sym errors.
2359         * elf32-i386.c: Convert to C90 function definitions, remove unnecessary
2360         prototypes and casts.  Replace PTR with void *.  Formatting.
2361         * elf32-ppc.c: Likewise.  Break long strings too.
2362         (ppc_elf_relax_section): Use enum elf_ppc_reloc_type for r_type.
2363         (ppc_elf_unhandled_reloc): Internationalize error message.
2364         * elf32-ppc.h: Remove PARAMS.
2366 2003-06-23  Mark Mitchell  <mark@codesourcery.com>
2368         * elf32-ppc.c (ppc_elf_begin_write_processing): Use bytes to count
2369         APUinfo slots.
2370         (ppc_elf_final_write_processing): Likewise.
2372 2003-06-23  H.J. Lu <hongjiu.lu@intel.com>
2374         * elflink.h (elf_link_input_bfd): Check raw size when using
2375         kept_section to preserve debug information discarded by
2376         linkonce.
2378 2003-06-20  Alan Modra  <amodra@bigpond.net.au>
2380         * elf64-ppc.c (struct ppc_link_hash_table): Add top_id.
2381         (ppc64_elf_setup_section_lists): Set it.
2382         (ppc64_elf_relocate_section): Check sym section id against top_id.
2383         (ppc_build_one_stub): Comment on top_id.
2385 2003-06-20  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
2387         * config.bfd: Add tic4x-*-rtems*.
2389 2003-06-20  Alan Modra  <amodra@bigpond.net.au>
2391         * elf64-ppc.c: Convert to C90 function definitions, remove unnecessary
2392         prototypes and casts.  Replace PTR with void *.  Format copyright.
2393         Mention ABI links.
2394         (struct ppc_link_hash_table): Rename sgot, srelgot, splt, srelplt,
2395         sdynbss, srelbss, sglink, sbrlt and srelbrlt to got, relgot .. relbrlt.
2396         (ppc_type_of_stub): Make r_type an enum.
2397         (ppc64_elf_size_stubs): Likewise.
2398         * elf64-ppc.h: Remove PARAMS macro.
2400 2003-06-19  Alan Modra  <amodra@bigpond.net.au>
2402         * elf64-ppc.c (ppc64_elf_link_hash_table_create): Reinstate init of
2403         elf hash tab fields.
2405         * elf64-ppc.c (ppc64_elf_reloc_type_lookup): Tidy prototype.
2406         (ppc64_elf_info_to_howto): Likewise.
2407         (ppc64_elf_build_stubs): Add "stats" param, and print statistics.
2408         * elf64-ppc.h (ppc64_elf_build_stubs): Adjust prototype.
2410 2003-06-19  Alan Modra  <amodra@bigpond.net.au>
2412         * elf64-sparc.c (sparc64_elf_relocate_section): Ignore R_SPARC_DISP32
2413         reloc overflow on discarded eh_frame entries.
2415 2003-06-19  Alan Modra  <amodra@bigpond.net.au>
2417         * elf64-ppc.c (toc_adjusting_stub_needed): New function.
2418         (ppc64_elf_next_input_section): Use it here to set has_gp_reloc.
2419         Return error condition.
2420         (ppc64_elf_size_stubs): Restrict toc adjusting stubs to sections
2421         that have has_gp_reloc set.
2422         (struct ppc_link_hash_table): Add stub_count.
2423         (ppc_build_one_stub): Increment it.
2424         (ppc64_elf_link_hash_table_create): zmalloc rather than clearing
2425         individual fields.
2426         * elf64-ppc.h (ppc64_elf_next_input_section): Update prototype.
2428 2003-06-18  Alan Modra  <amodra@bigpond.net.au>
2430         * elflink.h (elf_gc_record_vtentry): Revert last change.  Correct
2431         size calculation from addend.  Round size up.
2433 2003-06-18  Hans-Peter Nilsson  <hp@axis.com>
2435         * elf32-cris.c (cris_elf_relocate_section) <case
2436         R_CRIS_32_GOTREL>: When linking a program, don't complain about a
2437         symbol from a normal object or an undefined weak symbol.
2439 2003-06-18  Alan Modra  <amodra@bigpond.net.au>
2441         * elf64-ppc.c (ppc64_elf_relocate_section): Accept a symbol on
2442         R_PPC64_TOC relocs.
2444 2003-06-17  H.J. Lu <hongjiu.lu@intel.com>
2446         * section.c (struct sec): Put back kept_section.
2447         (STD_SECTION): Put back kept_section initialization.
2448         * bfd-in2.h: Regenerate.
2450         * elflink.h (elf_link_input_bfd): Also check discarded linkonce
2451         sections for relocateable output. Use kept_section to preserve
2452         debug information discarded by linkonce.
2454 2003-06-17  Roland McGrath  <roland@redhat.com>
2456         * elfxx-ia64.c (elfNN_ia64_relocate_section): Support
2457         segment-relative relocation between different segments.
2459 2003-06-17  Alan Modra  <amodra@bigpond.net.au>
2461         * elf64-ppc.c (ppc64_elf_relocate_section): Do unaligned reloc
2462         optimizations earlier.
2464         * elf64-ppc.c (struct ppc_link_hash_table): Reinstate top_index.
2465         Restore previous input_list type.
2466         (ppc64_elf_link_hash_table_create): Undo last change.
2467         (ppc64_elf_setup_section_lists): Reinstate code setting up input lists
2468         per output section, but don't bother with bfd_abs_section marker.
2469         (ppc64_elf_next_input_section): Adjust for multiple input section
2470         lists.
2471         (group_sections): Likewise.
2473 2003-06-17  Jakub Jelinek  <jakub@redhat.com>
2475         * elf64-ppc.c (ppc64_elf_relocation_section): Ensure
2476         *r_offset == r_addend for RELATIVE relocs against .got.
2478 2003-06-17  Alan Modra  <amodra@bigpond.net.au>
2480         * elf64-ppc.c (ppc64_elf_relocate_section): Optimize unaligned relocs.
2482 2003-06-17  Nick Clifton  <nickc@redhat.com>
2484         * elflink.h (elf_gc_record_vtentry): Allocate an extra element
2485         in the vtable_entries_used array to allow for the accessing
2486         the largest element.
2488 2003-06-17  Alan Modra  <amodra@bigpond.net.au>
2490         * elf64-ppc.c (struct ppc_link_hash_table): Remove top_index.  Modify
2491         input_list.
2492         (ppc64_elf_link_hash_table_create): Init input_list here.
2493         (ppc64_elf_setup_section_lists): Remove code setting up input lists
2494         per output section.  Set toc_off for abs and other standard sections.
2495         (ppc64_elf_reinit_toc): Don't set elf_gp on input bfds lacking a toc.
2496         (ppc64_elf_next_input_section): Adjust for single input section list.
2497         Don't set toc_curr from input bfds that haven't set elf_gp.
2498         (group_sections): Adjust for single input section list.
2500         * elf64-ppc.c (ppc64_elf_relocate_section): Correct pcrel section zero.
2502 2003-06-16  Alan Modra  <amodra@bigpond.net.au>
2504         * elf64-ppc.c (ppc64_elf_relocate_section): When optimizing toctprel
2505         tls, check that a TOC16_DS or TOC16_LO_DS reloc isn't pointing to a
2506         dtprel entry.  Ensure TLS_LD DTPMOD reloc has a zero addend.  Write
2507         got section for RELATIVE relocs.  Fix wrong comment.  Change condition
2508         under which dynamic relocs update the section contents.
2510 2003-06-13  Robert Millan  <zeratul2@wanadoo.es>
2512         * config.bfd: Add i386-netbsd-gnu target.
2514 2003-06-12  Nick Clifton  <nickc@redhat.com>
2516         * opncls.c (calc_crc32): Rename to
2517         bfd_calc_gnu_debuglink_crc32 and export.
2518         (GNU_DEBUGLINK): Define and use to replace occurrences of
2519         hard-coded ".gnu_debuglink" in the code.
2520         (get_debug_link_info): Prevent aborts by replacing call to
2521         xmalloc with a call to malloc.
2522         (find_separate_debug_file): Prevent aborts by replacing calls
2523         to xmalloc and xstrdup with calls to malloc and strdup.
2524         (bfd_add_gnu_debuglink): New function.  Add a .gnu_debuglink
2525         section to a bfd.
2526         * bfd-in2.h: Regenerate.
2528 2003-06-12 Federico G. Schwindt <fgsch@lodoss.net>
2530         * config.bfd (i[3-7]86-*-openbsd[0-2].* | i[3-7]86-*-openbsd3.[0-3]):
2531         New target (was i[3-7]86-*-openbsd* before).
2532         (i[3-7]86-*-openbsd*): Change to use bfd_elf32_i386_vec.
2533         (vax-*-openbsd*): New target.
2535 2003-06-11  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2537         * elfxx-mips.c (MIPS_ELF_OPTIONS_SECTION_NAME): Use .MIPS.options
2538         for n32, too.
2539         (MIPS_ELF_STUB_SECTION_NAME): Use .MIPS.stubs for n32, too.
2540         (mips_elf_rel_dyn_section): Use appropriate section alignment.
2541         (mips_elf_create_got_section): Likewise.
2542         (_bfd_mips_elf_create_dynamic_sections): Likewise.
2544 2003-06-11  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2546         * elf32-mips.c (mips_elf_generic_reloc): New Function.
2547         (elf_mips_howto_table_rel): Use it.
2548         (gprel32_with_gp): Move prototype.
2549         (mips_elf_hi16_reloc): Check for ! BSF_LOCAL instead of zero addend.
2550         Use mips_elf_generic_reloc.
2551         (mips_elf_got16_reloc): Check for ! BSF_LOCAL instead of zero addend.
2552         Code cleanup.
2553         (_bfd_mips_elf32_gprel16_reloc): Check for ! BSF_LOCAL instead of
2554         zero addend.
2555         (mips_elf_gprel32_reloc): Likewise. Use the same GP assignment logic
2556         as in the other *_gprel*_reloc functions.
2557         (gprel32_with_gp): Handle partial_inplace properly.
2558         (mips32_64bit_reloc): Use mips_elf_generic_reloc.
2559         (mips16_gprel_reloc): Check for ! BSF_LOCAL instead of zero addend.
2560         Do addend handling directly instead of calling
2561         _bfd_mips_elf_gprel16_with_gp. Handle partial_inplace properly.
2562         * elf64-mips.c (mips_elf64_hi16_reloc): Check for ! BSF_LOCAL instead
2563         of zero addend. Handle partial_inplace properly.
2564         (mips_elf64_got16_reloc): Check for ! BSF_LOCAL instead of zero
2565         addend.
2566         (mips_elf64_gprel16_reloc): Likewise.
2567         (mips_elf64_literal_reloc): Likewise.
2568         (mips_elf64_gprel32_reloc): Likewise. Use the same GP assignment
2569         logic as in the other *_gprel*_reloc functions. Handle
2570         partial_inplace properly.
2571         (mips_elf64_shift6_reloc): Check for ! BSF_LOCAL instead of zero
2572         addend. Handle partial_inplace properly.
2573         (mips16_gprel_reloc): Likewise. Do addend handling directly instead
2574         of calling _bfd_mips_elf_gprel16_with_gp.
2575         * elfn32-mips.c (mips_elf_got16_reloc): Check for BSF_LOCAL.
2576         (mips_elf_gprel32_reloc): Check for ! BSF_LOCAL instead
2577         of zero addend.
2578         (mips_elf_shift6_reloc): Handle partial_inplace properly.
2579         (mips16_gprel_reloc): Likewise. Do addend handling directly instead
2580         of calling _bfd_mips_elf_gprel16_with_gp.
2581         * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp): Handle
2582         partial_inplace properly. Fix wrong addend handling. Fix overflow
2583         check.
2584         (_bfd_mips_elf_sign_extend): Renamed from mips_elf_sign_extend and
2585         exported.
2586         (mips_elf_calculate_relocation): Use _bfd_mips_elf_sign_extend.
2587         (_bfd_mips_elf_relocate_section): Likewise.
2588         (mips_elf_create_dynamic_relocation): Update sec_info_type access.
2589         * elfxx-mips.h (_bfd_mips_relax_section): Fix prototype declaration.
2590         (_bfd_mips_elf_sign_extend): New prototype.
2592 2003-06-11 Federico G. Schwindt <fgsch@lodoss.net>
2594         * config.bfd (sparc-*-openbsd[0-2].* | sparc-*-openbsd3.[0-1]):
2595         New target (was sparc-*-openbsd* before).
2596         (sparc-*-openbsd*): Change to use bfd_elf32_sparc_vec.
2598         * configure.in (vax-*-openbsd*): Set COREFILE to netbsd-core.lo.
2599         * configure: Regenerate.
2601 2003-06-11  H.J. Lu <hongjiu.lu@intel.com>
2603         * po/Make-in (DESTDIR): New.
2604         (install-data-yes): Support $(DESTDIR).
2605         (uninstall): Likewise.
2607 2003-06-11  Alan Modra  <amodra@bigpond.net.au>
2609         * Makefile.am (config.status): Depend on version.h.
2610         Run "make dep-am".
2611         * Makefile.in: Regenerate.
2612         * po/SRC-POTFILES.in: Regenerate.
2614 2003-06-10  Alan Modra  <amodra@bigpond.net.au>
2615             Gary Hade <garyhade@us.ibm.com>
2617         * elf64-ppc.c (ppc64_elf_relocate_section <*_DS>): Special case lq.
2619 2003-06-10  Richard Sandiford  <rsandifo@redhat.com>
2621         * archures.c (bfd_mach_h8300sxn): New architecture.
2622         * bfd-in2.h: Regenerate.
2623         * cpu-h8300.c (h8300_scan): Check for 'sxn'.
2624         (h8300sxn_info_struct): New.
2625         (h8300sx_info_struct): Link to it.
2626         * elf32-h8300.c (elf32_h8_mach): Add h8300sxn case.
2627         (elf32_h8_final_write_processing): Likewise.
2629 2003-06-08  Alan Modra  <amodra@bigpond.net.au>
2631         * elf64-ppc.c: Move TARGET_LITTLE_SYM and other macros used by
2632         elfxx-target.h so that we can use elf_backend_got_header_size.
2633         (ELF_MACHINE_ALT1, ELF_MACHINE_ALT2): Delete.
2634         (GLINK_CALL_STUB_SIZE): Modify.  Define new glink call stub and
2635         associated macros.
2636         (ppc64_elf_howto_raw <GOT_TPREL16_DS, GOT_TPREL16_LO_DS>): Correct
2637         dst_mask.
2638         (enum ppc_stub_type): Add ppc_stub_long_branch_r2off and
2639         ppc_stub_plt_branch_r2off.
2640         (struct ppc_stub_hash_entry): Reorganize.
2641         (struct ppc_link_hash_table): Add no_multi_toc, multi_toc_needed,
2642         toc_curr, toc_off and emit_stub_syms.
2643         (ppc64_elf_link_hash_table_create): Init them.
2644         (ppc_stub_name): Correct string size.
2645         (ppc64_elf_check_relocs): Set has_gp_reloc on GOT and TOC relocs.
2646         (ppc64_elf_size_dynamic_sections): Set no_multi_toc if GOT entries
2647         used.
2648         (ppc_type_of_stub): Tweak root.type test.
2649         (build_plt_stub): Remove glink code.  Adjust for insn macro changes.
2650         (ppc_size_one_stub): Handle ppc_stub_long_branch_r2off and
2651         ppc_stub_plt_branch_r2off.
2652         (ppc_build_one_stub): Likewise.  Fix var shadowing.  Correct addis,addi
2653         range test.  Use toc_off to calculte r2 values.  Handle emit_stub_syms.
2654         (ppc64_elf_setup_section_lists): Remove htab creator flavour test.
2655         Initialize elf_gp and toc_curr.
2656         (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): New functions.
2657         (ppc64_elf_next_input_section): Set toc_off.
2658         (group_sections): Ensure groups have the same TOC.
2659         (ppc64_elf_size_stubs): Check whether we need a TOC adjusting stub.
2660         (ppc64_elf_build_stubs): Add emit_stub_syms param, and stash in htab.
2661         Build new glink stub.
2662         (ppc64_elf_relocate_section): Handle multiple TOCs.  Fix comments.
2663         (ppc64_elf_finish_dynamic_sections): Adjust DT_PPC64_GLINK.
2664         * elf64-ppc.h (ppc64_elf_build_stubs): Update prototype.
2665         (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): Declare.
2666         * section.c (struct sec): Rename flag12 to has_gp_reloc.
2667         (STD_SECTION): Update.
2668         * ecoff.c (bfd_debug_section): Update comment.
2669         * bfd-in2.h: Regenerate.
2671 2003-06-05  Daniel Jacobowitz  <drow@mvista.com>
2673         * elfcode.h (elf_slurp_reloc_table_from_section): Don't dereference
2674         NULL function pointers.
2676 2003-06-05  Daniel Jacobowitz  <drow@mvista.com>
2678         * simple.c (bfd_simple_get_relocated_section_contents): Call
2679         _bfd_generic_link_add_symbols instead of bfd_link_add_symbols.
2681 2003-06-04  Svein E. Seldal  <Svein.Seldal@solidas.com>
2683         * coff-tic54x.c: Removed the ticoff0_bad_format_hook() and
2684         ticoff1_bad_format_hook() functions. Removed the coff0 and coff1
2685         swaptables.
2686         * coff-tic4x.c: Ditto
2687         * coffcode.h: Added extra arguments to CREATE_BIG_COFF_TARGET_VEC
2688         and CREATE_LITTLE_COFF_TARGET_VEC. Created the macro
2689         CREATE_BIGHDR_COFF_TARGET_VEC. Created the ticoff0_bad_format_hook(),
2690         ticoff1_bad_format_hook() functions. Created the coff0 and coff1
2691         swap tables.
2692         * coff-tic4x.c: Adopted new CREATE_xxx_COFF_TARGET_VEC macros.
2693         * coff-a29k.c: Append COFF_SWAP_TABLE argument
2694         * coff-apollo.c: Ditto
2695         * coff-arm.c: Ditto
2696         * coff-h8300.c: Ditto
2697         * coff-h8500.c: Ditto
2698         * coff-i960.c: Ditto
2699         * coff-m68k.c: Ditto
2700         * coff-m88k.c: Ditto
2701         * coff-mcore.c: Ditto
2702         * coff-sh.c: Ditto
2703         * coff-sparc.c: Ditto
2704         * coff-tic80.c: Ditto
2705         * coff-we32k.c: Ditto
2706         * coff-z8k.c: Ditto
2707         * coff-w65.c: Ditto
2709 2003-06-04  Svein E. Seldal  <Svein.Seldal@solidas.com>
2711         * coff-tic4x.c (ticoff0_swap_table, ticoff1_swap_table): Fixed
2712         initialization bug
2714 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
2716         * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_STACK.
2717         (bfd_section_from_phdr): Likewise.
2718         (map_sections_to_segments): Create PT_GNU_STACK segment header.
2719         (get_program_header_size): Count with PT_GNU_STACK.
2720         * elf-bfd.h (struct elf_obj_tdata): Add stack_flags.
2721         * elflink.h (bfd_elfNN_size_dynamic_sections): Set stack_flags.
2723 2003-06-03  H.J. Lu <hongjiu.lu@intel.com>
2725         * elflink.h (elf_link_input_bfd): Call linker error_handler
2726         for discarded definitions.
2728 2003-06-03  Elias Athanasopoulos  <elathan@phys.uoa.gr>
2730         * syms.c (decode_section_type): Return 'n' if section flags are
2731         SEC_HAS_CONTENTS && SEC_READONLY.
2733 2003-06-03  Nick Clifton  <nickc@redhat.com>
2735         * elf32-v850.c (v850_elf_howto_t): Rename R_V850_32to
2736         R_V850_ABS32.  Add entry for R_V850_REL32.
2737         (v850_elf_reloc_map): Likewise.
2738         (v850_elf_check_relocs): Likewise.
2739         (v850_elf_perform_relocation): Likewise.
2740         (v850_elf_final_link_relocate): Likewise.  Include computation
2741         to make R_V850_REl32 pc-relative.
2743 2003-06-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2745         * elf32-sh.c (sh_elf_size_dynamic_sections): Create .interp section
2746         and DT_DEBUG dynamic tag even for position independent executables.
2747         * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewize.
2749 2003-06-02  Daniel Jacobowitz  <drow@mvista.com>
2751         * config.bfd: Move obsolete entries out of the range of the
2752         targmatch sed script.
2754 2003-06-02  Daniel Jacobowitz  <drow@mvista.com>
2756         * config.bfd (mips*-dec-bsd*, mips*-*-pe*): Mark as obsolete.
2758 2003-05-31  Jakub Jelinek  <jakub@redhat.com>
2760         * elf32-ppc.c (allocate_dynrelocs): Use single slot for first 8192
2761         plt entries, not just 8191.
2763 2003-05-30  Daniel Jacobowitz  <drow@mvista.com>
2765         * elfxx-mips.c (_bfd_mips_elf_discard_info): Correct loop index.
2766         Reported by Ken Faiczak <kfaiczak@SANDVINE.com>.
2768 2003-05-30  Ulrich Drepper  <drepper@redhat.com>
2769             Jakub Jelinek  <jakub@redhat.com>
2771         * elflink.h (elf_link_add_object_symbols): Use !info->executable
2772         instead of info->shared where appropriate.
2773         (bfd_elfNN_size_dynamic_sections, elf_link_output_extsym): Likewise.
2774         * elflink.c (_bfd_elf_create_got_section): Likewise.
2775         (_bfd_elf_link_create_dynamic_sections): Likewise.
2776         (_bfd_elf_link_assign_sym_version): Likewise.
2777         * elf32-i386.c (elf_i386_size_dynamic_sections): Create .interp section
2778         and DT_DEBUG dynamic tag even for position independent executables.
2779         * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
2780         * elf32-s390.c (elf_s390_size_dynamic_sections: Likewise.
2781         * elf64-ppc.c (ppc64_elf_size_dynamic_sections: Likewise.
2782         * elf64-s390.c (elf_s390_size_dynamic_sections: Likewise.
2783         * elf64-x86-64.c (elf64_x86_64_size_dynamic_sections: Likewise.
2784         * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections: Likewise.
2785         * elf32-sparc.c (elf32_sparc_size_dynamic_sections: Likewise.
2786         * elf64-alpha.c (elf64_alpha_size_dynamic_sections: Likewise.
2787         * elf64-sparc.c (sparc64_elf_size_dynamic_sections: Likewise.
2789 2003-05-30  Kris Warkentin <kewarken@qnx.com>
2791         * elf.c (elfcore_grok_nto_status): Only set lwpid for the active or
2792         signalled thread.
2793         (elfcore_grok_nto_gregs): Only make .reg section for the active thread.
2795 2003-05-29  Nick Clifton  <nickc@redhat.com>
2797         * pef.c: Include "safe-ctype.h" instead of <ctype.h>.
2798         Tidy up formatting.
2799         * Makefile.am: Add dependency on safe-ctype.h.
2800         * Makefile.in: Regenerate.
2802 2003-05-29  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2804         * elfxx-mips.c: Don't force symbols local unconditionally.
2806 2003-05-28  Alan Modra  <amodra@bigpond.net.au>
2808         * elf32-hppa.c (elf32_hppa_relocate_section): Delete bogus
2809         undefined_symbol call.
2811 2003-05-27  Richard Sandiford  <rsandifo@redhat.com>
2813         * elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
2814         (mips_elf_link_hash_table): Likewise.
2816 2003-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2818         * elf64-mips.c (elf_mips_gnu_rel16_s2): Add internally used
2819         R_MIPS_GNU_REL16_S2 support.
2820         (bfd_elf64_bfd_reloc_type_lookup): Use it.
2821         (mips_elf64_rtype_to_howto): Use it.
2822         * elfn32-mips.c (elf_mips_gnu_rel16_s2): Add internally used
2823         R_MIPS_GNU_REL16_S2 support.
2824         (bfd_elf32_bfd_reloc_type_lookup): Use it.
2825         (mips_elf_n32_rtype_to_howto): Use it.
2827 2003-05-21  Stuart F. Downing  <sdowning@fame.com>
2829         * som.h: Define PA_2_0 before including a.out.h
2831 2003-05-07  Eric Christopher  <echristo@redhat.com>
2832             Alexandre Oliva   <aoliva@redhat.com>
2834         * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Adjust
2835         pic tests, change to warning.
2836         (_bfd_mips_elf_final_link): Remove EF_MIPS_CPIC flag setting.
2838 2003-05-21  Marcus Comstedt  <marcus@mc.pp.se>
2840         * config.bfd: Check for a target triplet of shl-...-netbsdelf as
2841         well as shle-...-netbsdelf.  Remove duplicate entry.
2843 2003-05-21  Nick Clifton  <nickc@redhat.com>
2845         * elf32-xstormy16.c (xstormy16_elf_howto_table): Fix dst_mask
2846         for X_STORMY16_REL_12 reloc.
2848         * elf.c (bfd_elf_get_needed_list): Use is_elf_hash_table to check
2849         the type of the hash table in the bfd_link_info structure.
2850         (bfd_elf_get_runpath_list): Likewise.
2852 2003-05-19  Roland McGrath  <roland@redhat.com>
2854         * elf.c (bfd_elf_bfd_from_remote_memory): New function.
2855         * bfd-in.h: Declare it.
2856         * bfd-in2.h: Regenerated.
2857         * elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): New function.
2858         * elf-bfd.h (struct elf_backend_data): New function pointer member
2859         elf_backend_bfd_from_remote_memory.
2860         (_bfd_elf32_bfd_from_remote_memory, _bfd_elf64_bfd_from_remote_memory):
2861         Declare them.
2862         * elfxx-target.h (elf_backend_bfd_from_remote_memory): New macro.
2863         (elfNN_bed): Add that to the initializer.
2865 2003-05-15  Roland McGrath  <roland@redhat.com>
2867         * elf.c (elfcore_grok_note): Grok NT_AUXV note, make ".auxv" section.
2869 2003-05-20  Jakub Jelinek  <jakub@redhat.com>
2871         * elflink.h (elf_link_output_extsym): Only issue error about !=
2872         STV_DEFAULT symbols if they are bfd_link_hash_undefined.
2874 2003-05-20  H.J. Lu <hongjiu.lu@intel.com>
2876         * elflink.c (_bfd_elf_merge_symbol): Check ELF_LINK_DYNAMIC_DEF
2877         when removing the old definition for symbols with non-default
2878         visibility.
2880 2003-05-18  Jason Eckhardt  <jle@rice.edu>
2882         * elf32-i860.c (elf32_i860_relocate_highadj): Simplify calculation.
2884 2003-05-17  Andreas Schwab  <schwab@suse.de>
2886         * elf32-m68k.c (elf_m68k_check_relocs): Cache reloc section in
2887         elf_section_data during processing of pc-relative and absolute
2888         relocations.
2889         (elf_m68k_relocate_section): Use the cached reloc section instead
2890         of computing it again.  Fix handling of visibility.  Don't modify
2891         addend when copying over a relocation into the output.
2893 2003-05-17  Alan Modra  <amodra@bigpond.net.au>
2895         * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
2896         to trim plt entries.  Move undefweak non-default visibility test..
2897         (allocate_dynrelocs): ..from here.
2898         * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't test
2899         dynamic_sections_created here.  Update comment.  Move undefweak
2900         non-default visibility test..
2901         (allocate_dynrelocs): ..from here.  Fix comment.
2902         * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
2903         to trim plt entries.  Move undefweak non-default visibility test..
2904         (allocate_dynrelocs): ..from here.  Fix comment.
2905         * elflink.h (elf_link_output_extsym): Compare ELF_ST_VISIBILITY with
2906         STV_DEFAULT rather than comparing with zero.
2907         * elflink.c (_bfd_elf_merge_symbol): Likewise.
2908         (_bfd_elf_fix_symbol_flags): Likewise.  Format comment.
2910 2003-05-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2912         * bfd.c (_bfd_get_gp_value): Prevent illegal access for abfd null
2913         pointers.
2914         (_bfd_set_gp_value): Likewise.
2916 2003-05-16  Michael Snyder  <msnyder@redhat.com>
2917         From Bernd Schmidt  <bernds@redhat.com>
2918         * archures.c (bfd_mach_h8300sx): New.
2919         * bfd-in2.h: Regenerate.
2920         * cpu-h8300.c (h8300_scan)): Add support for h8300sx.
2921         (h8300sx_info_struct): New.
2922         (h8300s_info_struct): Link to it.
2923         * elf32-h8300.c (elf32_h8_mach): Add support for h8300sx.
2924         (elf32_h8_final_write_processing): Likewise.
2925         (elf32_h8_relax_section): Likewise.
2927 2003-05-16  Kelley Cook  <kelleycook@wideopenwest.com>
2929         * config.bfd: Accept i[3-7]86 variants.
2930         * configure.host: Likewise.
2931         * configure.in: Likewise.
2932         * configure: Regenerate.
2934 2003-05-15  H.J. Lu <hongjiu.lu@intel.com>
2936         * elflink.c (_bfd_elf_fix_symbol_flags): Also hide protected
2937         symbol.
2939 2003-05-15  H.J. Lu <hongjiu.lu@intel.com>
2941         * elflink.h (elf_link_check_versioned_symbol): Also allow
2942         the base version.
2944 2003-05-15  Alan Modra  <amodra@bigpond.net.au>
2945             H.J. Lu <hongjiu.lu@intel.com>
2947         * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL.
2948         (elf_i386_relocate_section): Likewise.
2949         * elf32-ppc.c (allocate_dynrelocs): Likewise.
2950         (ppc_elf_relocate_section): Likewise.
2951         * elf64-ppc.c (allocate_dynrelocs): Likewise.
2952         (ppc64_elf_relocate_section): Likewise.
2954 2003-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2956         * elf32-mips.c (gprel32_with_gp): Remove useless N64 ABI case.
2958 2003-05-13  Stephane Carrez  <stcarrez@nerim.fr>
2960         * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Check for
2961         processor capability, allow merge of HC12 and HCS12 in some cases.
2962         (m68hc11_elf_hash_table_create): Use bfd_malloc instead of bfd_zalloc.
2963         * cpu-m68hc12.c (bfd_m68hc12s_arch): New struct.
2964         (bfd_m68hc12_arch): Link it.
2965         (scan_mach): New function.
2967 2003-05-13  Andrew Haley  <aph@redhat.com>
2969         * elf.c (bfd_elf_hash): Mask lower 32 bits of hash.
2971 2003-05-13  Alan Modra  <amodra@bigpond.net.au>
2972             H.J. Lu  <hongjiu.lu@intel.com>
2974         * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Move from
2975         elf32-ppc.c.  Add ELF_LINK_FORCED_LOCAL check.
2976         * elf32-ppc.c: (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Delete.
2977         (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for dynreloc check.
2978         (ppc_elf_relocate_section): Likewise.
2979         * elf64-ppc.c (allocate_dynrelocs): Likewise.
2980         (ppc64_elf_relocate_section): Likewise.  Use for .got relocs too.
2981         (ppc64_elf_adjust_dynamic_symbol): Don't assume symbols with .plt
2982         relocs need no other types.
2983         * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for
2984         dynreloc check.
2985         (elf_i386_relocate_section): Likewise.  Use for .got relocs too.
2986         (elf_i386_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL for
2987         .got relocs.
2989 2003-05-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2991         * elf32-sh.c (sh_elf_adjust_dynamic_symbol): For weak symbols,
2992         copy ELF_LINK_NON_GOT_REF from weakdef.
2993         (allocate_dynrelocs): For undef weak syms with non-default
2994         visibility, a) don't allocate plt entries, b) don't allocate
2995         .got relocs, c) discard dyn rel space
2996         (sh_elf_relocate_section): d) don't generate .got relocs, e)
2997         don't generate dynamic relocs.
2998         (sh_elf_copy_indirect_symbol): Don't copy ELF_LINK_NON_GOT_REF
2999         for weakdefs when symbol already adjusted.
3001 2003-05-12  Nick Clifton  <nickc@redhat.com>
3003         * elf32-xstormy16.c (xstormy16_elf_howto_table): use 'bitfield'
3004         overflow detection for R_XSTORMY16_16 reloc.
3006 2003-05-12  Paul Clarke  <paulc@senet.com.au>
3008         * elf32-h8300.c: Fix typo in name of R_H8_DIR8 reloc.
3010 2003-05-11  Jason Eckhardt  <jle@rice.edu>
3012         * elf32-i860.c (elf32_i860_relocate_highadj): Properly
3013         adjust upper bits.
3014         (elf32_i860_relocate_splitn): Obtain upper 5 bits from the
3015         proper place.
3016         (elf32_i860_relocate_pc16): Obtain upper 5 bits from the
3017         proper place.
3019 2003-05-11  Andreas Schwab  <schwab@suse.de>
3021         * elf32-m68k.c (elf_m68k_relocate_section): Replace ugly
3022         complicated tests for unresolvable relocs with a simple direct
3023         scheme using "unresolved_reloc" var.  Report some detail on
3024         bfd_reloc_outofrange and similar errors.
3026 2003-05-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3028         * elf32-s390.c (allocate_dynrelocs, elf_s390_relocate_section):
3029         Fix WILL_CALL_FINISH_DYNAMIC_SYMBOL call.
3030         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
3031         * elf64-s390.c: Likewise.
3033 2003-05-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3035         * elf32-s390.c (ELIMINATE_COPY_RELOCS): Define as one.
3036         (elf_s390_adjust_dynamic_symbol): For weak symbols, copy
3037         ELF_LINK_NON_GOT_REF from weakdef.
3038         (elf_s390_copy_indirect_symbol): Test whether the weakdef sym has
3039         already been adjusted before treating it specially.
3040         * el64-s390.c: Likwise.
3042 2003-05-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3044         * elf32-s390.c (allocate_dynrelocs): For undef weak syms with
3045         non-default visibility, a) don't make them dynamic, b) discard
3046         space for dynamic relocs.
3047         (elf_s390_relocate_section): Initialize the GOT entries and skip
3048         R_390_{8,16,32}/R_390_PC{16,16DBL,32DBL,32} for weak undefined
3049         symbols with non-default visibility.
3050         * elf64-s390.c: Likewise.
3052 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
3054         * cpu-arm.c (arm_check_note): Warning fix.
3055         * elf32-iq2000.c (iq2000_elf_check_relocs): Warning fixes.  Arrange
3056         to keep relocs if edited.
3057         (iq2000_elf_print_private_bfd_data): Return TRUE.
3058         * elfxx-ia64.c (elfNN_ia64_relax_section): Use ELFNN_R_SYM, not
3059         ELF64_R_SYM.
3060         (elfNN_ia64_relax_ldxmov): Warning fix.
3061         * xtensa-isa.c (xtensa_add_isa): Warning fix.
3062         * xtensa-modules.c (get_num_opcodes): Warning fix.
3064 2003-05-09  Andrey Petrov <petrov@netbsd.org>
3066         * elf.c (elf_fake_sections): Use correct cast for sh_name.
3068 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
3070         * elflink.c (_bfd_elf_link_create_dynamic_sections): Move from
3071         elflink.h.  Replace LOG_FILE_ALIGN with bed->s->log_file_align.
3072         (_bfd_elf_create_dynamic_sections): Use bed->s->log_file_align.
3073         (bfd_elf_record_link_assignment): Move from elflink.h.
3074         (_bfd_elf_merge_symbol): Likewise.
3075         (_bfd_elf_add_default_symbol): Likewise.
3076         (_bfd_elf_export_symbol): Likewise.
3077         (_bfd_elf_link_find_version_dependencies): Likewise.
3078         (_bfd_elf_link_assign_sym_version): Likewise.
3079         (_bfd_elf_link_read_relocs): Likewise.
3080         (_bfd_elf_link_size_reloc_section): Likewise.
3081         (_bfd_elf_fix_symbol_flags): Likewise.
3082         (_bfd_elf_adjust_dynamic_symbol): Likewise.
3083         (_bfd_elf_link_sec_merge_syms): Likewise.
3084         (elf_link_read_relocs_from_section): Likewise.  Use bed->s->sizeof_rel
3085         and bed->s->sizeof_rela.
3086         (_bfd_elf_link_output_relocs): Likewise.
3087         * elf-bfd.h (struct elf_size_info): Rename file_align to
3088         log_file_align.
3089         (struct elf_info_failed): Move from elflink.h.
3090         (struct elf_assign_sym_version_info): Likewise.
3091         (struct elf_find_verdep_info): Likewise.
3092         (_bfd_elf_create_dynamic_sections): Delete duplicate declaration.
3093         (_bfd_elf_merge_symbol, _bfd_elf_add_default_symbol,
3094         _bfd_elf_export_symbol, _bfd_elf_link_find_version_dependencies,
3095         _bfd_elf_link_assign_sym_version,
3096         _bfd_elf_link_create_dynamic_sections, _bfd_elf_link_read_relocs,
3097         _bfd_elf_link_size_reloc_section, _bfd_elf_link_output_relocs,
3098         _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
3099         _bfd_elf_link_sec_merge_syms): Declare.
3100         (bfd_elf32_link_create_dynamic_sections): Don't declare.
3101         (_bfd_elf32_link_read_relocs): Likewise.
3102         (bfd_elf64_link_create_dynamic_sections): Likewise.
3103         (_bfd_elf64_link_read_relocs): Likewise.
3104         * elflink.h: Move lots o' stuff elsewhere.
3105         * bfd-in.h (bfd_elf32_record_link_assignment): Don't declare.
3106         (bfd_elf64_record_link_assignment): Likewise.
3107         (bfd_elf_record_link_assignment): Declare.
3108         * bfd-in2.h: Regenerate.
3109         * elfcode.h (elf_link_create_dynamic_sections): Don't declare.
3110         (NAME(_bfd_elf,size_info)): Adjust for log_file_align.
3111         * elf.c (_bfd_elf_init_reloc_shdr): Adjust for bed->s->log_file_align.
3112         (assign_file_positions_for_segments): Likewise.
3113         (assign_file_positions_except_relocs): Likewise.
3114         (swap_out_syms, elfcore_write_note): Likewise.
3115         * elf-m10200.c: Adjust for changed function names.
3116         * elf-m10300.c: Likewise.
3117         * elf32-arm.h: Likewise.
3118         * elf32-h8300.c: Likewise.
3119         * elf32-hppa.c: Likewise.
3120         * elf32-ip2k.c: Likewise.
3121         * elf32-m32r.c: Likewise.
3122         * elf32-m68hc11.c: Likewise.
3123         * elf32-m68hc1x.c: Likewise.
3124         * elf32-m68k.c: Likewise.
3125         * elf32-mips.c: Likewise.
3126         * elf32-ppc.c: Likewise.
3127         * elf32-sh.c: Likewise.
3128         * elf32-v850.c: Likewise.
3129         * elf32-xtensa.c: Likewise.
3130         * elf64-alpha.c: Likewise.
3131         * elf64-hppa.c: Likewise.
3132         * elf64-mmix.c: Likewise.
3133         * elf64-ppc.c: Likewise.
3134         * elf64-sh64.c: Likewise.
3135         * elfxx-ia64.c: Likewise.
3136         * elfxx-mips.c: Likewise.
3137         (MIPS_ELF_LOG_FILE_ALIGN): Use log_file_align.
3138         * elf64-alpha.c (alpha_elf_size_info): Adjust for log_file_align.
3139         * elf64-hppa.c (hppa64_elf_size_info): Likewise.
3140         * elf64-mips.c (mips_elf64_size_info): Likewise.
3141         * elf64-s390.c (s390_elf64_size_info): Likewise.
3142         * elf64-sparc.c (sparc64_elf_size_info): Likewise.
3144 2003-05-08  H.J. Lu <hongjiu.lu@intel.com>
3146         * elflink.h (elf_add_default_symbol): After skipping the
3147         unversioned symbol, go to non-default one.
3149 2003-05-07  H.J. Lu <hongjiu.lu@intel.com>
3151         * elfxx-ia64.c (_bfd_elf_link_hash_hide_symbol): Also clear the
3152         want_plt field.
3153         (elfNN_ia64_relocate_section): Don't do dynamic symbol lookup
3154         for symbols with non-default visibility.
3156 2003-05-07  H.J. Lu <hongjiu.lu@intel.com>
3158         * elflink.h (elf_link_check_versioned_symbol): Also handle the
3159         case that a DSO references a hidden symbol which may be
3160         satisfied by a versioned symbol in another DSO.
3161         (elf_link_output_extsym): Check versioned definition for hidden
3162         symbol referenced by a DSO.
3164 2003-05-07  Nick Clifton  <nickc@redhat.com>
3166         * elf32-xstormy16.c (xstormy16_elf_howto_table): Reset
3167         R_XSTORMY16_16 reloc to ignore overflows.
3169 2003-05-06  Alexandre Oliva  <aoliva@redhat.com>
3171         * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Improve
3172         error message for mixing different-endian files.  Check for ABI
3173         compatibility of input files with the selected emulation.
3175 2003-05-05  Alan Modra  <amodra@bigpond.net.au>
3177         * elf32-i386.c (allocate_dynrelocs): For undef weak syms with
3178         non-default visibility, a) don't make them dynamic, b) discard
3179         space for dynamic relocs.
3180         * elf64-x86-64.c (allocate_dynrelocs): Likewise.
3182         * elf32-ppc.c (allocate_dynrelocs): For undef weak syms with
3183         non-default visibility, a) don't allocate plt entries, b) don't
3184         allocate .got relocs, c) discard dyn rel space,
3185         (ppc_elf_relocate_section): d) don't generate .got relocs, e)
3186         don't generate dynamic relocs.
3187         * elf64-ppc.c (allocate_dynrelocs): As above.
3188         (ppc64_elf_relocate_section): As above.
3190 2003-05-05  Andreas Jaeger  <aj@suse.de>
3192         * elf64-x86-64.c (allocate_dynrelocs): Don't allocate dynamic
3193         relocation entries for weak undefined symbols with non-default
3194         visibility.
3195         (elf64_x86_64_relocate_section): Initialize the GOT entries and
3196         skip R_386_32/R_386_PC32 for weak undefined symbols with
3197         non-default visibility.
3199 2003-05-04  H.J. Lu <hjl@gnu.org>
3201         * elf32-i386.c (allocate_dynrelocs): Don't allocate dynamic
3202         relocation entries for weak undefined symbols with non-default
3203         visibility.
3204         (elf_i386_relocate_section): Initialize the GOT entries and
3205         skip R_386_32/R_386_PC32 for weak undefined symbols with
3206         non-default visibility.
3208         * elfxx-ia64.c (allocate_fptr): Don't allocate function
3209         descriptors for weak undefined symbols with non-default
3210         visibility.
3211         (allocate_dynrel_entries): Don't allocate relocation entries
3212         for symbols resolved to 0.
3213         (set_got_entry): Don't install dynamic relocation for weak
3214         undefined symbols with non-default visibility.
3215         (set_pltoff_entry): Likewise.
3217         * elflink.h (elf_fix_symbol_flags): Hide weak undefined symbols
3218         with non-default visibility.
3219         (elf_link_output_extsym): Don't make weak undefined symbols
3220         with non-default visibility dynamic.
3222 2003-05-04  H.J. Lu <hjl@gnu.org>
3224         * elflink.h (elf_merge_symbol): Correctly handle weak definition.
3226 2003-05-04  H.J. Lu <hjl@gnu.org>
3228         * elflink.h (elf_merge_symbol): Don't record a hidden/internal
3229         symbol dynamic. Check indirection when removing the old
3230         definition for symbols with non-default visibility.
3231         (elf_add_default_symbol): Skip when told by elf_merge_symbol.
3233 2003-05-02  Nick Clifton  <nickc@redhat.com>
3235         * elf32-xstormy16.c (xstormy16_elf_howto_table): Make the
3236         R_XSTORMY16_8 and R_XSTORMY16_16 relocs detect and complain about
3237         unsigned overflow.
3239 2003-05-02  Andreas Jaeger  <aj@suse.de>
3241         * elf64-x86-64.c (elf_x86_64_copy_indirect_symbol): Don't copy
3242         ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
3243         (ELIMINATE_COPY_RELOCS): Define as one.  Use throughout.
3244         (elf_x86_64_adjust_dynamic_symbol): For weak symbols, copy
3245         ELF_LINK_NON_GOT_REF from weakdef.
3247 2003-05-02  Charles Lepple <clepple@ghz.cc>
3248             Nick Clifton <nickc@redhat.com>
3250         * acinclude.m4: Fix name of --enable-install-libbfd switch.
3251         * aclocal.m4: Regenerate.
3252         * configure: Regenerate.
3253         * Makefile.in: Regenerate.
3255 2003-05-01  Alan Modra  <amodra@bigpond.net.au>
3257         * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether the
3258         weakdef sym has already been adjusted before treating it specially.
3259         * elf32-i386.c (elf_i386_copy_indirect_symbol): Don't copy
3260         ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
3261         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
3262         (ppc64_elf_check_relocs): Set ELF_LINK_NON_GOT_REF.
3264 2003-04-28  H.J. Lu <hjl@gnu.org>
3266         * elfxx-ia64.c (elfNN_ia64_relax_section): Relax ldxmov during
3267         the relax finalize pass.
3269         * section.c (struct sec): Add need_finalize_relax and remove
3270         flag11.
3271         (STD_SECTION): Update struct sec initializer.
3272         * bfd-in2.h: Regenerated.
3274 2003-04-28  H.J. Lu <hjl@gnu.org>
3276         * elflink.h (elf_merge_symbol): Call elf_backend_copy_indirect_symbol
3277         to copy any information related to dynamic linking when we flip
3278         the indirection.
3280 2003-04-27  H.J. Lu <hjl@gnu.org>
3282         * elf-bfd.h (ELF_LINK_DYNAMIC_DEF): New.
3283         (ELF_LINK_DYNAMIC_WEAK): New.
3285         * elflink.h (elf_merge_symbol): Add one argument to indicate if
3286         a symbol should be skipped. Ignore definitions in dynamic
3287         objects for symbols with non-default visibility.
3288         (elf_add_default_symbol): Adjusted.
3289         (elf_link_add_object_symbols): Check if a symbol should be
3290         skipped. Don't merge the visibility field with the one from
3291         a dynamic object.
3292         (elf_link_check_versioned_symbol): Use undef_bfd.
3293         (elf_link_output_extsym): Warn if a forced local symbol is
3294         referenced from dynamic objects. Make non-weak undefined symbol
3295         with non-default visibility a fatal error.
3297 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
3299         * configure.in: Bump version on HEAD to 2.14.90.
3300         * configure: Regenerated.
3302 2003-04-26  Stephane Carrez  <stcarrez@nerim.fr>
3304         PR savannah/3331:
3305         * elf32-m68hc11.c (m68hc11_elf_relax_section): Clear prev_insn_group
3306         when we couldn't relax something.
3308 2003-04-25  Alan Modra  <amodra@bigpond.net.au>
3310         * elflink.h (elf_merge_symbol): When we find a regular definition
3311         for an indirect symbol, flip the indirection so that the old
3312         direct symbol now points to the new definition.
3314 2003-04-24  Roland McGrath  <roland@redhat.com>
3316         * elf.c (bfd_section_from_phdr): Map PT_GNU_EH_FRAME to "eh_frame_hdr".
3318 2003-04-24  Alan Modra  <amodra@bigpond.net.au>
3320         * elf32-ppc.c: Formatting and comment fixes.
3321         (ELIMINATE_COPY_RELOCS): Move before ppc_elf_copy_indirect_symbol.
3322         (ppc_elf_copy_indirect_symbol): Copy flags here for weakdefs.
3324 2003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
3326         * archures.c (bfd_mach_h8300hn, bfd_mach_h8300sn): Added.
3327         * bfd-in2.h: Rebuilt.
3328         * coff-h8300.c (BADMAG): Add check for H8300HNBADMAG & H8300SNBADMAG.
3329         * coffcode.h (coff_set_arch_mach_hook): Add case for H8300HNMAGIC
3330         & H8300SNMAGIC.
3331         (coff_set_flags): Add case for bfd_mach_h8300hn & bfd_mach_h8300sn.
3332         * cpu-h8300.c (h8300_scan): Handle h8300hn, h8300sn.
3333         (h8300sn_info_struct, h8300hn_info_struct): New.
3334         * elf32-h8300.c (elf32_h8_mach): Handle case for h8300hn & h8300sn
3335         (elf32_h8_final_write_processing): Likewise.
3337 2003-04-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3339         * elf32-sh.c (tpoff): New.
3340         (struct elf_sh_dyn_relocs): Remove tls_tpoff32.
3341         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
3342         (allocate_dynrelocs): Don't make unnecessary dynamic TLS
3343         relocations.  Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses.
3344         (sh_elf_relocate_section): Likewise. Remove unnecessary tests.
3345         (dtpoff_base): Fix wrong indentation.
3346         (sh_elf_check_relocs): Don't set DF_STATIC_TLS flag with non-TLS
3347         relocations.  Don't set tls_tpoff32 flag.  Don't make unnecessary
3348         R_SH_TLS_TPOFF32 relocations.
3350 2003-04-23  J"orn Rennecke <joern.rennecke@superh.com>
3352         * archures.c (enum bfd_architecture): Amend comment to refer to SuperH.
3353         * cpu-sh.c: Likewise.
3354         * elf32-sh.c: Likewise.
3355         * reloc.c (bfd_reloc_code_real): Likewise.
3356         * elf32-sh64-com.c: Change comment to refer to SuperH.
3357         * elf32-sh64.c: Likewise.
3358         * elf64-sh64.c: Likewise.
3359         * bfd-in2.h (enum bfd_architecture): Regenerate.
3361 2003-04-23  Alan Modra  <amodra@bigpond.net.au>
3363         From Julien LEMOINE <speedblue@debian.org>
3364         * elf32-i386.c (elf_i386_info_to_howto): Delete.
3365         (elf_info_to_howto): Define as elf_i386_info_to_howto_rel.
3367 2003-04-22  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
3369         * archures.c: Replace references to Mitsubishi M32R with references
3370         to Renesas M32R.
3371         * relocs.c: Likewise.
3372         * bfd-in2.h: Regenerate.
3374 2003-04-21  Richard Henderson  <rth@redhat.com>
3376         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Return false for an
3377         executable when a symbol is defined both regular and dynamic.
3379 2003-04-21  Stephane Carrez  <stcarrez@nerim.fr>
3381         * Makefile.am (BFD32_BACKENDS): Add elf32-m68hc1x.lo.
3382         (elf32-m68hc1x.lo): Update dependencies
3383         * configure.in: Add elf32-m68hc1x.lo.
3384         * configure: Rebuild.
3385         * Makefile.in: Rebuild.
3387 2003-04-21  Stephane Carrez  <stcarrez@nerim.fr>
3389         * elf32-m68hc1x.c: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
3390         (m68hc11_elf_hash_table_create): New function.
3391         (elf32_m68hc11_link_hash_table_free): New function.
3392         (stub_hash_newfunc): New function.
3393         (m68hc11_add_stub): New function.
3394         (elf32_m68hc11_add_symbol_hook): New function.
3395         (elf32_m68hc11_setup_section_lists): New function.
3396         (elf32_m68hc11_next_input_section): New function.
3397         (elf32_m68hc11_size_stubs): New function.
3398         (elf32_m68hc11_build_stubs): New function.
3399         (m68hc11_get_relocation_value): New function.
3400         (elf32_m68hc11_relocate_section): Call the above to redirect
3401         some relocations to the trampoline code.
3402         (m68hc11_elf_export_one_stub): New function.
3403         (m68hc11_elf_set_symbol): New function.
3404         (elf32_m68hc11_build_stubs): Call it via bfd_hash_traverse.
3405         (m68hc11_elf_get_bank_parameters): Get parameters only when the info
3406         is not yet initialized.
3408         * elf32-m68hc1x.h: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
3409         (elf32_m68hc11_stub_hash_entry): New struct.
3410         (m68hc11_page_info): Add trampoline handler address.
3411         (m68hc11_elf_link_hash_table): Add stubs generation members.
3412         (elf32_m68hc11_add_symbol_hook): Declare.
3413         (elf32_m68hc11_setup_section_lists): Declare.
3414         (elf32_m68hc11_size_stubs): Declare.
3415         (elf32_m68hc11_build_stubs): Declare.
3417         * elf32-m68hc11.c (m68hc11_elf_ignore_reloc): Move to elf32-m68hc1x.c.
3418         (elf32_m68hc11_gc_mark_hook, elf32_m68hc11_gc_sweep_hook): Likewise.
3419         (elf32_m68hc11_check_relocs, elf32_m68hc11_relocate_section): Ditto.
3420         (_bfd_m68hc11_elf_set_private_flags): Ditto.
3421         (_bfd_m68hc11_elf_merge_private_bfd_data): Ditto.
3422         (_bfd_m68hc11_elf_print_private_bfd_data): Ditto.
3423         (bfd_elf32_bfd_link_hash_table_create): Define.
3424         (elf_backend_add_symbol_hook): Define.
3425         (m68hc11_elf_bfd_link_hash_table_create): New function.
3426         (m68hc11_elf_build_one_stub): New function.
3427         (m68hc11_elf_size_one_stub): New function.
3428         (m68hc11_elf_bfd_link_hash_table_create): Install the above.
3429         (bfd_elf32_bfd_link_hash_table_create): Define.
3431         * elf32-m68hc12.c (m68hc11_elf_ignore_reloc): Remove.
3432         (m68hc12_addr_is_banked): Remove, use m68hc11_addr_is_banked.
3433         (m68hc12_phys_addr): Ditto.
3434         (m68hc12_phys_page): Ditto.
3435         (m68hc12_elf_special_reloc): Move to elf32-m68hc1x.c.
3436         (elf32_m68hc11_gc_mark_hook): Likewise.
3437         (elf32_m68hc11_gc_sweep_hook): Likewise.
3438         (elf32_m68hc11_check_relocs): Likewise.
3439         (elf32_m68hc11_relocate_section): Likewise.
3440         (_bfd_m68hc12_elf_set_private_flags): Likewise.
3441         (_bfd_m68hc12_elf_merge_private_bfd_data): Likewise.
3442         (_bfd_m68hc12_elf_print_private_bfd_data): Likewise.
3443         (m68hc12_elf_build_one_stub): New function.
3444         (m68hc12_elf_size_one_stub): New function.
3445         (m68hc12_elf_bfd_link_hash_table_create): New function, use the above.
3446         (elf_backend_add_symbol_hook): Define.
3447         (elf_m68hc11_howto_table): Use TRUE for pcrel relocs; fix masks.
3449 2003-04-18  Nick Clifton  <nickc@redhat.com>
3451         * format.c (bfd_check_format_matches): Only check associated
3452         vector if the matching_vector has been created.
3454 2003-04-15  Alexandre Oliva  <aoliva@redhat.com>
3456         * dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo in
3457         2003-04-09's change.
3459 2003-04-15  Brian Ford  <ford@vss.fsi.com>
3461         * peicode.h (coff_swap_scnhdr_in): If a section holds
3462         uninitialized data and is from an object file or from an
3463         executable image that has not initialized the s_size field, or if
3464         the physical size is padded, use the virtual size (stored in
3465         s_paddr) instead.
3467 2003-04-15  H.J. Lu <hjl@gnu.org>
3469         * elflink.h (elf_link_add_object_symbols): Properly report
3470         filename for alignment reduction.
3472 2003-04-15  Rohit Kumar Srivastava <rohits@kpitcummins.com>
3474         * archures.c: Replace occurrances of 'Hitachi' with 'Renesas'.
3475         * reloc.c: Likewise.
3476         * coff-h8300.c: Likewise.
3477         * coff-h8500.c: Likewise.
3478         * coff-sh.c: Likewise.
3479         * cpu-h8300.c: Likewise.
3480         * cpu-sh.c: Likewise.
3481         * elf32-h8300.c: Likewise.
3482         * elf32-sh.c: Likewise.
3483         * elf32-sh64-com.c: Likewise.
3484         * elf32-sh64.c: Likewise.
3485         * elf64-sh64.c: Likewise.
3486         * bfd-in2.h: Regenerate.
3488 2003-04-14  H.J. Lu <hjl@gnu.org>
3490         * elflink.h (elf_link_add_object_symbols): Maintain maximum
3491         alignment for common symbols. Warn reducing alignment for
3492         common symbols. Report old filename when symbol size changes.
3494 2003-04-12  Alexandre Oliva  <aoliva@redhat.com>
3496         * elfxx-mips.c (mips_elf_calculate_relocation): Adjust two other
3497         occurrences of the same test changed in the previous patch.
3498         Optimize.
3500 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
3502         * elfxx-mips.c (mips_elf_get_global_gotsym_index): New.
3503         (mips_elf_calculate_relocation): Decay GOT_PAGE/GOT_OFST to
3504         GOT_DISP/addend only if the symbol got a global GOT entry.
3506 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
3508         * elfxx-mips.c (mips_elf_calculate_relocation): Decay
3509         GOT_PAGE/GOT_OFST referencing overridable symbol to
3510         GOT_DISP/addend.
3511         (_bfd_mips_elf_check_relocs): Handle GOT_PAGE referencing
3512         global symbol as GOT_DISP.
3514 2003-04-10  Bob Wilson  <bob.wilson@acm.org>
3516         * elf32-xtensa.c (elf_xtensa_relocate_section): Don't continue to the
3517         next relocation on an undefined symbol.
3519 2003-04-09  Richard Henderson  <rth@redhat.com>
3521         * elf64-alpha.c (elf64_alpha_relocate_section) <R_ALPHA_GPREL32>:
3522         Ignore relocations against r_symndx == 0.
3524 2003-04-09  H.J. Lu <hjl@gnu.org>
3526         * elf64-alpha.c (elf64_alpha_relocate_section): Don't return
3527         FALSE for undefined symbols.
3528         * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
3530 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
3532         * dwarf2.c (_bfd_dwarf2_find_nearest_line): Try DWARF3-standard
3533         and IRIX-specific shift-to-64-bit 4-byte lengths before following
3534         addr_size.
3536 2003-04-08  Alexandre Oliva  <aoliva@redhat.com>
3538         * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): Detect (ctor)
3539         pointer size from ABI, not arch_bits_per_address.
3541 2003-04-07  Kevin Buettner  <kevinb@redhat.com>
3543         * elfn32-mips.c (elf32_mips_grok_prstatus): Adjust core file related
3544         constants for n32 ABI.
3546 2003-04-06  Andrew Cagney  <cagney@redhat.com>
3548         * simple.c (bfd_simple_get_relocated_section_contents): Disable
3549         free that leads to GDB vs BFD memory corruption.
3551 2003-04-04  Stephane Carrez  <stcarrez@nerim.fr>
3553         * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Also adjust
3554         symbols that mark the end of the section.
3555         (m68hc11_elf_relax_section): Use R_M68HC11_PCREL_8 relocs when
3556         converting to a relative branch so that the offset is computed after
3557         the relaxation; also relocate a jsr into a bsr if possible but don't
3558         relax them if they are to a far symbol as we need to call the
3559         trampoline code.
3560         (elf_m68hc11_howto_table): Set pcrel_offset to true.
3562 2003-04-04  Svein E. Seldal  <Svein.Seldal@solidas.com>
3564         * archures.c: Namespace cleanup. Rename bfd_mach_c3x to
3565         bfd_mach_tic3x and bfd_mach_c4x to bfd_mach_tic4x
3566         * bfd-in2.h: Regenerate
3567         * coff-tic4x.c: Namespace cleanup. Replace s/c4x/tic4x/
3568         * cpu-tic4x.c: Ditto
3570 2003-04-03  Nick Clifton  <nickc@redhat.com>
3572         * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Compute ps and ss
3573         differently for object files and executables.
3574         * peicode.h (coff_swap_scnhdr_in): Only set the s_size field
3575         for object files or for executables who have not already
3576         initialised the field.
3577         * libpei.h (bfd_pe_executable_p): New macro.  Return true if
3578         the PE format bfd is an executable.
3580 2003-04-03  Alan Modra  <amodra@bigpond.net.au>
3582         * elf32-ppc.c (ppc_elf_check_relocs): Don't use SYMBOL_REFERENCES_LOCAL
3583         here as it's too early to reliably determine locality.
3584         (ppc_elf_gc_sweep_hook): Likewise.
3585         (SYMBOL_REFERENCES_LOCAL): Expand comment.
3587 2003-04-02  Bob Wilson  <bob.wilson@acm.org>
3589         * xtensa-modules.c: Remove comment indicating that this is a
3590         generated file.
3592 2003-04-02  Alan Modra  <amodra@bigpond.net.au>
3594         * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Test for NULL dynobj.
3596 2003-04-01  Bob Wilson  <bob.wilson@acm.org>
3598         * Makefile.am (ALL_MACHINES): Add cpu-xtensa.lo.
3599         (ALL_MACHINES_CFILES): Add cpu-xtensa.c.
3600         (BFD32_BACKENDS): Add elf32-xtensa.lo, xtensa-isa.lo, and
3601         xtensa-modules.lo.
3602         (BFD32_BACKENDS_CFILES): Add elf32-xtensa.c, xtensa-isa.c, and
3603         xtensa-modules.c.
3604         (cpu-xtensa.lo): New target.
3605         (elf32-xtensa.lo): Likewise.
3606         (xtensa-isa.lo): Likewise.
3607         (xtensa-modules.lo): Likewise.
3608         * Makefile.in: Regenerate.
3609         * archures.c (bfd_architecture): Add bfd_{arch,mach}_xtensa.
3610         (bfd_archures_list): Add bfd_xtensa_arch.
3611         * config.bfd: Handle xtensa-*-*.
3612         * configure.in: Handle bfd_elf32_xtensa_{le,be}_vec.
3613         * configure: Regenerate.
3614         * reloc.c: Add BFD_RELOC_XTENSA_{RTLD,GLOB_DAT,JMP_SLOT,RELATIVE,
3615         PLT,OP0,OP1,OP2,ASM_EXPAND,ASM_SIMPLIFY}.
3616         * targets.c (bfd_elf32_xtensa_be_vec): Declare.
3617         (bfd_elf32_xtensa_le_vec): Likewise.
3618         (bfd_target_vector): Add bfd_elf32_xtensa_{be,le}_vec.
3619         * cpu-xtensa.c: New file.
3620         * elf32-xtensa.c: Likewise.
3621         * xtensa-isa.c: Likewise.
3622         * xtensa-modules.c: Likewise.
3623         * libbfd.h: Regenerate.
3624         * bfd-in2.h: Likewise.
3626 2003-04-01  Nick Clifton  <nickc@redhat.com>
3628         * archures.c (bfd_mach_arm_unknown): Define.
3629         * bfd-in.h (bfd_arm_merge_machines, bfd_arm+update_notes,
3630         bfd_arm_get_mach_from_notes): Prototype.
3631         * bfd-in2.h: Regenerate.
3632         * coff-arm.c (coff_arm_merge_private_bfd_data): Call
3633         bfd_arm_merge_machines.
3634         (coff_arm_final_link_postscript): Call bfd_arm_update_notes.
3635         * coffcode.h (coff_set_arch_mach_hook): Call
3636         bfd_arm_get_mach_from_notes.
3637         * coffgen.c (coff_real_object_p): Revert previous delta.
3638         * cpu_arm.c (arm_check_note): New function.  Examine a note in a
3639         .note section.
3640         (bfd_arm_merge_machines): New function: Handle the merging of ARM
3641         binaries compiled for different architectures..
3642         (bfd_arm_update_notes): New function: Update an ARM note section.
3643         (bfd_arm_get_mach_from_notes): New function: Extract a bfd machine
3644         number from an ARM note section.
3645         * elf32-arm.h (elf32_arm_object_p): Use
3646         bfd_arm_get_mach_from_notes.
3647         (elf32_arm_merge_private_bfd_data): Use bfd_arm_merge_machines.
3648         (elf32_arm_final_write_processing): Use bfd_arm_update_notes.
3650 2003-04-01  Ben Elliston  <bje@wasabisystems.com>
3652         * dwarf2.c (read_attribute_value): Correct typo in comment.
3654 2003-04-01  Nick Clifton  <nickc@redhat.com>
3656         * dwarf2.c (concat_filename): Use bfd_malloc() and strdup()
3657         instead of concat().
3658         (decode_line_info): Only free filename if it is not NULL.
3659         (add_line_info): Make a copy of the filename when storing it into
3660         the info structure.
3662 2003-03-31  Andreas Schwab  <schwab@suse.de>
3663             Daniel Jacobowitz  <drow@mvista.com>
3665         * simple.c (bfd_simple_get_relocated_section_contents): Add
3666         parameter symbol_table.  Optionally use it instead of the symbol
3667         table from the bfd.  Save and restore output offsets and output
3668         sections  around bfd_get_relocated_section_contents.  Fix a memory
3669         leak.
3670         (simple_save_output_info, simple_restore_output_info): New
3671         functions.
3672         * bfd-in2.h: Regenerate.
3673         * dwarf2.c (read_abbrevs): Use
3674         bfd_simple_get_relocated_section_contents instead of
3675         bfd_get_section_contents.
3676         (decode_line_info): Likewise.
3677         (_bfd_dwarf2_find_nearest_line): Likewise.  Don't call
3678         find_rela_addend.
3679         (find_rela_addend): Remove.
3680         * elfxx-ia64.c (elfNN_ia64_reloc): Weaken sanity check for
3681         debugging sections.
3682         (elfNN_ia64_hash_table_create): Create the hash table with malloc,
3683         not bfd_zalloc.
3685 2003-03-31  David Heine  <dlheine@suif.stanford.edu>
3687         * aoutx.h (aout_link_hash_table_create): Use bfd_malloc instead of
3688         bfd_alloc.
3689         * dwarf2.c (concat_filename): Always allocate space for the
3690         returned filename.
3691         (decode_line_info): Free the allocated filename returned by
3692         concat_filename.
3693         * elf-eh-frame.c (bfd_elf_write_section_eh_frame): Fix memory leaks.
3694         * elf.c (copy_private_bfd_data): Likewise.
3695         (_bfd_elf_slurp_version_tables): Fix bug freeing contents pointer.
3696         * elflink.h (elf_link_sort_relocs): Fix memory leak.
3697         * format.c (bfd_check_format_matches): Likewise.
3698         * linker.c (bfd_generic_final_link): Likewise.
3699         * opncls.c (find_separate_debug_info): Likewise.
3700         * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
3702 2003-03-28  H.J. Lu <hjl@gnu.org>
3704         * elflink.h (elf_link_add_object_symbols): Correctly combine
3705         visibilities.
3707 2003-03-27  Jakub Jelinek  <jakub@redhat.com>
3709         * elfxx-ia64.c (elfNN_ia64_relax_section): Reset self_dtpmod_offset
3710         to -1 before recomputing got offsets.
3712 2003-03-26  Andreas Schwab  <schwab@suse.de>
3714         * elf32-m68k.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
3715         (elf_m68k_relocate_section): Use it to correctly handle symbols
3716         forced to be local.
3717         (elf_m68k_finish_dynamic_symbol): Emit RELATIVE reloc for got
3718         entries for symbols that are forced to be local.
3720 2003-03-25  Alexandre Oliva  <aoliva@redhat.com>
3722         * elfxx-mips.c (_bfd_mips_relax_section): New function.
3723         * elfxx-mips.h (_bfd_mips_relax_section): Declare.
3724         * elfn32-mips.c, elf64-mips.c: Use it.
3726 2003-03-25  Stan Cox   <scox@redhat.com>
3727             Nick Clifton  <nickc@redhat.com>
3729         Contribute support for Intel's iWMMXt chip - an ARM variant:
3731         * archures.c: Add bfd_mach_arm_iWMMXt.
3732         * reloc.c: Add BFD_RELOC_ARM_CP_OFF_IMM_S2.
3733         * bfd-in2.h: Regenerate.
3734         * libbfd.h: Regenerate.
3735         * coff-arm.c (coff_arm_merge_private_bfd_data): Allow iWMMXt
3736         object files to be linked with XScale ones.
3737         (coff_arm_final_link_postscript): Update note section.
3738         * coffcode.h (coff_set_arch_mach_hook): Handle note section.
3739         * coffgen.c (coff_real_object_p): Call bfd_coff_set_arch_mach_hook
3740         after identifying a coff binary.
3741         * cpu-arm.c (processors): Add iWMMXt.
3742         (arch_inf): Likewise.
3743         * elf32-arm.h (arm_object_p): Handle note section.
3744         (elf32_arm_merge_private_bfd_data): Allow iWMMXt object files to
3745         be linked with XScale ones.
3746         (elf32_arm_section_flags): New function: Set flags on note section.
3747         (elf32_arm_final_write_processing): Handle note section.
3749 2003-03-21  DJ Delorie  <dj@redhat.com>
3751         * elf32-xstormy16.c (elf32_xstormy16_relocate_section): Call
3752         _bfd_elf_rela_local_sym.
3754 2003-03-20  H.J. Lu <hjl@gnu.org>
3756         * elfxx-ia64.c (elfNN_ia64_relax_section): Don't try relax for
3757         non-ELF outputs.
3759 2003-03-20  Nick Clifton  <nickc@redhat.com>
3761         * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Initialise $idata2 and
3762         $idata5 in case bfd_coff_final_link is not called.
3764 2003-03-19  Jakub Jelinek  <jakub@redhat.com>
3766         * elf64-sparc.c (struct sparc64_elf_section_data): Add reloc_count
3767         field.
3768         (canon_reloc_count): Define.
3769         (sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table,
3770         sparc64_elf_canonicalize_dynamic_reloc): Use it instead of
3771         reloc_count.
3772         (sparc64_elf_canonicalize_reloc): New routine.
3773         (bfd_elf64_canonicalize_reloc): Define.
3775 2003-03-18  Jakub Jelinek  <jakub@redhat.com>
3777         * elfxx-ia64.c (elfNN_ia64_relax_section): Handle relaxation
3778         againt mergeable sections.  Take r_addend into account when caching
3779         trampolines.
3781 2003-03-18  Richard Henderson  <rth@redhat.com>
3783         * elfxx-ia64.c (get_dyn_sym_info): Return NULL gracefully for
3784         local symbols that have no dyninfo.
3786 2003-03-14  Gene Smith  <gene.smith@siemens.com>
3788         * ieee.c (ieee_write_expression): Handle the case where symbol is
3789         NULL.
3790         General formatting improvements.
3792 2003-03-13  Nick Clifton  <nickc@redhat.com>
3794         * configure.in (LINGUAS): Add zh_CN.
3795         * configure: Regenerate.
3796         * po/zh_CN.po: New file.
3798 2003-03-13  Elias Athanasopoulos  <elathan@phys.uoa.gr>
3800         * aout-cris.c (BYTES_IN_WORD): Don't define.
3801         aout-encap.c: Likewise.
3802         aout-ns32k.c: Likewise.
3803         aout-tic30.c: Likewise.
3804         hp300bsd.c: Likewise.
3805         i386aout.c: Likewise.
3806         i386dynix.c: Likewise.
3807         i386linux.c: Likewise.
3808         i386lynx.c: Likewise.
3809         i386mach3.c: Likewise.
3810         m68k4knetbsd.c: Likewise.
3811         m68klinux.c: Likewise.
3812         m68klynx.c: Likewise.
3813         m68knetbsd.c: Likewise.
3814         m88kmach3.c: Likewise.
3815         mipsbsd.c: Likewise.
3816         newsos3.c: Likewise.
3817         sparclinux.c: Likewise.
3818         sparclynx.c: Likewise.
3819         sparcnetbsd.c: Likewise.
3820         vaxbsd.c: Likewise. Fix comment formatting.
3822 2003-03-12  Alexandre Oliva  <aoliva@redhat.com>
3824         * Reverted 2003-03-02's patch.
3826         * elfxx-target.h (bfd_elfNN_canonicalize_reloc): Make it
3827         overridable.
3828         * elf64-mips.c (mips_elf64_canonicalize_reloc,
3829         mips_elf64_get_dynamic_reloc_upper_bound,
3830         mips_elf64_canonicalize_dynamic_reloc): New, adapted from elf.c.
3831         (bfd_elf64_get_canonicalize_reloc,
3832         bfd_elf64_get_dynamic_reloc_upper_bound,
3833         bfd_elf64_canonicalize_dynamic_reloc): Define.
3834         (mips_elf64_slurp_reloc_table): Support dynamic.
3835         (mips_elf64_slurp_one_reloc_table): Adjust.
3837 2003-03-12  Nick Clifton  <nickc@redhat.com>
3839         * xsym.c (bfd_sym_fetch_type_information_table_entry): Change
3840         'index' to 'offset' in test for zero value.
3842 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
3844         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Do not create
3845         dynamic relocations pointing to local or section symbols, use the
3846         NULL symbol instead.  Document the choice to not emit an
3847         additional R_MIPS_64 relocation.
3849 2003-03-11  Alan Modra  <amodra@bigpond.net.au>
3851         * elf32-ppc.c (ppc_elf_relocate_section): Subtract tls seg vma from
3852         zero index dynamic tls relocs generated for the GOT.  Tidy code.
3853         Set "relocation" to 1 on DTPMOD32 relocs.  Optimize HA adjustment.
3854         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3856 2003-03-07  Alan Modra  <amodra@bigpond.net.au>
3858         * elf32-ppc.c (ppc_elf_relocate_section): Don't look for a nop after
3859         a tls_get_addr call.
3861         * elf32-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
3862         (ppc_elf_adjust_dynamic_symbol): For weak symbols, copy
3863         ELF_LINK_NON_GOT_REF from weakdef.
3864         * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
3865         (ppc64_elf_adjust_dynamic_symbol): For weak symbols, copy
3866         ELF_LINK_NON_GOT_REF from weakdef.
3867         * elf32-i386.c (ELIMINATE_COPY_RELOCS): Define as one.  Use throughout.
3868         (elf_i386_adjust_dynamic_symbol): For weak symbols, copy
3869         ELF_LINK_NON_GOT_REF from weakdef.
3871 2003-03-06  Jakub Jelinek <jakub@redhat.com>
3872         Andrew Haley  <aph@redhat.com>
3874         * elflink.h (elf_bfd_discard_info): Don't process eh frames if
3875         output is relocateable.
3877 2003-03-06  Steven Konopa <skonopa@kgo.csc.com>
3879         * som.c (som_fixup_formats): Correct formats for R_AUX_UNWIND and
3880         R_COMMENT.
3882 2003-03-06  Alan Modra  <amodra@bigpond.net.au>
3884         * elf32-ppc.c (ppc_elf_create_linker_section): Don't capitalize
3885         error messages.
3886         (ELIMINATE_COPY_RELOCS): Define to zero.
3887         (ppc_elf_relocate_section): Don't deref htab->tls_sec when calculating
3888         TLSLD relocs.  Report reloc types on a number of errors.  Optimize
3889         LOCAL24PC check for non-local syms.  Don't capitalize error messages.
3890         * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define to zero.
3891         (ppc64_elf_relocate_section): Don't deref htab->tls_sec when
3892         calculating TLSLD relocs.  Report reloc types on a number of errors.
3893         Don't capitalize error messages.
3895 2003-03-03  H.J. Lu <hjl@gnu.org>
3897         * elfxx-ia64.c (USE_BRL): Removed.
3898         (oor_ip): Removed.
3900 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
3902         * elf32-sh.c (sh_elf_howto_tab): Make R_SH_IND12W into an ordinary
3903         relocation (no special function), and make it non-partial_inplace.
3904         (sh_elf_relax_section): When creating a bsr, use a consistent value
3905         no matter if the symbol is extern or not;  set addend to -4.
3906         Don't swap load / non-load instructions for SH4.
3907         (sh_elf_relax_delete_bytes): In R_SH_IND12W case, check the offset
3908         rather than if the symbol is external to determine if adjusting the
3909         offset makes sense.  Adjust the addend too if appropriate.
3910         (sh_elf_relocate_section): In R_SH_IND12W, don't fiddle with the
3911         relocation.
3913 2003-03-03  Nick Clifton  <nickc@redhat.com>
3915         * po/da.po: Installed latest translation.
3917 2003-03-02  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3919         * elf32-mips.c (elf_mips_howto_table_rel): Change definition of
3920         R_MIPS_PC16 to rightshift 2.
3921         (elf_reloc_map mips_reloc_map): Map to rightshifted BFD reloc.
3922         (bfd_elf32_bfd_reloc_type_lookup): Support
3923         BFD_RELOC_MIPSEMB_16_PCREL_S2.
3924         * elf64-mips.c (mips_elf64_howto_table_rel): Change definition of
3925         R_MIPS_PC16 to rightshift 2.
3926         (mips_elf64_howto_table_rela): Likewise.
3927         (mips_reloc_map): Map to rightshifted BFD reloc.
3928         * elfn32-mips.c: The same as in elf64-mips.c.
3929         * elfxx-mips.c (mips_elf_got_for_ibfd): Typo in comment.
3930         (mips_elf_calculate_relocation): Handle rightshifted addends for
3931         R_MIPS_PC16.
3932         * reloc.c (BFD_RELOC_MIPSEMB_16_PCREL_S2): New BFD relocation for
3933         MIPS Embedded PIC. Remove superfluous empty COMMENT.
3934         * libbfd.h: Regenerate.
3935         * bfd-in2.h: Regenerate.
3937 2003-02-28  Richard Henderson  <rth@redhat.com>
3939         * elfxx-ia64.c (elfNN_ia64_relax_section): Correct bounds
3940         for ltoff22x relaxation.
3942 2003-03-01  Alan Modra  <amodra@bigpond.net.au>
3944         * bfd-in.h (_bfd): Don't define.
3945         * bfd.c: Rename occurrences of "struct _bfd" to "struct bfd".
3946         * syms.c: Likewise.
3947         * bfd-in2.h: Regenerate.
3949 2003-02-27  Richard Henderson  <rth@redhat.com>
3951         * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add want_gotx;
3952         (elfNN_ia64_check_relocs): Set it.
3953         (allocate_global_data_got): Check it.
3954         (allocate_local_got): Likewise.
3955         (allocate_dynrel_entries): Likewise.
3956         (elfNN_ia64_relax_ldxmov): New.
3957         (elfNN_ia64_relax_section): Handle LTOFF22X, LDXMOV.
3958         (elfNN_ia64_choose_gp): Split out from ...
3959         (elfNN_ia64_final_link): ... here.
3961 2003-02-27  Andrew Cagney  <cagney@redhat.com>
3963         * bfd.c (struct bfd): Rename "struct _bfd".
3964         * bfd-in.h: Update copyright.
3965         (struct bfd): Rename "struct _bfd".
3966         (_bfd): Define for backward compatibility.
3967         * bfd-in2.h: Regenerate.
3969 2003-02-25  Alan Modra  <amodra@bigpond.net.au>
3971         * elflink.h (elf_bfd_final_link): Apportion reloc counts to rel_hdr
3972         and rel_hdr2 when initially counting input relocs rather than after
3973         creating output reloc sections.
3974         (elf_link_read_relocs_from_section): Don't abort with wrong reloc
3975         sizes.
3977         * Makefile.am: Run "make dep-am".
3978         * Makefile.in: Regenerate.
3980 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
3982         * elf.c (elfcore_read_notes): Add check for QNX style core file.
3983         (elfcore_grog_nto_note): New function.
3984         (elfcore_grog_nto_gregs): New function.
3985         (elfcore_grog_nto_status): New function.
3987 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
3989         * elflink.c (_bfd_elf_create_got_section): Check existing .got
3990         section flags before concluding that we've already been called.
3991         Don't use register keyword.
3992         (_bfd_elf_create_dynamic_sections): Don't use register keyword.
3993         (_bfd_elf_create_linker_section): Formatting.
3995 2003-02-20  jmc  <jmc@prioris.mini.pw.edu.pl>
3997         * coff-h8300.c: Fix typo: intial -> initial.
3998         * coff-ppc.c: Likewise.
4000 2003-02-20  Alan Modra  <amodra@bigpond.net.au>
4002         * elf32-ppc.c: Formatting.
4003         (allocate_dynrelocs): LD and GD relocs against the same sym need
4004         separate GOT entries.
4005         (ppc_elf_relocate_section): Correct GOT handling for multiple GOT
4006         entries per symbol.
4008 2003-02-19  Alan Modra  <amodra@bigpond.net.au>
4010         * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Simplify dynamic reloc
4011         removal.  Localize vars.  Remove unnecessary dynobj test.
4012         * elf32-i386 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead
4013         of INFO.
4014         (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
4015         and optimize.
4016         (elf_i386_relocate_section): Likewise.
4017         (elf_i386_gc_sweep_hook): Simplify dyn reloc removal.  Localize vars.
4018         * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
4019         * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
4020         * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
4021         * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
4022         * elf32-sparc.c (elf32_sparc_gc_sweep_hook): Likewise.  Remove
4023         local_dynrel for section too.  Don't touch HIPLT22, LOPLT10, PCPLT32
4024         or PCPLT10 relocs.  Don't subtract twice on PLT32 relocs.
4025         Formatting.
4027         * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define.
4028         (ppc64_elf_check_relocs): Use it.  Correct comment.  Move SEC_ALLOC
4029         test.
4030         (ppc64_elf_adjust_dynamic_symbol): Use ELIMINATE_COPY_RELOCS.
4031         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
4032         (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
4033         and optimize.  Use ELIMINATE_COPY_RELOCS.
4034         (ppc64_elf_relocate_section): Likewise.
4036         * elf32-ppc.c (struct ppc_elf_dyn_relocs): Add pc_count field.
4037         (ppc_elf_copy_indirect_symbol): Copy pc_count field.
4038         (ELIMINATE_COPY_RELOCS): Define.
4039         (ppc_elf_adjust_dynamic_symbol): Convert copy relocs to dynamic.
4040         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
4041         (MUST_BE_DYN_RELOC): Define.
4042         (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
4043         and optimize.  Trim dyn_relocs.
4044         (ppc_elf_check_relocs): Don't generate dyn_relocs when we know they'll
4045         not be used.  Do generate dyn_relocs for copy reloc avoidance.  Keep
4046         track of pc_rel dyn relocs.
4047         (ppc_elf_relocate_section): Remove "will_become_local".  Adjust
4048         WILL_CALL_FINISH_DYNAMIC_SYMBOL use.  Trim dyn relocs as per
4049         allocate_dynrelocs.  Don't recalculate "sec".
4051 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
4053         * elf32-ppc.c (ppc_elf_relocate_section): Remove unnecessary test.
4054         * elf64-ppc.c (ppc64_elf_tls_optimize): Decrement tlsld_got.refcount
4055         on invalid LD relocs.
4056         (allocate_dynrelocs): Invalid LD relocs don't use tlsld_got entry.
4057         (ppc64_elf_relocate_section): Unify new handling of LD relocs and
4058         tlsld_got entry.  Use IS_PPC64_TLS_RELOC.
4060         * elf32-ppc.h: New file.
4061         * elf32-ppc.c: Include elf32-ppc.h.
4062         (NOP, CROR_151515, CROR_313131, TP_OFFSET, DTP_OFFSET): Define.
4063         (struct ppc_elf_link_hash_entry): Rename "root" to "elf".  Adjust uses.
4064         Add "tls_mask" field.
4065         (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define.
4066         (struct ppc_elf_link_hash_table): Rename "root" to "elf".  Adjust uses.
4067         Add got, relgot, plt, relplt, dynbss, relbss, dynsbss, relsbss,
4068         sdata, sdata2, tls_sec, tls_get_addr, tlsld_got fields.
4069         Make use of htab shortcuts throughout file.
4070         (ppc_elf_link_hash_newfunc): Init tls_mask field.
4071         (ppc_elf_link_hash_table_create): Init new fields.
4072         (ppc_elf_copy_indirect_symbol): Copy tls_mask.
4073         (ppc_elf_howto_raw): Add tls relocs.
4074         (ppc_elf_reloc_type_lookup): Handle them.
4075         (ppc_elf_unhandled_reloc): New function.
4076         (ppc_elf_create_got): Stash got section pointer in hash table,
4077         return status.  Make .rela.got too.
4078         (ppc_elf_create_dynamic_sections): Stash section pointers in htab.
4079         (ppc_elf_adjust_dynamic_symbol): Only set up copy relocs when
4080         NON_GOT_REF set.  Don't allocate space in .plt here..
4081         (allocate_dynrelocs): ..do so here instead, properly ref-counting and
4082         not allocating plt entries unnecessarily.  Allocate got entries here.
4083         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
4084         (ppc_elf_size_dynamic_sections): Allocate local got entries.  Pass
4085         "info" during allocate_dynrelocs hash traversal.  Use htab section
4086         shortcuts rather than searching for named sections.  Get rid of
4087         "plt" and "strip" booleans.
4088         (update_local_sym_info, bad_shared_reloc): New functions.
4089         (ppc_elf_check_relocs): Handle TLS relocs.  Move .rela.got creation to
4090         ppc_elf_create_got.  Don't mark got or plt reloc syms dynamic, do so
4091         in allocate_dynreloc.  Use update_local_sym_info and bad_shared_reloc.
4092         Disallow R_PPC_EMB_RELSDA, R_PPC_EMB_NADDR32, R_PPC_EMB_NADDR16,
4093         R_PPC_EMB_NADDR16_LO, R_PPC_EMB_NADDR16_HI and R_PPC_EMB_NADDR16_HA
4094         in shared libs.  R_PPC_PLTREL32 is a plt reloc too.  Refcount all
4095         relocs that might use a plt entry.  Set NON_GOT_REF too.
4096         Enumerate all do-nothing relocs.
4097         (ppc_elf_gc_sweep_hook): Simplify removal of dynrelocs.  Handle
4098         tls relocs and all plt relocs.
4099         (ppc_elf_tls_setup, ppc_elf_tls_optimize): New functions.
4100         (ppc_elf_finish_dynamic_symbol): Don't build got entries here.
4101         (ppc_elf_finish_dynamic_sections): Rewrite tag code using htab
4102         shortcuts.
4103         (ppc_elf_relocate_section): Tidy.  Handle TLS relocs.  Use
4104         bfd_elf_local_sym_name.  Simplify unresolved reloc code.  Build got
4105         entries and got relocs here.  Warn on non-zero got reloc addend.
4106         Split out branch taken/not taken reloc code into a separate switch
4107         and correct offset calculation. Allow BRTAKEN/BRNTAKEN dynamic relocs.
4108         Split out HA reloc adjustments to separate switch statement.  Don't
4109         warn on reloc overflow if we've already warned about undefined.
4110         Don't rebuild sym name when reporting errors.  Report all possible
4111         errors from _bfd_final_link_relocate.
4112         (bfd_elf32_bfd_final_link): Don't define.
4114 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
4116         * elf64-ppc.c (ppc64_elf_relocate_section): Don't init "r".  Don't
4117         rebuild sym name when reporting errors.
4119 2003-02-17  Nick Clifton  <nickc@redhat.com>
4121         * elflink.h (elf_link_output_extsym): Only check
4122         allow_shlib_undefined for shared libraries.
4123         * elf32-i386.c (elf_i386_relocate_section): Remove bogus check
4124         of allow_shlib_undefined.
4125         * elf32-cris.c (cris_elf_relocate_section): Likewise.
4126         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
4127         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
4128         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
4129         * elf32-s390.c (elf_s390_relocate_section): Likewise.
4130         * elf32-sh.c (sh_elf_relocate_section): Likewise.
4131         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4132         * elf32-vax.c (elf_vax_relocate_section): Likewise.
4133         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
4134         * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
4135         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
4136         * elf64-s390.c (elf_s390_relocate_section): Likewise.
4137         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4138         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
4139         * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
4140         * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
4142 2003-02-17  Nick Clifton  <nickc@redhat.com>
4144         * elf.c (SEGMENT_AFTER_SEGMENT): Add third parameter - the
4145         address field to use in the comparison.
4146         (SEGMENT_OVERLAPS): Check that LMAs overlap as well.
4148 2003-02-14  Bob Wilson  <bob.wilson@acm.org>
4150         * elfcore.h (elf_core_file_p): Compare alternate machine codes for ELF
4151         backends when checking if the generic ELF target should be used.
4153         * syms.c (_bfd_stab_section_find_nearest_line): For line number stabs
4154         outside of functions, treat values as absolute addresses.
4156         * bfd.c: Change embedded documentation to use consistent indentation
4157         and to split up long lines.  Change informal style of description
4158         for functions lacking real documentation.
4159         * coffcode.h: Break up long lines in embedded documentation.
4160         * format.c: Likewise.
4161         * targets.c: Likewise.
4162         * libcoff.h: Regenerate.
4163         * bfd-in2.h: Regenerate.
4165 2003-02-14  Alan Modra  <amodra@bigpond.net.au>
4167         * elf64-ppc.c (ppc64_elf_link_hash_table_create): Init tls_get_addr.
4168         (ppc64_elf_copy_indirect_symbol): Merge tls_mask too.
4169         (ppc64_elf_gc_sweep_hook): Simplify removal of dyn_relocs.
4170         (allocate_dynrelocs): Don't treat undefined and undefweak specially.
4171         (ppc_size_one_stub): Fix warning, and tighten plt entry check.
4172         (group_sections): Don't share a stub section if stubs are for a large
4173         section.  Adjust comment.
4174         (ppc64_elf_size_stubs): Roughly double the size left for stubs if
4175         !stubs_always_before_branch.
4176         (ppc64_elf_relocate_section): Initialize tlsld GOT entry once.  Don't
4177         treat undefined and undefweak specially when processing dyn relocs.
4179 2003-02-13  Jakub Jelinek  <jakub@redhat.com>
4181         * elflink.h (elf_link_add_object_symbols): Handle .symver x, x@FOO.
4183 2003-02-13  Nick Clifton  <nickc@redhat.com>
4185         * elf32-arm.h (elf32_thumb_to_arm_stub): Include section VMAs
4186         in computation of offset to insert into BL instruction.
4188 2003-02-11  Uwe Stieber  <uwe@wwws.de>
4190         * config.bfd: Add support for kaOS as cross build target system.
4192 2003-02-11  Alan Modra  <amodra@bigpond.net.au>
4194         * elf64-ppc.c (ppc64_elf_check_relocs): Match versioned
4195         .__tls_get_addr too.
4196         (ppc64_elf_tls_setup): Ensure cached tls_get_addr is not indirect.
4198 2003-02-10  Kaz kojima  <kkojima@rr.iij4u.or.jp>
4200         * elf32-sh.c (elf_sh_dyn_relocs): Add tls_tpoff32 field.
4201         (elf_sh_link_hash_entry): Remove tls_tpoff32 field.
4202         (sh_elf_link_hash_newfunc): Remove the initialization of
4203         tls_tpoff32 field.
4204         (allocate_dynrelocs): Keep dyn_relocs if it includes the entry
4205         for which tls_tpoff32 flag is set.
4206         (sh_elf_relocate_section): Covert to LE only if the dyn_relocs
4207         of the symbol includes the entry matched with the input_section
4208         and having tls_tpoff32 flag on.  When linking statically, set
4209         symbol index of R_SH_TLS_TPOFF32 relocation to zero if the symbol
4210         is defined in this executable.
4211         (sh_elf_check_relocs): Set tls_tpoff32 flag appropriately.
4213 2003-02-10  Jakub Jelinek  <jakub@redhat.com>
4215         * elf32-s390.c (elf_s390_size_dynamic_sections): Set relocs to TRUE
4216         even if there is just non-empty .rela.plt.
4218 2003-02-10  Nick Clifton  <nickc@redhat.com>
4220         * archures.c (bfd_mach_arm_ep9312): Define.
4221         * bfd-in2.h: Regenerate.
4222         * cpu-arm.c (processors[]): Add ep9312.
4223         (bfd_arm_arch): Add ep9312.
4224         * elf32-arm.h (elf32_arm_merge_private_data): Update error
4225         messages and add test for Maverick floating point support.
4226         (elf32_arm_print_private_bfd_data): Handle
4227         EF_ARM_MAVERICK_FLOAT flag.
4228         (elf32_arm_object_p): New function.
4229         (elf_backend_object_p): Define.
4231 2003-02-10  Alan Modra  <amodra@bigpond.net.au>
4233         * elf64-ppc.c: Rename assorted occurrences of tls_type and similar
4234         variables, structure fields or function params to tls_mask or
4235         similar to better reflect usage.
4236         (struct got_entry): Comment.
4237         (struct ppc_link_hash_entry): Expand comment, and renumber TLS_*.
4238         (get_tls_mask): Rename from get_tls_type.
4240 2003-02-09  Alan Modra  <amodra@bigpond.net.au>
4242         * elf64-ppc.c (TLS_GD_LD): Don't define..
4243         (TLS_GD): ..define this instead and update all uses.
4244         (TLS_TPRELGD): Define.
4245         (ppc64_elf_link_hash_table_create): Tweak initialization of
4246         init_refcount and init_offset.
4247         (ppc64_elf_check_relocs): Add one extra element to t_symndx array.
4248         Mark second slot of GD or LD toc entries.
4249         (get_tls_type): Return an int.  Distinguish toc GD and LD entries
4250         from other tls types.
4251         (ppc64_elf_tls_setup): New function, split out from..
4252         (ppc64_elf_tls_optimize): ..here.  Don't optimize when symbols are
4253         defined in a dynamic object.  Fix LD optimization.  Don't set TLS_TPREL
4254         on GD->IE optimization, use TLS_TPRELGD instead.  Use get_tls_type
4255         return value to properly decide whether toc GD and LD entries can
4256         optimize away __tls_get_addr call.  Check next reloc after DTPMOD64
4257         to determine GD or LD rather than looking at TLS_LD flag.  Don't
4258         attempt to adjust got entry tls_type here..
4259         (allocate_dynrelocs): ..instead, adjust got entry tls_type here, and
4260         look for possible merges.
4261         (ppc64_elf_size_dynamic_sections): Adjust local got entries for
4262         optimization.
4263         (ppc64_elf_size_stubs): Tweak __tls_get_addr fudge.
4264         (ppc64_elf_relocate_section): Rename some vars to better reflect usage.
4265         Make use of return value from get_tls_type to properly detect GD and
4266         LD optimizations.  Split tlsld/gd hi/ha from lo/ds case.  Don't
4267         handle tls_get_addr removal when looking at REL24 relocs, do it when
4268         looking at the previous reloc.  Check reloc after DTPMOD64 to determine
4269         GD or LD.
4270         * elf64-ppc.h (ppc64_elf_tls_setup): Declare.
4272 2003-02-08  Alan Modra  <amodra@bigpond.net.au>
4274         * elf32-hppa.c (group_sections): Don't share a stub section if
4275         stubs are for a large section.
4277         * elf32-hppa.c (elf32_hppa_size_stubs): Double the size left for
4278         stubs if !stubs_always_before_branch.
4280 2003-02-07  Nick Clifton  <nickc@redhat.com>
4282         * elf.c (swap_out_syms): Generate an error message if an
4283         equivalent output section cannot be found for a symbol.
4285 2003-02-07  Jakub Jelinek  <jakub@redhat.com>
4287         * elf64-alpha.c (elf64_alpha_relax_section): Don't crash if
4288         local_got_entries is NULL.
4290 2003-02-06  Andreas Schwab  <schwab@suse.de>
4292         * elf-eh-frame.c (get_DW_EH_PE_signed): Define.
4293         (read_value): Add parameter is_signed, use signed extraction if
4294         the value is signed.
4295         (_bfd_elf_write_section_eh_frame): Pass signed flag of the
4296         encoding to read_value.
4298 2003-02-06  Alan Modra  <amodra@bigpond.net.au>
4300         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got and
4301         plt info when called to transfer weak sym info.
4303 2003-02-05  Alan Modra  <amodra@bigpond.net.au>
4305         * reloc.c: Add PPC and PPC64 TLS relocs.
4306         * libbfd.h: Regenerate.
4307         * bfd-in2.h: Regenerate.
4308         * elf64-ppc.c (TP_OFFSET, DTP_OFFSET): Declare.
4309         (ppc64_elf_howto_raw): Add TLS howto's.  Adjust R_PPC64_NONE to be
4310         against a 32 bit field.
4311         (ppc64_elf_reloc_type_lookup): Handle TLS relocs.
4312         (_ppc64_elf_section_data): Add t_symndx and comments.
4313         (ppc64_elf_section_data): Use elf_section_data macro.
4314         (ppc64_elf_new_section_hook): American spelling.
4315         (struct got_entry, struct plt_entry): New.
4316         (MUST_BE_DYN_RELOC): Rename from IS_ABSOLUTE_RELOC.
4317         (struct ppc_stub_hash_entry): Add "addend" field.
4318         (struct ppc_link_hash_entry): Add "tls_type".
4319         (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
4320         TLS_EXPLICIT): Define.
4321         (struct ppc_link_hash_table): Add tls_sec, tls_get_addr, tlsld_got.
4322         (link_hash_newfunc): Init new fields.
4323         (ppc64_elf_link_hash_table_create): Likewise.  Set init_refcount and
4324         init_offset to NULL.
4325         (ppc64_elf_copy_indirect_symbol): Copy got and plt info.  Don't call
4326         _bfd_elf_link_hash_copy_indirect, rather insert relevant code from
4327         there.
4328         (update_local_sym_info, update_plt_info): New functions.
4329         (ppc64_elf_check_relocs): Use them.  Handle TLS relocs.  Adjust GOT
4330         handling to use got.glist rather than got.refcount.  Likewise for PLT.
4331         (ppc64_elf_gc_sweep_hook): Handle TLS relocs, new GOT and PLT lists.
4332         (func_desc_adjust): Adjust for new PLT list.
4333         (ppc64_elf_adjust_dynamic_symbol): Likewise.
4334         (get_sym_h, get_tls_type): New functions.
4335         (ppc64_elf_edit_opd): Remove unused variable.  Use get_sym_h.
4336         (ppc64_elf_tls_optimize): New function.
4337         (allocate_dynrelocs): Adjust for new PLT and GOT lists.  Allocate
4338         TLS relocs.
4339         (ppc64_elf_size_dynamic_sections): Likewise.
4340         (ppc_type_of_stub): Adjust for new PLT list.
4341         (ppc_build_one_stub): Likewise.
4342         (ppc64_elf_size_stubs): Likewise.  Use get_sym_h.  Treat __tls_get_addr
4343         calls specially.
4344         (ppc64_elf_relocate_section): Adjust for new GOT and PLT lists.  Handle
4345         TLS relocs.  Report local syms using bfd_elf_local_sym_name.  Don't
4346         init GOT entries that have a reloc.  Generate GOT relocs here..
4347         (ppc64_elf_finish_dynamic_symbol): ..not here.  Adjust for PLT list.
4348         * elf64-ppc.h (ppc64_elf_tls_optimize): Declare.
4350 2003-02-04  Andreas Schwab  <schwab@suse.de>
4352         * elf32-m68k.c (elf_m68k_hash_entry): Define.
4353         (elf_m68k_link_hash_traverse): Remove.
4354         (elf_m68k_link_hash_newfunc): Use struct bfd_hash_entry and
4355         elf_m68k_hash_entry instead of struct elf_m68k_link_hash_entry to
4356         reduce casting.
4357         (elf_m68k_check_relocs): Use elf_m68k_hash_entry instead of
4358         casting.
4359         (elf_m68k_size_dynamic_sections): Use elf_link_hash_traverse
4360         instead of elf_m68k_link_hash_traverse.
4361         (elf_m68k_discard_copies): Change first parameter to pointer to
4362         struct elf_link_hash_entry and use elf_m68k_hash_entry when struct
4363         elf_m68k_link_hash_entry is needed.
4365 2003-02-04  Alan Modra  <amodra@bigpond.net.au>
4367         * elf-bfd.h (struct got_entry, struct plt_entry): Forward declare.
4368         (struct elf_link_hash_entry): Add "glist" and "plist" fields to
4369         "got" union, and declare as gotplt_union.  Use gotplt_uinion for
4370         "plt" field.
4371         (struct elf_link_hash_table): Make "init_refcount" a gotplt_union.
4372         Add "init_offset" field.
4373         (struct elf_obj_tdata <local_got>): Add "struct got_entry **" to union.
4374         (elf_local_got_ents): Declare.
4375         * elf.c (_bfd_elf_link_hash_newfunc): Adjust initialization of "got"
4376         and "plt".
4377         (_bfd_elf_link_hash_hide_symbol): Use "init_offset".
4378         (_bfd_elf_link_hash_table_init): Set "init_offset".
4379         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set init_refcount
4380         from init_offset.
4381         (elf_adjust_dynamic_symbol): Set plt and got offsets using init_offset.
4383         * elf.c (bfd_elf_local_sym_name): Split out from..
4384         (group_signature): ..here.
4385         * elf-bfd.h (bfd_elf_local_sym_name): Declare.
4387 2003-02-04  Alan Modra  <amodra@bigpond.net.au>
4389         * elf-bfd.h (enum elf_link_info_type): Remove.
4390         (struct bfd_elf_section_data): Move sec_info_type, use_rela_p fields
4391         to struct sec.  Remove linkonce_p field.
4392         (elf_linkonce_p): Delete.
4393         (elf_discarded_section): Update for sec_info_type change.
4394         * section.c (struct sec): Add sec_info_type, use_rela_p, has_tls_reloc,
4395         flag11, flag12, flag13, flag14, flag15, flag16, flag20, flag24.
4396         (ELF_INFO_TYPE_NONE): Define.
4397         (ELF_INFO_TYPE_STABS): Define.
4398         (ELF_INFO_TYPE_MERGE): Define.
4399         (ELF_INFO_TYPE_EH_FRAME): Define.
4400         (ELF_INFO_TYPE_JUST_SYMS): Define.
4401         (STD_SECTION): Update struct sec initializer.
4402         * ecoff.c (bfd_debug_section): Likewise.
4403         * elf.c: Likewise.  Update occurrences of sec_info_type and use_rela_p.
4404         * elflink.h: Likewise.
4405         * elf-eh-frame.c: Likewise.
4406         * elf64-alpha.c: Likewise.
4407         * elfxx-ia64.c: Likewise.
4408         * elfxx-mips.c: Likewise.
4409         * bfd-in2.h: Regenerate.
4411         * elf32-sparc.c (sec_do_relax): Use elf_section_data macro rather than
4412         referring to used_by_bfd.
4413         * elf64-sparc.c (sec_do_relax): Likewise.
4414         * elf64-mmix.c (mmix_elf_section_data): Likewise.
4415         * elfxx-mips.c (mips_elf_section_data): Likewise.
4416         * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
4417         (ieee_get_section_contents): Likewise.
4418         (ieee_new_section_hook): Formatting.
4419         (ieee_canonicalize_reloc): Remove commented out code.
4420         * mmo.c (mmo_section_data): Define.  Use throughout file.
4421         * oasys.c (oasys_get_section_contents): Use oasys_per_section macro.
4423 2003-01-31  Graydon Hoare <graydon@redhat.com>
4425         * Makefile.am (opncls.lo): Add dependency upon libiberty.h.
4426         * Makefile.in: Regenerate.
4427         * opncls.c (calc_crc32, get_debug_link_info,
4428         seperate_debug_file_exists, find_seperate_debug_file): New
4429         internal functions.
4430         (bfd_follow_gnu_debuglink): New function.  Follow the pointer
4431         contained inside a .gnu_debuglink section.
4432         * bfd-in2.h: Regenerate.
4434 2003-01-29  Alexandre Oliva  <aoliva@redhat.com>
4436         * elfxx-mips.c (mips_elf_got_entry_hash): Don't dereference
4437         entry->abfd when it's NULL.
4439 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
4441         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Handle
4442         _bfd_elf_section_offset returning -2 the same way as -1.
4444         * elfxx-mips.c (mips_elf_multi_got): New function.
4445         (struct mips_got_entry): Make symndx and gotidx signed.  Moved
4446         addend into union along with address and link hash entry.
4447         (struct mips_got_info): Added bfd2got and next.
4448         (struct mips_elf_hash_sort_data): Added max_unref_got_dynindx.
4449         (mips_elf_got_section, mips_elf_create_got_section): Use
4450         SEC_EXCLUDE bit to tell whether we really need the got
4451         section.  Take boolean arguments to disregard an excluded
4452         section, or to create it as excluded.  Adjust all callers.
4453         Use mips_elf_got_section all over.
4454         (mips_elf_local_got_index, mips_elf_got_page,
4455         mips_elf_got16_entry): Take input bfd as argument, and pass it
4456         on to mips_elf_create_local_got_entry.
4457         (mips_elf_global_got_index, mips_elf_create_local_got_entry):
4458         Take input bfd as argument, and manage entries in the
4459         appropriate GOT.
4460         (mips_elf_got_offset_from_index): Take input bfd as argument,
4461         and use it to adjust the GP offset of the bfd.
4462         (mips_elf_sort_hash_table, mips_elf_sort_hash_table_f): Move
4463         unreferenced GOT entries of global symbols to the end.
4464         (mips_elf_record_global_got_symbol): Take input bfd as
4465         argument.  Add entries to the master GOT hash table.
4466         (struct mips_elf_bfd2got_hash): New.
4467         (struct mips_elf_got_per_bfd_arg): New.
4468         (struct mips_elf_set_global_got_offset_arg): New.
4469         (mips_elf_hash_bfd_vma, mips_elf_multi_got_entry_hash,
4470         mips_elf_multi_got_entry_eq, mips_elf_bfd2got_entry_hash,
4471         mips_elf_bfd2got_entry_eq, mips_elf_make_got_per_bfd,
4472         mips_elf_merge_gots, mips_elf_set_global_got_offset,
4473         mips_elf_resolve_final_got_entry,
4474         mips_elf_resolve_final_got_entries, mips_elf_adjust_gp,
4475         mips_elf_got_for_ibfd): New functions.
4476         (ELF_MIPS_GP_OFFSET): Don't depend on SGI_COMPAT.
4477         (MIPS_ELF_GOT_MAX_SIZE): New macro.
4478         (STUB_LW): Generate 64-bit stub regardless of SGI_COMPAT.
4479         (mips_elf_got_entry_hash): Take new fields into account.  Use
4480         mips_elf_hash_bfd_vma.
4481         (mips_elf_got_entry_eq): Take new fields into account.
4482         (mips_elf_create_got_section): Initialize new fields.
4483         (mips_elf_calculate_relocation): Pass input_bfd to functions
4484         that now take it.  Adjust gp for the input_bfd.
4485         (mips_elf_allocate_dynamic_relocation,
4486         mips_elf_create_dynamic_relocation,
4487         _bfd_mips_elf_create_dynamic_sections): Use...
4488         (mips_elf_rel_dyn_section): New function.  Borrow code from...
4489         (_bfd_mips_elf_check_relocs): Pass input_bfd to functions that
4490         now take it.  Create the got section if needed, even if
4491         excluded, before recording a global got symbol.  Move some
4492         code to...
4493         (mips_elf_record_local_got_symbol): New fn.
4494         (_bfd_mips_elf_size_dynamic_sections): Disable combreloc.
4495         Compute multi-got global entries offsets.  Move GOT code to...
4496         (_bfd_mips_elf_always_size_sections): Call mips_elf_multi_got
4497         if the GOT is too big.
4498         (_bfd_mips_elf_finish_dynamic_symbol): Set got entry of
4499         undefweak symbol to zero.  Generate dynamic relocations for
4500         non-primary GOT entries for global symbols.
4501         (_bfd_mips_elf_finish_dynamic_sections): Handle multi-got
4502         case.  Generate dynamic relocations for local got entries.
4503         Sort dynamic relocations on N64 too, using...
4504         (sort_dynamic_relocs_64): New fns.
4505         (_bfd_mips_elf_hide_symbol): Adjust multi-got counters.
4506         (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_XGOT.
4508 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
4510         * bfd.c (struct _bfd): Added id field.
4511         * opncls.c (_bfd_id_counter): New static variable.
4512         (_bfd_new_bfd): Use it.
4513         * bfd-in2.h: Rebuilt.
4515 2003-01-25  Alan Modra  <amodra@bigpond.net.au>
4517         * elf32-sparc.c (bfd_elf32_new_section_hook): Define.
4519 2003-01-25  Jakub Jelinek  <jakub@redhat.com>
4521         * elf32-sparc.c (_bfd_sparc_elf_howto_table): Add TLS relocs.
4522         (elf32_sparc_rev32_howto): New variable.
4523         (sparc_reloc_map): Add TLS relocs.
4524         (elf32_sparc_reloc_type_lookup, elf32_sparc_info_to_howto):
4525         Handle REV32.
4526         (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc, elf32_sparc_mkobject):
4527         New functions.
4528         (struct elf32_sparc_dyn_relocs, struct elf32_sparc_link_hash_entry,
4529         struct elf32_sparc_link_hash_table):
4530         New structures.
4531         (elf32_sparc_tdata, elf32_sparc_local_got_tls_type,
4532         elf32_sparc_hash_table): Define.
4533         (link_hash_newfunc, elf32_sparc_link_hash_table_create,
4534         create_got_section, elf32_sparc_create_dynamic_sections,
4535         elf32_sparc_copy_indirect_symbol, elf32_sparc_tls_transition): New
4536         functions.
4537         (elf32_sparc_check_relocs): Handle TLS relocs.  Add dynamic reloc
4538         reference counting.
4539         (elf32_sparc_gc_sweep_hook): Likewise.
4540         (elf32_sparc_adjust_dynamic_symbol): Likewise.
4541         (elf32_sparc_size_dynamic_sections): Likewise.
4542         (elf32_sparc_relocate_section): Likewise.
4543         (allocate_dynrelocs, readonly_dynrelocs, dtpoff_base, tpoff):
4544         New functions.
4545         (elf32_sparc_object_p): Allocate backend private object data.
4546         (bfd_elf32_bfd_link_hash_table_create,
4547         elf_backend_copy_indirect_symbol, bfd_elf32_mkobject,
4548         elf_backend_can_refcount): Define.
4549         (elf_backend_create_dynamic_sections): Define to
4550         elf32_sparc_create_dynamic_sections.
4551         * reloc.c: Add SPARC TLS relocs.
4552         * bfd-in2.h, libbfd.h: Rebuilt.
4553         * elf64-sparc.c (sparc64_elf_howto_table): Add TLS relocs.
4554         (sparc_reloc_map): Likewise.
4556 2003-01-24  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4558         * bfd-in2.h: Regenerate.
4559         * elf32-s390.c (elf_s390_mkobject, elf_s390_tls_transition,
4560         s390_tls_reloc, dtpoff_base, tpoff, invalid_tls_insn): New functions.
4561         (elf_howto_table): Add TLS relocs.
4562         (elf_s390_reloc_type_lookup): Likewise.
4563         (elf_s390_link_hash_entry): Add tls_type.
4564         (elf_s390_hash_entry, elf_s390_obj_tdata, elf_s390_local_got_tls_type):
4565         New macros.
4566         (elf_s390_link_hash_table): Add tls_ldm_got.
4567         (link_hash_newfunc): Initialize tls_type.
4568         (elf_s390_link_hash_table_create): Initialize refcount of tls_ldm_got.
4569         (elf_s390_copy_indirect_symbol): Copy tls_type information.
4570         (elf_s390_check_relocs): Support TLS relocs.
4571         (elf_s390_gc_sweep_hook): Likewise.
4572         (allocate_dynrelocs): Likewise.
4573         (elf_s390_size_dynamic_sections): Likewise.
4574         (elf_s390_relocate_section): Likewise.
4575         (elf_s390_finish_dynamic_symbol): Likewise.
4576         (bfd_elf32_mkobject): Define for TLS.
4577         * elf64-s390.c: Same changes as for elf32-s390.c.
4578         * libbfd.h: Regenerate.
4579         * reloc.c: Add s390 TLS relocations.
4581 2003-01-24  Charles Lepple  <clepple@ghz.cc>
4583         * aclocal.m4: Fix name of --enable-install-libbfd switch.
4585 2003-01-23  Nick Clifton  <nickc@redhat.com>
4587         * Add sh2e support:
4588         2002-04-02  Elena Zannoni  <ezannoni@redhat.com>
4589         * archures.c (bfd_mach_sh2e): Added.
4590         * bfd-in2.h: Rebuilt.
4591         * cpu-sh.c (arch_info_struct): Added SH2e.
4592         * elf32-sh.c (sh_elf_set_mach_from_flags): Handle EF_SH2E.
4594 2003-01-23  Alan Modra  <amodra@bigpond.net.au>
4596         * elf-bfd.h (struct bfd_elf_section_data): Remove tdata.  Change
4597         dynindx to an int.  Rearrange for better packing.
4598         * elf.c (_bfd_elf_new_section_hook): Don't alloc if already done.
4599         * elf32-mips.c (bfd_elf32_new_section_hook): Define.
4600         * elf32-sh64.h: New.  Split out from include/elf/sh.h.
4601         (struct _sh64_elf_section_data): New struct.
4602         (sh64_elf_section_data): Don't dereference sh64_info (was tdata).
4603         * elf32-sh64-com.c: Include elf32-sh64.h.
4604         * elf32-sh64.c: Likewise.
4605         (sh64_elf_new_section_hook): New function.
4606         (bfd_elf32_new_section_hook): Define.
4607         (sh64_elf_fake_sections): Adjust for sh64_elf_section_data change.
4608         (sh64_bfd_elf_copy_private_section_data): Likewise.
4609         (sh64_elf_final_write_processing): Likewise.
4610         * elf32-sparc.c (struct elf32_sparc_section_data): New.
4611         (elf32_sparc_new_section_hook): New function.
4612         (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
4613         (sec_do_relax): Define.
4614         (elf32_sparc_relax_section): Adjust to use sec_do_relax.
4615         (elf32_sparc_relocate_section): Likewise.
4616         * elf64-mips.c (bfd_elf64_new_section_hook): Define.
4617         * elf64-mmix.c (struct _mmix_elf_section_data): New.
4618         (mmix_elf_section_data): Define.  Use throughout file.
4619         (mmix_elf_new_section_hook): New function.
4620         (bfd_elf64_new_section_hook): Define.
4621         * elf64-ppc.c (struct _ppc64_elf_section_data): New.
4622         (ppc64_elf_section_data): Define.  Use throughout.
4623         (ppc64_elf_new_section_hook): New function.
4624         (bfd_elf64_new_section_hook): Define.
4625         * elf64-sparc.c (struct sparc64_elf_section_data): New.
4626         (sparc64_elf_new_section_hook): New function.
4627         (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
4628         (sec_do_relax): Define.
4629         (sparc64_elf_relax_section): Adjust to use sec_do_relax.
4630         (sparc64_elf_relocate_section): Likewise.
4631         (bfd_elf64_new_section_hook): Define.
4632         * elfn32-mips.c (bfd_elf32_new_section_hook): Define.
4633         * elfxx-mips.c (struct _mips_elf_section_data): New.
4634         (mips_elf_section_data): Define.  Use throughout.
4635         (_bfd_mips_elf_new_section_hook): New function.
4636         (mips_elf_create_got_section): Don't alloc used_by_bfd.
4637         * elfxx-mips.h (_bfd_mips_elf_new_section_hook): Declare.
4638         * elfxx-target.h (bfd_elfNN_new_section_hook): Add #ifndef.
4639         * Makefile.am: Run "make dep-am".
4640         * Makefile.in: Regenerate.
4642 2003-01-21  Richard Henderson  <rth@redhat.com>
4644         * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
4645         (struct alpha_elf_link_hash_entry): Add plt_old_section, plt_old_value.
4646         (elf64_alpha_adjust_dynamic_symbol): Set them.
4647         (elf64_alpha_size_plt_section_1): Reset them when plt entry removed.
4648         (elf64_alpha_relax_tls_get_addr): Handle LDM relocs.  Frob the
4649         symbol index when relaxing LDM to TPREL.
4650         (elf64_alpha_relax_section): Likewise.  Allow relaxation of GD
4651         relocs, even if the target isn't locally defined.
4652         (elf64_alpha_check_relocs): Frob LDM reloc symndx to zero.
4653         (elf64_alpha_relocate_section): Likewise.  Force TP-relative
4654         relocs vs symndx 0 to the tp base.
4656 2003-01-21  Fabio Alemagna  <falemagn@aros.org>
4658         * config.bfd: Handle i[3456]86-*-aros*.
4660 2003-01-21  Andreas Schwab  <schwab@suse.de>
4662         * elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
4663         (struct ppc_elf_link_hash_entry): Define.
4664         (ppc_elf_hash_entry): New function.
4665         (struct ppc_elf_link_hash_table): Define.
4666         (ppc_elf_hash_table): New function.
4667         (ppc_elf_link_hash_newfunc): New function.
4668         (ppc_elf_link_hash_table_create): New function.
4669         (ppc_elf_copy_indirect_symbol): New function.
4670         (allocate_dynrelocs): New function.
4671         (readonly_dynrelocs): New function.
4672         (ppc_elf_size_dynamic_sections): Allocate space for dynamic
4673         relocs and determine DT_TEXTREL.
4674         (ppc_elf_check_relocs): Don't do that here, just count the
4675         dynamic relocs.
4676         (ppc_elf_gc_sweep_hook): Discard any dynamic relocs against the
4677         removed section.
4678         (bfd_elf32_bfd_link_hash_table_create): Define.
4679         (elf_backend_copy_indirect_symbol): Define.
4681 2003-01-21  Richard Henderson  <rth@redhat.com>
4683         * elf64-alpha.c (alpha_dynamic_entries_for_reloc): GOTTPREL and
4684         TPREL also get a reloc if shared.  Remove SREL support.
4685         (elf64_alpha_emit_dynrel): New.
4686         (elf64_alpha_relocate_section): Use it.  Resolve dynamic TPREL
4687         and GOTTPREL relocs to local symbols against the tp base.
4688         (elf64_alpha_finish_dynamic_symbol): Use elf64_alpha_emit_dynrel.
4690         * elf64-alpha.c (elf64_alpha_relax_got_load): Decrement got
4691         use count before clobbering r_type.
4692         (elf64_alpha_relax_tls_get_addr): Don't use pos[1] if insn
4693         ordering would mean dataflow inspection is necessary.
4695 2003-01-20  Svein E. Seldal  <Svein.Seldal@solidas.com>
4697         * coffcode.h (coff_set_flags): Added get/set arch hooks.
4699 2003-01-20  Fabio Alemagna  <falemagn@aros.org>
4701         * elf32-sh.c: Treat elfNN_bed like other macros defined in
4702           elfxx-target.h and #undef it before #define'ing it.
4703         * elf32-i386.c: Likewise.
4704         * elf32-sh64.c: Likewise.
4705         * elf64-alpha.c: Likewise.
4706         * elf64-sh64.c: Likewise.
4708 2003-01-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4710         * bfd-in2.h: Regenerate.
4711         * elf32-s390.c (elf_s390_adjust_gotplt): New prototype.
4712         (elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
4713         R_390_GOTOFF16, R_390_GOTOFF64, R_390_GOTPLT12, R_390_GOTPLT16,
4714         R_390_GOTPLT32, R_390_GOTPLT64, R_390_GOTPLTENT, R_390_PLTOFF16,
4715         R_390_PLTOFF32 and R_390_PLTOFF64.
4716         (elf_s390_reloc_type_lookup): Likewise.
4717         (struct elf_s390_link_hash_entry): Add gotplt_refcount to keep track
4718         of GOTPLT references to a function.
4719         (link_hash_newfunc): Initialize gotplt_refcount.
4720         (elf_s390_check_relocs): Move allocation of local_got_refcounts array
4721         and creation of the got section out of the main switch. Add support
4722         for the gotoff, gotplt and pltoff relocations.
4723         (elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
4724         and pltoff.
4725         (elf_s390_adjust_gotplt): New function.
4726         (elf_s390_adjust_dynamic_symbol): Adjust gotplt refcount for removed
4727         plt entries.
4728         (allocate_dynrelocs): Add comment.
4729         (elf_s390_relocate_section): Change r_type to unsigned. Add support
4730         for gotoff, gotplt and pltoff relocations.
4731         * elf64-s390.c: Same changes as for elf32-s390.c.
4732         * libbfd.h: Regenerate.
4733         * reloc.c: Add BFD_RELOC_390_GOTOFF64, BFD_RELOC_390_GOTPLT12,
4734         BFD_RELOC_390_GOTPLT16, BFD_RELOC_390_GOTPLT32, BFD_RELOC_390_GOTPLT64,
4735         BFD_RELOC_390_GOTPLTENT, BFD_RELOC_390_PLTOFF16, BFD_RELOC_390_PLTOFF32
4736         and BFD_RELOC_390_PLTOFF64.
4738 2003-01-18  Jakub Jelinek  <jakub@redhat.com>
4740         * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle
4741         R_IA64_TPREL64[LM]SB against non-global symbol properly.
4743 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
4745         * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
4746         self_dtpmod_done and self_dtpmod_offset.
4747         (allocate_global_data_got): Only use one got entry for all
4748         dtpmod relocs against local symbols.
4749         (allocate_dynrel_entries): Only need .rela.got entry for
4750         dtpmod against global symbol.
4751         (elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset.
4752         Reserve space in .rela.got for the local dtpmod entry.
4753         (set_got_entry): Initialize the common local dtpmod .got entry.
4754         (elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB
4755         and R_IA_64_DTPREL64MSB.
4757 2003-01-16  Alan Modra  <amodra@bigpond.net.au>
4759         * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
4760         (R_PPC_*): Rename all occurrences to R_PPC64_*.
4761         (R_PPC64_ADDR30): Rename all occurrences to R_PPC64_REL30.
4762         (enum elf_ppc_reloc_type): Ditto to enum elf_ppc64_reloc_type.
4763         (ppc64_elf_gc_sweep_hook): Handle R_PPC64_REL30 along with other
4764         relative relocs, not with absolute ones.
4765         * Makefile.am: Run "make dep-am".
4766         * Makefile.in: Regenerate.
4767         * po/SRC-POTFILES.in: Regenerate.
4769 2003-01-15  Andreas Schwab  <schwab@suse.de>
4771         * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
4772         relocation against a non-allocated readonly section.
4774 2003-01-10  Alan Modra  <amodra@bigpond.net.au>
4776         * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
4777         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.  PLTGOT16_HA too.
4779 2002-01-08  Klee Dienes  <kdienes@apple.com>
4781         * Makefile.am (ALL_MACHINES): Use cpu-msp430.lo, not cpu-msp430.c.
4782         (BFD32_BACKENDS): Use elf32-msp430.lo, not elf32-msp430.c.
4783         * Makefile.in: Regenerate.
4785 2003-01-08  Alexandre Oliva  <aoliva@redhat.com>
4787         * elfn32-mips.c (prev_reloc_section): New.
4788         (GET_RELOC_ADDEND): Use it.  Parenthesize macro arguments.
4789         (SET_RELOC_ADDEND): Parenthesize macro argument.
4791 2003-01-07  John David Anglin  <dave.anglin@nrc.gc.ca>
4793         * elf32-hppa.c (final_link_relocate): For all DP relative relocations,
4794         adjust addil instructions if the symbol has no section.
4796 2003-01-07  DJ Delorie  <dj@redhat.com>
4798         * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not
4799         partial_inplace.
4801 2003-01-07  Andreas Schwab  <schwab@suse.de>
4803         * elf32-m68k.c (elf_m68k_check_relocs): Don't set DF_TEXTREL for
4804         PC relative relocations.
4805         (elf_m68k_discard_copies): Set it here instead.
4807 2002-01-02  Ben Elliston  <bje@redhat.com>
4808             Jeff Johnston  <jjohnstn@redhat.com>
4810         * Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo.
4811         (ALL_MACHINES_CFILES): Add cpu-iq2000.c.
4812         (BFD32_BACKENDS): Add elf32-iq2000.lo.
4813         (BFD32_BACKENDS_CFILES): Add elf32-iq2000.c.
4814         (cpu-iq2000.lo): New target.
4815         * Makefile.in: Regenerate.
4816         * config.bfd: Handle iq2000-*-elf.
4817         * archures.c (bfd_architecture): Add bfd_{arch,mach}_iq2000.
4818         (bfd_archures_list): Add bfd_iq2000_arch.
4819         * configure.in: Handle bfd_elf32_iq2000_vec.
4820         * configure: Regenerate.
4821         * reloc.c: Add BFD_RELOC_IQ2000_OFFSET_16, BFD_RELOC_IQ2000_OFFSET_21,
4822         and BFD_RELOC_IQ2000_UHI16.
4823         * targets.c (bfd_elf32_iq2000_vec): Declare.
4824         (bfd_target_vector): Add bfd_elf32_iq2000_vec.
4825         * elf.c (prep_headers): Set e_machine to EM_IQ2000.
4826         * cpu-iq2000.c: New file.
4827         * elf32-iq2000.c: Likewise.
4828         * libbfd.h: Regenerate.
4829         * bfd-in2.h: Likewise.
4831 2003-01-02  Richard Sandiford  <rsandifo@redhat.com>
4833         * elfxx-mips.c: Include libiberty.h.
4834         (elf_mips_isa, _bfd_mips_elf_mach_extends_p): Remove.
4835         (mips_set_isa_flags): New function, split out from...
4836         (_bfd_mips_elf_final_write_processing): ...here.  Only call
4837         mips_set_isa_flags if the EF_MIPS_MACH bits are clear.
4838         (mips_mach_extensions): New array.
4839         (mips_32bit_flags_p): New function.
4840         (_bfd_mips_elf_merge_private_bfd_data): Rework architecture checks.
4841         Use mips_32bit_flags_p to check if one binary is 32-bit and the
4842         other is 64-bit.  When adopting IBFD's architecture, adopt the
4843         bfd_mach as well as the flags.
4845 2003-01-02  Nick Kelsey  <nickk@ubicom.com>
4847         * elf32-ip2k.c: Re-work of linker relaxation code for the ip2k to
4848         fix internal errors, fix bad code generation, fix incorrect stabs
4849         information, and improve ability to eliminate redundant page
4850         instructions. Added code to ip2k_final_link_relocate to self-verify
4851         the linker relaxation.  Fix formatting problems.
4853 2002-12-30  Chris Demetriou  <cgd@broadcom.com>
4855         * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mipsisa32r2 case.
4856         * archures.c (bfd_mach_mipsisa32r2): New define.
4857         * bfd-in2.h: Regenerate.
4858         * cpu-mips.c (I_mipsisa32r2): New enum value.
4859         (arch_info_struct): Add entry for I_mipsisa32r2.
4860         * elfxx-mips.c (elf_mips_isa, _bfd_elf_mips_mach)
4861         (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_32R2.
4862         (_bfd_mips_elf_final_write_processing): Add
4863         bfd_mach_mipsisa32r2 case.
4864         (_bfd_mips_elf_merge_private_bfd_data): Handle merging of
4865         binaries marked as using MIPS32 Release 2.
4867 2002-12-30    Dmitry Diky <diwil@mail.ru>
4869         * Makefile.am: Add msp430 target.
4870         * configure.in: Likewise.
4871         * Makefile.in: Regenerate.
4872         * configure: Regenerate.
4873         * archures.c: Add msp430 architecture vector.
4874         * config.bfd: Likewise.
4875         * reloc.c: Add msp430 relocs.
4876         * targets.c: Add msp320 target.
4877         * cpu-msp430.c: New file: msp430 cpu detection.
4878         * elf32-msp430.c: New file: msp430 reloc processing.
4879         * bfd-in2.h: Regenerate.
4880         * libbfd.h: Regenerate.
4882 2002-12-28  Jakub Jelinek  <jakub@redhat.com>
4884         * elf.c (elf_sort_sections): Don't reorder .tbss.
4885         (assign_file_positions_for_segments): Only adjust off/voff
4886         for increased alignment in PT_LOAD or PT_NOTE segment,
4887         but adjust p_filesz for .tbss too.  in PT_LOAD consider
4888         .tbss to have zero memory size.
4889         (copy_private_bfd_data) [SECTION_SIZE]: Define.
4890         [IS_CONTAINED_BY_VMA, IS_CONTAINED_BY_LMA]: Use it.
4891         [INCLUDE_SECTION_IN_SEGMENT]: Only put SHF_TLS sections
4892         into PT_TLS segment.  Never put SHF_TLS sections in
4893         segments other than PT_TLS or PT_LOAD.
4895         * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Clear .plt
4896         sh_entsize.
4898 2002-12-23  DJ Delorie  <dj@redhat.com>
4900         * coff64-rs6000.c (xcoff64_ppc_relocate_section): Fix logic reversal.
4902 2002-12-23  Alan Modra  <amodra@bigpond.net.au>
4904         * elflink.h (elf_link_output_extsym): Heed strip_discarded.
4906 2002-12-23  Nick Clifton  <nickc@redhat.com>
4908         * archures.c (bfd_arch_get_compatible): Add third parameter
4909         'accept_unknowns'.  Only accept unknown format BFDs if
4910         accept_unknowns is true, or if the format is "binary".
4911         * bfd-in2.h: Regenerate.
4913 2002-12-21  Nick Clifton  <nickc@redhat.com>
4915         * coff-arm.c (coff_arm_relocate_section): Disable WINCE workaround
4916         that subtracted 8 from pc relative relocations.
4918 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
4920         * coff-h8300.c: Fix comment typos.
4921         * coffcode.h: Likewise.
4922         * cpu-cris.c: Likewise.
4923         * elf32-vax.c: Likewise.
4924         * genlink.h: Likewise.
4925         * linker.c: Likewise.
4926         * som.c: Likewise.
4927         * tekhex.c: Likewise.
4928         * vms-misc.c: Likewise.
4930 2002-12-20  DJ Delorie  <dj@redhat.com>
4932         * reloc.c: Add BFD_RELOC_XSTORMY16_12.
4933         * libbfd.h: Regenerate.
4934         * bfd-in2.h: Regenerate.
4935         * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_12.
4936         (xstormy16_reloc_map): Add R_XSTORMY16_12.
4938 2002-12-19  Kazu Hirata  <kazu@cs.umass.edu>
4940         * doc/bfdint.texi: Fix typos.
4942 2002-12-20  Paul Eggert  <eggert@twinsun.com>
4944         Port to POSIX 1003.1-2001.
4945         * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
4946         * configure.in (build-warnings): Likewise.
4947         (Horrible hacks to build DLLs on Windows): Do not rely on "tail -1".
4948         * aclocal.m4: Regenerate.
4949         * config.in: Regenerate.
4950         * configure: Regenerate.
4952 2002-12-19  Alan Modra  <amodra@bigpond.net.au>
4954         * coff-h8300.c: Include libiberty.h.
4955         (h8300_reloc16_extra_cases): Check the hash table creator before
4956         referencing h8300 specific fields.  Stash the hash table pointer
4957         in a local var.  Comment typo fixes.
4958         (h8300_bfd_link_add_symbols): Likewise.
4960         * reloc.c (struct reloc_howto_struct): Revise src_mask and
4961         dst_mask comments.
4962         * bfd-in2.h: Regenerate.
4964 2002-12-18  Alan Modra  <amodra@bigpond.net.au>
4966         * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic reloc
4967         code a little.  Comment on dynamic relocs against section symbols.
4969 2002-12-17  Roger Sayle  <roger@eyesopen.com>
4971         * configure.host (ia64-*-hpux*): Support 64 bit targets using
4972         the HP compiler's "long long".
4974 2002-12-16  Andrew MacLeod  <amacleod@redhat.com>
4976         * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
4977         and R_XSTORMY16_HI16) howto entries.
4978         (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
4979         (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
4980         determine the start of the second reloc table.
4982 2002-12-16  Nathan Tallent  <eraxxon@alumni.rice.edu>
4984         * ecofflink.c: Fix the reading of the debugging information
4985         of Tru64/Alpha binaries that are produced by recent Compaq
4986         compilers.
4987         (mk_fdrtab): Fix error in creating the FDR (file descriptor)
4988         table.
4989         (lookup_line): Because of the strange information sometimes
4990         generated by Compaq's recent compilers, change how the FDR
4991         table is searched so that PDRs (procedure descriptors) are
4992         correctly found.  Note that this change is really more of a hack;
4993         however, I have included extensive documentation as to why
4994         this is the best solution short of an extensive rewrite or
4995         another hack.
4996         (fdrtab_lookup): Add comments to explain the algorithm.
4998 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
5000         * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
5001         initializers to match struct declaration.
5003 2002-12-12  Alan Modra  <amodra@bigpond.net.au>
5005         * dwarf2.c (comp_unit_contains_address): Comment typo fix.
5006         * elf.c (get_program_header_size): Likewise.
5007         * elf32-m32r.c (m32r_elf_lo16_reloc): Likewise.
5008         (m32r_elf_generic_reloc): Likewise.
5009         * elf32-ppc.c (ppc_elf_howto_init): Likewise.
5010         * elflink.h (elf_bfd_discard_info): Likewise.
5012 2002-12-12  Alan Modra  <amodra@bigpond.net.au>
5014         * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
5015         to DT_JMPREL.  Use srelplt input section size for DT_PLTRELSZ and
5016         DT_RELSZ adjustment, not output section.  Avoid writing tags when
5017         unchanged.  Don't assume linker script is sane, adjust DT_REL too.
5018         * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Just use raw
5019         size of srelplt for DT_PLTRELSZ.  Use srelplt input section size for
5020         DT_RELASZ adjustment, not output section.  Avoid writing tags when
5021         unchanged.  Adjust DT_RELA.
5022         * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Tweaks for better
5023         formatting.  Avoid writing tags when unchanged.  Adjust DT_RELA.
5025 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
5027         * elfxx-mips.c (mips_elf_calculate_relocation): Don't divide
5028         addend by 4.
5030 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
5032         * elfxx-mips.c (struct mips_got_entry): New.
5033         (struct mips_got_info): Added got_entries field.
5034         (mips_elf_got_entry_hash, mips_elf_got_entry_eq): New functions.
5035         (mips_elf_local_got_index, mips_elf_got_page,
5036         mips_elf_got16_entry): Re-implement in terms of new...
5037         (mips_elf_create_local_got_entry): Rewrite to use got_entries.
5038         Change return type.
5039         (mips_elf_highest): Warning clean-up.
5040         (mips_elf_create_got_section): Initialize got_entries.
5041         (_bfd_mips_elf_check_relocs): Use got_entries to estimate
5042         local got size.
5043         (_bfd_mips_elf_size_dynamic_sections): Do not account for
5044         GOT_PAGE entries, since we now reuse GOT16 entries.
5046 2002-12-10  Jason Thorpe  <thorpej@wasabisystems.com>
5048         * aoutx.h (set_section_contents): Allow an otherwise unrepresentable
5049         read-only section that lies after .text and before .data to be
5050         written into the output file and included in a_text.
5051         (translate_to_native_sym_flags): If an otherwise unrepresentable
5052         section was merged with .text, convert its symbols to N_TEXT
5053         symbols.
5054         * libaout.h (aout_section_merge_with_text_p): New macro.
5056 2002-12-08  Alan Modra  <amodra@bigpond.net.au>
5058         * bfd-in.h: Comment typo fix.  Formatting.
5059         * bfd-in2.h: Regenerate.
5060         * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix.
5061         * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype.
5062         * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
5064 2002-12-05  Richard Henderson  <rth@redhat.com>
5066         * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI.
5067         Only send PCREL21B though the plt.  Fix installed reloc type.
5068         (elfNN_ia64_relocate_section): Give error for dynamic reloc
5069         against PCREL22 or PCREL64I; clean up error messages for
5070         branch relocs.
5072 2002-12-04  Kevin Buettner  <kevinb@redhat.com>
5074         * elf64-mips.c (elf64_mips_grok_prstatus, elf64_mips_grok_psinfo):
5075         New functions.
5076         (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
5078 2002-12-04  David Mosberger  <davidm@hpl.hp.com>
5080         * cpu-ia64-opc.c: Add operand constant "ar.csd".
5082 2002-12-04  H.J. Lu <hjl@gnu.org>
5084         * elfxx-ia64.c (get_local_sym_hash): Use section ID instead of
5085         BFD address when constructing local name.
5087 2002-12-04  Andreas Schwab  <schwab@suse.de>
5089         * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_sec
5090         member.
5091         (elf_m68k_link_hash_table_create): Initialize it.
5092         (elf_m68k_check_relocs): Handle symbols that are forced to be
5093         local due to visibility changes.
5094         (elf_m68k_adjust_dynamic_symbol): Likewise.
5095         (elf_m68k_size_dynamic_sections): Likewise.
5096         (elf_m68k_discard_copies): Likewise.
5097         (elf_m68k_relocate_section): Likewise.
5099 2002-12-04  Alan Modra  <amodra@bigpond.net.au>
5101         * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
5103 2002-12-04  Alan Modra  <amodra@bigpond.net.au>
5105         * srec.c (srec_write_symbols): Restore '$' prefix to address
5106         accidentally removed in 2002-04-04 change.
5107         (srec_get_symtab): Use 0 instead of `(long) FALSE'.
5109 2002-12-03  Nick Clifton  <nickc@redhat.com>
5111         * elf32-ppc.c (apuinfo_list_init): New function.
5112         (apuinfo_list_add): New function: Add a value to the list.
5113         (apuinfo_list_length): New function: Return the number of
5114         values on the list.
5115         (apuinfo_list_element): New function: Return a value on the
5116         list.
5117         (apuinfo_list_finish): New function: Free the resources used
5118         by the list.
5119         (ppc_elf_begin_write_processing): New function.  Scan the
5120         input bfds for apuinfo sections.
5121         (ppc_elf_write_section): New function: Delay the creation of
5122         the contents of an apuinfo section in an output bfd.
5123         (ppc_elf_final_write_processing): New function.  Create the
5124         contents of an apuinfo section in an output bfd.
5125         (elf_backend_begin_write_processing): Define.
5126         (elf_backend_final_write_processing): Define.
5127         (elf_backend_write_section): Define.
5129 2002-12-03  Richard Henderson  <rth@redhat.com>
5131         * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.
5133 2002-12-01  Stephane Carrez  <stcarrez@nerim.fr>
5135         Fix PR savannah/1417:
5136         * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Don't adjust
5137         branch if it goes to the start of the deleted region.
5139 2002-12-01  Stephane Carrez  <stcarrez@nerim.fr>
5141         * bfd-in2.h (bfd_mach_m6812): Rebuild.
5142         * archures.c (bfd_mach_m6812_default, bfd_mach_m6812,
5143         bfd_mach_m6812s): Declare.
5145         * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): New function.
5146         (_bfd_m68hc12_elf_set_private_flags): Call it.
5147         (_bfd_m68hc12_elf_print_private_bfd_data): Report processor version.
5148         (_bfd_m68hc12_elf_merge_private_bfd_data): Merge the flags and
5149         report microcontroller incompatibilities (HC12 vs HCS12).
5150         (elf_backend_object_p): Update.
5152 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
5154         * bfd-in.h (TRUE_FALSE_ALREADY_DEFINED, BFD_TRUE_FALSE): Delete.
5155         (enum bfd_boolean, boolean): Delete.
5156         (bfd_boolean): Typedef to an int.
5157         (FALSE, TRUE): Define.
5158         * aix386-core.c, aix5ppc-core.c, aout-adobe.c, aout-arm.c, aout-cris.c,
5159         aout-encap.c, aout-ns32k.c, aout-target.h, aout-tic30.c, aoutf1.h,
5160         aoutx.h, archive.c, archive64.c, archures.c, bfd-in.h, bfd.c, bfdwin.c,
5161         binary.c, bout.c, cache.c, cisco-core.c, coff-a29k.c, coff-alpha.c,
5162         coff-apollo.c, coff-arm.c, coff-aux.c, coff-h8300.c, coff-h8500.c,
5163         coff-i386.c, coff-i860.c, coff-i960.c, coff-ia64.c, coff-m68k.c,
5164         coff-m88k.c, coff-mcore.c, coff-mips.c, coff-or32.c, coff-ppc.c,
5165         coff-rs6000.c, coff-sh.c, coff-sparc.c, coff-stgo32.c, coff-tic30.c,
5166         coff-tic4x.c, coff-tic54x.c, coff-tic80.c, coff-w65.c, coff-we32k.c,
5167         coff-z8k.c, coff64-rs6000.c, coffcode.h, coffgen.c, cofflink.c,
5168         corefile.c, cpu-a29k.c, cpu-alpha.c, cpu-arc.c, cpu-arm.c, cpu-avr.c,
5169         cpu-cris.c, cpu-d10v.c, cpu-d30v.c, cpu-dlx.c, cpu-fr30.c, cpu-frv.c,
5170         cpu-h8300.c, cpu-h8500.c, cpu-hppa.c, cpu-i370.c, cpu-i386.c,
5171         cpu-i860.c, cpu-i960.c, cpu-ia64.c, cpu-ip2k.c, cpu-m10200.c,
5172         cpu-m10300.c, cpu-m32r.c, cpu-m68hc11.c, cpu-m68hc12.c, cpu-m68k.c,
5173         cpu-m88k.c, cpu-mcore.c, cpu-mips.c, cpu-mmix.c, cpu-ns32k.c,
5174         cpu-openrisc.c, cpu-or32.c, cpu-pdp11.c, cpu-pj.c, cpu-powerpc.c,
5175         cpu-rs6000.c, cpu-s390.c, cpu-sh.c, cpu-sparc.c, cpu-tic30.c,
5176         cpu-tic4x.c, cpu-tic54x.c, cpu-tic80.c, cpu-v850.c, cpu-vax.c,
5177         cpu-w65.c, cpu-we32k.c, cpu-xstormy16.c, cpu-z8k.c, dwarf1.c,
5178         dwarf2.c, ecoff.c, ecofflink.c, efi-app-ia32.c, efi-app-ia64.c,
5179         elf-bfd.h, elf-eh-frame.c, elf-hppa.h, elf-m10200.c, elf-m10300.c,
5180         elf-strtab.c, elf.c, elf32-arc.c, elf32-arm.h, elf32-avr.c,
5181         elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c, elf32-fr30.c,
5182         elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c, elf32-hppa.h,
5183         elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
5184         elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
5185         elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
5186         elf32-pj.c, elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-sh64-com.c,
5187         elf32-sh64.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
5188         elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
5189         elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-ppc.h, elf64-s390.c,
5190         elf64-sh64.c, elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c,
5191         elfarm-oabi.c, elfcode.h, elfcore.h, elflink.c, elflink.h,
5192         elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c, elfxx-mips.h,
5193         elfxx-target.h, format.c, freebsd.h, genlink.h, hash.c, hp300hpux.c,
5194         hppabsd-core.c, hpux-core.c, i386aout.c, i386linux.c, i386lynx.c,
5195         i386mach3.c, i386msdos.c, i386os9k.c, ieee.c, ihex.c, irix-core.c,
5196         libaout.h, libbfd-in.h, libbfd.c, libcoff-in.h, libecoff.h, libieee.h,
5197         libnlm.h, liboasys.h, libpei.h, libxcoff.h, linker.c, lynx-core.c,
5198         m68klinux.c, m68klynx.c, mach-o.c, mach-o.h, merge.c, mipsbsd.c,
5199         mmo.c, netbsd-core.c, netbsd.h, nlm.c, nlm32-alpha.c, nlm32-i386.c,
5200         nlm32-ppc.c, nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
5201         pc532-mach.c, pdp11.c, pe-arm.c, pe-i386.c, pe-mcore.c, pe-mips.c,
5202         pe-sh.c, peXXigen.c, pef.c, pei-arm.c, pei-i386.c, pei-mcore.c,
5203         pei-mips.c, pei-sh.c, peicode.h, ppcboot.c, ptrace-core.c, reloc.c,
5204         reloc16.c, riscix.c, rs6000-core.c, sco5-core.c, section.c, simple.c,
5205         som.c, som.h, sparclinux.c, sparclynx.c, srec.c, stabs.c, sunos.c,
5206         syms.c, targets.c, tekhex.c, ticoff.h, trad-core.c, versados.c,
5207         vms-gsd.c, vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h,
5208         xcoff-target.h, xcofflink.c, xsym.c, xsym.h: Replace boolean with
5209         bfd_boolean, true with TRUE, false with FALSE.  Simplify comparisons
5210         of bfd_boolean vars with TRUE/FALSE.  Formatting.
5211         * bfd-in2.h, libbfd.h, libcoff.h: Regenerate
5213 2002-11-28  Alan Modra  <amodra@bigpond.net.au>
5215         * elf-bfd.h: Replace occurrences of Elf32_Internal_* and
5216         Elf64_Internal_* with Elf_Internal_*.  Replace Elf_Internal_Rel
5217         with Elf_Internal_Rela.
5218         * elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
5219         elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
5220         elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
5221         elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
5222         elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
5223         elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
5224         elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
5225         elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
5226         elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
5227         elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
5228         elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
5229         * elf-hppa.h (elf_hppa_internal_shdr): Delete.  Use Elf_Internal_Shdr
5230         throughout instead.
5231         * elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
5232         * elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
5233         Remove INLINE keyword.
5234         (elf_swap_reloc_in): Likewise.  Also clear r_addend.
5235         (elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
5236         as a bfd_byte *.
5237         (elf_write_relocs): Consolidate REL and RELA code.
5238         (elf_slurp_reloc_table_from_section): Simplify REL code.
5239         (NAME(_bfd_elf,size_info)): Populate reloc swap entries.
5240         * elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
5241         * elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
5242         RELA code.
5243         (elf_link_adjust_relocs): Likewise.  Don't malloc space for temp
5244         reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
5245         (elf_link_output_relocs): Likewise.
5246         (elf_reloc_link_order): Likewise.
5247         (elf_finish_pointer_linker_section): Likewise.
5248         (struct elf_link_sort_rela): Remove union.
5249         (elf_link_sort_cmp1): Update to suit.
5250         (elf_link_sort_cmp2): Here too.
5251         (elf_link_sort_relocs): Consolidate REL and RELA code.  Fix memory
5252         over-allocation for int_rels_per_ext_rel != 1 case.
5253         * elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
5254         * elf32-i386.c: Likewise.
5255         * elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
5256         * elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
5257         elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
5258         * elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
5259         * elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
5260         elf64-sparc.c, elf64-x86-64.c: Likewise.
5261         * elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
5262         * elfxx-mips.c (sort_dynamic_relocs): Likewise for
5263         bfd_elf32_swap_reloc_in.
5265         * elf32-arm.h: Update elf32_arm_info_to_howto calls.
5266         * elf32-mips.c: Likewise for mips_info_to_howto_rel.
5267         (mips_elf64_swap_reloc_in): Zero r_addend.
5268         (mips_elf64_be_swap_reloc_in): Likewise.
5269         (mips_elf64_slurp_one_reloc_table): Simplify.
5271         * elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
5272         * elf64-hppa.c (hppa64_elf_size_info): Likewise.
5273         * elf64-sparc.c (sparc64_elf_size_info): Likewise.
5275 2002-11-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5277         * elf32-sh.c (sh_elf_relocate_section): Don't complain about
5278         unresolved debugging relocs in dynamic applications.
5279         * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
5281 2002-11-26  Alan Modra  <amodra@bigpond.net.au>
5283         * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.
5284         (_bfd_elf_discard_section_eh_frame): Don't discard duplicate CIEs
5285         on a relocatable link.  Comment typos.
5286         * elf.c (_bfd_elf_link_hash_newfunc): Assign elements of structure
5287         in the order they are declared.  Clear elf_hash_value too.
5288         (_bfd_elf_link_hash_table_init): Likewise assign in order.  Clear
5289         eh_info and tls_segment.
5290         * elflink.h (elf_link_input_bfd <emit_relocs>): Keep reloc offsets
5291         sorted when discarding relocs by turning them into R_*_NONE.
5293         * libbfd.c (warn_deprecated): Comment spelling.
5294         * po/SRC-POTFILES.in: Regenerate.
5296 2002-11-21  Richard Henderson  <rth@redhat.com>
5298         * elflink.h (elf_link_add_object_symbols): Don't overwrite the
5299         arch's st_other bits when merging visibilities.
5300         (elf_link_output_extsym): Tidy clearing of visibility field.
5302 2002-11-21  Alan Modra  <amodra@bigpond.net.au>
5304         * coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
5305         (SWAP_OUT_RELOC_OFFSET): Define.
5307 2002-11-20  Alexandre Oliva  <aoliva@redhat.com>
5309         * elf.c (_bfd_elf_link_hash_table_init): Make sure
5310         can_refcount is properly extended to the type of
5311         init_refcount.
5313 2002-11-19  Alexandre Oliva  <aoliva@redhat.com>
5315         * elfxx-mips.c (MIPS_RELOC_RELA_P): New macro.
5316         (_bfd_mips_elf_relocate_section): Use it.
5318         * elfxx-mips.c (MNAME): New macro.
5319         (_bfd_mips_elf_check_relocs): Use it.
5320         (_bfd_mips_elf_discard_info): Likewise.
5321         (_bfd_mips_elf_final_link): Likewise.
5323 2002-11-19  Alan Modra  <amodra@bigpond.net.au>
5325         * elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjust
5326         rel_hdr.sh_size too.
5328 2002-11-18  Klee Dienes  <kdienes@apple.com>
5330         * Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
5331         (BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
5332         (BFD_H_FILES): Add bfdwin.c, bfdio.c.
5333         (LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
5334         Add dependencies for bfdwin.c, bfdio.c.
5335         * bfd.c: Remove bfd_get_mtime, bfd_get_size.
5336         * libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
5337         bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
5338         bfd_tell, bfd_flush, bfd_stat, bfd_seek.
5339         * bfdio.c: New file.  Contains real_read, bfd_bread, bfd_write,
5340         bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
5341         bfd_get_size (moved from libbfd.c and bfd.c).
5342         * bfdwin.c New file.  Contains _bfd_window_internal,
5343         bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
5344         libbfd.c and bfd.c).
5345         * po/SRC-POTFILES.in: Regenerate.
5346         * po/bfd.pot: Regenerate.
5347         * libbfd.h: Regenerate.
5348         * bfd-in2.h: Regenerate.
5349         * aclocal.m4: Regenerate.
5350         * Makefile.in: Regenerate.
5351         * configure: Regenerate.
5353 2002-11-18  Klee Dienes  <kdienes@apple.com>
5355         * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.
5357 2002-11-15  Kazu Hirata  <kazu@cs.umass.edu>
5359         * coff-h8300.c (h8300_reloc16_estimate): Do not optimize away
5360         jsr after a short jump.
5361         * elf32-h8300.c (elf32_h8_relax_section): Likewise.
5363 2002-11-15  Klee Dienes  <kdienes@apple.com>
5365         * pef.c (bfd_pef_convert_architecture): Move declaration of
5366         ARCH_POWERPC and ARCH_M68K to the start of the function.
5368 2002-11-14  Svein E. Seldal  <Svein.Seldal@solidas.com>
5370         * coff-tic4x.c (tic4x_howto_table): Formatting fixup
5372 2002-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
5374         * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs):
5375         For bpo_gregs_section->contents, allocate _raw_size, not
5376         _cooked_size.
5378 2002-11-13  Klee Dienes  <kdienes@apple.com>
5380         * config.bfd: Add entries for powerpc-*-darwin and cousins.
5382 2002-11-13  H.J. Lu <hjl@gnu.org>
5384         * elfcode.h (elf_object_p): Don't restore abfd->arch_info.
5386 2002-11-13  Klee Dienes  <kdienes@apple.com>
5387             Alan Modra  <amodra@bigpond.net.au>
5389         * bfd.c (struct bfd_preserve): New.
5390         (bfd_preserve_save): New function.
5391         (bfd_preserve_restore): Ditto.
5392         (bfd_preserve_finish): Ditto.
5393         * bfd-in2.h: Regenerate.
5394         * mach-o.c: Formatting.
5395         (bfd_mach_o_scan_read_symtab_symbol): Make "value" unsigned.
5396         (bfd_mach_o_object_p): Use bfd_preserve_save/restore/finish.
5397         (bfd_mach_o_core_p): Ditto.
5398         (bfd_mach_o_scan): Pass in mdata.
5399         * mach-o.h (bfd_mach_o_scan): Update prototype.
5400         * pef.c: Formatting.
5401         (bfd_pef_object_p): Use bfd_preserve_save/restore/finish.
5402         (bfd_pef_xlib_object_p): Ditto.
5403         (bfd_pef_scan): Pass in mdata.  Move version check to bfd_pef_object_p.
5404         * pef.h (bfd_pef_scan): Update prototype.
5405         * xsym.c: Formatting, K&R fixes.
5406         (bfd_sym_object_p): Use bfd_preserve_save/restore/finish.
5407         (bfd_sym_scan): New function split out from bfd_sym_object_p.
5408         * xsym.h (bfd_sym_scan): Declare.
5409         * elfcode.h (elf_object_p): Use bfd_preserve_save/restore/finish.
5410         * elfcore.h (elf_core_file_p): Likewise.
5411         * targets.c (_bfd_target_vector): Revert 2002-11-08 change.
5413 2002-11-12  Nick Clifton  <nickc@redhat.com>
5415         * po/da.po: Updated Danish translation.
5417 2002-11-12  Alan Modra  <amodra@bigpond.net.au>
5419         * elflink.h (elf_link_add_object_symbols): Optimize stabs for
5420         relocatable link too.
5421         (elf_link_input_bfd): When emitting relocs, adjust offsets for
5422         eh_frame and stab sections.  Zap deleted relocs.
5423         (elf_reloc_symbol_deleted_p): Return true for zero r_symndx.
5424         (elf_bfd_discard_info): Run for relocatable link too.
5425         * elf64-ppc.c (ppc64_elf_edit_opd): Rename from edit_opd.  Make global.
5426         Handle ld -r case.
5427         (ppc64_elf_size_dynamic_sections): Don't call edit_opd from here.
5428         * elf64-ppc.h (ppc64_elf_edit_opd): Declare.
5430         * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.
5431         (struct cie, struct eh_cie_fde, struct eh_frame_sec_info): Likewise.
5432         (struct eh_frame_array_ent, struct eh_frame_hdr_info): Likewise.
5433         (enum elf_link_info_type): Remove ELF_INFO_TYPE_EH_FRAME_HDR.
5434         (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
5435         (struct elf_link_hash_table): Add eh_info.
5436         (struct elf_obj_tdata): Change eh_frame_hdr to an asection *.
5437         (_bfd_elf_discard_section_eh_frame): Update prototype.
5438         (_bfd_elf_discard_section_eh_frame_hdr): Likewise.
5439         (_bfd_elf_write_section_eh_frame): Likewise.
5440         (_bfd_elf_write_section_eh_frame_hdr): Likewise.
5441         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Remove "ehdrsec"
5442         param.  Get "hdr_info" from link hash table.
5443         (_bfd_elf_discard_section_eh_frame_hdr): Remove "sec" param.  Get
5444         header section from link hash table.  Save header section to elf_tdata.
5445         (_bfd_elf_maybe_strip_eh_frame_hdr): Remove local "sec".  Use
5446         header section from link hash table.  Don't alloc hdr_info.  Clear
5447         hdr_sec instead of setting "strip".
5448         (_bfd_elf_eh_frame_section_offset): Formatting.
5449         (_bfd_elf_write_section_eh_frame): Remove "ehdrsec", add "info" param.
5450         Get header section from link hash table.
5451         (_bfd_elf_write_section_eh_frame_hdr): Remove "sec", add "info" param.
5452         Get header section from link hash table.
5453         * elf.c (map_sections_to_segments): Use cached eh_frame_hdr.
5454         (get_program_header_size): Likewise.
5455         (_bfd_elf_section_offset): Formatting.
5456         * elflink.h (elf_link_create_dynamic_sections): Stash eh frame header
5457         section pointer in link hash table.
5458         (elf_bfd_final_link): Adjust _bfd_elf_write_section_eh_frame_hdr
5459         and _bfd_elf_write_section_eh_frame calls.  Update comment about
5460         eh_frame entries.
5461         (elf_bfd_discard_info): Adjust _bfd_elf_discard_section_eh_frame and
5462         _bfd_elf_discard_section_eh_frame_hdr calls.  Remove "ehdr".
5464         * po/SRC-POTFILES.in: Regenerate.
5466         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zero
5467         relocs for discarded FDEs.  Remove dead code.
5468         (_bfd_elf_write_section_eh_frame_hdr): Remove dead code.
5469         * elflink.h (elf_bfd_discard_info): Don't save edited relocs.
5470         Tidy conditions under which stabs are edited.  Formatting.
5471         * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
5472         from discarded relocs.
5473         * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Add reloc output
5474         section adjustments after testing magic values.
5476 2002-11-12  Thomas Moestl <tmm@FreeBSD.org>
5478         * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Correct
5479         references to large plt symbols.
5481 2002-11-12  Klee Dienes  <kdienes@apple.com>
5483         * mach-o.c (bfd_mach_o_scan_read_thread): Don't re-use 'i' when
5484         looking for an unused section name.
5486 2002-11-11  Kazu Hirata  <kazu@cs.umass.edu>
5488         * coff-h8300.c: Fix formatting.
5489         * elf32-h8300.c: Likewise.
5490         * reloc16.c: Likewise.
5492 2002-11-09  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
5494         * elf32-arm.h (elf32_arm_size_dynamic_sections): Don't strip output
5495         section when dynamic section unused;  _bfd_strip_section_from_output
5496         instead.
5498 2002-11-08  Alan Modra  <amodra@bigpond.net.au>
5500         * targets.c (_bfd_target_vector): Disable pef_vec, pef_xlib_vec
5501         and sym_vec.
5503         * dwarf2.c: Revert last change.
5505 2002-11-07  Michal Ludvig  <mludvig@suse.cz>
5507         * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
5508         _bfd_dwarf2_find_nearest_line): Use
5509         bfd_simple_get_relocated_section_contents() instead of
5510         bfd_get_section_contents().
5511         * reloc.c (bfd_perform_relocation): Add sanity check.
5512         * simple.c (simple_get_relocated_section_contents): If the section
5513         does not have any relocs associated with it, just return the
5514         unadjusted contents.
5516 2002-11-07  Hans-Peter Nilsson  <hp@axis.com>
5518         * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,
5519         case R_CRIS_32_GOT>: Correct test for filling in constant .got
5520         contents, enabling for a non-DSO, for symbols defined in the
5521         program with --export-dynamic.
5523 2002-11-07  Alan Modra  <amodra@bigpond.net.au>
5525         * elf64-ppc.c: Comment typo fixes.
5526         (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input.
5528 2002-11-07  Nick Clifton  <nickc@redhat.com>
5530         * po/da.po: Updated Danish translation.
5532 2002-11-06  Alexandre Oliva  <aoliva@redhat.com>
5534         * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate
5535         exactly three internal relocs per external reloc.  Set reloc_count
5536         to the external reloc count.
5538 2002-11-06  Klee Dienes  <kdienes@apple.com>
5540          * coff-stgo32.c (stub_bytes): Mark as const.
5541          Fix comment formatting.
5543 2002-11-06  Klee Dienes  <kdienes@apple.com>
5545         * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and
5546         xsym.lo.
5547         (BFD32_BACKENDS_CFILES): Add mach-o.c, pef.c, and xsym.c.
5548         (SOURCE_HFILES): Add mach-o.h, pef.h, pef-traceback.h, xsym.h
5549         * archures.c (enum bfd_architecture): Add bfd_arch_m98k.
5550         * bfd.c (struct bfd): Add private data for mach-o, pef, and sym.
5551         * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
5552         sym.
5553         (_bfd_target_vector): Add target vectors for mach-o, pef, and sym.
5554         * Makefile.in: Regenerate.
5555         * doc/Makefile.in: Regenerate.
5556         * bfd-in2.h: Regenerate.
5557         * xsym.c: New file.  Contains support for the Apple/Metrowerks
5558         xSYM debugging format.
5559         * xsym.h: New file.
5560         * pef.c: New file.  Contains support for the Apple Code Fragment
5561         Manager Preferred Executable Format
5562         * pef.h: New file.
5563         * pef-traceback.h: New file.  Contains support for parsing PowerPC
5564         traceback tables as used by PEF executables (and perhaps other
5565         systems as well).
5566         * mach-o.c: New file.  Contains support for the Mach-O object file
5567         format.
5568         * mach-o.h: New file.
5569         * mach-o-target.c: New file.  Declares the mach-o targets
5570         themselves.  Included three times by mach-o.c; each time with a
5571         different set of macros set.
5573 2002-11-06  Graeme Peterson  <gp@qnx.com>
5575         * Makefile.am: Remove entries for elf32-qnx.[ch].
5576         * Makefile.in: Regenerate.
5577         * config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
5578         ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
5579         bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
5580         * configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
5581         bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
5582         and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
5583         bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
5584         * configure: Regenerate.
5585         * elf32-qnx.c: Remove.
5586         * elf32-qnx.h: Remove.
5587         * elf.c: Remove calls to QNX specific set_nonloadable_filepos,
5588         is_contained_by_filepos, and copy_private_bfd_data_p.
5589         * elf-bfd.h (struct elf_backend_data): Remove set_nonloadable_filepos,
5590         is_contained_by_filepos, and copy_private_bfd_data_p.
5591         * elf32-i386.c: Remove QNX extended bfd support.
5592         * elf32-ppc.c: Remove QNX extended bfd support.
5593         * elf32-sh.c: Remove QNX extended bfd support.
5594         * elfarm-nabi.c: Remove QNX extended bfd support.
5595         * targets.c: Remove qnx vectors.
5596         * elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
5597         (elf_backend_is_contained_by_filepos): Remove.
5598         (elf_backend_copy_private_bfd_data_p): Remove.
5599         * po/SRC-POTFILES.in: Regenerate.
5601 2002-11-06  David O'Brien  <obrien@FreeBSD.org>
5602             Alan Modra  <amodra@bigpond.net.au>
5604         * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of
5605         dynamic relocs against section symbols for the output section vma.
5607 2002-11-05  Alan Modra  <amodra@bigpond.net.au>
5609         * elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
5610         t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
5612 2002-11-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5613             Alan Modra  <amodra@bigpond.net.au>
5615         * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64
5616         vectors in target_selvecs.
5617         (shle-*-netbsdelf*): Use bfd_elf*_sh64*nbsd_vec as sh64 vectors
5618         in target_selvecs.
5619         (sh-*-netbsdelf*): Likewise.
5620         * configure.in (assocvecs): New variable.  Handle assocvecs like
5621         selvecs.
5622         * configure: Regenerate.
5623         * format.c (bfd_check_format_matches): Store bfd_target pointers
5624         in matching_vector instead of target names.  Select first target
5625         from bfd_associated_vector that matches a list of ambiguous targets.
5626         * targets.c (_bfd_associated_vector): New array.
5627         (bfd_associated_vector): New variable.
5628         (_bfd_target_vector): Add bfd_elf*_sh64*lin_vec.
5629         * libbfd-in.h (bfd_associated_vector): Declare.
5630         * libbfd.h: Regenerate.
5632 2002-11-05  Elias Athanasopoulos  <eathan@otenet.gr>
5634         * vms-gsd.c (_bfd_vms_write_gsd): Check that symbol->udata.p is
5635         non-NULL before dereferencing.
5637 2002-11-04  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5639         * vms.c (vms_object_p): Restore the start address when returning
5640         NULL.
5642 2002-11-04  Alan Modra  <amodra@bigpond.net.au>
5643             Hans-Peter Nilsson  <hp@axis.com>
5645         * elflink.h (struct elf_final_link_info): Add shndxbuf_size.
5646         (elf_bfd_final_link): Don't bother zeroing symtab_hdr fields.
5647         Set up a larger symshndxbuf, and write it out.  Free it on
5648         exit rather than freeing symbuf twice.  Correct section index
5649         on output section symbol loop.
5650         (elf_link_output_sym): Accumulate symbol extension section
5651         indices, reallocating symshndxbuf rather than writing it out.
5652         (elf_link_flush_output_syms): Don't flush symshndxbuf.
5653         * elf.c (assign_section_numbers): Init i_shdrp to all zero.
5654         Use bfd_zalloc to clear i_shdrp[0] too.
5656 2002-11-03  Stephen Clarke <stephen.clarke@earthling.net>
5658          * elf32-sh64-com.c (sh64_address_in_cranges): Use
5659         _raw_size of cranges section if _cooked_size not yet set.
5661 2002-11-03  Hans-Peter Nilsson  <hp@axis.com>
5663         * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parameters
5664         for bfd_elf32_swap_symbol_out.
5666 2002-10-31  David O'Brien  <obrien@FreeBSD.org>
5668         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't mix
5669         signed and unsigned in comparison.
5671 2002-10-30  Daniel Jacobowitz  <drow@mvista.com>
5673         * coffcode.h: Remove extraneous '\'.
5675 2002-10-28  H.J. Lu <hjl@gnu.org>
5677         * Makefile.am (targets.lo): Depend on Makefile instead of
5678         config.status.
5679         (archures.lo): Likewise.
5680         * Makefile.in: Regenerated.
5682 2002-10-25  Jason Thorpe  <thorpej@wasabisystems.com>
5684         * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add
5685         bfd_elf64_bigmips_vec and bfd_elf64_littlemips_vec to
5686         targ_selvecs.
5688 2002-10-25  Jim Wilson  <wilson@redhat.com>
5690         * elf64-sh64.c (sh_elf64_relocate_section): Call
5691         _bfd_elf_rela_local_sym.  Handle relocs against STT_SECTION symbol
5692         of SHF_MERGE section.
5694 2002-10-25  Hans-Peter Nilsson  <hp@axis.com>
5696         * simple.c: Correct placement of ATTRIBUTE_UNUSED.
5698 2002-10-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5700         * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to
5701         unsigned int.  Cast RELOC_BASE10, RELOC_BASE13 and RELOC_BASE22 to
5702         unsigned int.
5703         (NAME(aout,final_link)): Cast enum used in assignment.
5704         (aout_link_write_symbols): Cast enums in comparisons, int values to
5705         boolean, enums in assignments to int.
5706         (aout_link_input_section_std): Cast rel->r_index to unsigned int.
5707         (aout_link_input_section_ext): Likewise.  Cast enums used in
5708         comparisons with unsigned ints.
5709         (aout_link_reloc_link_order): Cast enum to int in assignment.
5710         * archive.c (_bfd_generic_read_ar_hdr_mag): Cast result of memchr
5711         calls to char *.
5712         * bfd-in.h (bfd_set_section_vma): Cast enum true to unsigned int in
5713         assignment.
5714         * bfd-in2.h (bfd_set_section_vma): Likewise.
5715         * bfd.c (bfd_record_phdr): Cast enums in assignments.
5716         * binary.c (bfd_alloc): Cast enum to long.
5717         * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
5718         * dwarf2.c (read_abbrevs): Add casts to enum types.
5719         (read_attribute_value): Likewise.
5720         (arange_add): Cast result of bfd_zalloc call.
5721         (comp_unit_contains_address): Return true and false.
5722         (comp_unit_find_nearest_line): Cast return to boolean.
5723         * format.c (bfd_check_format_matches, bfd_set_format): Likewise.
5724         * gen-aout.c: define macro '_' if not defined.
5725         * libbfd.c (bfd_realloc): Cast malloc and realloc to PTR.
5726         (bfd_bwrite): Cast bfd_realloc to bfd_byte *.
5727         (bfd_write_bigendian_4byte_int): Cast return to boolean.
5728         (bfd_seek): Cast bfd_realloc to bfd_byte *.
5729         (bfd_generic_is_local_label_name): Cast return to boolean.
5730         * libcoff.h (_bfd_coff_adjust_symndx): Remove extraneous '\'.
5731         * linker.c (_bfd_link_hash_newfunc): Cast bfd_hash_allocate result to
5732         struct bfd_hash_entry *.
5733         (_bfd_generic_link_hash_newfunc): likewise.
5734         (_bfd_generic_final_link): Cast enum to unsigned int.
5735         * merge.c (sec_merge_emit): Cast return to boolean.
5736         (merge_strings): Add casts to const unsigned char *.
5737         * reloc.c (bfd_get_reloc_code_name): Cast enums in comparison to int.
5738         (bfd_generic_get_relocated_section_content): Cast enum to unsigned int.
5739         * section.c (bfd_section_hash_newfunc): Cast bfd_hash_allocate result
5740         to struct bfd_hash_entry *.
5741         (bfd_set_section_content): Add cast to PTR in comparison.
5742         * simple.c (simple_dummy_warning, simple_dummy_undefined_symbol,
5743         simple_dummy_reloc_overflow, simple_dummy_reloc_dangerous,
5744         simple_dummy_unattached_reloc,
5745         bfd_simple_get_relocated_section_contents): Add K&R declarations and
5746         function definitions.
5747         * srec.c (S3Forced): Initialize to false.
5748         (srec_get_symtab): Cast return value from bfd_alloc to asymbol *.
5749         * stabs.c (_bfd_link_section_stabs): Cast enum to int in comparisons.
5750         (_bfd_discard_section_stabs): Likewise.  Also cast return to boolean.
5751         * syms.c (bfd_is_undefined_symclass): Cast return to boolean.
5752         (_bfd_stab_section_find_nearest_line): Cast enum to bfd_byte in
5753         comparisons.
5755 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
5757         * elf64-alpha.c (elf64_alpha_check_relocs): Only put maybe_dynamic
5758         relocs into shared lib non-allocated reloc sections.
5760 2002-10-23  Nathan Tallent  <eraxxon@alumni.rice.edu>
5762         * dwarf2.c (add_line_info): Ensure that the line_info_table is
5763         sorted even when given an out-of-order line sequence.
5764         (lookup_address_in_line_info_table): When an exact VMA match is
5765         not found, return line information with the closest VMA.
5767 2002-10-23 Ross Alexander <ross.alexander@uk.neceur.com>
5769         * elf64-hppa.c: Force DT_FLAGS to always be set.  Required by
5770         HPUX 11.00 patch PHSS_26559.
5772 2002-10-22  Alexandre Oliva  <aoliva@redhat.com>
5774         * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move
5775         the options section into a separate section unless IRIX 6
5776         compatibility is enabled.
5778 2002-10-22  Alexandre Oliva  <aoliva@redhat.com>
5780         * elflink.h (struct elf_link_sort_rela): Turn rel and rela
5781         into arrays.
5782         (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust.
5783         (elf_link_sort_relocs): Likewise.  Take int_rels_per_ext_rel
5784         into account.
5785         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose
5786         R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
5788 2002-10-21  Graeme Peterson  <gp@qnx.com>
5790         * targets.c (_bfd_target_vector): Add missing qnx vectors.
5792 2002-10-21  Alan Modra  <amodra@bigpond.net.au>
5794         * targets.c (bfd_target_list): Don't return the default target twice.
5796 2002-10-21  Elias Athanasopoulos  <eathan@otenet.gr>
5798         * archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
5799         perror with bfd_perror.
5801 2002-10-19  H.J. Lu <hjl@gnu.org>
5803         * elflink.h (elf_link_add_object_symbols): Correctly handle
5804         DT_RPATH and DT_RUNPATH.
5806 2002-10-19  Mark Kettenis  <kettenis@gnu.org>
5808         * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.
5810 2002-10-17  Denis Chertykov  <denisc@overta.ru>
5812         * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
5813         for ip2k port.
5815 2002-10-17  Alan Modra  <amodra@bigpond.net.au>
5817         * elfxx-target.h (USE_REL): Don't define as 1.
5818         * elf32-arm.h (USE_REL): Provide a default define of 0.
5819         Use #if rather than #ifdef when testing USE_REL.
5820         * elf32-m32r.c: Likewise.
5822         * elf32-arc.c (USE_REL): Define as 1.
5823         * elf32-d10v.c (USE_REL): Likewise.
5824         * elf32-m32r.c (USE_REL): Likewise.
5825         * elf32-m68hc11.c (USE_REL): Likewise.
5826         * elf32-m68hc12.c (USE_REL): Likewise.
5827         * elf32-or32.c (USE_REL): Likewise.
5828         * elfarm-nabi.c (USE_REL): Likewise.
5830 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
5832         * config.bfd (s390-*-linux*): Add targ64_selvecs.
5833         (s390x-*-linux*): Add targ_selvecs.
5835 2002-10-16  Alan Modra  <amodra@bigpond.net.au>
5837         * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,
5838         elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo,
5839         elf32-sh-lin.lo, elf32-sh64-lin.lo, elf32-sh-nbsd.lo,
5840         elf32-sh64-nbsd.lo, elf32-shqnx.lo.  Add elf32-qnx.lo.
5841         (BFD32_BACKENDS_CFILES): Likewise for corresponding C files.
5842         (BFD64_BACKENDS): Remove elf64-sh64-lin.lo, elf64-sh64-nbsd.lo.
5843         (BFD64_BACKENDS_CFILES): Likewise for corresponding C files.
5844         (SOURCE_HFILES): Add elf32-qnx.h.
5845         (BUILD_HFILES): Add bfdver.h.
5846         Run "make dep-am".
5847         * Makefile.in: Regenerate.
5848         * configure.in Update bfd vector dependencies.
5849         * configure: Regenerate.
5850         * elf32-i386-fbsd.c: Delete.  Move code to elf32-i386.c.
5851         * elf32-i386qnx.c: Likewise.
5852         * elf32-ppcqnx.c: Delete.  Move code to elf32-ppc.c.
5853         * elf32-sh-nbsd.c: Delete.  Move code to elf32-sh.c.
5854         * elf32-sh-lin.c: Likewise.
5855         * elf32-shqnx.c: Likewise.
5856         * elf32-sh64-lin.c: Delete.  Move code to elf32-sh64.c.
5857         * elf32-sh64-nbsd.c: Likewise.
5858         * elf64-sh64-lin.c: Delete.  Move code to elf64-sh64.c.
5859         * elf64-sh64-nbsd.c: Likewise.
5860         * elfarmqnx-nabi.c: Delete.  Move code to elfarm-nabi.c.
5861         * elf32-arm.h (ELF_MAXPAGESIZE): Always define.
5862         * elf32-i386.c: Remove ELF_ARCH and ELF32_I386_C_INCLUDED tests.
5863         * elf32-ppc.c: Remove ELF32_PPC_C_INCLUDED tests.
5864         * elf32-qnx.h (elf_backend_set_nonloadable_filepos): Always define.
5865         (elf_backend_is_contained_by_filepos): Likewise.
5866         (elf_backend_copy_private_bfd_data_p): Likewise.
5867         Globalize and move functions to..
5868         * elf32-qnx.c: ..here.  New file.
5869         * elf32-sh.c: Remove ELF_ARCH and ELF32_SH_C_INCLUDED tests.  Don't
5870         emit target vectors when INCLUDE_SHMEDIA.
5871         * elf32-sh64.c: Remove ELF_ARCH test.  Move TARGET_* etc. defines to
5872         end of file.
5873         * elf64-sh64.c: Remove ELF_ARCH test.
5874         * elfarm-nabi.c: Remove ELFARM_NABI_C_INCLUDED test.
5875         * po/BLD-POTFILES.in: Regenerate.
5876         * po/SRC-POTFILES.in: Regenerate.
5878 2002-10-16  Alan Modra  <amodra@bigpond.net.au>
5880         * elflink.h (elf_link_add_object_symbols): Error out on dynamic objects
5881         loaded with --just-symbols.
5883         * elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.
5884         * elf32-ppcqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5885         * elf32-shqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5886         * elfarmqnx-nabi.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5888 2002-10-15  Richard Henderson  <rth@redhat.com>
5890         * Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.
5891         (BFD64_BACKENDS_CFILES): Likewise.
5892         * configure.in (bfd_elf64_alpha_freebsd_vec): Use elf64-alpha.
5893         * elf64-alpha-fbsd.c: Remove file, move code ...
5894         * elf64-alpha.c: ... here.
5895         * Makefile.in, configure: Rebuild.
5897 2002-10-14  Richard Henderson  <rth@redhat.com>
5899         * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
5900         VALUE, not ADDEND.
5902 2002-10-14  Stephen Clarke <stephen.clarke@superh.com>
5904         * elf32-sh.c (elf_sh_link_hash_entry): Replace
5905         datalabel_got_offset with union of datalabel_got
5906         offset and refcount.
5907         (sh_elf_link_hash_newfunc): Initialize datalabel_got.refcount.
5908         (allocate_dynrelocs): Delete unnecessary code for
5909         STT_DATALABEL type.  Create entry in got for
5910         datalabel version of symbol if datalabel_got.refcount > 0.
5911         (sh_elf_relocate_section): Use datalabel_got union.
5912         (sh_elf_gc_sweep_hook): Pull common code to initialize
5913         h and eh out of switch statement.  Declare seen_stt_datalabel.
5914         Initialize it.  Decrement datalabel_got.refcount for
5915         got relocs when seen_stt_datalabel is true.
5916         Decrement local_got_refcounts entry for datalabel got relocs
5917         of local symbols.
5918         (sh_elf_copy_indirect_symbol): Copy datalabel_got field over.
5919         (sh_elf_check_relocs): Declare seen_stt_datalabel.
5920         Initialize it.  When seen_stt_datalabel is true, increment
5921         datalabel_got refcount rather than got.refcount.
5922         (sh_elf_finish_dynamic_symbol): Create relocs to
5923         initialize got entry for datalabel version of symbol.
5925 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
5927         * Makefile.am: Run "make dep-am".
5928         (BFD_H_FILES): Remove version.h.
5929         * bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move..
5930         * version.h: ..to here.
5931         * configure.in (bfd_version_date): Remove.
5932         (AC_OUTPUT): Make bfdver.h from version.h.
5933         * bfd.c: #include "bfdver.h".
5934         * vms-hdr.c: Likewise.
5935         * Makefile.in: Regenerate.
5936         * bfd-in2.h: Regenerate.
5937         * configure: Regenerate.
5938         * po/SRC-POTFILES.in: Regenerate.
5940 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
5942         * archures.c (bfd_mach_i386_i386, bfd_mach_i386_i8086,
5943         bfd_mach_i386_i386_intel_syntax, bfd_mach_x86_64,
5944         bfd_mach_x86_64_intel_syntax bfd_mach_ppc, bfd_mach_ppc64,
5945         bfd_mach_rs6k, bfd_mach_d10v, bfd_mach_sh, bfd_mach_v850,
5946         bfd_mach_arc_5, bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8,
5947         bfd_mach_m32r, bfd_mach_frv, bfd_mach_frvsimple,
5948         bfd_mach_ia64_elf64, bfd_mach_ia64_elf32,
5949         bfd_mach_ip2022, bfd_mach_ip2022ext,
5950         bfd_mach_s390_31, bfd_mach_s390_64, bfd_mach_xstormy16): Renumber.
5951         * bfd-in2.h: Regenerate.
5953 2002-10-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5955         * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
5956         endian vector to targ_selvecs.
5958 2002-10-13  Alexandre Oliva  <aoliva@redhat.com>
5960         * elfxx-mips.c (mips_elf_calculate_relocation): Take
5961         save_addend argument.  Don't apply the 32-bit mask to a
5962         GPREL32 value if it's to be used in another relocation.  Don't
5963         use forced-check computation of local_p to decide whether to
5964         add gp0 to GPREL16 value.  Don't use only the lowest 16 bits
5965         of the addend of a non-in-place GPREL16 relocation.
5966         (_bfd_mips_elf_relocate_section): Pass use_saved_addend_p to
5967         mips_elf_calculate_relocation().
5969 2002-10-12  Stephane Carrez  <stcarrez@nerim.fr>
5971         * elf32-m68hc11.c (m68hc11_elf_relax_section): Don't treat relocs
5972         with symbols in other sections if we relaxed something;  the sections
5973         output offsets must be re-computed before.
5975 2002-10-12  Stephane Carrez  <stcarrez@nerim.fr>
5977         * elf32-m68hc11.c (m68hc11_elf_relax_section): Update symbols
5978         handling to use Elf_Internal_Sym.
5979         (m68hc11_elf_relax_delete_bytes): Likewise.
5981 2002-10-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5983         * elf32-sh.c (sh_elf_optimized_tls_reloc, sh_elf_mkobject,
5984         sh_elf_object_p, dtpoff_base): New functions.
5985         (sh_elf_howto_table): Add TLS relocs.
5986         (sh_reloc_map): Likewise.
5987         (sh_elf_info_to_howto): Support TLS relocs.
5988         (elf_sh_link_hash_entry): Add tls_type and tls_tpoff32.
5989         (sh_elf_hash_entry, sh_elf_tdata, sh_elf_local_got_tls_type):
5990         New macros.
5991         (sh_elf_obj_tdata): New.
5992         (elf_sh_link_hash_table): Add tls_ldm_got.
5993         (sh_elf_link_hash_table_create): Clear refcount of tls_ldm_got.
5994         (allocate_dynrelocs): Support TLS relocs.
5995         (sh_elf_size_dynamic_sections): Likewise.
5996         (sh_elf_relocate_section): Support TLS relocs.  Don't try to find
5997         .rela.got section when found already.  Return false after printing
5998         error about unresolvable relocation.
5999         (sh_elf_gc_sweep_hook): Support TLS relocs.
6000         (sh_elf_check_relocs): Likewise.
6001         (sh_elf_finish_dynamic_symbol): Likewise.
6002         (bfd_elf32_mkobject, elf_backend_object_p): Define for TLS case.
6003         * reloc.c: Add SH TLS relocs.
6004         * bfd-in2.h, libbfd.h: Regenerate.
6006 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
6008         * Makefile.in: Regenerated.
6010 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
6012         * Makefile.am: Run dep-am.
6013         (BFD_H_DEP): Add simple.c and linker.c.
6014         (BFD32_LIBS): Add simple.lo.
6015         (BFD32_LIBS_CFILES): Add simple.c.
6016         * Makefile.in: Regenerated.
6017         * bfd-in2.h: Regenerated.
6018         * simple.c: New file.
6020 2002-10-11  Alan Modra  <amodra@bigpond.net.au>
6022         * coff-arm.c (record_arm_to_thumb_glue): Avoid type-punned pointers.
6023         (record_thumb_to_arm_glue): Likewise.
6024         * ecoff.c (ecoff_link_add_externals): Likewise.
6025         * elf32-arm.h (record_arm_to_thumb_glue): Likewise.
6026         (record_thumb_to_arm_glue): Likewise.
6027         * elf32-m32r.c (m32r_elf_add_symbol_hook): Likewise.
6028         * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
6029         * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
6030         * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
6031         * elf64-ppc.c (func_desc_adjust): Likewise.
6032         * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
6033         (sh64_elf64_create_dynamic_sections): Likewise.
6034         * elflink.c (_bfd_elf_create_got_section): Likewise.
6035         (_bfd_elf_create_dynamic_sections): Likewise.
6036         (_bfd_elf_create_linker_section): Likewise.
6037         * elflink.h (elf_add_default_symbol): Likewise.
6038         (elf_link_create_dynamic_sections): Likewise.
6039         (NAME(bfd_elf,size_dynamic_sections)): Likewise.
6040         * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Likewise.
6041         * elfxx-mips.c (mips_elf_create_got_section): Likewise.
6042         (_bfd_mips_elf_add_symbol_hook): Likewise.
6043         (_bfd_mips_elf_create_dynamic_sections): Likewise.
6044         * linker.c (generic_link_add_symbol_list): Likewise.
6045         * xcofflink.c (xcoff_link_add_symbols): Likewise.
6047         * elfxx-ia64.c (oor_brl, oor_ip): Conditionally define.
6049         * elf64-ppc.c (edit_opd): Only zero opd syms when function is
6050         completely removed.  Correct local sym adjustment.
6052 2002-10-10  Stephen Clarke <stephen.clarke@superh.com>
6054         * elf32-sh.c (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
6055         Correct mistake in calculation of address of .got.
6056         * elf64-sh64.c (elf_sh64_pic_plt_entry_be,
6057         elf_sh64_pic_plt_entry_le): Likewise.
6059 2002-10-09  Richard Shann <richard.shann@superh.com>
6060             Stephen Clarke <stephen.clarke@superh.com>
6062         * Makefile.am: Add entries for elf32-sh64-lin.c and
6063         elf64-sh64-lin.c. Regenerate.
6064         * Makefile.in: Regenerate.
6065         * config.bfd: Change sh64eb-*-linux* and sh64-*-linux*
6066         to use sh64 vectors rather than sh vectors.
6067         * configure.in: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
6068         bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
6069         * configure: Regenerate.
6070         * elf32-sh64-lin.c: New file.
6071         * elf64-sh64-lin.c: New file.
6072         * targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
6073         bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
6075 2002-10-08  H.J. Lu <hjl@gnu.org>
6077         * elf32-i386.c (elf_i386_relocate_section): Re-arrange the
6078         IE->LE transition for R_386_TLS_IE.
6080 2002-10-08  Alan Modra  <amodra@bigpond.net.au>
6082         * elf64-ppc.c (edit_opd): Correct test for discarded sections.
6084 2002-10-07  Mark Elbrecht  <snowball3@softhome.net>
6086         * cofflink.c (mark_relocs): Don't mark relocations in excluded
6087         sections.
6089 2002-10-07  Alan Modra  <amodra@bigpond.net.au>
6091         * elflink.h (elf_link_input_bfd): Remove BFD_VERSION_DATE dependent
6092         code.
6094         * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
6096 2002-10-06  Alan Modra  <amodra@bigpond.net.au>
6098         * opncls.c: Formatting.
6099         (_bfd_new_bfd): Use a smaller section hash table.
6101 2002-10-05  Alexandre Oliva  <aoliva@redhat.com>
6103         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type
6104         of the other two relocations packed with a REL32 to NONE.
6106 2002-10-02  Stephen Clarke <stephen.clarke@superh.com>
6108         * elf32-sh.c (elf_sh_link_hash_entry): Add gotplt_refcount.
6109         (sh_elf_link_hash_newfunc): Initialize it.
6110         (allocate_dynrelocs): Transfer gotplt refs from plt.refcount
6111         to got.refcount for symbols that are forced local or when
6112         we have direct got refs.
6113         (sh_elf_gc_sweep_hook): Adjust gotplt_refcount.  Use it
6114         to correctly adjust got.refcount and plt.refcount.
6115         (sh_elf_copy_indirect_symbol): Copy gotplt_refcount across.
6116         (sh_elf_check_relocs): Increment gotplt_refcount.
6118 2002-10-01  Jakub Jelinek  <jakub@redhat.com>
6120         * elf32-i386.c (elf_i386_relocate_section): Fix
6121         movl foo@indntpoff, %eax IE->LE transition.
6123 2002-10-01  Jakub Jelinek  <jakub@redhat.com>
6125         * elf64-x86-64.c (elf64_x86_64_relocate_section): Change TLSGD
6126         sequence and its transitions.
6128 2002-10-01  Jakub Jelinek  <jakub@redhat.com>
6130         * elf32-i386.c (elf_i386_relocate_section): Resolve R_386_TLS_LDO_32
6131         to st_value + addend in non-code sections.
6132         * elf64-x86-64.c (elf64_x86_64_relocate_section): Resolve
6133         R_X86_64_DTPOFF32 to st_value + addend in non-code sections.
6135 2002-09-30  Gavin Romig-Koch  <gavin@redhat.com>
6136             Ken Raeburn  <raeburn@cygnus.com>
6137             Aldy Hernandez  <aldyh@redhat.com>
6138             Eric Christopher  <echristo@redhat.com>
6139             Richard Sandiford  <rsandifo@redhat.com>
6141         * archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New.
6142         (bfd_mach_mips5500): New.
6143         * cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New.
6144         (arch_info_struct): Add corresponding entries here.
6145         * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120,
6146         E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
6147         (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120,
6148         bfd_mach_mips5400 and bfd_mach_mips5500.
6149         (_bfd_mips_elf_mach_extends_p): New function.
6150         (_bfd_mips_elf_merge_private_bfd_data): Use it to help merge
6151         the EF_MIPS_MACH flags.
6152         * bfd-in2.h: Regenerate.
6154 2002-09-28  Jason Thorpe  <thorpej@wasabisystems.com>
6156         * elf32-vax.c (elf_vax_size_dynamic_section): Don't strip
6157         .got sections.
6159 2002-09-28  Alan Modra  <amodra@bigpond.net.au>
6161         * elf.c (map_sections_to_segments): Correct test for start of
6162         writable section in the same page as end of read-only section.
6164 2002-09-27  Matt Thomas  <matt@3am-software.com>
6166         * elf32-vax.c (elf_vax_check_relocs): Remove unused
6167         local_got_refcounts usage.  Remove allocation of got slot.
6168         (elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.
6169         Remove de-allocation of got slot.
6170         (elf_vax_size_dynamic_section): Fix some indentation.  Add hash
6171         traversal for elf_vax_instantiate_got_entries.  Allow empty .got
6172         sections to be GC'ed.
6173         (elf_vax_instantiate_got_entries): New function.
6174         (elf_vax_relocate_section): Simplify R_VAX_GOT32 handling.  Remove
6175         tests that are now handled by elf_vax_instantiate_got_entries.
6176         Assert GOT entry falls within .got section size.  Remove redundant
6177         comparisions.  Fix comments.
6179 2002-09-27  Jakub Jelinek  <jakub@redhat.com>
6181         * reloc.c: Add x86-64 TLS relocs.
6182         * bfd-in2.h, libbfd.h: Rebuilt.
6183         * elf64-x86-64.c (x86_64_elf_howto): Fix size fields for 32-bit
6184         relocs.  Add TLS relocs.
6185         (x86_64_reloc_map): Add TLS relocs.
6186         (elf64_x86_64_info_to_howto): Adjust for added TLS relocs.
6187         (struct elf64_x86_64_link_hash_entry): Add tls_type field.
6188         (GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE): Define.
6189         (elf64_x86_64_hash_entry): Define.
6190         (struct elf64_x86_64_obj_tdata): New.
6191         (elf64_x86_64_tdata, elf64_x86_64_local_got_tls_type): Define.
6192         (struct elf64_x86_64_link_hash_table): Add tls_ld_got.
6193         (link_hash_newfunc): Initialize tls_type.
6194         (elf64_x86_64_link_hash_table_create): Initialize tls_ld_got.
6195         (elf64_x86_64_copy_indirect_symbol): Swap tls_type if necessary.
6196         (elf64_x86_64_mkobject): New.
6197         (elf64_x86_64_elf_object_p): Allocate struct elf64_x86_64_obj_tdata.
6198         (elf64_x86_64_tls_transition): New.
6199         (elf64_x86_64_check_relocs): Add r_type variable and use it.
6200         Handle TLS relocs.
6201         (elf64_x86_64_gc_sweep_hook): Handle TLS relocs.
6202         (allocate_dynrelocs): Allocate GOT space for TLS relocs.
6203         (elf64_x86_64_size_dynamic_sections): Likewise.
6204         (dtpoff_base, tpoff): New.
6205         (elf64_x86_64_relocate_section): Handle TLS relocs.
6206         (elf64_x86_64_finish_dynamic_symbol): Only handle non-TLS GOT
6207         entries.
6208         (bfd_elf64_mkobject): Define.
6210         * elf32-i386.c (elf_i386_check_relocs) [R_386_TLS_LE]: Set
6211         DF_STATIC_TLS if shared.
6213 2002-09-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6215         * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneeded
6216         empty relocation sections.
6218 2002-09-26  Alan Modra  <amodra@bigpond.net.au>
6220         * elf64-ppc.c (ppc_build_one_stub): Don't build glink stubs here.
6221         (ppc64_elf_build_stubs): Build them here instead.
6223 2002-09-24  Jakub Jelinek  <jakub@redhat.com>
6225         * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
6226         addend into r_addend, not *r_offset.
6227         (elf32_sparc_finish_dynamic_symbol): Likewise.
6228         * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Clear xword at
6229         R_SPARC_RELATIVE's r_offset.
6231 2002-09-23  Nathan Tallent  <eraxxon@alumni.rice.edu>
6233         * dwarf2.c (decode_line_info): Update to correctly decode
6234         the (non-standard DWARF2) out-of-order address sequences
6235         generated by the Intel C++ 6.0 compiler for ia64-Linux.
6237 2002-09-23  Mark Elbrecht  <snowball3@softhome.net>
6239         * config.bfd: For DJGPP targets, match with any cpu and any machine.
6241 2002-09-23  Alan Modra  <amodra@bigpond.net.au>
6243         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
6244         for discarded FDEs.  Remove redundant assignment.
6245         * elflink.h (elf_bfd_discard_info): Save edited relocs.
6247 2002-09-22  H.J. Lu <hjl@gnu.org>
6249         * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge
6250         the relocation count between different .reloc sections.
6252 2002-09-21  Alan Modra  <amodra@bigpond.net.au>
6254         * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" and
6255         ".sdata.*" for R_PPC_SDAREL16, ".sbss2*" and ".sdata2*" for
6256         R_PPC_EMB_SDA2REL.  Similarly for R_PPC_EMB_SDA21 and
6257         R_PPC_EMB_RELSDA.
6259         * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"
6260         unsigned.  Move "symcount" assignment out of loop.
6261         * Makefile.am: Run "make dep-am".
6262         * Makefile.in: Regenerate.
6263         * configure: Regenerate.
6264         * po/SRC-POTFILES.in: Regnerate.
6266 2002-09-19  Nathan Tallent  <eraxxon@alumni.rice.edu>
6268         * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is
6269         zero, set it to 8 for (non-standard) 64-bit DWARF2 formats
6270         (e.g. IRIX64).
6272 2002-09-19  Jakub Jelinek  <jakub@redhat.com>
6274         * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word
6275         even if generating R_PPC_RELATIVE reloc.
6276         (ppc_elf_relocate_section): Make sure relocation is performed
6277         if skip == -2.  Clear memory at r_offset when creating dynamic
6278         relocation.
6280 2002-09-19  Jakub Jelinek  <jakub@redhat.com>
6282         * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE,
6283         BFD_RELOC_386_TLS_GOTIE): Add.
6284         * bfd-in2.h, libbfd.h: Rebuilt.
6285         * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
6286         and R_386_TLS_GOTIE.
6287         (elf_i386_reloc_type_lookup): Handle it.
6288         (struct elf_i386_link_hash_entry): Change tls_type type to unsigned
6289         char instead of enum, change GOT_* into defines.
6290         (GOT_TLS_IE_POS, GOT_TLS_IE_NEG, GOT_TLS_IE_BOTH): Define.
6291         (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
6292         (elf_i386_check_relocs): Likewise.  Avoid crash if local symbol is
6293         accessed both as normal and TLS symbol.  Move R_386_TLS_LDM and
6294         R_386_PLT32 cases so that R_386_TLS_IE can fall through.
6295         Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
6296         (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
6297         Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
6298         (allocate_dynrelocs): Allocate 2 .got and 2 .rel.got entries if
6299         tls_type is GOT_TLS_IE_BOTH.
6300         (elf_i386_size_dynamic_sections): Likewise.
6301         (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
6302         Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
6303         (elf_i386_finish_dynamic_symbol): Use tls_type & GOT_TLS_IE to catch
6304         all 4 GOT_TLS_* TLS types.
6306 2002-09-19  Nick Clifton  <nickc@redhat.com>
6308         * elflink.h (elf_fix_symbol_flags): When examining weak symbols,
6309         follow indirect links.
6311 2002-09-19  Nathan Tallent  <eraxxon@alumni.rice.edu>
6313         * ecoffswap.h (ecoff_swap_pdr_in) <isym, iline>: Update to
6314         correctly sign-extend 32-bit ECOFF null values (0xffffffff, -1)
6315         on 64 bit machines.
6316         (ecoff_swap_sym_in) <iss>: Likewise.
6317         * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Fix error reading
6318         ECOFF information: 'ioptMax' refers to the actual *size*
6319         of the optimization symtab, not the number of entries.
6321 2002-09-19  Daniel Jacobowitz  <drow@mvista.com>
6323         * elf32-arm.h (elf32_arm_adjust_dynamic_symbol): Update
6324         ELF_LINK_HASH_NEEDS_PLT logic.
6326 2002-09-18  Daniel Jacobowitz  <drow@mvista.com>
6328         * elfcode.h (elf_slurp_reloc_table_from_section): Check
6329         correct relocation count.
6331 2002-09-17  Daniel Jacobowitz  <drow@mvista.com>
6333         * bfd-in.h (bfd_get_dynamic_symcount): Define.
6334         * bfd.c (struct _bfd): Add dynsymcount.
6335         * bfd-in2.h: Regenerated.
6336         * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Set
6337         abfd->dynsymcount.
6338         * elfcode.h (elf_slurp_reloc_table_from_section): Check
6339         for overflow.
6341 2002-09-17  Stan Cox <scox@redhat.com>
6343         * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
6344         (mips_elf64_final_gp): Don't make up gp value.
6345         * elfn32-mips.c (mips_elf_final_gp): Likewise.
6346         * elfxx-mips.c (_bfd_mips_elf_final_link): Always create
6347         .MIPS.options/.options section.
6349 2002-09-17  David O'Brien  <obrien@FreeBSD.org>
6351         * elf32-i386-fbsd.c: Always label using the EI_OSABI method.
6352         It is benign for FreeBSD < 4.1.  Minor reformatting.
6353         * elf64-alpha-fbsd.c: Likewise.
6355 2002-09-17  Jakub Jelinek  <jakub@redhat.com>
6357         * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate
6358         addend.
6360 2002-09-17  Alan Modra  <amodra@bigpond.net.au>
6362         * elf64-alpha.c (alpha_elf_size_info): Make static.
6364 2002-09-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
6366         * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
6367         * cpu-tic4x.c: Ditto.
6369 2002-09-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6371         * elf64-mips.c (define elf_backend_ignore_discarded_relocs): Remove
6372         duplicate define.
6374 2002-09-16  Bruno Haible  <bruno@clisp.org>
6376         * elf32-i386.c: Don't defined ELF_ARCH etc. if this file is included
6377         by a target variant implementation.
6378         * elf64-alpha.c: Likewise.
6379         * elf32-i386-fbsd.c: New file.
6380         * elf64-alpha-fbsd.c: New file.
6381         * targets.c: Support bfd_elf32_i386_freebsd_vec and
6382         bfd_elf64_alpha_freebsd_vec.
6383         * configure.in: Accept the vectors bfd_elf32_i386_freebsd_vec,
6384         bfd_elf64_alpha_freebsd_vec.
6385         * Makefile.am (BFD32_BACKENDS): Add elf32-i386-fbsd.lo.
6386         (BFD32_BACKENDS_CFILES): Add elf32-i386-fbsd.c.
6387         (BFD64_BACKENDS): Add elf64-alpha-fbsd.lo.
6388         (BFD64_BACKENDS_CFILES): Add elf64-alpha-fbsd.c.
6389         (elf32-i386-fbsd.lo, elf64-alpha-fbsd.lo): Add dependencies.
6390         * config.bfd: For FreeBSD targets, set targ_defvec to a FreeBSD
6391         specific targets. Define OLD_FREEBSD_ABI_LABEL if appropriate.
6393 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
6395         * elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is
6396         NULL.
6397         (elf_i386_relocate_section): Return false after printing error about
6398         unresolvable relocation.
6400 2002-09-12  Nick Clifton  <nickc@redhat.com>
6402         * elf32-arm.h (elf32_arm_final_link_relocate): Fix handling of
6403         R_ARM_THM_PC11.
6405 2002-09-11  Jeffrey Law  <law@redhat.com>
6407         * elf32-h8300.c (elf32_h8_relax_section): Fix typo.
6409 2002-09-11  Andrew Haley  <aph@cambridge.redhat.com>
6411         * elf.c (_bfd_elf_find_nearest_line): Check functionname_ptr and
6412         line_ptr before deciding we've found a symbol.
6414 2002-09-11  Nick Clifton  <nickc@redhat.com>
6416         * po/da.po: New Danish translation file.
6417         * configure.in (LINGUAS): Add 'da'.
6418         * configure: Regenerate.
6420 2002-09-10  Michael Snyder  <msnyder@redhat.com>
6422         * irix-core.c (do_sections, do_sections64): New functions.
6423         (irix_core_core_file_p): Call new functions do_sections,
6424         do_sections64, depending on corefile (32-bit or 64-bit).
6426 2002-09-09  Richard Henderson  <rth@redhat.com>
6428         * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
6429         and PCREL21F like PCREL21B.
6431 2002-09-04  Kevin Buettner  <kevinb@redhat.com>
6433         * config.bfd (mips*-*-irix6*): Add new ABI vectors.  Make n32 default
6434         vector.
6436 2002-09-02  Nick Clifton  <nickc@redhat.com>
6438         * elf32-v850.c (v850_elf_final_link_relocate): Use helpful
6439         names instead of cryptically overloaded bfd_reloc error
6440         codes.
6441         (v850_elf_relocate_section): Likewise.
6442         (v850_elf_relax_section): Replace caching of external symbols
6443         with caching of internal symbols obtained from calling
6444         bfd_elf_get_elf_syms().
6445         Fixup problems with freeing cached allocated memory blocks.
6447 2002-09-02  Alan Modra  <amodra@bigpond.net.au>
6449         * cpu-pj.c (scan_mach, compatible, arch_info_struct): Remove.
6450         (bfd_pj_arch): Use bfd_default_scan.
6451         * cpu-v850.c (scan): Remove.
6452         (N): Use bfd_default_scan.
6453         * cpu-z8k.c (scan_mach): Remove.
6454         (arch_info_struct, bfd_z8k_arch): Reorganize so that the default is
6455         first.  Use bfd_default_scan.
6457         * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
6458         bfd_mach constants.
6459         (ecoff_get_magic): Likewise.
6460         * elf32-v850.c (v850_elf_object_p): Likewise.
6461         (v850_elf_final_write_processing): Likewise.
6462         * mipsbsd.c (MY(set_arch_mach)): Likewise.
6463         (MY(write_object_contents)): Likewise.
6464         * coff64-rs6000.c (xcoff64_write_object_contents): Likewise.
6465         * coffcode.h (coff_write_object_contents): Likewise.
6466         (coff_set_arch_mach_hook): Add comment describing machine == 0.
6467         Remove unnecessary "machine" assignments.
6468         (coff_write_relocs): Test for the absolute section sym by testing
6469         section and flags.
6471         * aoutx.h (NAME(aout,machine_type)): Recognize bfd_mach_i386_i386
6472         and bfd_mach_i386_i386_intel_syntax.
6473         * pdp11.c (NAME(aout,machine_type)): Likewise.
6475 2002-08-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6477         * bfd-in.h (align_power): Cast constants to bfd_vma type.
6478         * bfd-in2.h (align_power): Likewise.
6480 2002-08-30  Alan Modra  <amodra@bigpond.net.au>
6482         * Makefile.am: Run "make dep-am".
6483         * Makefile.in: Regenerate.
6485         * cpu-avr.c (compatible): Don't use hard-coded mach constants.
6486         * cpu-powerpc.c (powerpc_compatible): Likewise.
6487         * cpu-rs6000.c (rs6000_compatible): Likewise.
6489 2002-08-28  Catherine Moore  <clm@redhat.com>
6491         * elf32-v850.c (v850_elf_reloc_map): Add new relocs.
6492         (v850-elf-reloc): Don't resolve pc relative relocs.
6493         (v850_elf_ignore_reloc): New routine.
6494         (v850_elf_final_link_relocate): Handle new relocs.
6495         (v850_elf_relax_delete_bytes ): New routine.
6496         (v850_elf_relax_section): New routine.
6497         (bfd_elf32_bfd_relax_section): Define.
6498         (HOWTO): New entries for new relocs.
6499         * reloc.c (BFD_RELOC_V850_LONGCALL): New reloc.
6500         (BFD_RELOC_V850_LONGJUMP): New reloc.
6501         (BFD_RELOC_V850_ALIGN): New reloc.
6502         * archures.c: Remove redundant v850ea architecture.
6503         * cpu-v850.c: Remove redundant v850ea support.
6504         * libbfd.h: Regenerate.
6505         * bfd-in2.h: Regenerated.
6507 2002-08-28  Svein E. Seldal  <Svein.Seldal@solidas.com>
6509         * config.bfd: Add tic4x-*-*coff* and c4x-*-*coff* target.
6510         * configure.in: Add tic4x_coff vector files.
6511         * configure: Regenerate.
6512         * Makefile.am: Add tic4x target.
6513         * Makefile.in: Regenerate.
6515 2002-08-27  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6517         * archures.c: Add the BFD arch type tic4x.
6518         * bfd-in.h: Add BFD_IN_MEMORY flag.
6519         * coff-tic4x.c: New file.
6520         * coffswap.h (coff_swap_sym_out): Add preadjuster.
6521         * cpu-tic4x.c: New file.
6522         * targets.c: Added tic4x- in list of xvecs.
6523         * ticoff.h: New file.
6524         * bfd-in2.h: Regenerate.
6526 2002-08-27  Adam Nemet  <anemet@lnxw.com>
6528         * elf32-arm.h (elf32_arm_finish_dynamic_sections): Set the last
6529         bit of DT_INIT and DT_FINI for Thumb functions.
6531 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
6533         * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.
6535 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
6537         * aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
6539 2002-08-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6541         * elf32-sh.c (sh_elf_copy_indirect_symbol): New.
6542         (create_got_section, allocate_dynrelocs, readonly_dynrelocs):
6543         Likewise.
6544         (struct elf_sh_pcrel_relocs_copied): Removed.
6545         (struct elf_sh_dyn_relocs): New.
6546         (struct elf_sh_link_hash_entry): Replace pcrel_relocs_copied
6547         field with dyn_relocs.
6548         (struct elf_sh_link_hash_table): Add short-cuts to get dynamic
6549         sections and sym_sec.
6550         (sh_elf_link_hash_newfunc): Clear dyn_relocs.
6551         (sh_elf_link_hash_table_create): Clear shorts-cuts and sym_sec.
6552         (sh_elf_create_dynamic_sections): Use create_got_section instead
6553         of _bfd_elf_create_got_section.
6554         (sh_elf_check_relocs): Likewise.
6555         (sh_elf_create_dynamic_sections): Use short-cuts to the dynamic
6556         sections.
6557         (sh_elf_adjust_dynamic_symbol, sh_elf_size_dynamic_sections,
6558         sh_elf_relocate_section, sh_elf_check_relocs,
6559         sh_elf_finish_dynamic_symbol, sh_elf_finish_dynamic_sections):
6560         Likewise.
6561         (sh_elf_adjust_dynamic_symbol): Handle nocopyreloc. Keep the
6562         dynamic relocations and avoiding the copy relocation when we
6563         didn't find any dynamic relocations in the section which has
6564         contents or is read-only.
6565         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
6566         (sh_elf_size_dynamic_sections): Don't reset the size of
6567         .rela.got section even if dynamic_sections_created flag is off.
6568         Don't use sh_elf_discard_copies. Scan all input bfd and use
6569         allocate_dynrelocs. Call readonly_dynrelocs to determine
6570         whether we need DT_TEXTREL.
6571         (sh_elf_adjust_dynamic_symbol): Use plt.refcount to determine
6572         whether the symbol was never referred to.
6573         (sh_elf_relocate_section): Use WILL_CALL_FINISH_DYNAMIC_SYMBOL.
6574         (sh_elf_gc_sweep_hook): Fill with the real sweep function.
6575         (sh_elf_check_relocs): Call create_got_section if the short-cut
6576         to .got is null. Increment reference counters only instead of
6577         allocating space on dynamic sections here. Don't conditionalize
6578         uninitialized got.offset value when marking the symbol as a
6579         global offset table entry. Keep relocations for symbols satisfied
6580         by a dynamic library to avoid copy relocations for the symbol.
6581         Set dynobj field of an elf hash table if needed.
6582         (sh_elf_finish_dynamic_sections): Handle null section pointer
6583         correctly.
6584         (elf_backend_copy_indirect_symbol): Defined.
6585         (elf_backend_can_refcount): Defined.
6587 2002-08-23  Nick Clifton  <nickc@redhat.com>
6589         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Undo
6590         previous change.  Add comment explaining why.
6592 2002-08-23  Stephen Clarke <stephen.clarke@superh.com>
6594         * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le): Copy
6595         contents of .got.plt[2] to tr0, not address of .got.plt.
6596         (sh_elf_finish_dynamic_symbol): Do not apply GOT_BIAS when
6597         patching absolute plt entry. For shmedia plt entry, set bottom bit
6598         of branch to plt0 as this is a branch to an shmedia instruction.
6599         * elf64-sh64.c (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le):
6600         Copy contents of .got.plt[2] to tr0, not address of .got.plt.
6601         (elf_sh64_plt_entry_be, elf_sh64_plt_entry_le): Use ptrel to
6602         branch to plt0.
6603         (sh64_elf64_finish_dynamic_symbol): Do not apply GOT_BIAS when
6604         patching absolute plt entry. For shmedia plt entry, branch to
6605         plt0 is now ptrel, so use relative offset.  Set bottom bit of
6606         branch target as it is a branch to an shmedia instruction.
6608 2002-08-23  Stephen Clarke <stephen.clarke@superh.com>,
6609             Richard Shann <richard.shann@superh.com>
6611         * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
6612         value if .init is an SHmedia function.  Similarly for DT_FINI.
6613         * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
6615 2002-08-23  Stephen Clarke <stephen.clarke@superh.com>
6617         * elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
6618         dynamic section.
6619         * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
6621 2002-08-22  Kaz Kojima <kkojima@rr.iij4u.or.jp>
6623         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use a simple
6624         byte read when reading the return address register column.
6626 2002-08-22  Nick Clifton  <nickc@redhat.com>
6628         * config.bfd: Add powepc64-*-*bsd* target.
6630 2002-08-22  Graeme Peterson  <gp@qnx.com>
6632         * Makefile.am: Add entries for elf32-shqnx.c
6633         * Makefile.in: Regenerate.
6634         * config.bfd: Add support sh-*-nto* target.
6635         * configure.in: Add support for bfd_elf32_sh{l}qnx_vec.
6636         * configure: Regenerate.
6637         * elf32-qnx.h: Changed typo "elf_i386qnx_*" to "elf_qnx_*" .
6638         * elf32-sh.c: Do not include elf32-target.h if
6639         ELF32_SH_C_INCLUDED is defined.
6640         * elf32-shqnx.c: New file: Support for QNX.
6641         * targets.c: Add bfd_elf32_sh{l}qnx_vec.
6643 2002-08-22  Nick Clifton  <nickc@redhat.com>
6645         * po/tr.po: Updated Turkish translation.
6647         * syms.c (_bfd_generic_read_minisymbols): Set bfd_error if the
6648         symbols are not read.
6650 2002-08-22  Alan Modra  <amodra@bigpond.net.au>
6652         * elf32-m68hc11.c: Formatting fixes.
6653         (elf32_m68hc11_gc_mark_hook): Correct params.  Remove unnecessary test.
6654         * elf32-m68hc12.c: Formatting fixes.
6655         (elf32_m68hc11_gc_mark_hook): Correct params.  Remove unnecessary test.
6657 2002-08-22  Alan Modra  <amodra@bigpond.net.au>
6659         * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE and
6660         SEC_DATA.
6661         (pmac_xcoff_vec): Likewise.
6662         * coff64-rs6000.c (rs6000coff64_vec): Likewise.
6663         (aix5coff64_vec): Likewise.
6665 2002-08-22  Alan Modra  <amodra@bigpond.net.au>
6667         * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_data
6668         param to elf_backend_copy_indirect_symbol.
6669         (_bfd_elf_link_hash_copy_indirect): Likewise.
6670         * elflink.h (elf_add_default_symbol, elf_fix_symbol_flags): Adjust
6671         calls to copy_indirect_symbol.
6672         * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
6673         * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
6674         * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
6675         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
6676         * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
6677         * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
6678         * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
6679         * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise.
6680         * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Likewise.
6681         * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise.  Properly
6682         test refcounts for "used" values.
6684 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6686         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
6687         argument declaration.
6689 2002-08-19  Elena Zannoni <ezannoni@redhat.com>
6691         * archures.c (bfd_mach_ppc_e500): Added.
6692         * bfd-in2.h: Rebuilt.
6693         * cpu-powerpc.c (bfd_powerpc_archs): Added e500.
6695 2002-08-19  Alan Modra  <amodra@bigpond.net.au>
6697         * elf32-m68hc12.c (elf_backend_can_gc_sections): False.
6699 2002-08-17  Andrew Cagney  <ac131313@redhat.com>
6701         * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
6702         `bfd_byte'.
6704 2002-08-17  Stan Cox  <scox@redhat.com>
6706         * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the
6707         IRIX 6 segment layout for NEWABI.
6709 2002-08-16  Stephen Clarke <stephen.clarke@superh.com>
6711         * elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
6712         symbols when looking for section referred to by a relocation.
6713         * elf64-sh.c (sh_elf64_gc_mark_hook): Likewise.
6715 2002-08-15  Alan Modra  <amodra@bigpond.net.au>
6717         * elf32-i370.c: Move reloc enum to include/elf/i370.h.
6719 2002-08-15  Hans-Peter Nilsson  <hp@axis.com>
6721         * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
6722         missing check for whether the symbol is referenced by DSO before
6723         unexporting it as an unneeded dynamic symbol.
6725 2002-08-14  H.J. Lu <hjl@gnu.org>
6727         * libbfd.h: Regenerate.
6729 2002-08-14  H.J. Lu <hjl@gnu.org>
6731         * config.bfd: Always add 64bit vectors to 32bit Linux/mips.
6733 2002-08-14  Stephane Carrez  <stcarrez@nerim.fr>
6735         * elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
6736         instructions.
6737         (m68hc11_direct_relax): New to define table of relaxable instructions.
6738         (find_relaxable_insn): New, find a relaxable insn.
6739         (compare_reloc): New to compare two relocs.
6740         (m68hc11_elf_relax_section): New, relax text sections.
6741         (m68hc11_elf_relax_delete_bytes): New, delete bytes and adjust branchs.
6742         (elf32_m68hc11_check_relocs): New function for GC support.
6743         (elf32_m68hc11_relocate_section): New function for GC support.
6744         (bfd_elf32_bfd_relax_section): Define to support linker relaxation.
6745         (elf_backend_check_relocs): Likewise.
6746         (elf_backend_relocate_section): Likewise.
6748 2002-08-13  H.J. Lu <hjl@gnu.org>
6750         * elflink.h (NAME(bfd_elf,size_dynamic_sections): Don't count
6751         definitions in shared objects when checking symbol with
6752         undefined version.
6754 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
6756         * elf32-m68hc11.c (elf32_m68hc11_gc_mark_hook): New for section GC.
6757         (elf32_m68hc11_gc_sweep_hook): Likewise.
6758         (elf_backend_gc_mark_hook): Define for GC section support.
6759         (elf_backend_gc_sweep_hook): Likewise.
6760         (elf_backend_can_gc_sections): Likewise.
6762         * elf32-m68hc12.c: Likewise.
6764 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
6766         * elf32-m68hc11.c (_bfd_m68hc11_elf_print_private_bfd_data): New.
6767         (_bfd_m68hc11_elf_merge_private_bfd_data): New function.
6768         (_bfd_m68hc11_elf_set_private_flags): New function.
6769         Use them to set/check/print ELF flags specific to 68HC11.
6771         * elf32-m68hc12.c (_bfd_m68hc12_elf_print_private_bfd_data): New.
6772         (_bfd_m68hc12_elf_merge_private_bfd_data): New function.
6773         (_bfd_m68hc12_elf_set_private_flags): New function.
6774         Use them to set/check/print ELF flags specific to 68HC12.
6776 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
6778         * elf32-m68hc11.c (elf_m68hc11_howto_table): Add the new relocs;
6779         fix masks for PC-rel relocs.
6780         (m68hc11_elf_ignore_reloc): New function.
6782         * elf32-m68hc12.c (m68hc12_elf_special_reloc): New to handle specific
6783         68HC12 banked addressing relocs.
6784         (m68hc12_phys_addr): New to compute physical address of banked memory.
6785         (m68hc12_phys_page): Likewise for page.
6786         (m68hc12_addr_is_banked): New to see if address is in banked area.
6787         (elf_m68hc12_howto_table): Add new relocs and rename to xx12.
6789 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
6791         * reloc.c (BFD_RELOC_M68HC11_RL_JUMP, BFD_RELOC_M68HC11_RL_GROUP,
6792         BFD_RELOC_M68HC11_LO16, BFD_RELOC_M68HC11_PAGE,
6793         BFD_RELOC_M68HC11_24): New relocs for 68HC11/68HC12.
6794         * bfd-in2.h: Regenerate.
6796 2002-08-12  H.J. Lu <hjl@gnu.org>
6798         * elflink.h (elf_add_default_symbol): Preserve section across
6799         elf_merge_symbol.
6801 2002-08-09  Graeme Peterson  <gp@qnx.com>
6803         * Makefile.am: Add entries for elf32-ppcqnx.c, and add
6804         elf32-qnx.h dependency to elfarmqnx-nabi.c and elf32-i386qnx.c.
6805         * Makefile.in: Regenerate.
6806         * config.bfd: Add support for powerpc{le}-*-nto targets.
6807         * configure.in: Add support for bfd_elf32_powerpc{le}qnx_vec.
6808         * configure: Regenerate.
6809         * elf32-i386qnx.c: Moved backend functions into a QNX specific
6810         common file "elf32-qnx.h", and now include that file.
6811         * elf32-qnx.h: New file: QNX specific common elf backend.
6812         * elf32-ppc.c: Do not include elf32-target.h if
6813         ELF32_PPC_C_INCLUDED is defined.
6814         * elf32-ppcqnx.c: New file: Support for QNX.
6815         * elfarmqnx-nabi.c: Include elf32-qnx.h for qnx elf backend.
6816         * targets.c: Add bfd_elf32_powerpc{le}qnx_vec.
6818 2002-08-09  Nick Clifton  <nickc@redhat.com>
6820         * po/sv.po: Updated Swedish translation.
6822 2002-08-09  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6824         * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if
6825         g->global_gotsym is NULL.
6827 2002-08-08  H.J. Lu <hjl@gnu.org>
6829         * elflink.h (elf_add_default_symbol): Don't warn if a definition
6830         overrides an indirect versioned symbol.
6832 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
6834         * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
6835         for R_386_TLS_TPOFF32 relocs against symndx 0.
6837 2002-08-07  H.J. Lu <hjl@gnu.org>
6839         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Check symbol
6840         with undefined version if needed.
6841         (elf_link_assign_sym_version): Match a default symbol with a
6842         version without definition. No need to hide the default
6843         definition separately.
6845 2002-08-08  Alan Modra  <amodra@bigpond.net.au>
6847         * elflink.h (elf_link_output_extsym): Don't output symbols from
6848         SEC_EXCLUDE sections.
6850         * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
6852 2002-08-07  Alan Modra  <amodra@bigpond.net.au>
6854         * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
6855         entries.
6857 2002-08-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6859         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
6860         mismatch.
6862 2002-08-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6864         * elfxx-mips.c (ABI_64_P): Remove superfluous check.
6866 2002-08-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6868         * elf32-mips.c (mips_reloc_map): Fix typo.
6870 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
6872         * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
6874 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
6876         * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
6878 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
6880         * libxcoff.h: Use PARAMS on function declarations.
6881         * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
6882         * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
6884         * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
6885         addend.
6886         * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
6888 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
6890         * coff-rs6000.c: Formatting fixes.
6891         (xcoff_calculate_relocation): Use PARAMS in declaration.
6892         (xcoff_complain_overflow): Likewise.
6893         (xcoff_ppc_relocate_section): Use old-style function pointer call.
6894         (bfd_xcoff_backend_data): Remove useless comments.
6895         (rs6000coff_vec): Likewise.
6896         (bfd_pmac_xcoff_backend_data): Likewise.
6897         (pmac_xcoff_vec): Likewise.
6899         * coff64-rs6000.c: Formatting fixes.
6900         (xcoff64_calculate_relocation): Use PARAMS in declaration.
6901         (xcoff64_ppc_relocate_section): Use old-style function pointer call.
6902         (bfd_xcoff_backend_data): Remove useless comments.
6903         (rs6000coff64_vec): Likewise.
6904         (bfd_xcoff_aix5_backend_data): Likewise.
6905         (aix5coff64_vec): Likewise.
6907 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
6909         * coff-rs6000.c (xcoff_howto_table): Revert some of last change to
6910         mask entries.  Use complain_overflow_dont for R_REF.
6911         (xcoff_reloc_type_ba): Revert last change.
6912         (xcoff_reloc_type_br): Likewise.
6913         (xcoff_reloc_type_crel): Likewise.
6914         (xcoff_ppc_relocate_section): Likewise.
6915         * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
6916         (xcoff64_ppc_relocate_section): Likewise.
6917         (xcoff64_howto_table): Revert some of last change to mask entries.
6918         Use complain_overflow_dont for R_REF.
6920         * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries.  Make all
6921         relocs with bitsize == 16 have size = 1.
6922         (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
6923         (xcoff_reloc_type_br): Likewise.
6924         (xcoff_reloc_type_crel): Likewise.
6925         (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
6926         * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
6927         dst_mask adjustment.
6928         (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
6929         (xcoff64_howto_table): Fix src_mask entries.  Make all relocs with
6930         bitsize == 16 have size = 1.
6932 2002-08-01  Denis Chertykov  <denisc@overta.ru>
6934         * elf32-ip2k.c: Processor manufacturer changed to Ubicom.
6935         (struct misc): New field isymbuf. All free_* fields removed.
6936         (symbol_value): Pass in internal syms. No need to swap syms in.
6937         (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free
6938         possibly cached info.
6939         (tidyup_after_error): Removed.
6940         (ip2k_elf_relax_section_pass1): Don't use removed fields of struct
6941         misc. Use new field.
6942         (adjust_all_relocations): Use internal syms. No need to swap syms
6943         in and out.
6944         (add_page_insn): Don't use removed fields of struct misc.
6946 2002-08-01  Nick Clifton  <nickc@redhat.com>
6948         * elf32-arm.h: Revert previous delta.
6950 2002-08-01  Nick Clifton  <nickc@redhat.com>
6952         * configure.in (AM_INIT_AUTOMAKE): Bump version number.
6953         * configure: Regenerate.
6955 2002-07-31  H.J. Lu <hjl@gnu.org>
6957         * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is
6958         selected.
6960 2002-07-31  H.J. Lu <hjl@gnu.org>
6962         * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD
6963         is selected.
6965 2002-07-31  Jakub Jelinek  <jakub@redhat.com>
6967         * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
6968         if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
6970 2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
6972         * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate):
6973         There is no 8 byte relocation type for this architecture.
6974         (do_ns32k_reloc): Use bfd_vma instead of native types.
6975         (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data
6976         returns void.
6977         (_bfd_ns32k_put_displacement): Don't check for overflow. We can
6978         rely on generic code to do that.
6979         * aout-ns32k.c (howto_table): Add appropriate overflow detection
6980         to all table entries.
6981         (_bfd_ns32k_relocate_contents): put_data returns void.
6982         * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate)
6983         (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions
6984         return void.
6986 2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
6988         * aoutx.h (aout_link_check_ar_symbols): Whether to include an
6989         archive object is target dependant.
6991 2002-07-31  Adam Nemet  <anemet@lnxw.com>
6993         * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
6994         (THUMB_PLT_ENTRY_SIZE): New macro.
6995         (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
6996         (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
6997         ARM_PLT_ENTRY_SIZE.
6998         (elf32_arm_plt_entry): Likewise.
6999         (elf_backend_plt_header_size): Likewise.
7000         (elf32_thumb_plt0_entry): New global.
7001         (elf32_arm_finish_dynamic_sections): Use it.  Put Thumb entries
7002         into .plt.thumb.
7003         (elf32_thumb_plt_entry): New global.
7004         (elf32_arm_finish_dynamic_symbol): Use it.  Use .thumb.plt for
7005         Thumb entries.  Set the bottom bit of the corresponding GOT entry
7006         for a Thumb PLT entry.
7007         (struct elf32_arm_plt_entry_info): New structure.
7008         (struct elf32_arm_link_hash_entry, plt_info): New member of this
7009         type.
7010         (elf32_arm_link_hash_newfunc): Initialize new member.
7011         (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
7012         relocations against the PLT.
7013         (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
7014         first_rel_type if this is the first time we encounter the symbol.
7015         (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
7016         Determine if relocation needs a PLT entry.  Set first_rel_type if
7017         this is the first time we encounter the symbol
7018         (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
7019         functions as well.
7020         (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
7021         (elf32_arm_create_dynamic_sections): New function.  Create the
7022         .plt.thumb section.
7023         (elf_backend_create_dynamic_sections): Call it.
7025 2002-07-31  Nick Clifton  <nickc@redhat.com>
7027         * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
7028         'alternative' in order to avoid shadowing global symbol of the
7029         same name.
7030         * bfd-in2.h: Regenerate.
7031         * libbfd.h: Regenerate.
7032         * libcoff.h: Regenerate.
7034 2002-07-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7036         * Makefile.am: Add n32 ABI support.
7037         * Makefile.in: Regenerate.
7038         * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
7039         bit vectors for mips*-*-linux targets as optional.
7040         * configure.in: Add n32 ABI vectors.
7041         * configure: Regenerate.
7042         * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
7043         * elfn32-mips.c: New file, n32 ABI support.
7044         * targets.c: Add n32 ABI vectors.
7046 2002-07-30  Graeme Peterson  <gp@qnx.com>
7048         * elfarmqnx-nabi.c: New file: Support for QNX.
7049         * config.bfd: Add support for arm-*-nto target.
7050         * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
7051         * configure: Regenerate.
7052         * Makefile.am: Add entries for elfarmqnx-nabi.c.
7053         * Makefile.in: Regenerate.
7054         * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
7055         Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
7056         * elfarm-nabi.c: Do not include elf32-arm.h if
7057         ELFARM_NABI_C_INCLUDED is defined.
7058         * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
7060 2002-07-30  Nick Clifton  <nickc@redhat.com>
7062         * po/sv.po: Updated Swedish translation.
7064 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
7066         * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
7068 2002-07-30  Alan Modra  <amodra@bigpond.net.au>
7070         * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
7071         * archive.c (bfd_generic_archive_p): Likewise.
7072         * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
7073         (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
7074         * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
7075         (xcoff64_archive_p): Likewise.
7076         (xcoff64_openr_next_archived_file): Likewise.
7077         (xcoff64_archive_p): Clean up tdata properly on error.
7078         * coffgen.c (coff_real_object_p): Likewise.
7079         (coff_object_p): Release filehdr and opthdr.
7080         * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
7081         * ieee.c (ieee_archive_p): Likewise.
7082         * ihex.c (ihex_object_p): Likewise.
7083         (ihex_mkobject): Always allocate tdata.
7084         * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
7085         * srec.c (srec_mkobject): Always allocate tdata.
7086         (srec_object_p): Clean up tdata properly on error.
7087         (symbolsrec_object_p): Likewise.
7088         * versados.c (versados_object_p): Likewise.
7089         * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
7090         and bfd_realloc instead of realloc.
7091         (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
7092         * vms.c (vms_initialize): Always allocate tdata.  Use bfd_alloc in
7093         place of bfd_malloc, simplifying error freeing.  Free hash table too.
7094         (vms_object_p): Clean up tdata on error.
7095         (vms_mkobject): Don't complain on stderr if vms_initialize fails.
7096         (vms_close_and_cleanup): Adjust for bfd_alloc use.
7098 2002-07-30  Alan Modra  <amodra@bigpond.net.au>
7100         * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
7102 2002-07-26  Chris Demetriou  <cgd@broadcom.com>
7104         * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
7105         flags into resulting BFD.
7107 2002-07-26  Alan Modra  <amodra@bigpond.net.au>
7109         From John Reiser <jreiser@BitWagon.com>
7110         * elf32-i386.c (elf_i386_link_hash_table_create): Clear
7111         tls_ldm_got.refcount.
7113 2002-07-25  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7115         * elf64-mips.c: Update TODO comment.
7116         (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
7117         mips_elf64_gprel16_reloca): Remove prototypes.
7118         (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
7119         (UNUSED_RELOC): Replace by EMPTY_RELOC.
7120         (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
7121         wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
7122         R_MIPS_HIGHEST.
7123         (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
7124         R_MIPS_GOT16. Remove wrong comments.
7125         (elf_mips16_jump_howto,elf_mips16_gprel_howto,
7126         elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
7127         from elf32-mips.c.
7128         (mips_elf64_hi16_reloc): Fix formatting.
7129         (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
7130         (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
7131         Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
7132         (mips_elf64_gprel16_reloc): Make static. Add check for
7133         partial_inplace.
7134         (mips_elf64_gprel16_reloca): Remove.
7135         (mips_elf64_literal_reloc): New function.
7136         (mips_elf64_gprel32_reloc): Fix formatting.
7137         (mips_elf64_shift6_reloc): Fix comment. Make static.
7138         (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
7139         elf32-mips.c.
7140         (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
7141         elf32-mips.c
7142         (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
7143         specific relocations.
7144         (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
7145         (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
7146         (ELF_MAXPAGESIZE): Add comment.
7148 2002-07-25  Nick Clifton  <nickc@redhat.com>
7150         * po/sv.po: Updated Swedish translation.
7151         * po/es.po: Updated Spanish translation.
7152         * po/fr.po: Updated French translation.
7154 2002-07-25  Alan Modra  <amodra@bigpond.net.au>
7156         * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
7157         as elf_link_record_local_dynamic_symbol.
7158         (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
7159         (elf_link_record_local_dynamic_symbol): Declare.  Now returns int.
7160         * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
7161         * elflink.c: .. here.  Use bfd_elf_get_elf_syms.  Check whether an
7162         attempt is made to record a symbol in a discarded section, and
7163         return `2' in that case.
7165 2002-07-24  Nick Clifton  <nickc@redhat.com>
7167         * po/sv.po: Updated Swedish translation.
7168         * po/es.po: Updated Spanish translation.
7170 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
7172         * po/SRC-POTFILES.in: Regenerate.
7174         * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
7175         immediately.  Remove code handling relocatable linking.
7176         * elf32-avr.c (elf32_avr_relocate_section): Likewise.
7177         * elf32-cris.c (cris_elf_relocate_section): Likewise.
7178         * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
7179         * elf32-frv.c (elf32_frv_relocate_section): Likewise.
7180         * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
7181         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
7182         * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
7183         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
7184         * elf32-v850.c (v850_elf_relocate_section): Likewise.
7185         * elf32-vax.c (elf_vax_relocate_section): Likewise.
7186         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
7187         * elf32-avr.c (elf_backend_rela_normal): Define.
7188         * elf32-cris.c: Likewise.
7189         * elf32-fr30.c: Likewise.
7190         * elf32-frv.c: Likewise.
7191         * elf32-h8300.c: Likewise.
7192         * elf32-hppa.c: Likewise.
7193         * elf32-ip2k.c: Likewise.
7194         * elf32-sparc.c: Likewise.
7195         * elf32-v850.c: Likewise.
7196         * elf32-vax.c: Likewise.
7197         * elf64-hppa.c: Likewise.
7198         * elf64-sparc.c: Likewise.
7199         * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
7200         * elf32-frv.c (elf32_frv_relocate_section): Likewise.
7201         * elf32-i860.c (elf32_i860_relocate_section): Likewise.
7202         * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
7203         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
7204         * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
7205         * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
7206         * elf-m10200.c (USE_RELA): Don't define.
7207         * elf-m10300.c: Likewise.
7208         * elfarm-oabi.c: Likewise.
7209         * elf32-i370.c: Likewise.
7210         * elf32-ip2k.c: Likewise.
7211         * elf32-m68k.c: Likewise.
7212         * elf32-mcore.c: Likewise.
7213         * elf32-ppc.c: Likewise.
7214         * elf32-s390.c: Likewise.
7215         * elf32-vax.c: Likewise.
7216         * elf64-ppc.c: Likewise.
7217         * elf64-s390.c: Likewise.
7218         * elf64-x86-64.c: Likewise.
7219         * elfxx-ia64.c: Likewise.
7220         * elf32-avr.c (USE_REL): Don't undef.
7221         * elf32-ip2k.c: Likewise.
7223 2002-07-23  Nick Clifton  <nickc@redhat.com>
7225         * elf-bfd.h (struct elf_backend_data): Add new bitfield
7226         'want_p_paddr_set_to_zero'.
7227         * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
7228         to false;
7229         * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
7230         * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
7232 2002-07-23  Gabor Keresztfalvi  <keresztg@mail.com>
7234         * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
7235         the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
7236         show the Copyright string.
7237         Minor formatting tidy ups.
7239 2002-07-23  Nick Clifton  <nickc@redhat.com>
7241         * po/fr.po: Updated French translation.
7242         * po/sv.po: Updated Swedish translation.
7244 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
7246         * elflink.h (elf_link_input_bfd): Don't change internal symbols
7247         when outputting relocs.
7249 2002-07-20  Jason Thorpe  <thorpej@wasabisystems.com>
7251         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
7252         DT_PLTGOT into the dynamic section if there is a PLT.
7254 2002-07-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7256         * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
7257         elf32-mips.c.
7258         (_bfd_mips_elf_write_section): Likewise.
7259         * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
7260         (_bfd_mips_elf_write_section): Likewise.
7261         * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
7262         (elf32_mips_write_section): Likewise.
7263         * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
7264         (_bfd_mips_elf_write_section): Likewise.
7266 2002-07-19  Alan Modra  <amodra@bigpond.net.au>
7268         * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
7269         PT_IA_64_UNWIND segments for a given section.
7271 2002-07-17  H.J. Lu <hjl@gnu.org>
7273         * Makefile.am: Fix a typo.
7274         * Makefile.in: Regenerate.
7276 2002-07-15  Denis Chertykov  <denisc@overta.ru>
7277             Frank Ch. Eigler  <fche@redhat.com>
7278             Ben Elliston  <bje@redhat.com>
7279             Alan Lehotsky  <alehotsky@cygnus.com>
7280             John Healy  <jhealy@redhat.com>
7281             Graham Stott  <grahams@redhat.com>
7282             Jeff Johnston  <jjohnstn@redhat.com>
7284         * Makefile.am: Add support for ip2k.
7285         * Makefile.in: Regenerate.
7286         * doc/Makefile.in: Regenerate.
7287         * archures.c: Add support for ip2k.
7288         * config.bfd: Add support for ip2k.
7289         * configure.in: Add support for ip2k.
7290         * configure: Regenerate.
7291         * reloc.c: Add support for ip2k.
7292         * targets.c: Add support for ip2k.
7293         * bfd-in2.h: Regenerate.
7294         * libbfd.h: Regenerate.
7295         * cpu-ip2k.c: New file.
7296         * elf32-ip2k.c: New file.
7298 2002-07-17  Ian Rickards  <irickard@arm.com>
7300         * dwarf2.c (concat_filename): If we can't establish the directory
7301         just return the filename.
7303 2002-07-16  Moritz Jodeit  <moritz@jodeit.org>
7305         * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
7307 2002-07-16  Alan Modra  <amodra@bigpond.net.au>
7309         * elflink.h: Formatting fixes, tidy prototypes.
7310         (elf_link_assign_sym_version): Move common code out of loop.
7312 2002-07-16  Alan Modra  <amodra@bigpond.net.au>
7314         * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
7315         reloc section size is zero.  Correct reloc output location.
7317 2002-07-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7319         * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
7320         the final type for the e_fsel selector when generating PA2.0W code.
7321         (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
7322         relocations.
7324 2002-07-14  H.J. Lu <hjl@gnu.org>
7326         * elflink.h (elf_link_assign_sym_version): Hide the default
7327         definition if there is a hidden versioned definition.
7329 2002-07-12  Hans-Peter Nilsson  <hp@axis.com>
7331         * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
7332         dynamic reference test in assertion when initializing GOT with
7333         static contents.  Just assert that there are either no dynamic
7334         sections, the symbol is defined in the regular objects or that the
7335         symbol is undef weak.  Tweak comment.
7336         (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
7337         only if the symbol isn't defined in the program and isn't undef
7338         weak.
7339         (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
7340         rid of PLT entry: only do it if the symbol isn't defined in a DSO.
7341         When doing so, clear ELF_LINK_HASH_NEEDS_PLT.  Tweak comments.
7342         (elf_cris_discard_excess_program_dynamics): Don't consider
7343         ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
7345 2002-07-11  Alan Modra  <amodra@bigpond.net.au>
7347         * elf32-i386.c (elf_i386_relocate_section): Don't complain about
7348         unresolved debugging relocs in dynamic applications.
7349         * elf32-s390.c (elf_s390_relocate_section): Likewise.
7350         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
7351         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
7352         * elf64-s390.c (elf_s390_relocate_section): Likewise.
7353         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
7354         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
7356 2002-07-10  Alan Modra  <amodra@bigpond.net.au>
7358         * elf64-ppc.c (ONES): Define.
7359         (ppc64_elf_howto_table): Use ONES here to avoid warnings.  Fill in
7360         missing src_mask fields.  Tweak R_PPC64_NONE, R_PPC64_COPY.  Fill
7361         in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
7363         * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
7364         (ppc64_elf_set_private_flags): Delete.
7365         (ppc64_elf_section_from_shdr): Delete.
7366         (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
7367         (ppc64_elf_fake_sections): Delete.
7368         (bfd_elf64_bfd_set_private_flags): Don't define.
7369         (bfd_elf64_get_symbol_info): Likewise.
7370         (elf_backend_section_from_shdr): Likewise.
7371         (elf_backend_fake_sections): Likewise.
7373 2002-07-10  Marco Walther  <Marco.Walther@sun.com>
7375         * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
7376         when not already set.
7377         * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
7378         (elf_backend_fake_sections): Define.
7380 2002-07-10  Alan Modra  <amodra@bigpond.net.au>
7382         * merge.c (_bfd_merge_section): Remove redundant output_section check.
7383         Formatting.
7384         (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
7386 2002-07-09  Hans-Peter Nilsson  <hp@axis.com>
7388         * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
7389         NULL sym_hashes to just before use.
7390         <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
7391         symbol with non-default visibility.
7392         <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
7393         <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
7394         Ditto.
7395         (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
7396         symbol with non-default visibility.
7397         (cris_elf_check_relocs): At tests for local symbol before
7398         increasing h->plt.refcount, also check for non-default
7399         visibility.  Ditto when checking for local symbol to eliminate
7400         pc-relative runtime relocs.
7402 2002-07-08  Alan Modra  <amodra@bigpond.net.au>
7404         * elf.c: Formatting.
7405         (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
7406         (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
7407         (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
7408         segments.
7410 2002-07-07  Mark Mitchell  <mark@codesourcery.com>
7411             Alan Modra  <amodra@bigpond.net.au>
7413         * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
7414         account the impact of relocation count overflow when computing
7415         section offsets.
7416         * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
7417         or not to apply the PE COFF reloc overflow handling.  Fix a
7418         fencepost error in deciding whether or not to use that technique.
7420 2002-07-07  Alan Modra  <amodra@bigpond.net.au>
7422         * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
7423         change type of locsyms.
7424         (bfd_elf_get_elf_syms): Declare.
7425         * elf.c (bfd_elf_get_elf_syms): New function.
7426         (group_signature): Use bfd_elf_get_elf_syms.
7427         (bfd_section_from_r_symndx): Likewise.
7428         * elfcode.h (elf_slurp_symbol_table): Likewise.
7429         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
7430         (elf_link_add_object_symbols): Likewise.  Reorganise to increase
7431         locality of various data structures.  Properly free internal relocs.
7432         (elf_bfd_final_link): Properly free internal relocs.
7433         (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
7434         (elf_link_input_bfd): Likewise.
7435         (elf_gc_mark): Likewise.  Properly free internal relocs.
7436         (elf_gc_sweep): Properly free internal relocs.
7437         (elf_reloc_symbol_deleted_p): No need to swap syms in.
7438         (elf_bfd_discard_info): Use bfd_elf_get_elf_syms.  Properly free
7439         internal relocs.
7440         * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
7441         Properly free possibly cached info.
7442         (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
7443         (mn10200_elf_symbol_address_p): Pass in internal syms.  Remove
7444         symbol swapping code.
7445         (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
7446         Properly free possibly cached info.
7447         * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
7448         (mn10300_elf_relax_delete_bytes): Likewise.
7449         (mn10300_elf_symbol_address_p): Likewise.
7450         (mn10300_elf_get_relocated_section_contents): Likewise.
7451         * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
7452         (elf32_h8_relax_delete_bytes): Likewise.
7453         (elf32_h8_symbol_address_p): Likewise.
7454         (elf32_h8_get_relocated_section_contents): Likewise.
7455         * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
7456         (m32r_elf_relax_delete_bytes): Likewise.
7457         (m32r_elf_get_relocated_section_contents): Likewise.
7458         * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
7459         elf_section_data to determine whether cached.
7460         (sh_elf_relax_section): As above for elf-m10200.c.
7461         (sh_elf_relax_delete_bytes): Likewise.
7462         (sh_elf_get_relocated_section_contents): Likewise.
7463         * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
7464         * elf64-alpha.c (elf64_alpha_relax_section): As above.  Also delay
7465         reading of local syms.
7466         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
7467         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
7468         * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
7469         * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
7470         relocs.
7471         * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
7472         free internal relocs and section contents.  Don't read symbols.
7473         * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
7474         (elf32_hppa_size_stubs): Don't free local syms.
7475         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
7476         reading of local syms.  Use bfd_elf_get_elf_syms.  Properly free
7477         possibly cached info.
7478         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
7479         * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
7480         * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
7481         all_local_syms.
7482         (get_local_syms): Delete function.
7483         (edit_opd): Use bfd_elf_get_elf_syms.  Free on error exit.  Cache
7484         on exit.
7485         (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms.  Free/cache on exit.
7487 2002-07-05  Jim Wilson  <wilson@redhat.com>
7489         * syms.c (decode_section_type): New.
7490         (bfd_decode_symclass): Call decode_section_type.
7492 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
7494         * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
7495         section content start.
7496         Reported by Michael Schumacher <mike@hightec-rt.com>.
7498 2002-07-04  Alan Modra  <amodra@bigpond.net.au>
7500         * section.c (_bfd_strip_section_from_output): Remove unnecessary
7501         link order code.  Don't actually remove the output section here;
7502         Just set a flag for the linker to do so.
7503         * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
7504         sections when setting up output section dynsyms.
7506 2002-07-04  Alan Modra  <amodra@bigpond.net.au>
7508         * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
7509         fudge.
7510         * elf.c (bfd_section_from_shdr): Work around broken hpux shared
7511         libs here instead.
7513 2002-07-02  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7515         * elf64-s390.c (create_got_section): Set .got section alignment to
7516         8 bytes.
7517         (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
7519 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
7521         * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
7523 2002-07-01  Matt Thomas  <matt@3am-software.com>
7525         * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
7526         to EF_VAX_*.
7528 2002-07-01  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7530         * elfxx-mips.c (ABI_64_P): Fix comment.
7531         (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
7532         new section names for N64 ABI.
7533         (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
7534         (mips_elf_calculate_relocation): Code formatting.
7535         (mips_elf_create_dynamic_relocation): Likewise.
7536         (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
7537         (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
7538         (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
7539         in any NewABI.
7540         (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
7541         for NewABI.
7542         (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
7543         (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
7544         here, too.
7546 2002-07-01  Andreas Schwab  <schwab@suse.de>
7548         * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
7549         R_X86_64_64 to R_X86_64_RELATIVE.
7551 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7553         * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
7554         * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
7555         Run "make dep-am".
7556         * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
7557         host_aout_vec.
7558         * configure.in (vaxbsd_vec): Add.
7559         * targets.c (vaxbsd_vec): Add.
7560         * Makefile.in: Rebuild.
7561         * configure: Rebuild.
7562         * po/SRC-POTFILES.in: Rebuild.
7564 2002-07-01  Alan Modra  <amodra@bigpond.net.au>
7566         * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
7567         examining to gc_mark_hook, rather than the bfd.
7568         (elf_gc_sections): Adjust.
7569         * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
7570         * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
7571         * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
7572         * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
7573         * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
7574         * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
7575         * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
7576         * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
7577         * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
7578         * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
7579         * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
7580         * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
7581         * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
7582         * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
7583         * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
7584         * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
7585         * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
7586         * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
7587         * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
7588         * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
7589         * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
7590         * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
7591         * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
7592         * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
7593         * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
7594         * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
7595         * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
7596         * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise.  Also remove
7597         redundant local sym tests.
7598         * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
7599         (link_hash_newfunc): Init is_entry.
7600         (ppc64_elf_copy_indirect_symbol): Copy is_entry.
7601         (ppc64_elf_link_hash_table_create): Init all_local_syms.
7602         (create_linkage_sections): Use bfd_make_section_anyway rather than
7603         bfd_make_section.
7604         (ppc64_elf_mark_entry_syms): New function.
7605         (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab.  Set
7606         up opd entry to function section map.
7607         (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
7608         relocs that reference the opd section.
7609         (edit_opd): New function.
7610         (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
7611         (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
7612         (get_local_syms): Do so here.  Exit if we already have local syms.
7613         Remove bogus comment imported from elf32-hppa.c.  Don't attempt to
7614         read local syms on non-ELF input.
7615         (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
7616         than duplicating it's function here.  Adjust free of internal
7617         relocs to suit.
7618         (ppc64_elf_relocate_section): Adjust local syms in opd section.
7619         * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
7620         * elf32-hppa.c (elf32_hppa_size_stubs): Call
7621         _bfd_elf32_link_read_relocs rather than duplicating it's function
7622         here.  Adjust free of internal relocs to suit.
7624 2002-07-01  Andreas Jaeger  <aj@suse.de>
7626         * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
7627         are not allowed in shared libs code, enforce -fPIC.
7629 2002-06-29  Hans-Peter Nilsson  <hp@bitrange.com>
7631         * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
7632         trailing zero-sequences when there's previous left-over data.
7634 2002-06-27  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7636         * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
7637         (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
7638         and opd_rel_sec in order for starting rela section.  Check _raw_size.
7639         (elf_backend_reloc_type_class): Define.
7641 2002-06-27  Kevin Buettner <kevinb@redhat.com>
7643         * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
7644         DWARF2 formats.
7646 2002-06-27  Alan Modra  <amodra@bigpond.net.au>
7648         * cpu-powerpc.c: Comment on ordering of arch_info.
7649         * elf32-ppc.c (ppc_elf_object_p): New function.
7650         (elf_backend_object_p): Define.
7651         * elf64-ppc.c (ppc64_elf_object_p): New function.
7652         (elf_backend_object_p): Define.
7654 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
7656         * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
7657         * configure: Regenerate.
7659 2002-06-25  Jason Eckhardt  <jle@rice.edu>
7661         * dwarf2.c (decode_line_info): Check unit->addr_size
7662         to read in the proper number of prologue bytes.
7664 2002-06-25  Nick Clifton  <nickc@cambridge.redhat.com>
7666         * config.bfd (powerpc-*-aix5*): Only create a selvecs for
7667         aix5coff64_vec if 64-bit bfd support has been enabled.
7668         (powerpc64-*-aix5*): Only define if 64-bit bfd support has
7669         been enabled.
7671         * targets.c (_bfd_target_vector[]): Only include
7672         aix5coff64_vec if 64-bit bfd support has been enabled.
7674 2002-06-25  Alan Modra  <amodra@bigpond.net.au>
7676         * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
7677         * elf32-hppa.c (hppa_add_stub): Likewise.
7678         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
7679         * elflink.h (elf_add_default_symbol): Fix comment typo.
7680         (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
7681         (elf_link_add_object_symbols): Likewise.
7682         (elf_link_assign_sym_version): Likewise.
7683         * hash.c (bfd_hash_lookup): Likewise.
7684         * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
7685         * section.c (bfd_get_unique_section_name): Likewise.
7686         * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
7687         * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
7688         (assign_section_numbers): Likewise.
7689         (_bfd_elfcore_make_pseudosection): Likewise.
7690         (elfcore_grok_lwpstatus): Likewise.
7691         (elfcore_grok_win32pstatus): Likewise.
7692         (elfcore_write_note): Constify input params.  Use PTR instead of
7693         void *.  Include terminating NUL in namesz.  Correct padding.
7694         Support NULL "name" param.  Use memcpy instead of strcpy.
7695         (elfcore_write_prpsinfo): Constify input params.
7696         (elfcore_write_prstatus): Likewise.  Use PTR instead of void *.
7697         (elfcore_write_lwpstatus): Likewise.
7698         (elfcore_write_pstatus): Likewise.
7699         (elfcore_write_prfpreg): Likewise.
7700         (elfcore_write_prxfpreg): Likewise.
7701         * elf-bfd.h (elfcore_write_note): Update declaration.
7702         (elfcore_write_prpsinfo): Likewise.
7703         (elfcore_write_prstatus): Likewise.
7704         (elfcore_write_pstatus): Likewise.
7705         (elfcore_write_prfpreg): Likewise.
7706         (elfcore_write_prxfpreg): Likewise.
7707         (elfcore_write_lwpstatus): Likewise.
7709 2002-06-25  Jason Eckhardt  <jle@rice.edu>
7711         * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
7712         symbols of type stProc and stStaticProc.
7714 2002-06-25  Nick Clifton  <nickc@redhat.com>
7716         * ecoff.c: VArious formatting fixes.
7718 2002-06-25  Alan Modra  <amodra@bigpond.net.au>
7720         * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
7722 2002-06-25  Alan Modra  <amodra@bigpond.net.au>
7724         * aout-adobe.c: Don't compare against "true" or "false.
7725         * aout-target.h: Likewise.
7726         * aoutx.h: Likewise.
7727         * archive.c: Likewise.
7728         * bout.c: Likewise.
7729         * cache.c: Likewise.
7730         * coff-a29k.c: Likewise.
7731         * coff-alpha.c: Likewise.
7732         * coff-i386.c: Likewise.
7733         * coff-mips.c: Likewise.
7734         * coff-or32.c: Likewise.
7735         * coff64-rs6000.c: Likewise.
7736         * coffcode.h: Likewise.
7737         * coffgen.c: Likewise.
7738         * cpu-ns32k.c: Likewise.
7739         * ecoff.c: Likewise.
7740         * ecofflink.c: Likewise.
7741         * elf.c: Likewise.
7742         * elf32-arm.h: Likewise.
7743         * elf32-cris.c: Likewise.
7744         * elf32-d30v.c: Likewise.
7745         * elf32-i386.c: Likewise.
7746         * elf32-mcore.c: Likewise.
7747         * elf32-ppc.c: Likewise.
7748         * elf32-sh.c: Likewise.
7749         * elf32-sh64.c: Likewise.
7750         * elf32-v850.c: Likewise.
7751         * elf64-alpha.c: Likewise.
7752         * elf64-sh64.c: Likewise.
7753         * elfcode.h: Likewise.
7754         * elfcore.h: Likewise.
7755         * elflink.h: Likewise.
7756         * elfxx-mips.c: Likewise.
7757         * i386os9k.c: Likewise.
7758         * ieee.c: Likewise.
7759         * libbfd.c: Likewise.
7760         * linker.c: Likewise.
7761         * mmo.c: Likewise.
7762         * nlm32-alpha.c: Likewise.
7763         * nlm32-i386.c: Likewise.
7764         * nlm32-ppc.c: Likewise.
7765         * nlm32-sparc.c: Likewise.
7766         * nlmcode.h: Likewise.
7767         * oasys.c: Likewise.
7768         * pdp11.c: Likewise.
7769         * peicode.h: Likewise.
7770         * reloc.c: Likewise.
7771         * som.c: Likewise.
7772         * srec.c: Likewise.
7773         * tekhex.c: Likewise.
7774         * vms.c: Likewise.
7775         * xcofflink.c: Likewise.
7776         * elf64-sparc.c: Edit comment to not use "== false".
7778         * aoutf1.h: Don't use "? true : false".
7779         * ecoff.c: Likewise.
7780         * format.c: Likewise.
7781         * ieee.c: Likewise.
7782         * linker.c: Likewise.
7783         * mmo.c: Likewise.
7784         * oasys.c: Likewise.
7786 2002-06-23  H.J. Lu  <hjl@gnu.org>
7788         * elflink.h (elf_link_add_archive_symbols): For the default
7789         version, check references with only one `@' first.
7791 2002-06-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7793         * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
7794         function.
7795         (allocate_global_data_dlt): Don't add millicode symbols to dynamic
7796         symbol table.
7797         (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
7798         (elf64_hppa_size_dynamic_sections): Revise to use
7799         elf64_hppa_mark_milli_and_exported_functions.
7800         (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
7801         symbols out of dynamic symbol table.
7803 2002-06-23  Alan Modra  <amodra@bigpond.net.au>
7805         * Makefile.in: Regenerate.
7806         * libbfd.h: Regenerate.
7807         * bfd-in2.h: Regenerate.
7808         * configure: Regenerate.
7809         * po/SRC-POTFILES.in: Regenerate.
7811         * elflink.h: Comment typo fixes.
7813 2002-06-23  H.J. Lu  <hjl@gnu.org>
7815         * elf-bfd.h (elf_link_loaded_list): New structure.
7816         (elf_link_hash_table): Add "loaded".
7817         * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
7818         * elflink.h (elf_link_check_versioned_symbol): New function.
7819         (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
7821 2002-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
7823         * elflink.h (size_dynamic_sections): If the target does not
7824         support an ELF style hash table, return true, indicating that
7825         nothing needed to be done, rather than false, indicating that the
7826         section's size could not be computed.
7828 2002-06-18  Dave Brolley  <brolley@redhat.com>
7830         From Catherine Moore, Michael Meissner, Dave Brolley:
7831         * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
7832         * targets.c: Support bfd_elf32_frv_vec.
7833         * reloc.c: Add FRV relocs.
7834         * configure.in: Add support for bfd-elf32-frv-vec.
7835         * config.bfd (targ_cpu): Add support for frv-*-elf.
7836         * archures.c: Add frv arch and machines.
7837         * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
7838         (ALL_MACHINES_CFILES): Add cpu-frv.c.
7839         (BFD32_BACKENDS): Add elf32-frv.lo.
7840         (BFD32_BACKENDS_CFILES): Add elf32-frv.c
7841         (cpu-frv.lo): New target.
7842         (elf32-frv.lo): New target.
7843         * cpu-frv.c: New file.
7844         * elf32-frv.c: New file.
7846 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
7848         * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
7849         e_shnum == 0.
7850         Only read the first section header if e_shoff is non-zero.
7851         Don't consider e_shstrndx if there are no sections.
7853 2002-06-17  Tom Rix <trix@redhat.com>
7855         * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
7856         R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
7857         complain_overflow_bitfield.
7859 2002-06-17  Alan Modra  <amodra@bigpond.net.au>
7861         * opncls.c (bfd_openr): Remove redundant bfd_set_error.
7862         (bfd_fdopenr): Likewise.
7863         (bfd_openstreamr): Likewise.
7864         (bfd_openw): Likewise.
7866         * targets.c: Sort target vecs.
7867         (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
7868         bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
7869         bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
7870         bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
7871         * configure.in: Sort target vecs.  Add m88kmach3_vec.
7872         * configure: Regenerate.
7874 2002-06-16  Hans-Peter Nilsson  <hp@bitrange.com>
7876         * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
7877         bpo_reloc_no to break sort order ties, not address of items.
7879 2002-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7881         * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
7882         Skip excluded sections in determing __gp value.
7883         (elf_hppa_final_link_relocate): Use the symbol's address in
7884         R_PARISC_FPTR64 relocations that don't need an opd entry.
7885         * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
7886         (elf64_hppa_finalize_dynreloc): Likewise.
7887         (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
7888         (elf64_hppa_finish_dynamic_symbol): Break up assert.
7890 2002-06-14  Sergey Grigoriev  <serge@leopold.Physik.Uni-Augsburg.DE>
7892         * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
7893         alignment for .bss, .data and .text sections so that sse and sse2
7894         code will work.
7895         * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
7897 2002-06013  J"orn Rennecke  <joern.rennecke@superh.com>
7899         config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
7900         sh[1234]*-elf*.
7902 2002-06-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7904         * elflink.h (elf_bfd_final_link): Improve error handling for missing
7905         dynamic sections.
7907         * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
7908         for a symbol that has no output section.
7909         (allocate_dynrel_entries): Correct comment.
7910         (elf64_hppa_finalize_dynreloc): Likewise.  Don't create an opd entry
7911         unless we want one.
7912         (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
7913         (elf64_hppa_finalize_dlt): Likewise.  Prevent segfault for symbols
7914         with no section.  Remove unnecessary parentheses.
7916 2002-06-11  Tom Rix  <trix@redhat.com>
7918         * coffcode.h (coff_compute_section_file_positions): Add data
7919         section to AIX loader alignment check.
7921         * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
7922         alignment to 4 bytes.
7923         (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
7924         power accessor macro.
7925         (do_shared_object_padding): Remove invalid assertion.
7927 2002-06-10  Richard Sandiford  <rsandifo@redhat.com>
7929         * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
7930         for removed output sections.
7932 2002-06-10  Geoffrey Keating  <geoffk@redhat.com>
7934         * merge.c (merge_strings): Use htab_create_alloc with calloc, not
7935         htab_alloc.
7936         * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
7938 2002-06-08  H.J. Lu <hjl@gnu.org>
7940         * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
7941         work around a long long bug in gcc 2.96 on mips.
7943 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7945         * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
7946         (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
7947         Regenerate dependency lists.
7948         * Makefile.in: Regenerate.
7949         * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
7950         vax1knetbsd_vec to targ_selvecs.
7951         * configure.in: Add vax1knetbsd_vec.
7952         * configure: Regenerate.
7953         * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
7954         * vax1knetbsd.c: New file.
7955         * vaxnetbsd.c: Update copyright years.
7956         (TARGET_PAGE_SIZE): Set to 0x1000.
7957         (DEFAULT_MID): Set to M_VAX4K_NETBSD.
7959 2002-06-08  Matt Thomas  <matt@3am-software.com>
7961         * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
7963 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
7965         * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
7967 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
7969         * Makefile.am: Run "make dep-am".
7970         * Makefile.in: Regenerate.
7972         * armnetbsd.c: Replace CONST with const.
7973         * corefile.c: Likewise.
7974         * elf32-dlx.c: Likewise.
7975         * elf64-mips.c: Likewise.
7976         * mmo.c: Likewise.
7977         * ns32knetbsd.c: Likewise.
7979         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
7980         table is elf64-sparc.
7982 2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7984         * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
7985         Fix RELA addends to get not shifted in the result. Don't do special
7986         handling of R_MIPS_64 for NewABI.
7988 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
7990         * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
7991         (NAME(aout,slurp_reloc_table)): Likewise.
7992         * coff-mips.c (mips_relax_section): Use bfd_zalloc.
7993         * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
7994         (xcoff_write_archive_contents_big): Likewise.
7995         (xcoff_generate_rtinit): Likewise.
7996         (xcoff_generate_rtinit): Likewise, and check error return.
7997         * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
7998         * coffgen.c (coff_section_symbol): Use bfd_zalloc.
7999         (coff_get_normalized_symtab): Likewise.
8000         (coff_make_empty_symbol): Likewise.
8001         (bfd_coff_set_symbol_class): Likewise.
8002         * cofflink.c (coff_link_add_symbols): Likewise.
8003         * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
8004         * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
8005         (bfd_ecoff_write_accumulated_debug): Likewise.
8006         * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
8007         * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
8008         * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
8009         * ieee.c (do_with_relocs): Use bfd_zalloc.
8010         * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
8011         * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
8012         (NAME(aout,slurp_reloc_table)): Likewise.
8013         (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
8014         * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
8015         * som.c (som_build_and_write_symbol_table): Likewise.
8016         (som_slurp_string_table): Likewise.
8017         (som_slurp_symbol_table): Likewise.
8018         (som_bfd_ar_write_symbol_stuff): Likewise.
8019         * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
8020         * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
8021         * tekhex.c (find_chunk): Likewise.  Get rid of unused "sname".
8022         * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
8023         * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
8025 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
8027         * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
8028         "group" union.
8029         (elf_group_name): Update.
8030         (elf_group_id): Define.
8031         (bfd_elf_set_group_contents): Declare.
8032         * elf.c (elf_fake_sections): Qualify use of elf_group_name.
8033         (set_group_contents): Rename to bfd_elf_set_group_contents.  Remove
8034         ATTRIBUTE_UNUSED from failedptrarg.  If elf_group_id is set, use
8035         that sym for the signature.
8036         (_bfd_elf_compute_section_file_positions): Don't call
8037         set_group_contents for "ld -r" case.
8038         (swap_out_syms): Use bfd_zalloc.
8039         * elflink.h (elf_link_add_archive_symbols): Likewise.
8040         (NAME(bfd_elf,size_dynamic_sections)): Likewise.
8041         (elf_bfd_final_link): Call bfd_elf_set_group_contents.
8043 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
8045         * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
8046         relocs in opd for non-shared too.
8048 2002-06-06  Jeffrey Law  <law@redhat.com>
8050         * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
8051         relocations.
8053 2002-06-06  Nick Clifton  <nickc@cambridge.redhat.com>
8055         * merge.c: Include libiberty.h.
8056         * elf-strtab.c: Include libiberty.h.
8058 2002-06-06  Elias Athanasopoulos  <eathan@otenet.gr>
8060         * peXXigen.c (pe_print_idata): Remove unused variable.
8062 2002-06-06  David Heine <dlheine@tensilica.com>
8064         * elf.c (assign_file_positions_for_segments): Remove unallocated
8065         sections from the section to segment mapping for PT_LOAD segments.
8066         Update comment about empty loadable segments.
8068 2002-06-06  Richard Sandiford  <rsandifo@redhat.com>
8070         * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
8071         is within the .stabstr section.
8073 2002-06-06  Alan Modra  <amodra@bigpond.net.au>
8075         * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
8076         are "const PTR", not "const PTR *".
8077         (bfd_elf32_swap_symbol_in): Likewise.
8078         (bfd_elf64_swap_symbol_in): Likewise.
8079         * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
8080         (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
8081         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
8082         (elf_link_add_object_symbols): Likewise.
8083         (elf_link_record_local_dynamic_symbol): Likewise.
8084         (elf_link_input_bfd): Likewise.
8085         (elf_gc_mark): Likewise.
8086         (elf_reloc_symbol_deleted_p): Likewise.
8087         * elf-m10200.c (mn10200_elf_relax_section): Likewise.
8088         (mn10200_elf_relax_delete_bytes): Likewise.
8089         (mn10200_elf_symbol_address_p): Likewise.
8090         (mn10200_elf_get_relocated_section_contents): Likewise.
8091         * elf-m10300.c (mn10300_elf_relax_section): Likewise.
8092         (mn10300_elf_relax_section): Likewise.
8093         (mn10300_elf_relax_delete_bytes): Likewise.
8094         (mn10300_elf_symbol_address_p): Likewise.
8095         (mn10300_elf_get_relocated_section_contents): Likewise.
8096         * elf32-h8300.c (elf32_h8_relax_section): Likewise.
8097         (elf32_h8_relax_delete_bytes): Likewise.
8098         (elf32_h8_symbol_address_p): Likewise.
8099         (elf32_h8_get_relocated_section_contents): Likewise.
8100         * elf32-hppa.c (get_local_syms): Likewise.
8101         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
8102         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
8103         * elf32-sh.c (sh_elf_relax_section): Likewise.
8104         (sh_elf_relax_delete_bytes): Likewise.
8105         (sh_elf_get_relocated_section_contents): Likewise.
8106         * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
8107         * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
8108         * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
8109         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
8110         * elf64-ppc.c (get_local_syms): Likewise.
8111         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
8112         * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
8114 2002-06-05  J"orn Rennecke <joern.rennecke@superh.com>
8116         * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
8118 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
8120         * elf.c (group_signature): Swap in the whole symbol, and handle
8121         extracting section symbol names.
8122         (setup_group): Add comment.
8123         (set_group_contents): When called from objcopy or ld, arrange for
8124         section contents to be written.  Write group member output section
8125         indices to allow objcopy to reorganize sections.
8126         (_bfd_elf_copy_private_section_data): Copy group info.
8128         * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
8129         (bfd_elf32_swap_symbol_in): Update prototype.
8130         (bfd_elf64_swap_symbol_in): Likewise.
8131         * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
8132         (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
8133         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
8134         (elf_link_add_object_symbols): Likewise.
8135         (elf_link_record_local_dynamic_symbol): Likewise.
8136         (elf_link_input_bfd): Likewise.
8137         (elf_gc_mark): Likewise.
8138         (elf_reloc_symbol_deleted_p): Likewise.
8139         * elf-m10200.c (mn10200_elf_relax_section): Likewise.
8140         (mn10200_elf_relax_delete_bytes): Likewise.
8141         (mn10200_elf_symbol_address_p): Likewise.
8142         (mn10200_elf_get_relocated_section_contents): Likewise.
8143         * elf-m10300.c (mn10300_elf_relax_section): Likewise.
8144         (mn10300_elf_relax_section): Likewise.
8145         (mn10300_elf_relax_delete_bytes): Likewise.
8146         (mn10300_elf_symbol_address_p): Likewise.
8147         (mn10300_elf_get_relocated_section_contents): Likewise.
8148         * elf32-h8300.c (elf32_h8_relax_section): Likewise.
8149         (elf32_h8_relax_delete_bytes): Likewise.
8150         (elf32_h8_symbol_address_p): Likewise.
8151         (elf32_h8_get_relocated_section_contents): Likewise.
8152         * elf32-hppa.c (get_local_syms): Likewise.
8153         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
8154         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
8155         * elf32-sh.c (sh_elf_relax_section): Likewise.
8156         (sh_elf_relax_delete_bytes): Likewise.
8157         (sh_elf_get_relocated_section_contents): Likewise.
8158         * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
8159         * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
8160         * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
8161         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
8162         * elf64-ppc.c (get_local_syms): Likewise.
8163         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
8164         * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
8165         * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
8166         * elf64-alpha.c (alpha_elf_size_info): Likewise.
8167         * elf64-hppa.c (hppa64_elf_size_info): Likewise.
8168         * elf64-mips.c (mips_elf64_size_info): Likewise.
8169         * elf64-s390.c (s390_elf64_size_info): Likewise.
8170         * elf64-sparc.c (sparc64_elf_size_info): Likewise.
8172 2002-06-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
8174         * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
8175         elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
8176         elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
8177         _bfd_mips_elf_ignore_discarded_relocs.
8178         elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
8180 2002-06-05  H.J. Lu <hjl@gnu.org>
8182         * elfxx-mips.c (mips_elf_calculate_relocation): Call
8183         _bfd_elf_rel_local_sym for STT_SECTION relocations against
8184         the SEC_MERGE section.
8186 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
8188         * coff-alpha.c: Update copyright date.
8189         * coff-mips.c: Likewise.
8190         * xcoff-target.h: Likewise.
8192         * bfd-in.h: Remove "taken from the source" comment.
8193         * libbfd-in.h: Likewise.
8194         * libcoff-in.h: Likewise.
8195         * bfd-in2.h: Regenerate.
8196         * libbfd.h: Regenerate.
8197         * libcoff.h: Regenerate.
8199         * elf.c (bfd_elf_discard_group): Return true.
8200         * elf-bfd.h (bfd_elf_discard_group): Declare.
8201         * bfd-in.h (bfd_elf_discard_group): Don't declare here.
8202         * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
8203         * bfd.c (bfd_discard_group): Define.
8204         * targets.c (struct bfd_target): Add _bfd_discard_group.
8205         (BFD_JUMP_TABLE_LINK): Here too.
8206         * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
8207         * aout-adobe.c (aout_32_bfd_discard_group): Define.
8208         * aout-target.h (MY_bfd_discard_group): Define.
8209         * aout-tic30.c (MY_bfd_discard_group): Define.
8210         * binary.c (binary_bfd_discard_group): Define.
8211         * bout.c (b_out_bfd_discard_group): Define.
8212         * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
8213         * coffcode.h (coff_bfd_discard_group): Define.
8214         * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
8215         * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
8216         * i386msdos.c (msdos_bfd_discard_group): Define.
8217         * i386os9k.c (os9k_bfd_discard_group): Define.
8218         * ieee.c (ieee_bfd_discard_group): Define.
8219         * ihex.c (ihex_bfd_discard_group): Define.
8220         * mmo.c (mmo_bfd_discard_group): Define.
8221         * nlm-target.h (nlm_bfd_discard_group): Define.
8222         * oasys.c (oasys_bfd_discard_group): Define.
8223         * ppcboot.c (ppcboot_bfd_discard_group): Define.
8224         * som.c (som_bfd_discard_group): Define.
8225         * srec.c (srec_bfd_discard_group): Define.
8226         * tekhex.c (tekhex_bfd_discard_group): Define.
8227         * versados.c (versados_bfd_discard_group): Define.
8228         * vms.c (vms_bfd_discard_group): Define.
8229         * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
8230         * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
8231         (aix5coff64_vec): Likewise.
8232         * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
8234 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
8236         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
8237         (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
8238         (elf32-sh64-com.lo): New dependency list.
8239         * Makefile.in: Regenerate.
8240         * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
8241         (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
8242         elf32-sh64-com.lo.
8243         * configure: Regenerate.
8244         * elf32-sh64.c (sh64_address_in_cranges)
8245         (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
8246         (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
8247         (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
8248         * elf32-sh64-com.c: ...here.  New file.
8250 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
8252         * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
8253         ATTRIBUTE_UNUSED on used params.
8254         * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
8255         before calling bfd_section_from_elf_index on local syms.
8256         * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
8258 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
8260         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
8261         (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
8262         (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
8263         (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
8264         (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
8265         * Makefile.in: Regenerate.
8266         * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
8267         (sh64-*-netbsd*): New targets.
8268         * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
8269         bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
8270         * configure: Regenerate.
8271         * elf32-sh64-nbsd.c: New file.
8272         * elf64-sh64-nbsd.c: New file.
8273         * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
8274         bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
8275         bfd_elf64_sh64lnbsd_vec.
8277 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
8279         * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
8280         (bfd_section_from_shdr): Likewise.  Set section name of group
8281         sections from signature.
8282         (group_signature): Split out from setup_group.  Ensure symbol table
8283         is available.
8284         (bfd_elf_discard_group): New function.
8285         (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
8286         .gnu.linkonce* sections if they are members of a group.
8287         (set_group_contents): Set GRP_COMDAT flag.
8288         * section.c (bfd_discard_group): New function.
8289         * bfd-in.h (bfd_elf_discard_group): Declare.
8290         * bfd-in2.h: Regenerate.
8291         * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
8292         (elf_linkonce_p): Define.
8294 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
8296         * elf.c (bfd_section_from_shdr): Make "name" const.
8297         * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
8298         * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
8299         * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
8300         * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
8301         * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
8302         * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
8303         * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
8304         * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
8305         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
8306         * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
8307         * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
8309 2002-06-03  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
8311         * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
8312         ABI.
8314 2002-06-02  Kazu Hirata  <kazu@cs.umass.edu>
8316         * elf32-arc.c: Fix formatting.
8317         * elf32-arm.h: Likewise.
8318         * elf32-cris.c: Likewise.
8319         * elf32-dlx.c: Likewise.
8320         * elf32-hppa.c: Likewise.
8321         * elf32-i386.c: Likewise.
8322         * elf32-i386qnx.c: Likewise.
8323         * elf32-or32.c: Likewise.
8324         * elf32-s390.c: Likewise.
8325         * elf32-sh64.c: Likewise.
8326         * elf32-vax.c: Likewise.
8327         * elf32-xstormy16.c: Likewise.
8328         * elf64-alpha.c: Likewise.
8329         * elf64-mmix.c: Likewise.
8330         * elf64-ppc.c: Likewise.
8331         * elf64-s390.c: Likewise.
8332         * elf64-sh64.c: Likewise.
8333         * elf64-x86-64.c: Likewise.
8335 2002-06-02  Richard Henderson  <rth@redhat.com>
8337         * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
8338         null when there are no got entries for a symbol.
8339         (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
8340         uninitialized variable warning.
8342 2002-06-01  Richard Henderson  <rth@redhat.com>
8344         * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
8345         undefined symbols here.
8346         (elf64_alpha_relax_section): Do it here.  Also test for not
8347         defined in the current module.
8348         (elf64_alpha_relocate_section_r): Split out of ...
8349         (elf64_alpha_relocate_section): ... here.  Don't dereference
8350         NULL when looking up local got entries.
8352 2002-06-01  Richard Henderson  <rth@redhat.com>
8354         * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
8355         symbols from JSR relaxation.
8356         (elf64_alpha_size_plt_section_1): New.
8357         (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
8358         (elf64_alpha_size_rela_got_1): ... here.
8359         (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
8360         (elf64_alpha_size_rela_got_section): ... here.
8361         (elf64_alpha_size_plt_section): New.
8362         (elf64_alpha_relax_section): Call them.
8363         (elf64_alpha_size_got_sections): Remove output_bfd arg.
8364         (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
8366 2002-06-01  Richard Henderson  <rth@redhat.com>
8368         * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
8369         (elf64_alpha_relocate_section): Use them.  Reject LE TLS relocs
8370         in shared libraries.  Fix DTPRELHI and TPRELHI value.
8371         (INSN_ADDQ, INSN_RDUNIQ): New.
8372         (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
8373         (elf64_alpha_relax_with_lituse): Return boolean.  Remove irelend
8374         argument.  Reject dynamic symbols.  Use LITUSE symbolic constants.
8375         (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
8376         Handle GOTDTPREL and GOTTPREL relocations.
8377         (elf64_alpha_relax_gprelhilo): New.
8378         (elf64_alpha_relax_tls_get_addr): New.
8379         (elf64_alpha_relax_find_tls_segment): New.
8380         (elf64_alpha_relax_section): Handle TLS relocations.
8381         (ALPHA_ELF_LINK_HASH_TLS_IE): New.
8382         (elf64_alpha_check_relocs): Set it.
8384 2002-06-01  Richard Henderson  <rth@redhat.com>
8386         * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
8388         * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
8389         check; don't suppress dynamic relocs for non-allocated sections.
8391         * elf64-alpha.c: Remove dead code.
8393 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
8395         * bfd-in2.h: Regenerate.
8396         * libbfd.h: Regenerate.
8397         * po/SRC-POTFILES.in: Regenerate.
8399         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
8400         space for bss .plt.
8402 2002-05-31  Graeme Peterson  <gp@qnx.com>
8404         * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
8405         (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
8406         Run "make dep-am".
8407         * Makefile.in: Regenerate.
8408         * config.bfd: Add i[3456]86-*-nto-qnx* support.
8409         * configure.in: Add bfd_elf32_i386qnx_vec support.
8410         * configure: Regenerate.
8411         * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
8412         is_contained_by_filepos, and copy_private_bfd_data_p.
8413         * elf.c (assign_file_positions_for_segments): Call backend
8414         set_nonloadable_filepos.  Fix non-K&R call to _bfd_error_handler.
8415         (IS_CONTAINED_BY_FILEPOS): Define.
8416         (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
8417         (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS.  Typo fix.
8418         Fix non-K&R call to _bfd_error_handler.
8419         (_bfd_elf_copy_private_section_data): Use backend
8420         copy_private_bfd_data_p.
8421         * elf32-i386.c: Don't include elfxx-target.h when
8422         ELF32_I386_C_INCLUDED is defined.
8423         * elf32-i386qnx.c: New QNX elf backend file.
8424         * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
8425         elf_backend_is_contained_by_filepos, and
8426         elf_backend_do_copy_private_bfd_data.
8427         * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
8429 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
8431         * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
8432         Move other similar defines to start of file.
8434 2002-05-30  Tom Rix  <trix@redhat.com>
8436         * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
8437         * coff64-rs6000.c (xcoff64_rtype2howto): Same.
8439 2002-05-30  Richard Henderson  <rth@redhat.com>
8441         * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
8442         ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
8443         (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
8444         (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
8445         (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
8446         (struct alpha_elf_obj_tdata): Rename total_got_entries and
8447         n_local_got_entries to total_got_size and local_got_size.
8448         (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
8449         (alpha_got_entry_size): New.
8450         (elf64_alpha_relax_with_lituse): Use it.
8451         (elf64_alpha_relax_without_lituse): Likewise.
8452         (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
8453         (get_got_entry): New.
8454         (elf64_alpha_check_relocs): Handle TLS relocs.  Reorganize.
8455         (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
8456         (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
8457         (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
8458         (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
8459         (elf64_alpha_calc_got_offsets): Likewise.
8460         (alpha_dynamic_entries_for_reloc): New.
8461         (elf64_alpha_calc_dynrel_sizes): Use it.
8462         (elf64_alpha_size_dynamic_sections): Likewise.
8463         (elf64_alpha_relocate_section): Handle TLS relocations.
8464         * reloc.c: Add Alpha TLS relocations.
8465         * bfd-in2.h, libbfd.h: Rebuild.
8467 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
8469         * peXXigen.c (pe_print_idata): Remove double printed
8470         import table lines; add Bound-To comment.
8472 2002-05-29  Matt Thomas  <matt@3am-software.com>
8474         * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
8475         (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
8476         (elf32-vax.lo): New rule.
8477         * Makefile.in: Regenerate.
8478         * configure.in (bfd_elf32_vax_vec)
8479         (vaxnetbsd_vec): New vectors.
8480         * configure: Regenerate.
8481         * config.bfd (vax-*-netbsdelf*)
8482         (vax-*-netbsdaout*)
8483         (vax-*-netbsd*): New targets.
8484         * elf32-vax.c: New file.
8485         * reloc.c: Add VAX relocations.
8486         * bfd-in2.h: Regenerate.
8487         * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
8489 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
8491         * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
8492         and bfd_elf32_bigarm_vec to targ_selvecs.
8494 2002-05-29  Ralf Habacker  <ralf.habacker@freenet.de>
8496         * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
8497         with auto-imported symbols.
8499 2002-05-29  Adam Nemet  <anemet@lnxw.com>
8501         * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
8502         sections only record bfd.
8503         (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
8504         * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
8505         * bfd-in2.h: Regenerate.
8507 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
8509         * syms.c (_bfd_stab_section_find_nearest_line): Move
8510         declaration and initialisation of saw_line and saw_func out of
8511         for loop.
8513 2002-05-29  Alan Modra  <amodra@bigpond.net.au>
8515         * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
8516         (bfd_elf64_get_symbol_info): Define.
8517         * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
8519 2002-05-29  Andrey Volkov  <avolkov@transas.com>
8521         * cpu-h8300.c: Make default h8300 machine first in machine list.
8523 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
8525         * config.bfd: Added DLX configuraton.
8526         * Makefile.am: Added DLX configuraton.
8527         * configure.in: Added DLX configuraton.
8528         * archures.c: Add DLX architecture.
8529         * reloc.c: Add DLX relocs.
8530         * targets.c: Added DLX target vector.
8531         * configure: Regenerate.
8532         * Makefile.in: Regenreate.
8533         * bfd-in2.h: Regenreate.
8534         * elf32-dlx.c: New file: Support DLX target.
8535         * cpu-dlx.c: New file: Support DLX target.
8537 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
8539         * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
8541         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
8542         (ppc64_elf_check_relocs): Don't set up function descriptor symbol
8543         strings to point inside function code sym string.
8544         (func_desc_adjust): Likewise.
8545         (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
8547 2002-05-24  Michal Ludvig  <mludvig@suse.cz>
8549         * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
8550         (elf64_x86_64_grok_psinfo): Added.
8552 2002-05-24  TAMURA Kent <kent@netbsd.org>
8554         * config.bfd: Add a target for i386-netbsdpe.
8556 2002-05-24  Alan Modra  <amodra@bigpond.net.au>
8558         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
8559         and is_func_descriptor.
8560         (func_desc_adjust): Hide function code sym in shared libs unless
8561         there is a matching exported function descriptor sym.
8563 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
8565         * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
8566         for symbols from SHF_TLS section.
8567         (_bfd_elf_print_private_bfd_data): Add PT_TLS.
8568         (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
8569         (map_sections_to_segments): Build PT_TLS segment if necessary.
8570         (assign_file_positions_for_segments): Likewise.
8571         (get_program_header_size): Account for PT_TLS segment.
8572         (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
8573         SEC_THREAD_LOCAL sections to STT_TLS.
8574         * reloc.c: Add 386 and IA-64 TLS relocs.
8575         * section.c (SEC_THREAD_LOCAL): Define.
8576         (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
8577         Remove.
8578         * elflink.h (elf_link_add_object_symbols): Support .tcommon.
8579         (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
8580         unconditionally.
8581         (struct elf_final_link_info): Add first_tls_sec.
8582         (elf_bfd_final_link): Set first_tls_sec.
8583         Compute elf_hash_table (info)->tls_segment.
8584         (elf_link_output_extsym): Handle STT_TLS symbols.
8585         (elf_link_input_bfd): Likewise.
8586         * syms.c (BSF_THREAD_LOCAL): Define.
8587         * bfd-in2.h: Rebuilt.
8588         * libbfd.h: Rebuilt.
8589         * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
8590         elf_i386_mkobject, elf_i386_object_p): New functions.
8591         (elf_howto_table): Add TLS relocs.
8592         (elf_i386_reloc_type_lookup): Support TLS relocs.
8593         (elf_i386_info_to_howto_rel): Likewise.
8594         (struct elf_i386_link_hash_entry): Add tls_type.
8595         (struct elf_i386_obj_tdata): New.
8596         (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
8597         New macros.
8598         (struct elf_i386_link_hash_table): Add tls_ldm_got.
8599         (link_hash_newfunc): Clear tls_type.
8600         (elf_i386_check_relocs): Support TLS relocs.
8601         (elf_i386_gc_sweep_hook): Likewise.
8602         (allocate_dynrelocs): Likewise.
8603         (elf_i386_size_dynamic_sections): Likewise.
8604         (elf_i386_relocate_section): Likewise.
8605         (elf_i386_finish_dynamic_symbol): Likewise.
8606         (bfd_elf32_mkobject, elf_backend_object_p): Define.
8607         * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
8608         dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
8609         want_tprel, want_dtpmod, want_dtprel.
8610         (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
8611         (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
8612         R_IA64_LTOFF_TPREL22.
8613         (elf_code_to_howto_index): Add TLS relocs.
8614         (elfNN_ia64_check_relocs): Support TLS relocs.
8615         (allocate_global_data_got): Account for TLS .got data.
8616         (allocate_dynrel_entries): Account for TLS dynamic relocations.
8617         (elfNN_ia64_install_value): Supprt TLS relocs.
8618         (set_got_entry): Support TLS relocs.
8619         (elfNN_ia64_relocate_section): Likewise.
8621 2002-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
8623         * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
8624         BLX reloc round the relocation up rather than down.
8625         * coff-arm.c (coff_arm_relocate_section): Likewise.
8627 2002-05-21  H.J. Lu  (hjl@gnu.org)
8629         * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
8630         definition.
8632 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
8634         * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
8635         (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
8637 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
8639         * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
8640         unresolved relocs.
8641         (ppc64_elf_size_dynamic_sections): Check for splt NULL.
8643 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8645         * bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
8646         non-ELF targets.
8648 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8650         * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
8651         an error value.
8652         * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
8653         return with false on error.
8654         (elf_link_input_bfd): Check reloc_emitter return value.
8656 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
8658         * config.bfd (armeb-*-netbsdelf*): New target.
8660 2002-05-20  Alan Modra  <amodra@bigpond.net.au>
8662         * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
8663         at the plt call stub.
8665 2002-05-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8667         * cpu-mips.c (mips_compatible): Don't try to check machine
8668         compatibility.
8670 2002-05-18  Tom Rix  <trix@redhat.com>
8672         * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
8674 2002-05-17  Alan Modra  <amodra@bigpond.net.au>
8676         * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
8677         (ppc64_elf_relocate_section): Don't warn about reloc overflow when
8678         we've already warned about an undefined symbol.  Report more
8679         detail on reloc errors.
8681 2002-05-17  Alan Modra  <amodra@bigpond.net.au>
8683         * acinclude.m4 (AM_INSTALL_LIBBFD): New.
8684         * configure.in: Invoke AM_INSTALL_LIBBFD.
8685         * Makefile.am (install-data-local): Revert 2002-05-13.  Move to..
8686         (install_libbfd): .. New target.
8687         (uninstall_libbfd): Likewise.
8688         (install-bfdlibLTLIBRARIES): Likewise.
8689         (uninstall-bfdlibLTLIBRARIES): Likewise.
8690         (bfdlibdir): New.
8691         (bfdincludedir): New.
8692         (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
8693         * aclocal.m4: Regenerate.
8694         * configure: Regenerate.
8695         * Makefile.in: Regenerate.
8697 2002-05-17  Stuart Balfour <sbalfour@cisco.com>
8699         * hash.c (bfd_hash_lookup): Remove computation of len from inside
8700         hash loop.
8702 2002-05-16  Nick Clifton  <nickc@cambridge.redhat.com>
8704         * config.bfd: Add targets for sh64-linux (little endian and
8705         big endian).
8707 2002-05-15  Laurent Pinchart <laurent.pinchart@skynet.be>
8709         * peXXigen.c (pe_print_idata): Do not assume that the first thunk
8710         is located in the same section as the import table.  Instead
8711         check, and if necessary load the section containing the thunk.
8713 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
8715         * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
8716         bfd_bread.
8717         (xcoff64_core_file_matches_executable_p): Replace bfd_read
8718         with bfd_bread.
8720 2002-05-15  Alan Modra  <amodra@bigpond.net.au>
8722         * aix5ppc-core.c: Warning fixes.
8723         * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
8724         * aout-target.h (MY_bfd_link_just_syms): Define.
8725         * aout-tic30.c (MY_bfd_link_just_syms): Define.
8726         * bfd.c (bfd_link_just_syms): Define.
8727         * binary.c (binary_bfd_link_just_syms): Define.
8728         * bout.c (b_out_bfd_link_just_syms): Define.
8729         * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
8730         * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
8731         * coffcode.h (coff_bfd_link_just_syms): Define.
8732         * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
8733         (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
8734         (_bfd_elf_link_just_syms): Declare.
8735         * elf.c (_bfd_elf_link_just_syms): New function.
8736         * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
8737         sections haven't already been discarded by the linker.
8738         * elflink.h (elf_link_add_object_symbols): Likewise for stab
8739         sections and SEC_MERGE sections.
8740         (elf_bfd_discard_info): Similarly here.
8741         * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
8742         * i386msdos.c (msdos_bfd_link_just_syms): Define.
8743         * i386os9k.c (os9k_bfd_link_just_syms): Define.
8744         * ieee.c (ieee_bfd_link_just_syms): Define.
8745         * ihex.c (ihex_bfd_link_just_syms): Define.
8746         * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
8747         (_bfd_generic_link_just_syms): Declare.
8748         * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
8749         * linker.c (_bfd_generic_link_just_syms): New function.
8750         * mmo.c (mmo_bfd_link_just_syms): Define.
8751         * nlm-target.h (nlm_bfd_link_just_syms): Define.
8752         * oasys.c (oasys_bfd_link_just_syms): Define.
8753         * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
8754         * som.c (som_bfd_link_just_syms): Define.
8755         * srec.c (srec_bfd_link_just_syms): Define.
8756         * targets.c (struct bfd_target): Add _bfd_link_just_syms.
8757         (BFD_JUMP_TABLE_LINK): And here.
8758         * tekhex.c (tekhex_bfd_link_just_syms): Define.
8759         * versados.c (versados_bfd_link_just_syms): Define.
8760         * vms.c (vms_bfd_link_just_syms): Define.
8761         * libbfd.h: Regenerate.
8762         * bfd-in2.h: Regenerate.
8764 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8766         * elf32-mips.c: Remove superfluous definitions copied from
8767         elfxx-mips.c.
8768         (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
8769         SGIish vectors to check the special case.
8770         (mips_elf_hi16_reloc): Fix comment.
8771         (mips_elf_got16_reloc): Likewise.
8772         (_bfd_mips_elf32_gprel16_reloc): Likewise.
8773         (elf_reloc_map): Code cleanup.
8774         (mips_reloc_map): Add comment.
8775         (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
8776         (mips_elf32_rtype_to_howto): Likewise.
8777         (mips_elf32_discard_info): Likewise.
8778         (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
8779         lead to IRIX compatibility now.
8781 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8783         * elfxx-mips.c: Call it IRIX, not Irix in comments.
8785 2002-05-13  Jason Thorpe  <thorpej@wasabisystems.com>
8787         * config.bfd (shle-*-netbsdelf*): Add target which includes
8788         sh64 support.
8790 2002-05-13  David Edelsohn  <edelsohn@gnu.org>
8792         * configure.in: Revert 2002-04-07.  Instead, auto-configure
8793         HAVE_ST_C_IMPL.
8794         * configure: Regenerate.
8795         * config.in: Regenerate.
8796         * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
8797         or AIX_5_CORE.
8799 2002-05-11  Federico G. Schwindt <fgsch@olimpo.com.br>
8801         * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
8802         corefiles as well.2
8803         * configure: Regenerate.
8805 2002-05-13  Alan Modra  <amodra@bigpond.net.au>
8807         * Makefile.am (install-data-local): Install headers to
8808         $(exec_prefix)/include.
8809         * Makefile.in: Regenerate.
8811 2002-05-11  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
8812             Daniel Jacobowitz  <drow@mvista.com>
8814         * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE.  Don't
8815         map BFD_RELOC_RVA.
8817 2002-05-11  Federico G. Schwindt <fgsch@olimpo.com.br>
8819         * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
8820         hppa*-*-openbsd*): New targets.
8821         * configure.in (alpha*-*-openbsd*): Set COREFILE.
8822         * configure: Regenerate.
8824 2002-05-10  Tom Rix  <trix@redhat.com>
8826         * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
8827         xcoff64_ppc_relocate_section.
8828         * coff-rs6000.c : Extern common xcoff_reloc_type functions.
8829         * libxcoff.h: Common xcoff_reloc_type function declaration.
8831 2002-05-10  Alan Modra  <amodra@bigpond.net.au>
8833         * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
8834         added in 2002-05-09 commit.
8836         * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
8837         don't look for stubs on all undefined syms.
8839 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
8841         * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
8842         (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
8843         pcrel_offset.
8845         * elf32-i386.c (elf_howto_table): Comments.
8846         (elf_i386_relocate_section): Handle more relocs for relocatable
8847         linking and against SEC_MERGE sections.
8849 2002-05-08  Alan Modra  <amodra@bigpond.net.au>
8851         * elf32-ppc.c (ppc_elf_create_got): New function.
8852         (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
8853         _bfd_elf_create_dynamic_sections.  Correct .plt flags.
8854         (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
8855         _bfd_elf_create_got_section.
8857 2002-05-07  Alan Modra  <amodra@bigpond.net.au>
8859         * elf-bfd.h (struct elf_backend_data): Add rela_normal.
8860         * elfxx-target.h (elf_backend_rela_normal): Define.
8861         (elfNN_bed): Init rela_normal.
8862         * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
8863         for section symbols here if rela_normal.  Simplify abs section test.
8864         * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
8865         return immediately.  Remove code handling relocatable linking.
8866         * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
8867         * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
8868         * elf32-i370.c (i370_elf_relocate_section): Likewise.
8869         * elf32-i860.c (elf32_i860_relocate_section): Likewise.
8870         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
8871         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
8872         * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
8873         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
8874         * elf32-s390.c (elf_s390_relocate_section): Likewise.
8875         * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
8876         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
8877         * elf64-s390.c (elf_s390_relocate_section): Likewise.
8878         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
8879         * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
8880         * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
8881         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
8882         * elf-m10200.c (elf_backend_rela_normal): Define.
8883         * elf-m10300.c (elf_backend_rela_normal): Define.
8884         * elf32-fr30.c (elf_backend_rela_normal): Define.
8885         * elf32-i370.c (elf_backend_rela_normal): Define.
8886         * elf32-i860.c (elf_backend_rela_normal): Define.
8887         * elf32-m68k.c (elf_backend_rela_normal): Define.
8888         * elf32-mcore.c (elf_backend_rela_normal): Define.
8889         * elf32-openrisc.c (elf_backend_rela_normal): Define.
8890         * elf32-ppc.c (elf_backend_rela_normal): Define.
8891         * elf32-s390.c (elf_backend_rela_normal): Define.
8892         * elf32-xstormy16.c (elf_backend_rela_normal): Define.
8893         * elf64-ppc.c (elf_backend_rela_normal): Define.
8894         * elf64-s390.c (elf_backend_rela_normal): Define.
8895         * elf64-x86-64.c (elf_backend_rela_normal): Define.
8896         * elfxx-ia64.c (elf_backend_rela_normal): Define.
8897         * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
8898         * elf32-m32r.c (elf_backend_rela_normal): Likewise.
8900 2002-05-06  Nick Clifton  <nickc@cambridge.redhat.com>
8902         * elf32-arm.h (elf32_arm_final_link_relocate): Convert
8903         'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
8905 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
8907         * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
8908         when not relocatable.  Fix reloc_emitter call for K&R.
8910 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
8912         * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
8913         reloading local sym addend mistakenly removed in 2002-05-01 change.
8915         * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
8916         (read_abbrevs): Change "offset" param to bfd_vma.
8917         (parse_comp_unit): Change "version" and addr_size to unsigned ints.
8918         Change "abbrev_offset" to bfd_vma.
8919         (read_indirect_string): Use correct conversion chars in error
8920         message format string, cast bfd_vma's to unsigned long.
8921         (read_abbrevs): Likewise.
8922         (read_attribute_value): Likewise.
8923         (decode_line_info): Likewise.
8924         (scan_unit_for_functions): Likewise.
8925         (parse_comp_unit): Likewise.
8927 2002-05-04  Tom Rix  <trix@redhat.com>
8929         * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
8930         (coff_swap_reloc_out): Same.
8931         * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
8932         (xcoff_swap_reloc_out): Same.
8933         (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
8934         case some 16 bit relocs. Add reloc value to output.
8935         (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
8936         R_RBR. Improve names.
8937         (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
8938         (bfd_xcoff_backend_data): Update with new reloc swap names.
8939         (bfd_pmac_xcoff_backend_data) : Same.
8940         * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
8941         (xcoff64_swap_reloc_out): Same.
8942         (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
8943         R_POS. Add reloc value to output.
8944         (xcoff64_howto_table): Move 64 bit R_POS to first entry.  Add 16
8945         bit R_RBR. Improve names, masks.
8946         (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
8947         (bfd_xcoff_backend_data): Update with new reloc swap names.
8948         (bfd_xcoff_aix5_backend_data) : Same.
8950 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
8952         * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
8953         bfd_count top_index, input_list, all_local_syms.
8954         (elf32_hppa_setup_section_lists): New function, split from
8955         elf32_hppa_size_stubs.
8956         (elf32_hppa_next_input_section): Likewise.
8957         (group_sections): Likewise.
8958         (get_local_syms): Likewise.
8959         (elf32_hppa_size_stubs): Adjust for split out functions.  Look for
8960         stubs on undefined syms too.
8961         (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
8962         Only access htab elf fields when we have an elf hash table.
8963         * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
8964         (elf32_hppa_next_input_section): Declare.
8966 2002-05-04  Bob Byrnes  <byrnes@curl.com>
8968         * opncls.c (_bfd_new_bfd_contained_in): Check return value of
8969         _bfd_new_bfd.
8971 2002-05-03  H.J. Lu  (hjl@gnu.org)
8973         * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
8974         (mips_elf_link_hash_newfunc): Initialize forced_local to false.
8975         (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
8976         to hide a global symbol.
8977         (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
8978         forced_local to true.
8980 2002-05-02  Richard Henderson  <rth@redhat.com>
8982         * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
8983         vs SHN_UNDEF to zero.
8985 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
8987         * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
8988         16 bit reloc.
8989         <R_PPC64_SECTOFF_DS>: Likewise.
8990         (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
8991         SECTOFF reloc.
8992         * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
8993         (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
8994         SECTOFF reloc.
8996         * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
8997         (ppc64_elf_ha_reloc): New function.
8998         (ppc64_elf_brtaken_reloc): New function.
8999         (ppc64_elf_sectoff_reloc): New function.
9000         (ppc64_elf_sectoff_ha_reloc): New function.
9001         (ppc64_elf_toc_reloc): New function.
9002         (ppc64_elf_toc_ha_reloc): New function.
9003         (ppc64_elf_toc64_reloc): New function.
9004         (ppc64_elf_unhandled_reloc): New function.
9005         (ppc64_elf_howto_raw): Use the above.
9006         <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
9007         <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset.  Fix dst_mask.
9008         <R_PPC64_SECTOFF_DS>: Likewise.
9009         (IS_ABSOLUTE_RELOC): Update.
9010         (struct ppc_link_hash_table): Add have_undefweak.
9011         (ppc64_elf_link_hash_table_create): Init.
9012         (func_desc_adjust): Set have_undefweak.
9013         (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier.  Only
9014         add the .sfpr blr when have_undefweak.
9015         (ppc64_elf_setup_section_lists): Check hash table flavour.
9016         (ppc64_elf_next_input_section): Move output_section->owner test to
9017         ppc64elf.em.
9018         (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
9019         and relocatable test.  Return TOCstart and don't set elf_gp.
9020         (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
9021         offset calculation.  Add assert on weak sym branch tweaks.
9022         * elf64-ppc.h (ppc64_elf_set_toc): Delete.
9023         (ppc64_elf_toc): Declare.
9024         (ppc64_elf_next_input_section): Update.
9026 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
9028         * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
9029         file_name.
9031 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
9033         * elf64-ppc.c (CROR_151515, CROR_313131): Define.
9034         (ppc64_elf_relocate_section): Use them.  Don't look for plt calls
9035         on R_PPC64_ADDR24 relocs.  Require a nop or no link reg on plt
9036         call branches.  Correct undefined weak destination.
9037         (ppc64_elf_func_desc_adjust): Always create at least one blr in
9038         .sfpr, and correct case where either only savef* or restf* is
9039         needed.
9041         Long branch stubs, multiple stub sections.
9042         * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
9043         (ppc64_elf_next_input_section): Declare.
9044         * elf64-ppc.c: Move linker-only prototypes.
9045         (STUB_SUFFIX): Define.
9046         (enum ppc_stub_type): New.
9047         (struct ppc_stub_hash_entry): New.
9048         (struct ppc_branch_hash_entry): New.
9049         (struct ppc_link_hash_entry): Add stub_cache, oh.
9050         (struct ppc_link_hash_table): Add stub_hash_table etc.  Remove
9051         sstub.  Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
9052         Rename plt_overflow to stub_error.
9053         (ppc_stub_hash_lookup): Define.
9054         (ppc_branch_hash_lookup): Define.
9055         (stub_hash_newfunc): New function.
9056         (branch_hash_newfunc): New function.
9057         (link_hash_newfunc): Init new fields.
9058         (ppc64_elf_link_hash_table_create): Likewise.
9059         (ppc64_elf_link_hash_table_free): New function.
9060         (ppc_stub_name): New function.
9061         (ppc_get_stub_entry): New function.
9062         (ppc_add_stub): New function.
9063         (create_linkage_sections): Use bfd_make_section_anyway.  Create
9064         .branch_lt and .rela.branch_lt sections.  Don't create .stub.
9065         (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
9066         and set up for plt call stubs.  Link func and func desc syms.
9067         (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
9068         (func_desc_adjust): Avoid hash lookup when func desc sym available
9069         via shortcut, and set links when processing.
9070         (ppc64_elf_hide_symbol): Likewise.
9071         (allocate_dynrelocs): Don't allocate stub section here.
9072         (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
9073         Remove sstub code.
9074         (ppc_type_of_stub): New function.
9075         (build_one_stub): Delete.
9076         (ppc_build_one_stub): New function.
9077         (ppc_size_one_stub): New function.
9078         (ppc64_elf_setup_section_lists): New function.
9079         (ppc64_elf_next_input_section): New function.
9080         (group_sections): New function.
9081         (get_local_syms): New function.
9082         (ppc64_elf_size_stubs): Rewrite.
9083         (ppc64_elf_build_stubs): Rewrite.
9084         (ppc64_elf_relocate_section): Look up stub entry for REL24
9085         relocs.  Don't propagate REL14* to dynamic objects.  Look for long
9086         branch stubs if REL14* or REL24 relocs won't reach.
9087         (bfd_elf64_bfd_link_hash_table_free): Define.
9089 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
9091         * config.bfd: Add support for powerpc-*-windiss.
9093 2002-04-30  Tom Rix  <trix@redhat.com>
9095         * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
9096         symbol names into the hash table.
9098 2002-04-28  Tom Rix  <trix@redhat.com>
9100         * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
9101         calulating relocations.
9102         (xcoff_complain_overflow) : Function table for relocation errors.
9103         (xcoff_ppc_relocate_section): Use relocation and complain function
9104         tables.
9105         (xcoff_complain_overflow_unsigned_func): New complain function.
9106         (xcoff_complain_overflow_signed_func): Same.
9107         (xcoff_complain_overflow_bitfield_func): Same.
9108         (xcoff_complain_overflow_dont_func): Same.
9109         (xcoff_reloc_type_crel): New recot function.
9110         (xcoff_reloc_type_br): Same.
9111         (xcoff_reloc_type_ba): Same.
9112         (xcoff_reloc_type_toc): Same.
9113         (xcoff_reloc_type_rel): Same.
9114         (xcoff_reloc_type_neg): Same.
9115         (xcoff_reloc_type_pos): Same.
9116         (xcoff_reloc_type_fail): Same.
9117         (xcoff_reloc_type_noop): Same.
9118         * libxcoff.h : Declare common parts for xcoff64.
9119         * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
9120         and complain function tables.
9122 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
9124         * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
9125         * elf32-hppa.c (elf32_hppa_final_link): Formatting.
9127 2002-04-26  Alan Modra  <amodra@bigpond.net.au>
9129         * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
9130         * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
9132         * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
9133         same as the output before calling elf_link_input_bfd.
9135         * coffcode.h (coff_compute_section_file_positions): Set
9136         section_tail after shuffling section list.
9138 2002-04-24  Christian Groessler <chris@groessler.org>
9140         * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
9141         addresses are 23bit with a special layout, not plain 32bit
9142         values.  Prevent relocation of immediate values.
9144 2002-04-24  Chris G. Demetriou  <cgd@broadcom.com>
9146         * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
9147         MIPS-16 ASE flags are set, print something to indicate that.
9149 2002-04-23  Alan Modra  <amodra@bigpond.net.au>
9151         * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
9152         under which a plt call stub is used.
9153         (final_link_relocate): Similarly.
9154         (allocate_plt_static): Clear h-plabel except when plt entry is
9155         exclusively used for a plabel.
9156         (allocate_dynrelocs): Use the above to simplify plt sizing.
9157         (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
9158         (elf32_hppa_link_hash_table_create): Init.
9159         (BL22_RP): Define.
9160         (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
9161         (elf32_hppa_check_relocs): Set has_22bit_branch.
9163         * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
9164         (final_link_relocate): Likewise.
9166 2002-04-22  Jakub Jelinek  <jakub@redhat.com>
9168         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
9169         search table if some FDE is DW_EH_PE_aligned encoded either.
9170         (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
9172 2002-04-22  Richard Smith  <richard@ex-parrot.com>
9173             Jakub Jelinek  <jakub@redhat.com>
9175         * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
9176         (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
9177         encoded personality.
9178         (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
9179         for CIE/FDE removal.
9181 2002-04-20  Tom Rix  <trix@redhat.com>
9183         * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
9185 2002-04-20  Alan Modra  <amodra@bigpond.net.au>
9187         * archures.c (bfd_lookup_arch): Move the list order comment..
9188         (struct bfd_arch_info): ..to where it belongs.
9189         * bfd-in2.h: Regenerate.
9191         * archures.c (bfd_lookup_arch): Add comment on list order.
9192         (bfd_default_set_arch_mach): Use bfd_lookup_arch.
9193         * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
9194         is always at head of list.
9196 2002-04-18  Nick Clifton  <nickc@cambridge.redhat.com>
9198         * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
9199         insert_thumb_branch, record_thumb_to_arm_glue): Suppress
9200         definition of these functions for ARM_WINCE builds as they are
9201         not used.
9202         (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
9203         for ARM_WINCE builds.
9205 2002-04-18  Nick Clifton  <nickc@cambridge.redhat.com>
9207         * coff-arm.c (bfd_arm_process_before_allocation):
9209 2002-04-17  J"orn Rennecke <joern.rennecke@superh.com>
9211         * cpu-sh.c (scan_mach): Delete.
9212         (arch_info_struct): Replace scan_mach with bfd_default_scan.
9213         (bfd_sh_arch): Likewise.
9215 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
9217         * ihex.c (ihex_write_object_contents): Fix check for records
9218         crossing 64K boundaries.
9220 2002-04-16  Alan Modra  <amodra@bigpond.net.au>
9222         * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
9223         type rather than just assuming entries are ELF.
9224         * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
9225         * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
9226         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
9227         * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
9228         rather than elf_link_hash_entry.
9230 2002-04-15  Richard Henderson  <rth@redhat.com>
9232         * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
9233         n32 binaries.
9235 2002-04-15  Michael Snyder  <msnyder@redhat.com>
9237         * opncls.c (bfd_close): Write contents if writeable.
9238         Minor formatting tidy-ups.
9240 2002-04-15  Alan Modra  <amodra@bigpond.net.au>
9242         * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
9244 2002-04-12  Michael Snyder  <msnyder@redhat.com>
9246         * bfd-in.h (bfd_get_section_lma): New access macro.
9247         Minor white-space fix-up.
9249 2002-04-12  Alan Modra  <amodra@bigpond.net.au>
9251         * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
9252         header pad.
9254 2002-04-09  DJ Delorie  <dj@redhat.com>
9256         * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
9258 2002-04-09  Casper S. Hornstrup <chorns@users.sourceforge.net>
9260         * coffcode.h (coff_read_word): New.
9261         (coff_compute_checksum): New.
9262         (coff_apply_checksum): New.
9263         (coff_write_object_contents): Call coff_apply_checksum () to
9264         apply checksum to PE image.
9266 2002-04-08  Randolph Chung  <tausq@debian.org>
9268         * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
9269         (elf32_hppa_final_link): Split out sorting logic to..
9270         * elf-hppa.h (elf_hppa_sort_unwind): ..here.
9271         (elf_hppa_final_link): Call elf_hppa_sort_unwind.
9273 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9275         * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
9276         pattern.
9277         * configure: Re-generate.
9279 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9281         * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
9282         is greater or equal to 4.3.3.
9283         * configure: Regenerate.
9284         Fix PR gdb/344.
9286 2002-04-05  Hans-Peter Nilsson  <hp@axis.com>
9288         * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
9289         R_CRIS_32_PCREL>: Fix typo in name.
9290         (cris_elf_check_relocs): Always create .rela.got here when
9291         R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
9292         (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
9293         assume it's created.
9295 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
9297         * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
9298         * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
9299         define.
9300         * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
9301         * bfd.c (bfd_link_hash_table_free): Define.
9302         * binary.c (binary_bfd_link_hash_table_free): Define.
9303         * bout.c (b_out_bfd_link_hash_table_free): Define.
9304         * coff-rs6000.c (rs6000coff_vec): Include
9305         _bfd_generic_link_hash_table_free.
9306         (pmac_xcoff_vec): Likewise.
9307         * coff64-rs6000.c (rs6000coff64_vec): Likewise.
9308         (aix5coff64_vec): Likewise.
9309         * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
9310         * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
9311         (bfd_elf32_bfd_link_hash_table_free): Define.
9312         * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
9313         (bfd_elf32_bfd_link_hash_table_free): Define.
9314         * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
9315         define.
9316         * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
9317         * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
9318         * ieee.c (ieee_bfd_link_hash_table_free): Define.
9319         * ihex.c (ihex_bfd_link_hash_table_free): Define.
9320         * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
9321         (_bfd_generic_link_hash_table_free): Add prototype.
9322         * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
9323         * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
9324         * linker.c (_bfd_generic_link_hash_table_free): New function.
9325         * mmo.c (mmo_bfd_link_hash_table_free): Define.
9326         * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
9327         * oasys.c (oasys_bfd_link_hash_table_free): Define.
9328         * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
9329         * som.c (som_bfd_link_hash_table_free): Define.
9330         * srec.c (srec_bfd_link_hash_table_free): Define.
9331         * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
9332         * versados.c (versados_bfd_link_hash_table_free): Define.
9333         * vms.c (vms_bfd_link_hash_table_free): New function.
9334         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
9336         * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
9337         instead of bfd_alloc.
9338         * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
9339         * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
9340         * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
9341         * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
9342         * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
9343         * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
9344         * elf.c (_bfd_elf_link_hash_table_create): Likewise.
9345         * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
9346         * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
9347         * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
9348         * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
9349         * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
9350         * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
9351         * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
9352         * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
9353         * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
9354         * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
9355         * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
9356         * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
9357         * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
9358         * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
9359         * linker.c (_bfd_generic_link_hash_table_create): Likewise.
9360         * m68klinux.c (linux_link_hash_table_create): Likewise.
9361         * sparclinux.c (linux_link_hash_table_create): Likewise.
9362         * sunos.c (sunos_link_hash_table_create): Likewise.
9363         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
9365         * targets.c: Add _bfd_link_hash_table_free to xvec.
9367         * bfd-in2.h: Regenerate.
9368         * libbfd.h: Regenerate.
9369         * libcoff.h: Regenerate.
9371 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
9373         * dep-in.sed: Cope with absolute paths.
9374         * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
9375         Run "make dep-am".
9376         * Makefile.in: Regenerate.
9377         * coff-arm.c: Fix copyright date.
9378         * cpu-h8300.c: Likewise.
9379         * cpu-i370.c: Likewise.
9380         * cpu-s390.c: Likewise.
9381         * cpu-mips.c: Likewise.
9382         * po/SRC-POTFILES.in: Regenerate.
9384 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
9386         * Makefile.am: Add elfxx-mips.c to the known backends.
9387         (elf32-mips.lo): remove dependency to coff/external.h.
9388         * Makefile.in: Regenerate.
9389         * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
9390         Remove elf32-mips.lo from 64 bit vectors. Update dependencies
9391         accordingly.
9392         * configure: Regenerate.
9393         * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
9394         (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
9395         (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
9396         MIPS specific backend functions.
9397         * elf32-mips.c: Moved most code to elfxx-mips.c.
9398         (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
9399         static.
9400         (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
9401         (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
9402         (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
9403         (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
9404         interface to allow selection of the right REL or RELA howto table.
9405         (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
9406         static. Let it refuse n32 objects.
9407         (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
9408         (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
9409         (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
9410         (elf32_mips_ignore_discarded_relocs): Rename from
9411         _bfd_elf32_mips_ignore_discarded_relocs.
9412         (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
9413         (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
9414         (elf_mips_howto_table_rela): Remove.
9415         * elf64-mips.c: Moved most code to elfxx-mips.c.
9416         (bfd_elf64_bfd_reloc_type_lookup): Make static.
9417         (mips_elf64_rtype_to_howto): New function.
9418         (mips_elf64_object_p): Likewise.
9419         (elf64_mips_irix_compat): Likewise.
9420         * elfxx-mips.c: New file containing common code merged together from
9421         elf32-mips.c and elf64-mips.c.
9422         * elfxx-mips.h: New file containing MIPS specific prototypes from
9423         elf-bfd.h.
9424         * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
9425         elf_backend_mips_rtype_to_howto.
9427 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
9429         * srec.c (MAXCHUNK, Chunk): Revise comments.
9430         (srec_write_record): Correct buffer size.
9431         (srec_write_header): Do without intermediate buffer.
9432         (srec_write_section): Validate Chunk.
9433         (srec_write_terminator): Pass NULL instead of dummy buffer.
9434         (srec_write_symbols): Pass file and symbol names directly to
9435         bfd_bwrite so sprintf won't overflow buffer.
9437 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
9439         * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
9440         PC relative relocs against hidden symbols.
9441         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
9443 2002-04-03  Alan Modra  <amodra@bigpond.net.au>
9445         * elf.c (_bfd_elf_make_section_from_shdr): When setting section
9446         LMAs, loop over segments until p_vaddr and p_memsz specify an
9447         extent enclosing the section.
9449 2002-04-02  Nick Clifton  <nickc@cambridge.redhat.com>
9451         * ihex.c (ihex_write_object_contents): Do not allow records to
9452         cross a 64K boundary - wrap if necessary.
9454 2002-04-01  Nathan Williams  <nathanw@wasabisystems.com>
9456         * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
9457         which caused the returned LWP ID to always be 0.
9459 2002-04-01  Richard Henderson  <rth@redhat.com>
9461         * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
9462         (elf32_sparc_relocate_section): Use it to figure out when to
9463         initialize .got entries.
9464         * elf64-sparc.c: Similarly.
9466 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
9468         * linker.c (link_action): Ignore duplicate warning syms.
9469         (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
9470         * elflink.h (elf_adjust_dynstr_offsets): Likewise.
9471         (elf_adjust_dynamic_symbol): Likewise.
9472         (elf_export_symbol): Likewise.
9473         (elf_link_find_version_dependencies): Likewise.
9474         (elf_link_assign_sym_version): Likewise.
9475         (elf_link_sec_merge_syms): Likewise.
9476         (elf_link_output_extsym): Likewise.
9477         (elf_gc_sweep_symbol): Likewise.
9478         (elf_gc_propagate_vtable_entries_used): Likewise.
9479         (elf_gc_smash_unused_vtentry_relocs): Likewise.
9480         (elf_gc_allocate_got_offsets): Likewise.
9481         (elf_collect_hash_codes): Likewise.
9482         * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
9483         * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
9484         (elf_hppa_remark_useless_dynamic_symbols): Likewise.
9485         * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
9486         * elf32-arm.h (elf32_arm_discard_copies): Likewise.
9487         * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
9488         (elf_cris_discard_excess_dso_dynamics): Likewise.
9489         * elf32-hppa.c (clobber_millicode_symbols): Likewise.
9490         (mark_PIC_calls): Likewise.
9491         (allocate_plt_static): Likewise.
9492         (allocate_dynrelocs): Likewise.
9493         (readonly_dynrelocs): Likewise.
9494         * elf32-i386.c (allocate_dynrelocs): Likewise.
9495         (readonly_dynrelocs): Likewise.
9496         * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
9497         * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
9498         * elf32-mips.c (mips_elf_output_extsym): Likewise.
9499         (mips_elf_sort_hash_table_f): Likewise.
9500         (mips_elf_check_mips16_stubs): Likewise.
9501         * elf32-s390.c (allocate_dynrelocs): Likewise.
9502         (readonly_dynrelocs): Likewise.
9503         * elf32-sh.c (sh_elf_discard_copies): Likewise.
9504         * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
9505         (xstormy16_relax_plt_realloc): Likewise.
9506         * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
9507         (elf64_alpha_output_extsym): Likewise.
9508         * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
9509         * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
9510         (mips_elf64_check_mips16_stubs): Likewise.
9511         (mips_elf64_output_extsym): Likewise.
9512         * elf64-ppc.c (func_desc_adjust): Likewise.
9513         (allocate_dynrelocs): Likewise.
9514         (readonly_dynrelocs): Likewise.
9515         * elf64-s390.c (allocate_dynrelocs): Likewise.
9516         (readonly_dynrelocs): Likewise.
9517         * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
9518         * elf64-x86-64.c (allocate_dynrelocs): Likewise.
9519         (readonly_dynrelocs): Likewise.
9520         * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
9521         * aoutx.h (aout_link_write_other_symbol): Likewise.
9522         * cofflink.c (_bfd_coff_write_task_globals): Likewise.
9523         (_bfd_coff_write_global_sym): Likewise.
9524         * i386linux.c (linux_tally_symbols): Likewise.
9525         * m68klinux.c (linux_tally_symbols): Likewise.
9526         * sparclinux.c (linux_tally_symbols): Likewise.
9527         * pdp11.c (aout_link_write_other_symbol): Likewise.
9528         * sunos.c (sunos_scan_dynamic_symbol): Likewise.
9529         * xcofflink.c (xcoff_build_ldsyms): Likewise.
9530         (xcoff_write_global_symbol): Likewise.
9532         * cofflink.c (_bfd_coff_final_link): Formatting.
9533         * cpu-mips.c (mips_compatible): Make static, prototype.
9534         * elf32-i386.c (elf_i386_check_relocs): Formatting.
9535         * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
9536         * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
9537         * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
9538         (mips_elf64_final_link): Likewise.
9539         * elflink.h (elf_link_find_version_dependencies): Remove duplicate
9540         prototype.
9542 2002-03-27  Nick Clifton  <nickc@cambridge.redhat.com>
9544         * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
9545         (SWAP_OUT_RELOC_OFFSET): Define.
9547 2002-03-27  Gregory Steuck <greg@nest.cx>
9549         * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
9550         terminating NULL if empty symbol table.
9551         (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
9553 2002-03-26  H.J. Lu  (hjl@gnu.org)
9555         * elflink.h (elf_link_input_bfd): Revert the last change since
9556         the gcc exception handling isn't fixed yet.
9558 2002-03-26  H.J. Lu  (hjl@gnu.org)
9560         * elflink.h (elf_link_input_bfd): Complain about relocations
9561         against local symbols in discarded sections.
9563 2002-03-26  Alan Modra  <amodra@bigpond.net.au>
9565         * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
9567 2002-03-23  Alan Modra  <amodra@bigpond.net.au>
9569         * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
9570         section file offset for !SEC_LOAD sections.
9572 2002-03-21  Richard Earnshaw  <rearnsha@arm.com>
9574         * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
9575         <case R_ARM_GOT>): Handle relocations to Thumb functions.
9577 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
9579         * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
9580         Whitespace changes.
9581         * archive.c: Update copyright date.
9582         * bfd-in2.h: Regenerate.
9583         * libbfd.h: Regenerate.
9584         * Makefile.am: Run "make dep-am"
9585         * Makefile.in: Regenerate.
9586         * po/SRC-POTFILES.in: Regenerate.
9588 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
9590         * dwarf2.c (struct funcinfo): Move up.
9591         (lookup_address_in_function_table): New argument function_ptr.
9592         Set it.
9593         (lookup_address_in_line_table): New argument function.  If function
9594         is non-NULL, use it to handle ``addr'' before the first line note of
9595         the function.
9596         (comp_unit_find_nearest_line): Update and swap calls to
9597         lookup_address_in_function_table and lookup_address_in_line_table.
9598         * syms.c (_bfd_stab_section_find_nearest_line): Use the first
9599         N_SLINE encountered if we see an N_FUN before any N_SLINE.
9601 2002-03-20  Tom Rix  <trix@redhat.com>
9603         * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
9604         _bfd_xcoff_generic_stat_arch_elt.  Fix format check.
9605         * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
9607 2002-03-19  Tom Rix  <trix@redhat.com>
9609         * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
9610         dynamic objects in archives.
9612 2002-03-19  Hans-Peter Nilsson  <hp@bitrange.com>
9614         * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
9615         STT_NOTYPE symbols to STT_OBJECT.
9617 2002-03-18  Jan Hubicka  <jh@suse.cz>
9619         * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
9621 2002-03-18  Tom Rix  <trix@redhat.com>
9623         * aix5ppc.core.c : New file for AIX 5 64 bit core support.
9624         * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
9625         * coff-rs6000 (do_pad) : New function for archive padding.
9626         (do_copy) : New function for object file copying in archives.
9627         (do_shared_object_padding) : New function for padding shared
9628         objects to their text section alignment in archives.
9629         (bfd_xcoff_ar_achive_set_magic) : Stub.
9630         (xcoff_write_armap_big) : Use do_copy and do_pad.
9631         (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
9632         do_copy and do_pad.
9633         * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
9634         bfd_xcoff_magic_number.
9635         (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
9636         fop.
9637         (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
9638         (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
9639         (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
9640         * rs6000-core.c : Update copyright date.
9641         * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
9642         csectpp.
9643         * coffcode.h (coff_new_section_hook) : Use new accessor macros.
9644         (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
9645         (coff_set_flags) : Use bfd_xcoff_magic_number.
9646         * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
9647         * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
9648         * Makefile.am : Same.
9649         * config.bfd : Same.
9650         * targets.c : Same.
9651         * configure : Regnerate.
9652         * Makefile.in : Same.
9653         * bfd-in2.h : Same.
9655 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
9657         * po/fr.po: Updated version.
9659 2002-03-18  Alan Modra  <amodra@bigpond.net.au>
9661         * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
9662         * libbfd.h: Regenerate.
9663         * archive.c (coff_write_armap): Pass on failures from
9664         bfd_write_bigendian_4byte_int.
9666 2002-03-14  H.J. Lu <hjl@gnu.org>
9668         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
9669         error to bfd_error_nonrepresentable_section for reinit_array
9670         section in DSO.
9672 2002-03-14  Nick Clifton  <nickc@cambridge.redhat.com>
9674         * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
9675         OR it in rather than replacing previously selected flags.
9677         * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
9678         (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
9680 2002-03-14  Alan Modra  <amodra@bigpond.net.au>
9682         * cpu-mips.c (mips_compatible): New.  Don't check bits_per_word.
9683         (N): Use the above.
9684         * elflink.h (elf_bfd_final_link): Revert last change.  Instead,
9685         ensure reloc size matches before calling elf_link_input_bfd.
9686         Add an assert to check reloc size when counting output relocs.
9688 2002-03-14  Nick Clifton  <nickc@cambridge.redhat.com>
9690         * mmo.c (mmo_get_loc): Return NULL rather than false.
9692 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
9694         * po/fr.po: Updated version.
9696 2002-03-13  Alan Modra  <amodra@bigpond.net.au>
9698         * archures.c (bfd_default_compatible): Test bits_per_word.
9699         * cpu-i386.c (i386_compatible): Remove.  Replace occurrences with
9700         bfd_default_compatible.
9701         * cpu-i370.c (i370_compatible): Likewise.
9702         * cpu-sparc.c (sparc_compatible): Likewise.
9703         * cpu-h8300.c (compatible): Test in->arch == out->arch.
9705         * elflink.h: Formatting fixes.
9706         (elf_link_output_extsym): Merge undefined and undef weak cases.
9708         * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
9709         when word size of input matches output word size.
9711 2002-03-12  Andreas Jaeger  <aj@suse.de>
9713         * cpu-i386.c (i386_compatible): New.  Use it instead of
9714         bfd_default_compatible.
9716 2002-03-07  H.J. Lu  (hjl@gnu.org)
9718         * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
9719         as the type for bfd_reloc_val.
9721 2002-03-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9723         * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
9724         (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
9725         (elf_hppa_final_link_relocate): Correct relocations for indirect
9726         references to local data through the DLT.  Fix .opd creation for
9727         local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
9728         relocations.  Use e_lsel selector for R_PARISC_DLTIND21L,
9729         R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
9730         "Processor-Specific ELF for PA_RISC, Version 1.43" document.
9731         Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
9732         * elf32-hppa.c (final_link_relocate): Revise relocation selectors
9733         as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
9735 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
9737         * merge.c (_bfd_merge_sections): Don't segfault if there
9738         is nothing to merge due to GC.
9740 2002-03-05  Alan Modra  <amodra@bigpond.net.au>
9742         * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
9743         symbols that have been forced local.
9745         * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
9746         to output forced local syms for non-shared link.
9747         (elf_link_output_extsym): Tweak condition for calling backend
9748         adjust_dynamic_symbol so that previous behaviour is kept.
9749         Whitespace changes throughout file.
9751 2002-03-04  H.J. Lu <hjl@gnu.org>
9753         * elf.c (bfd_section_from_shdr): Handle special sections,
9754         .init_array, .fini_array and .preinit_array.
9755         (elf_fake_sections): Likewise.
9757         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
9758         DT entry only if the section is in output for .init_array,
9759         .fini_array and .preinit_array. Complain about .preinit_array
9760         section in DSO.
9761         (elf_bfd_final_link): Warn zero size for .init_array,
9762         .fini_array and .preinit_array sections.
9764         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
9765         SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
9766         (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
9767         .preinit_array.
9769 2002-03-04  Alan Modra  <amodra@bigpond.net.au>
9771         * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
9772         * configure: Regenerate.
9774 2002-03-02  Tom Rix  <trix@redhat.com>
9776         * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
9777         symbolic equiv.
9778         * coff-rs6000.c (xcoff_howto_table): Same.
9780 2002-03-01  David Mosberger  <davidm@hpl.hp.com>
9782         * elflink.h (size_dynamic_sections): If section named
9783         ".preinit_array" exists, create DT_PREINIT_ARRAY and
9784         DT_PREINIT_ARRAYSZ entries in dynamic table.  Analogously for
9785         ".init_array" and ".fini_array".
9786         (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
9787         DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
9788         DT_FINI_ARRAY.
9790 2002-02-26  Andrew Macleod  <amacleod@cygnus.com>
9792         * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
9793         dynsyms.
9795 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
9797         * elf64-hppa.h: Update copyright date.
9799         * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
9800         (ppc64_elf_relocate_section): Don't generate power4 style branch
9801         hints for *_BRTAKEN and *_BRNTAKEN relocs.
9803 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
9805         * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
9806         last patch.
9807         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
9809 2002-02-21  Andreas Jaeger  <aj@suse.de>
9811         * elf64-x86-64.c: Major rework that introduces all recent changes
9812         to the x86-64 backend.  Get a closer match to elf32-i386.
9813         (struct elf64_x86_64_dyn_relocs): Rename from
9814         elf64_x86_64_pcrel_relocs_copied, add additional fields.  Change
9815         all users.
9816         (struct elf64_x86_64_link_hash_table): Add short cuts to some
9817         sections.
9818         (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
9819         remove casts, initialize new hash members.
9820         (create_got_section): New.
9821         (elf64_x86_64_create_dynamic_sections): New.
9822         (elf64_x86_64_copy_indirect_symbol): New.
9823         (elf64_x86_64_check_relocs): Don't allocate space for dynamic
9824         relocs, .got or .relgot here but do it in allocate_dynrelocs.
9825         Reference count possible .plt and .got entries.  Don't test input
9826         section SEC_READONLY here to try to avoid copy relocs, and keep
9827         dyn_relocs regardless of ELF_LINK_NON_GOT_REF.  Don't set
9828         DF_TEXTREL here.  Delay setting of variables until needed.  Cache
9829         pointer to "sreloc" section in elf_section_data. Tweak condition
9830         under which .got created.  Report files with bad relocation
9831         section names.
9832         (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
9833         Reference count possible .plt entries.  Don't deallocate .got and
9834         .relgot space here.
9835         (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc.  Don't
9836         do copy reloc processing for weakdefs.  Remove redundant casts and
9837         aborts.  Delay setting of vars until needed.  Move creation of
9838         dynamic symbols and allocation of .plt and .rela.plt to
9839         allocate_dynrelocs.  Replace BFD_ASSERT with abort.
9840         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
9841         (allocate_dynrelocs): New.
9842         (readonly_dynrelocs): New.
9843         (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
9844         Allocate space for dyn relocs.  Replace BFD_ASSERT with abort.
9845         Zero out the dynamic allocated content space.
9846         (elf64_x86_64_discard_copies): Removed.
9847         (elf64_x86_64_relocate_section): Make use of dynamic section
9848         short-cuts.  Localise vars, and delay setting.  Better error
9849         reporting, replace BFD_ASSERT with abort.  Check
9850         ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
9851         regular object file and tread the weak definition as the normal
9852         one.  Don't discard relocs for undefweak or undefined symbols and
9853         check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
9854         relocs.
9855         (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
9856         symbols that have been forced local.  Use same test to decide if
9857         we can use a relative reloc for got as relocate_section.  Expand
9858         SHN_UNDEF comment.  Move expressions out of function calls.
9859         Replace BFD_ASSERT with abort.
9860         (bfd_elf64_bfd_final_link): Removed.
9861         (elf_backend_copy_indirect_symbol): Define.
9863 2002-02-20  Tom Rix  <trix@redhat.com>
9865         * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
9866         (_bfd_xcoff_reloc_type_lookup): Use it.
9867         * coff64-rs6000.c (xcoff64_howto_table): Same.
9868         (xcoff64_reloc_type_lookup): Same.
9870 2002-02-20  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9872         * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
9873         little endian.
9875 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9877         * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
9878         (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
9879         * bfd-in2.h: Regenerate.
9880         * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
9881         Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
9882         with "s390:64-bit".
9883         * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
9884         (elf_s390_reloc_type_lookup): Likewise.
9885         (elf_s390_check_relocs): Likewise.
9886         (elf_s390_gc_sweep_hook): Likewise.
9887         (elf_s390_relocate_section): Likewise.
9888         (elf_s390_object_p): Use renamed architecture define.
9889         * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
9891 2002-02-19  Frank Ch. Eigler  <fche@redhat.com>
9893         * syms.c (stt[]): Sorted.  Added .init/.fini -> "t" mapping.
9895 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
9897         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
9898         absptr -> pcrel optimization for shared libs.
9899         Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
9900         library cannot be converted to pcrel.
9901         (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
9902         relative.
9903         * elf32-i386.c (elf_i386_relocate_section): If
9904         _bfd_elf_section_offset returned -2, skip, but make sure the
9905         relocation is installed.
9906         * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
9907         * elf32-cris.c (cris_elf_relocate_section): Likewise.
9908         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
9909         * elf32-i370.c (i370_elf_relocate_section): Likewise.
9910         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
9911         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
9912         * elf32-s390.c (elf_s390_relocate_section): Likewise.
9913         * elf32-sh.c (sh_elf_relocate_section): Likewise.
9914         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
9915         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
9916         * elf64-s390.c (elf_s390_relocate_section): Likewise.
9917         * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
9918         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
9919         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
9920         * elf64-alpha.c (elf64_alpha_relocate_section): Handle
9921         _bfd_elf_section_offset returning -2 the same way as -1.
9922         * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
9923         * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
9924         and BFD_ASSERT.
9925         * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
9927 2002-02-18  Tom Rix  <trix@redhat.com>
9929         * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
9930         (bfd_xcoff_size_dynamic_sections): Same.
9931         * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
9932         (bfd_xcoff_size_dynamic_sections): Same.
9933         * coff-rs6000.c (xcoff_generate_rtinit): Same.
9934         * coff-rs646000.c (xcoff64_generate_rtinit): Same.
9935         * libxcoff.h (struct xcoff_backend_data_rec): Same.
9936         * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
9937         * bfd-in2.h: Regenerate.
9939 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
9941         * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
9942         (struct ppc_link_hash_table): Add sfpr.
9943         (ppc64_elf_link_hash_table_create): Init it.
9944         (ppc64_elf_create_dynamic_sections): Split creation of .stub and
9945         .glink out to..
9946         (create_linkage_sections): ..here.  Make .sfpr too.
9947         (ppc64_elf_check_relocs): Call create_linkage_sections, and set
9948         dynobj early.
9949         (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
9950         (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
9951         ._restf* functions, and create as needed.
9952         (func_desc_adjust): Only force_local for shared libs.
9954 2002-02-18  David O'Brien  <obrien@FreeBSD.org>
9956         * configure.in: Bump version number post 2.12 branching.
9957         * configure: Regenerate.
9959 2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
9961         * mmo.c: Correct and improve comments.
9962         (mmo_write_chunk): Store trailing byte in bfd buffer; don't
9963         zero-pad.  Use input to fill up non-empty bfd buffer.
9964         (mmo_flush_chunk): New function.
9965         (mmo_write_loc_chunk): Add parameter last_vmap, all callers
9966         changed.  Don't emit location specifier if VMA is same as
9967         *LAST_VMAP after omitting leading zero contents.  Call
9968         mmo_flush_chunk before emitting location specifier.
9969         (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
9970         with mmo_write_loc_chunk calls.
9971         (mmo_internal_write_section): Call mmo_flush_chunk after
9972         mmo_write_chunk.
9973         (mmo_write_symbols_and_terminator): Move :Main to first position
9974         in symbol array.  Add faked one if it does not exist if there are
9975         other symbols.  Don't add it if there are no symbols at all.  Move
9976         out test for value of :Main from symbol loop.  Rename table
9977         fakemain to maintable and variable mainsym to fakemain.
9979 2002-02-15  Richard Henderson  <rth@redhat.com>
9981         * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
9982         section with no got matches any got.  Simplify error generaion.
9984 2002-02-15  Alan Modra  <amodra@bigpond.net.au>
9986         Support arbitrary length fill patterns.
9987         * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
9988         (_bfd_default_link_order): Remove bfd_fill_link_order code.
9989         Call default_data_link_order.
9990         (default_fill_link_order): Delete.
9991         (default_data_link_order): New function.
9992         * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
9993         of bfd_fill_link_order with bfd_data_link_order.
9994         * elf64-alpha.c (elf64_alpha_final_link): Likewise.
9995         * elf64-mips.c (mips_elf64_final_link): Likewise.
9997         * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
9998         Correct value returned in "end" for "0x<non-hex>".
10000 2002-02-14  Nick Clifton  <nickc@cambridge.redhat.com>
10002         * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
10003         (scan): Test against 'mach' field in info structure.
10005 2002-02-14  Alan Modra  <amodra@bigpond.net.au>
10007         * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
10009 2002-02-14  Matt Fredette  <fredette@netbsd.org>
10011         * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
10012         EF_M68000.
10014 2002-02-13  Nick Clifton  <nickc@cambridge.redhat.com>
10016         * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
10017         non-zero physical addresses when adjusting the LMAs of new
10018         sections.
10020 2002-02-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10022         * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
10023         from _bfd_elf_hppa_gen_reloc_type.
10024         (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
10025         * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
10026         * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
10027         * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
10029 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
10031         * elf-m10300.c (mn10300_elf_relax_section): Skip section before
10032         loading its contents if there's nothing to do in it.
10034 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
10036         * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
10037         64k boundary.
10039         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
10040         DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
10041         (ppc64_elf_finish_dynamic_sections): Set values for them.
10043 2002-02-11  Michael Snyder  <msnyder@redhat.com>
10045         * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
10046         * elf.c (elfcore_grok_pstatus): Add prototype.
10047         (elfcore_grok_lwpstatus): Add prototype.
10048         (elfcore_write_lwpstatus): New function.
10049         (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
10051 2002-02-11  Alexandre Oliva  <aoliva@redhat.com>
10053         * elf32-sh.c: Added missing prototypes.
10054         * elf32-sh64.c: Likewise.
10055         (sh_elf_align_loads): Mark unused args as such.
10056         * elf64-sh64.c: Added missing prototypes.
10057         (struct elf_sh64_link_hash_entry): Fix typo.
10058         (sh_elf64_relocate_section): Fix info argument passed to
10059         _bfd_elf_section_offset.
10061 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
10063         * Makefile.am: "make dep-am".
10064         * Makefile.in: Regenerate.
10065         * aclocal.m4: Regenerate.
10066         * config.in: Regenerate.
10067         * configure: Regenerate.
10069 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
10071         * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
10072         variable warnings.
10073         * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
10074         comparison warning.
10075         * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
10076         cast warnings for the common case.
10078 2002-02-10  Hans-Peter Nilsson  <hp@bitrange.com>
10080         * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
10081         vectors.
10082         (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
10083         vectors.
10085 2002-02-09  Richard Henderson  <rth@redhat.com>
10087         * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
10088         (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
10089         (elf64_alpha_relocate_section): Likewise.
10090         * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
10091         * bfd-in2.h, libbfd.h: Rebuild.
10093 2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
10095         * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
10096         that base-plus-offset reloc accounting is consistent.
10097         (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
10098         up to date for undefined symbols.
10100 2002-02-08  Eric Christopher  <echristo@redhat.com>
10102         From Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10104         * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
10105         sections for the O32 ABI.
10107 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
10109         * elf32-arm.h: Fix formatting of _("...").
10110         * elf32-d10v.c: Likewise.
10111         * elf32-m68k.c: Likewise.
10112         * elf32-mips.c: Likewise.
10114 2002-02-08  Ivan Guzvinec <ivang@opencores.org>
10116         * coff-or32.c: Fix compile time warning messages.
10118 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
10120         Contribute sh64-elf.
10121         2002-01-23  Alexandre Oliva  <aoliva@redhat.com>
10122         * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
10123         R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
10124         R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
10125         R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
10126         R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
10127         R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
10128         R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
10129         R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
10130         R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
10131         New relocs.
10132         * libbfd.h, bfd-in2.h: Rebuilt.
10133         * elf32-sh.c (sh_elf_howto_table): Define new relocs.
10134         (sh_reloc_map): Map them.
10135         (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
10136         elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
10137         elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
10138         elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
10139         elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
10140         elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
10141         movi_shori_putval) [INCLUDE_SHMEDIA]: New.
10142         (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
10143         datalabel_got_offset.
10144         (sh_elf_link_hash_newfunc): Initialize it.
10145         (sh_elf_relocate_section): Augment the scope of
10146         seen_stt_datalabel.  Introduce GOTPLT support.  Extend GOTPC, PLT,
10147         GOT and GOTOFF handling to new SHmedia relocation types.  Support
10148         GOT_BIAS.
10149         (sh_elf_check_relocs): Likewise.
10150         (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
10151         PLT entries using movi_shori_putval.  Support GOT_BIAS.
10152         (sh_elf_finish_dynamic_sections): Likewise.
10153         * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
10154         relocation, it's now done by the caller.
10155         (GOT_BIAS): New.
10156         * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
10157         elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
10158         elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
10159         elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
10160         elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
10161         elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
10162         sh64_elf64_hash_table): New.
10163         (sh_elf64_howto_table): Introduce new relocs.
10164         (sh_elf64_info_to_howto): Accept new PIC relocs.
10165         (sh_elf64_relocate_section): Augment the scope of
10166         seen_stt_datalabel.  Support new PIC relocs.
10167         (sh_elf64_check_relocs): Support new PIC relocs.
10168         (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
10169         elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
10170         elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
10171         elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
10172         sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
10173         movi_shori_putval, movi_3shori_putval,
10174         sh64_elf64_create_dynamic_sections,
10175         sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
10176         sh64_elf64_size_dynamic_sections,
10177         sh64_elf64_finish_dynamic_symbol,
10178         sh64_elf64_finish_dynamic_sections): New.
10179         (elf_backend_create_dynamic-sections,
10180         bfd_elf64_bfd_link_hash_table_create,
10181         elf_backend_adjust_dynamic_symbol,
10182         elf_backend_size_dynamic_sections,
10183         elf_backend_finish_dynamic_symbol,
10184         elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
10185         elf_backend_plt_readonly, elf_backend_want_plt_sym,
10186         elf_backend_got_header_size, elf_backend_plt_header_size):
10187         Define.
10188         2001-05-16  Alexandre Oliva  <aoliva@redhat.com>
10189         * elf32-sh.c: Renumbered and renamed some SH5 relocations to
10190         match official numbers and names; moved unmaching ones to the
10191         range 0xf2-0xff.
10192         * elf32-sh64.c, elf64-sh64.c: Likewise.
10193         2001-03-12  DJ Delorie  <dj@redhat.com>
10194         * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
10195         sections.
10196         2001-03-12  DJ Delorie  <dj@redhat.com>
10197         * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
10198         be aligned.
10199         * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
10200         2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
10201         * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
10202         (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
10203         .cranges section with SEC_SORT_ENTRIES set.
10204         (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
10205         incoming sorted .cranges section.
10206         (sh64_bfd_elf_copy_private_section_data): New.
10207         (sh64_elf_final_write_processing): Only sort .cranges and modify
10208         start address if called by linker.
10209         2001-01-08  Ben Elliston  <bje@redhat.com>
10210         * elf32-sh64.c (sh64_elf_final_write_processing): Activate
10211         Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
10212         * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
10213         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
10214         * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
10215         line.  Add comments before all entries.
10216         <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
10217         comment.
10218         (sh_elf64_reloc): Correct head comment.
10219         (sh_elf64_relocate_section): Correct spacing.
10220         <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
10221         instead call reloc_dangerous callback.
10222         <case R_SH_SHMEDIA_CODE>: New case.
10223         (sh_elf64_gc_mark_hook): Correct spacing.
10224         (sh_elf64_check_relocs): Ditto.
10225         * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
10226         New case.
10227         * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
10228         functions.
10229         (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
10230         clarify describing comment.  Add comments before all entries.
10231         (sh_elf_relocate_section) <relocating for a local symbol>: Do not
10232         honour STO_SH5_ISA32; instead call reloc_dangerous callback.
10233         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
10234         Sort .cranges section in final link.  Prepare to set bit 0 on
10235         entry address.
10236         * elf32-sh64.c (struct sh64_find_section_vma_data): New.
10237         (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
10238         (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
10239         .cranges section.
10240         (sh64_backend_section_from_shdr): New, to recognize
10241         SHT_SH5_CR_SORTED on incoming .cranges section.
10242         (elf_backend_section_from_shdr): Define.
10243         (sh64_elf_final_write_processing): Sort outgoing .cranges
10244         section.  (New, temporarily disabled:) Set bit 0 on entry address
10245         according to ISA type.
10246         (sh64_find_section_for_address): New.
10247         (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
10248         crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
10249         (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c.  Use
10250         bfd_malloc, not xmalloc.
10251         (sh64_get_contents_type): Move here from opcodes/sh64-dis.c.  Make
10252         global.
10253         * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
10254         temporarily disabled) setting bit 0 on entry address.
10255         (elf_backend_final_write_processing): Define.
10256         2001-01-05  Hans-Peter Nilsson  <hpn@cygnus.com>
10257         * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
10258         be a proper relocation for PTA and PTB rather than a marker.
10259         <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
10260         R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
10261         R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
10262         R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
10263         R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
10264         Zero src_mask.
10265         * elf64-sh64.c: Ditto.
10266         (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
10267         * elf32-sh64.c: Include opcodes/sh64-opc.h
10268         (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
10269         argument.  Drop const qualifiers from "bfd *" and "bfd_byte *"
10270         parameters.  No unused parameters.  Caller changed.
10271         <case R_SH_PT_16>: New case.
10272         * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
10273         * Makefile.in: Regenerate.
10274         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
10275         * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
10276         all code sections.
10277         (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
10278         (sh64_elf_merge_private_data): Ditto.
10279         * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
10280         to access stored section flags.
10281         (sh64_elf_final_write_processing): Return immediately unless
10282         called by linker.  Use sh64_elf_section_data (cranges) to get size
10283         of linker-generated cranges entries.
10284         (sh64_elf_copy_private_data): Add missing "return true".
10285         (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
10286         (sh_elf64_merge_private_data): Ditto.
10287         2000-12-19  Hans-Peter Nilsson  <hpn@cygnus.com>
10288         * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
10289         elf64-sh64.c:sh64_elf_fake_sections.
10290         (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
10291         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
10292         * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
10293         (sh64_elf_final_write_processing): New.
10294         (elf_backend_final_write_processing): Define.
10295         (sh64_elf_fake_sections): Get header flags from tdata field.
10296         (sh64_elf_copy_private_data): Do not call
10297         sh64_elf_copy_private_data_internal, just copy e_flags field.
10298         (sh64_elf_merge_private_data): Do not call
10299         sh64_elf_copy_private_data_internal.
10300         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
10301         Remove EF_SH64_ABI64, let ELF size make difference.
10302         Remove SH64-specific BFD section flag.
10303         * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
10304         containing SHmedia through elf_section_data (asect)->tdata
10305         non-zero, not using a BFD section flag.
10306         (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
10307         (sh64_elf_merge_private_data): Similar.
10308         (elf_backend_section_flags): Don't define.
10309         (sh64_elf_backend_section_flags): Delete.
10310         * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
10311         not EF_SH64_ABI64.
10312         (sh_elf64_merge_private_data): Similar.
10313         * section.c (Section flags definitions): Don't define
10314         SEC_SH_ISA_SHMEDIA.
10315         (bfd-in2.h): Regenerate.
10316         2000-12-09  Hans-Peter Nilsson  <hpn@cygnus.com>
10317         Make DataLabel references work with partial linking.
10318         * elf32-sh64.c: Fix formatting.
10319         (sh64_elf_link_output_symbol_hook): New.
10320         (elf_backend_link_output_symbol_hook): Define to
10321         sh64_elf_link_output_symbol_hook.
10322         (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
10323         undefined if partial linking.  Adjust sanity check.
10324         * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
10325         (elf_backend_link_output_symbol_hook): Define to
10326         sh64_elf64_link_output_symbol_hook.
10327         (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
10328         undefined if partial linking.  Adjust sanity check.
10329         2000-12-07  Hans-Peter Nilsson  <hpn@cygnus.com>
10330         Implement semantics for inter-file DataLabel references.
10331         * elf64-sh64.c (DATALABEL_SUFFIX): Define.
10332         (sh64_elf64_add_symbol_hook): New.
10333         (sh_elf64_relocate_section): If passing an indirect symbol with
10334         st_type STT_DATALABEL on the way to a symbol with st_other
10335         STO_SH5_ISA32, do not bitor 1 to the relocation.
10336         (elf_backend_add_symbol_hook): Define to
10337         sh64_elf64_add_symbol_hook.
10338         * elf64-sh32.c: Tweak comments.
10339         (DATALABEL_SUFFIX): Define.
10340         (sh64_elf_add_symbol_hook): New.
10341         (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
10342         * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
10343         symbol with st_type STT_DATALABEL on the way to a symbol with
10344         st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
10345         2000-12-05  Hans-Peter Nilsson  <hpn@cygnus.com>
10346         Pass through STT_DATALABEL.
10347         * elf32-sh64.c (sh64_elf_get_symbol_type): New.
10348         (elf_backend_get_symbol_type): Define.
10349         * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
10350         (elf_backend_get_symbol_type): Define.
10351         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
10352         * elf32-sh64.c: Tweak comments.
10353         (sh64_elf_copy_private_data_internal): Add prototype.
10354         (bfd_elf32_bfd_set_private_flags): Define.
10355         (sh64_elf_copy_private_data_internal): Compare machine name, not
10356         textual BFD target name, to check whether to copy section flag
10357         SHF_SH5_ISA32.
10358         (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
10359         Tweak section-contents-type-mismatch message.
10360         (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
10361         Validize reloc-types.
10362         * elf64-sh64.c: New file.
10363         * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
10364         * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
10365         (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
10366         Regenerate dependencies.
10367         * Makefile.in: Regenerate.
10368         * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
10369         bfd_elf64_sh64l_vec.
10370         * configure.in: Handle bfd_elf64_sh64_vec and
10371         bfd_elf64_sh64l_vec.
10372         * configure: Regenerate.
10373         * po/POTFILES.in: Regenerate.
10374         * po/bfd.pot: Regenerate.
10375         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
10376         * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
10377         anything else but EF_SH64 and EF_SH64_ABI64.
10378         (sh64_elf_merge_private_data): Emit error for anything else but
10379         EF_SH64 and EF_SH64_ABI64.
10380         * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
10381         from targ_selvecs.
10382         * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
10383         bfd_elf32_sh64l_vec as a temporary measure.
10384         * configure: Regenerate.
10385         2000-11-27  Hans-Peter Nilsson  <hpn@cygnus.com>
10386         * cpu-sh.c (arch_info_struct): Include sh5 item
10387         unconditionalized.
10388         * config.bfd (sh64-*-elf*): Do not set targ_cflags.
10389         Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
10390         bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
10391         * elf32-sh64.c: Tweak comments.
10392         (sh64_elf_set_mach_from_flags): Recognize all machine flags that
10393         are proper subsets of SH64 as bfd_mach_sh5.  Add EF_SH64_ABI64.
10394         (sh64_elf_copy_private_data_internal): Wrap long line.
10395         (sh64_elf_merge_private_data): Rewrite to allow objects from
10396         SH64 subsets to be linked together.
10397         (INCLUDE_SHMEDIA): Define.
10398         * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
10399         Parenthesize plus-expression inside or-expression.
10400         <global symbol>: Ditto.
10401         (sh_elf_set_mach_from_flags): Remove code refusing
10402         deleted EF_SH64_32BIT_ABI flag.
10403         2000-11-26  Hans-Peter Nilsson  <hpn@cygnus.com>
10404         * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
10405         R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
10406         R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
10407         (sh_elf_relocate_section) <local symbol>: Or 1 in
10408         calculation of relocation if sym->st_other & STO_SH5_ISA32.
10409         <global symbol>: Ditto if h->other & STO_SH5_ISA32.
10410         * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
10411         relocation.
10412         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
10413         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
10414         (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
10415         Regenerate dependencies.
10416         * Makefile.in: Regenerate.
10417         * archures.c: Add bfd_mach_sh5.
10418         * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
10419         Handle sh64-*-elf*.  Set targ_cflags to -DINCLUDE_SHMEDIA.
10420         * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
10421         * configure: Regenerate.
10422         * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
10423         BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
10424         BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
10425         BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
10426         BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
10427         BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
10428         BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
10429         BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
10430         BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
10431         * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
10432         in item for SH5.
10433         * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
10434         for SHmedia relocs.
10435         [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
10436         [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
10437         shmedia_prepare_reloc, goto final_link_relocate if it returns
10438         non-zero, else fail as before.
10439         (sh_elf_set_mach_from_flags): Provide function only if not defined
10440         as macro.  Do not recognize objects with EF_SH64_32BIT_ABI set.
10441         (sh_elf_set_private_flags): Provide function only if not defined
10442         as a macro.
10443         (sh_elf_copy_private_data): Similar.
10444         (sh_elf_merge_private_data): Similar.
10445         * section.c (SEC_SH_ISA_SHMEDIA): New.
10446         * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
10447         * elf32-sh64.c: New file.
10448         * libbfd.h: Regenerate.
10449         * bfd-in2.h: Regenerate.
10450         * po/POTFILES.in: Regenerate.
10451         * po/bfd.pot: Regenerate.
10452         * bfd-in2.h: Regenerate.
10453         * libbfd.h: Regenerate.
10455 2002-02-07  Daniel Jacobowitz  <drow@mvista.com>
10457         * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
10458         been included, not drag it in.
10459         * bfd-in2.h: Regenerate.
10461 2002-02-06  H.J. Lu  (hjl@gnu.org)
10463         * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
10464         the mach and ISA fields if necessary.
10466 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
10468         * coffcode.h (coff_set_arch_mach_hook): Select the highest known
10469         ARM architecture when an F_ARM_5 flag is detected, since we cannot
10470         be sure exactly which architecture this represents.
10472 2002-02-05  Nick Clifton  <nickc@redhat.com>
10474         * po/tr.po: Updated translation.
10476 2002-02-05  Alan Modra  <amodra@bigpond.net.au>
10478         From Jimi X <jimix@watson.ibm.com>
10479         * archures (bfd_mach_ppc64): Define.
10480         (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
10481         (bfd_powerpc_arch): Define.
10482         * bfd-in2.h: Regenerate.
10483         * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
10484         (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
10485         (bfd_powerpc_archs): Add default powerpc64 arch.
10487 2002-02-05  Alan Modra  <amodra@bigpond.net.au>
10489         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
10490         against section syms in readonly sections.  Don't do the global
10491         sym check if we find one.
10492         * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
10493         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
10494         * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
10495         * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
10496         (elf_s390_grok_prstatus): Add missing prototype.
10498 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
10500         * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
10501         (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
10502         Call bfd_get_section_by_name only once.  Initialize
10503         bpodata->n_bpo_relocs_this_section.
10504         (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
10505         referring to DSOs.
10506         (bpo_reloc_request_sort_fn): Don't use difference of values as
10507         return-value.
10509 2002-02-02  David O'Brien  <obrien@FreeBSD>
10511         * configure.in: Tweak the FreeBSD 4.x recognition more.  Only treat
10512         version 4.5 and later the same as 5-CURRENT.
10513         * configure: Re-generate.
10515 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
10517         * config.bfd (hppa*-*-netbsd*): New target.
10519 2002-01-31  Philipp Thomas  <pthomas@suse.de>
10521         * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
10522         to front of message. Unify messages with elf32-arm.h. Use
10523         commas where neccessary.
10524         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
10525         ERROR in messages. Unify messages with coff-arm.c. Correct
10526         VFP/FPA error message.
10527         (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
10528         APCS-32 for translation.
10530 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
10532         Perform on-demand global register allocation from
10533         R_MMIX_BASE_PLUS_OFFSET relocs.
10534         * elf64-mmix.c (struct bpo_reloc_section_info, struct
10535         bpo_reloc_request, struct bpo_greg_section_info): New.
10536         (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
10537         bpo_reloc_request_sort_fn, mmix_elf_relax_section,
10538         _bfd_mmix_check_all_relocs,
10539         _bfd_mmix_prepare_linker_allocated_gregs,
10540         _bfd_mmix_finalize_linker_allocated_gregs): New functions.
10541         (elf_mmix_howto_table): Correct src_mask for most relocs.
10542         (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
10543         case.
10544         (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
10545         case.  Fix typo in comment.  New label do_mmix_reloc.
10546         (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
10547         store first object file with a base-plus-offset reloc.  Call
10548         mmix_elf_check_common_relocs for the part common with mmo.
10549         (mmix_elf_final_link): Write out linker-allocated register
10550         contents section.
10551         (elf_backend_gc_sweep_hook): Define.
10552         (bfd_elf64_bfd_relax_section): Define.
10554         * mmo.c: Don't include <ctype.h>
10555         (mmo_init): Correct init-once logic.
10557 2002-02-01  Tom Rix  <trix@redhat.com>
10559         * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
10561 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
10563         * Makefile.am: Run "make dep-am"
10564         * Makefile.in: Regenerate.
10566 2002-01-31  David O'Brien  <obrien@FreeBSD>
10568         * configure.in: Recognize the differences in core files from FreeBSD
10569         4.{0,1} and later versions of 4.x.  This treats 4.2+ the same as
10570         5-CURRENT.
10571         * configure: Regenerate.
10573 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
10575         * coff-or32.c: New file.
10576         * cpu-or32.c: New file.
10577         * elf32-or32.c: New file.
10578         * archures.c: Add support for or32.
10579         * targets.c: Add support for or32.
10580         * bfd-in2.h: Regenerate.
10581         * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
10582         coff_write_object_contents): Add support for or32.
10583         * config.bfd: Add target.
10584         * configure.in: Add support for or32.
10585         * configure: Regenerate.
10586         * Makefile.am: Add support for or32.
10587         * Makefile.in: Regenerate.
10588         * po/SRC-POTFILES.in: Add or32 files.
10589         * po/bfd.pot: Regenerate.
10591 2002-01-31  Nick Clifton  <nickc@cambridge.redhat.com>
10592             Don Lindsay  <lindsayd@cisco.com>
10594         * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
10595         false' with a return of a bfd_reloc_ error code.
10597 2002-01-31  Hans-Peter Nilsson  <hp@axis.com>
10599         * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
10600         unexport unreferenced symbols when --export-dynamic.  Call
10601         _bfd_elf_strtab_delref when unexporting.
10603 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
10605         * bfd-in.h: Include <stdbool.h> if it is available.
10606         * bfd-in2.h: Regenerated.
10608 2002-01-31  Alan Modra  <amodra@bigpond.net.au>
10610         * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
10611         not go via the plt.
10613 2002-01-30  Nick Clifton  <nickc@cambridge.redhat.com>
10615         * archures.c: Tidy up formatting of embedded comments.
10616         * bfd.c: Tidy up formatting of embedded comments.
10617         * bfd-in.h: Fix formatting of comments.
10618         * reloc.c: Tidy up formatting of ordinary & embedded comments.
10619         * section.c: Tidy up formatting of embedded comments.
10620         * syms.c: Tidy up formatting of embedded comments.
10621         * targets.c: Tidy up formatting of embedded comments.
10623         * bfd-in2.h: Regenerate.
10625 2002-01-30  Nick Clifton  <nickc@cambridge.redhat.com>
10627         * vms-tir.c (cmd_name): New function.
10628         (tir_cmd_name): New function.
10629         (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
10630         (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
10631         Fix formatting.
10633         * peXXigen.c (pe_print_idata): Rearrange message to aid in
10634         translation.
10635         (pe_print_pdata): Rearrange message to aid in translation.
10637         * libbfd.c (warn_deprecated): Rearrange error message to aid in
10638         translation.
10640         * ihex.c (ihex_write_object_contents): Fix spelling typo.
10642         * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
10644         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
10645         message to aid in translation.
10647         * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
10648         to aid in translation.
10650         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
10652 2002-01-30  Philipp Thomas  <pthomas@suse.de>
10654         * coff-arm.c, elf32-elf.h: Unify messages.
10656 2002-01-30  Nick Clifton <nickc@redhat.com>
10658         * po/sv.po: Updated translation.
10660 2002-01-30  Philipp Thomas  <pthomas@suse.de>
10662         * dwarf2.c (read_abbrev): Use full section name in error message.
10663         (decode_line_info): Likewise.
10665         * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
10666         message.
10668 2002-01-30  Alan Modra  <amodra@bigpond.net.au>
10670         * elf64-ppc.c (func_desc_adjust): Only provide missing function
10671         descriptor symbols for undefined function code syms.  Clear
10672         ELF_LINK_NON_ELF so that they can stay weak.
10674 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
10675             Mitch Lichtenberg  <mpl@broadcom.com>
10677         * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
10678         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
10679         to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
10680         generation.
10681         * bfd-in2.h: Regenerate.
10683 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
10685         * elf32-mips.c: Add additional comments about HI16 relocation
10686         processing.
10687         (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
10688         pc-relative relocations.  (Reverts change made on 2001-10-31.)
10689         (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
10690         for pc-relative relocations.
10691         (mips_elf_calculate_relocation): Add a comment about a kludge
10692         in the R_MIPS_GNU_REL_HI16 handling.
10693         (_bfd_mips_elf_relocate_section): Implement that kludge;
10694         adjust pc-relative HI16 relocation for difference in HI16 and
10695         LO16 addresses, since it can't easily be done in
10696         mips_elf_calculate_relocation.
10698 2002-01-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10700         * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
10701         relocations with PC32 relocations for undefined or weak symbols.
10702         * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
10703         * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
10705 2002-01-28  Jason Thorpe  <thorpej@wasabisystems.com>
10707         * elfcore.h (elf_core_file_p): Improve comment for last change.
10709 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
10711         * configure: Regenerated.
10713 2002-01-27  Jason Thorpe  <thorpej@wasabisystems.com>
10715         * elfcore.h (elf_core_file_p): Set the machine architecture
10716         before processing the program headers.
10718 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
10720         * configure.in <64-bit configuration>: If using gcc, check and
10721         emit error for egcs-1.1.2.
10722         * configure: Regenerate.
10724 2002-01-26  Egor Duda  <deo@logos-m.ru>
10726         * elf.c (elfcore_grok_win32pstatus): Copy only as much information
10727         as possible to avoid stack corruption.
10729 2002-01-26  Richard Henderson  <rth@redhat.com>
10731         * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
10732         for non-allocated sections.
10734 2002-01-25  Mark Kettenis  <kettenis@gnu.org>
10736         * elf.c (elfcore_write_prstatus): Make sure we pass the address of
10737         prstat.pr_reg even if it is a struct.
10739 2002-01-25  Steve Ellcey <sje@cup.hp.com>
10741         * elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
10743 2002-01-25  Philipp Thomas  <pthomas@suse.de>
10745         * coffgen.c (coff_print_symbol): Don't mark info message
10746         for translation.
10748 2002-01-25  Nick Clifton <nickc@redhat.com>
10750         * po/fr.po: Updated translation.
10751         * po/es.po: Updated translation.
10753 2002-01-25  Philipp Thomas  <pthomas@suse.de>
10755         * coff-alpha.c (alpha_relocate_section): Unify warning message
10756         for GP relative relocations without GP defined.
10757         * coff-mips.c (mips_relocate_section): Likewise.
10759 2002-01-25  Alan Modra  <amodra@bigpond.net.au>
10761         * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
10762         unsigned overflow when new_offset < old_offset.
10764 2002-01-24  Philipp Thomas  <pthomas@suse.de>
10766         * bfd.c (_bfd_abort): Fix typo.
10768 2002-01-23  Richard Henderson  <rth@redhat.com>
10770         * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
10771         plt entries for undefweak symbols.
10773 2002-01-23  Steve Ellcey <sje@cup.hp.com>
10775         * targets.c (bfd_elf32_ia64_hpux_big_vec): Add to DEFAULT_VECTOR.
10776         (bfd_elf64_ia64_hpux_big_vec): Ditto.
10777         (bfd_elf32_h8300_vec): Ditto.
10779 2002-01-23  Alan Modra  <amodra@bigpond.net.au>
10781         * elf64-ppc.c: Remove stale part of ABI comment.
10782         (NO_OPD_RELOCS): Define.
10783         (ppc64_elf_check_relocs): Use it.
10784         (ppc64_elf_relocate_section): Here too.
10785         (build_one_stub): Don't point function syms at the stub.  Instead,
10786         hijack plt.offset.
10787         (ppc64_elf_relocate_section): Check whether REL24 relocs should
10788         really go to the stub.  Make all dynamic relocs in opd against
10789         locals.
10790         (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
10791         plt.offset.
10793 2002-01-22  Richard Henderson  <rth@redhat.com>
10795         * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
10797 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
10799         * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
10800         TOC_BASE_OFF adjustment.
10802         * Makefile.am: Run "make dep-am".
10803         * Makefile.in: Regenerate.
10804         * po/SRC-POTFILES.in: Regenerate.
10806 2002-01-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10808         * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
10809         host defines.
10811 2002-01-21  Hans-Peter Nilsson  <hp@axis.com>
10813         * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
10814         Check for and emit error if sgot is NULL at this point.
10816 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
10818         * config.bfd (ia64*-*-netbsd*): New target.
10820 2002-01-21  Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
10822         * som.c (som_write_space_strings): Comment typo fix.
10824 2002-01-21  Alan Modra  <amodra@bigpond.net.au>
10826         * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
10827         is_func_descriptor fields.
10828         (link_hash_newfunc): Init them.
10829         (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
10830         dot are candidates for plt entries.  When processing .opd relocs,
10831         set function descriptor strings to point inside function code
10832         string, and set new ppc_link_hash_entry fields.
10833         (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
10834         (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
10835         function descriptors.  It's now done in..
10836         (func_desc_adjust): New.
10837         (ppc64_elf_func_desc_adjust): New.
10838         (define elf_backend_always_size_sections): Define.
10839         (ppc64_elf_hide_symbol): New.
10840         (define elf_backend_hide_symbol): Define.
10841         (allocate_dynrelocs): Remove code looking up function descriptors
10842         as that has been done earlier.
10843         (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
10844         table.
10845         (ppc64_elf_finish_dynamic_symbol): Likewise.  Remove code looking
10846         up function descriptor.
10847         (build_one_stub): Look up the function code sym.  Check for
10848         invalid plt offsets.
10849         (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
10850         Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
10852         * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
10853         boolean param.
10854         (_bfd_elf_link_hash_hide_symbol): Likewise.
10855         * elflink.h (elf_link_add_object_symbols): Adjust call to
10856         elf_backend_hide_symbol.
10857         (elf_fix_symbol_flags): Likewise.
10858         (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
10859         than bfd_alloc.
10860         * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
10861         Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
10862         * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
10863         (clobber_millicode_symbols): Adjust to suit new hide_symbol.
10864         * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
10865         and adjust to suit.
10866         * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
10867         _bfd_elf_link_hash_hide_symbol rather than duplicating code.
10868         * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
10870 2002-01-18  Alan Modra  <amodra@bigpond.net.au>
10872         * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
10873         dynamic function descriptor symbol, not the associated function
10874         symbol.
10876 2002-01-17  Eric Christopher  <echristo@redhat.com>
10878         * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
10880 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
10882         * po/bfd.pot: Regenerate.
10883         * po/fr.po: Regenerate.
10885 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
10887         * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
10888         Remove "Elf_Internal_Shdr *" param.
10889         (_bfd_mips_elf_section_from_bfd_section): Ditto.
10890         * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
10891         * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
10892         * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
10893         * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
10894         * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
10895         * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
10896         function to override special sections.  Remove hdr arg from
10897         backend call, and don't loop.
10899 2002-01-16  Eric Christopher  <echristo@redhat.com>
10901         * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
10902         on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
10903         relocations requiring gp0 and gp.
10905 2002-01-16  Richard Earnshaw  <rearnsha@arm.com>
10907         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
10908         EF_ARM_VFP_FLOAT.
10909         (elf32_arm_print_private_bfd_data): Likewise.
10911 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
10913         * po/tr.po: Import new version.
10915 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
10917         * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
10918         (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
10919         (ORI_R0_R0_0): Correct.
10921 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
10923         * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
10924         when plt_not_loaded.
10925         * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
10926         clear .plt SEC_CODE here.  Create .stub and correct .glink flags.
10927         (PLT_INITIAL_ENTRY_SIZE): Set to 24.
10928         (ppc64_elf_glink_code): Delete.
10929         (PPC64_ELF_GLINK_SIZE): Delete.
10930         (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
10931         BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
10932         ORI_R0_R0_0): Define.
10933         (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
10934         (struct ppc_link_hash_table): Add sstub and plt_overflow.
10935         (ppc64_elf_link_hash_table_create): Init them.
10936         (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
10937         Don't copy to shared lib.
10938         (ppc64_elf_check_relocs): Call bfd_set_error on errors.
10939         (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
10940         (allocate_dynrelocs <plt>): Don't change function sym here.  Make
10941         room for .stub and .glink code.
10942         (ppc64_elf_size_dynamic_sections): Handle .stub.  Make entry for
10943         DT_PPC64_GLINK.
10944         (ppc64_elf_final_link): Rename to ppc64_elf_set_toc.  Don't call
10945         bfd_elf64_bfd_final_link.
10946         (bfd_elf64_bfd_final_link): Don't define.
10947         (ppc64_elf_size_stubs): New.
10948         (build_plt_stub): New.
10949         (build_one_stub): New.
10950         (ppc64_elf_build_stubs): New.
10951         (ppc64_elf_relocate_section <toc relocs>): Remove assert.
10952         (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
10953         (ppc64_elf_finish_dynamic_symbol): Don't build stubs here.  Set
10954         DT_PPC64_GLINK entry.  Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
10955         case output sections not separate.  Adjust DT_RELASZ to not
10956         include plt relocs.  Set reserved got entry.  Set got and plt
10957         entry size.
10958         (elf_backend_got_header_size): Set to 8.
10959         * elf64-ppc.h: New file.
10961 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
10963         * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
10964         sections, use bfd_section_list_remove.
10965         * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
10966         * elflink.h (elf_link_add_object_symbols): When removing all
10967         sections, use bfd_section_list_clear.
10969 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
10971         * po/sv.po: New file: Swedish translation.
10972         * configure.in (ALL_LINGUAS): Add sv.
10973         * configure: Regenerate.
10975 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
10977         * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
10978         * elf.c (merge_sections_remove_hook): New function.
10979         (_bfd_elf_merge_sections): Pass it as 3rd argument to
10980         _bfd_merge_sections.
10981         * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
10982         * libbfd.h: Rebuilt.
10983         * merge.c (_bfd_merge_sections): Add remove_hook argument.
10984         Call remove_hook if a SEC_EXCLUDE section is encountered.
10986 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
10988         * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
10989         (xstormy16_reloc_map): Initialise new field with correct howto
10990         table.
10991         (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
10992         howto entry.
10994 2002-01-10  Michael Snyder  <msnyder@redhat.com>
10996         * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
10997         (elfcore_write_pstatus): Use long instead of pid_t;
10998         * elf-bfd.h: Change prototypes to use long instead of pid_t;
11000 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
11002         * elf.c: Update copyright years.
11003         (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
11004         and NT_NETBSDCORE_FIRSTMACH.  Improve a comment.
11006 2002-01-08  Michael Snyder  <msnyder@redhat.com>
11008         Add capability to write corefile note sections, for gdb.
11009         * elf.c (elfcore_write_note): New function.
11010         (elfcore_write_prpsinfo): New function.
11011         (elfcore_write_prstatus): New function.
11012         (elfcore_write_pstatus): New function.
11013         (elfcore_write_prfpreg): New function.
11014         (elfcore_write_prxfpreg): New function.
11015         * elf-bfd.h: Add prototypes for above functions.
11017 2002-01-08  Alexandre Oliva  <aoliva@redhat.com>
11019         * elf.c (elf_fake_sections): Propagate errors from
11020         elf_backend_fake_section.
11022 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
11024         * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
11025         (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
11026         (elf32-sh-nbsd.lo): New rule.
11027         * Makefile.in: Regenerate.
11028         * config.bfd (sh*le-*-netbsdelf*): New target.
11029         (sh*-*-netbsdelf*): New target.
11030         * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
11031         (bfd_elf32_shnbsd_vec): New vector.
11032         (bfd_elf32_shlnbsd_vec): New vector.
11033         * configure: Regenerate.
11034         * elf32-sh-nbsd.c: New file.
11035         * targets.c: Update copyright years.
11036         (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
11037         bfd_elf32_shnbsd_vec.
11039 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
11041         * coff-rs6000.c (READ20): Use bfd_scan_vma.
11043 2002-01-07  Geoffrey Keating  <geoffk@redhat.com>
11045         * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
11046         of a symbol in a section that will be deleted.
11048 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
11050         * po/es.po: New file: Spanish translation.
11051         * configure.in (ALL_LINGUAS): Add es.
11052         * configure: Regenerate.
11054 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
11056         * elfxx-ia64.c (is_unwind_section_name): Add target vector as
11057         argument so we can handle HP-UX specially.
11058         (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
11059         (elfNN_hpux_backend_section_from_bfd_section): New for support
11060         of SHN_IA_64_ANSI_COMMON.
11061         (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
11062         (is_unwind_section_name): Add special HP-UX support.
11063         (elfNN_ia64_section_from_shdr): Add support for more sections.
11064         (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
11065         add support for more sections.
11066         (elfNN_ia64_additional_program_headers): Modify
11067         is_unwind_section_name call.
11068         (elfNN_ia64_modify_segment_map): Remove assumption that there is
11069         only one unwind section in segment.
11071 2002-01-06  Alan Modra  <amodra@bigpond.net.au>
11073         * syms.c (_bfd_generic_make_empty_symbol): New function.
11074         * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
11075         _bfd_generic_make_empty_symbol.
11076         * libbfd.h: Regenerate.
11077         * bfd-in2.h: Regenerate.
11078         * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
11079         (hppabsd_core_get_symtab_upper_bound): Don't define.
11080         (hppabsd_core_get_symtab): Likewise.
11081         (hppabsd_core_print_symbol): Likewise.
11082         (hppabsd_core_get_symbol_info): Likewise.
11083         (hppabsd_core_bfd_is_local_label_name): Likewise.
11084         (hppabsd_core_get_lineno): Likewise.
11085         (hppabsd_core_find_nearest_line): Likewise.
11086         (hppabsd_core_bfd_make_debug_symbol): Likewise.
11087         (hppabsd_core_read_minisymbols): Likewise.
11088         (hppabsd_core_minisymbol_to_symbol): Likewise.
11089         (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
11090         Formatting fixes.
11091         * hpux-core.c: Similarly.
11092         * irix-core.c: Similarly.
11093         * osf-core.c: Similarly.
11094         * sco5-core.c: Similarly.
11095         * binary.c (binary_make_empty_symbol): Remove function, define as
11096         _bfd_generic_make_empty_symbol.
11097         * ihex.c (ihex_make_empty_symbol): Likewise.
11098         * mmo.c (mmo_make_empty_symbol): Likewise.
11099         * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
11100         * srec.c (srec_make_empty_symbol): Likewise.
11101         * versados.c (versados_make_empty_symbol): Likewise.
11102         * vms.c (_bfd_vms_make_empty_symbol): Remove.
11103         (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
11104         * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
11105         rather than _bfd_vms_make_empty_symbol.
11106         * vms-misc.c (new_symbol): Likewise.
11108 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
11110         * section.c (bfd_section_init): Remove unnecessary initialisations.
11111         (bfd_section_list_clear): New function.
11112         (bfd_section_list_remove, bfd_section_list_insert): New macros.
11113         (_bfd_strip_section_from_output): Use them.
11114         * coffcode.h (coff_set_alignment_hook): Likewise.
11115         * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
11116         * elf64-mips.c (mips_elf64_final_link): Likewise.
11117         * elf64-mmix.c (mmix_elf_final_link): Likewise.
11118         * sunos.c (sunos_add_dynamic_symbols): Likewise.
11119         * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
11120         * bfd-in2.h: Regenerate.
11122         * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
11123         rather than doing our own section handling.  Clean up after errors
11124         with bfd_release and bfd_section_list_clear.  Handle unexpected
11125         flags.
11126         * aoutf1.h (sunos4_core_file_p): Likewise.
11127         * aix386-core.c (aix386_core_file_p): Likewise.
11128         * cisco-core.c (cisco_core_file_validate): Likewise.
11129         * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
11130         * trad-core.c (trad_unix_core_file_p): Likewise.
11132         * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
11133         with bfd_release and bfd_section_list_clear.
11134         * hpux-core.c (hpux_core_core_file_p): Likewise.
11135         * irix-core.c (irix_core_core_file_p): Likewise.
11136         * lynx-core.c (lynx_core_file_p): Likewise.
11137         * osf-core.c (osf_core_core_file_p): Likewise.
11138         * rs6000-core.c (rs6000coff_core_p): Likewise.
11139         * sco5-core.c (sco5_core_file_p): Likewise.
11141         * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
11142         sign extension adjustments without conditionals.
11144 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
11146         * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
11147         CIE at .eh_frame start is removed due to no FDEs referencing it.
11149 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
11151         * config.bfd (x86_64-*-netbsd*): New target.
11152         * configure.in (x86_64-*-netbsd*): Set COREFILE
11153         to netbsd-core.lo.
11154         * configure: Regenerated.
11156 2002-01-03  Tom Rix  <trix@redhat.com>
11158         * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
11159         for recent bfd_make_section_anyway change.
11161 2002-01-03  Nick Clifton  <nickc@cambridge.redhat.com>
11163         * elf32-arm.h (elf32_arm_final_link_relocate): Handle
11164         R_ARM_THM_PC11 reloc.
11166 2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
11168         * configure.in (LINGUAS): Add ja.
11169         * configure: Regenerate.
11170         * po/ja.po: Import from translation project's web site.
11172 2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
11174         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
11175         messages to ease translation into other languages.
11177 For older changes see ChangeLog-0001
11179 Local Variables:
11180 mode: change-log
11181 left-margin: 8
11182 fill-column: 74
11183 version-control: never
11184 End: