Add support for Thumb PLT entries with interworking
[binutils.git] / bfd / ChangeLog
blobe2f81c23e267bf84c4e5be20a5dbbdd87d56f487
1 2002-07-31  Adam Nemet  <anemet@lnxw.com>
3         * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
4         (THUMB_PLT_ENTRY_SIZE): New macro.
5         (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
6         (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
7         ARM_PLT_ENTRY_SIZE.
8         (elf32_arm_plt_entry): Likewise.
9         (elf_backend_plt_header_size): Likewise.
10         (elf32_thumb_plt0_entry): New global.
11         (elf32_arm_finish_dynamic_sections): Use it.  Put Thumb entries
12         into .plt.thumb.
13         (elf32_thumb_plt_entry): New global.
14         (elf32_arm_finish_dynamic_symbol): Use it.  Use .thumb.plt for
15         Thumb entries.  Set the bottom bit of the corresponding GOT entry
16         for a Thumb PLT entry.
17         (struct elf32_arm_plt_entry_info): New structure.
18         (struct elf32_arm_link_hash_entry, plt_info): New member of this
19         type.
20         (elf32_arm_link_hash_newfunc): Initialize new member.
21         (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
22         relocations against the PLT.
23         (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
24         first_rel_type if this is the first time we encounter the symbol.
25         (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
26         Determine if relocation needs a PLT entry.  Set first_rel_type if
27         this is the first time we encounter the symbol
28         (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
29         functions as well.
30         (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
31         (elf32_arm_create_dynamic_sections): New function.  Create the
32         .plt.thumb section.
33         (elf_backend_create_dynamic_sections): Call it.
35 2002-07-31  Nick Clifton  <nickc@redhat.com>
37         * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
38         'alternative' in order to avoid shadowing global symbol of the
39         same name.
40         * bfd-in2.h: Regenerate.
41         * libbfd.h: Regenerate.
42         * libcoff.h: Regenerate.
44 2002-07-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
46         * Makefile.am: Add n32 ABI support.
47         * Makefile.in: Regenerate.
48         * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
49         bit vectors for mips*-*-linux targets as optional.
50         * configure.in: Add n32 ABI vectors.
51         * configure: Regenerate.
52         * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
53         * elfn32-mips.c: New file, n32 ABI support.
54         * targets.c: Add n32 ABI vectors.
56 2002-07-30  Graeme Peterson  <gp@qnx.com>
58         * elfarmqnx-nabi.c: New file: Support for QNX.
59         * config.bfd: Add support for arm-*-nto target.
60         * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
61         * configure: Regenerate.
62         * Makefile.am: Add entries for elfarmqnx-nabi.c.
63         * Makefile.in: Regenerate.
64         * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
65         Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
66         * elfarm-nabi.c: Do not include elf32-arm.h if
67         ELFARM_NABI_C_INCLUDED is defined.
68         * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
69         
70 2002-07-30  Nick Clifton  <nickc@redhat.com>
71         
72         * po/sv.po: Updated Swedish translation.
74 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
76         * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
78 2002-07-30  Alan Modra  <amodra@bigpond.net.au>
80         * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
81         * archive.c (bfd_generic_archive_p): Likewise.
82         * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
83         (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
84         * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
85         (xcoff64_archive_p): Likewise.
86         (xcoff64_openr_next_archived_file): Likewise.
87         (xcoff64_archive_p): Clean up tdata properly on error.
88         * coffgen.c (coff_real_object_p): Likewise.
89         (coff_object_p): Release filehdr and opthdr.
90         * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
91         * ieee.c (ieee_archive_p): Likewise.
92         * ihex.c (ihex_object_p): Likewise.
93         (ihex_mkobject): Always allocate tdata.
94         * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
95         * srec.c (srec_mkobject): Always allocate tdata.
96         (srec_object_p): Clean up tdata properly on error.
97         (symbolsrec_object_p): Likewise.
98         * versados.c (versados_object_p): Likewise.
99         * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
100         and bfd_realloc instead of realloc.
101         (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
102         * vms.c (vms_initialize): Always allocate tdata.  Use bfd_alloc in
103         place of bfd_malloc, simplifying error freeing.  Free hash table too.
104         (vms_object_p): Clean up tdata on error.
105         (vms_mkobject): Don't complain on stderr if vms_initialize fails.
106         (vms_close_and_cleanup): Adjust for bfd_alloc use.
108 2002-07-30  Alan Modra  <amodra@bigpond.net.au>
110         * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
112 2002-07-26  Chris Demetriou  <cgd@broadcom.com>
114         * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
115         flags into resulting BFD.
117 2002-07-26  Alan Modra  <amodra@bigpond.net.au>
119         From John Reiser <jreiser@BitWagon.com>
120         * elf32-i386.c (elf_i386_link_hash_table_create): Clear
121         tls_ldm_got.refcount.
123 2002-07-25  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
125         * elf64-mips.c: Update TODO comment.
126         (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
127         mips_elf64_gprel16_reloca): Remove prototypes.
128         (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
129         (UNUSED_RELOC): Replace by EMPTY_RELOC.
130         (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
131         wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
132         R_MIPS_HIGHEST.
133         (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
134         R_MIPS_GOT16. Remove wrong comments.
135         (elf_mips16_jump_howto,elf_mips16_gprel_howto,
136         elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
137         from elf32-mips.c.
138         (mips_elf64_hi16_reloc): Fix formatting.
139         (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
140         (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
141         Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
142         (mips_elf64_gprel16_reloc): Make static. Add check for
143         partial_inplace.
144         (mips_elf64_gprel16_reloca): Remove.
145         (mips_elf64_literal_reloc): New function.
146         (mips_elf64_gprel32_reloc): Fix formatting.
147         (mips_elf64_shift6_reloc): Fix comment. Make static.
148         (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
149         elf32-mips.c.
150         (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
151         elf32-mips.c
152         (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
153         specific relocations.
154         (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
155         (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
156         (ELF_MAXPAGESIZE): Add comment.
158 2002-07-25  Nick Clifton  <nickc@redhat.com>
160         * po/sv.po: Updated Swedish translation.
161         * po/es.po: Updated Spanish translation.
162         * po/fr.po: Updated French translation.
164 2002-07-25  Alan Modra  <amodra@bigpond.net.au>
166         * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
167         as elf_link_record_local_dynamic_symbol.
168         (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
169         (elf_link_record_local_dynamic_symbol): Declare.  Now returns int.
170         * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
171         * elflink.c: .. here.  Use bfd_elf_get_elf_syms.  Check whether an
172         attempt is made to record a symbol in a discarded section, and
173         return `2' in that case.
175 2002-07-24  Nick Clifton  <nickc@redhat.com>
177         * po/sv.po: Updated Swedish translation.
178         * po/es.po: Updated Spanish translation.
180 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
182         * po/SRC-POTFILES.in: Regenerate.
184         * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
185         immediately.  Remove code handling relocatable linking.
186         * elf32-avr.c (elf32_avr_relocate_section): Likewise.
187         * elf32-cris.c (cris_elf_relocate_section): Likewise.
188         * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
189         * elf32-frv.c (elf32_frv_relocate_section): Likewise.
190         * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
191         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
192         * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
193         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
194         * elf32-v850.c (v850_elf_relocate_section): Likewise.
195         * elf32-vax.c (elf_vax_relocate_section): Likewise.
196         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
197         * elf32-avr.c (elf_backend_rela_normal): Define.
198         * elf32-cris.c: Likewise.
199         * elf32-fr30.c: Likewise.
200         * elf32-frv.c: Likewise.
201         * elf32-h8300.c: Likewise.
202         * elf32-hppa.c: Likewise.
203         * elf32-ip2k.c: Likewise.
204         * elf32-sparc.c: Likewise.
205         * elf32-v850.c: Likewise.
206         * elf32-vax.c: Likewise.
207         * elf64-hppa.c: Likewise.
208         * elf64-sparc.c: Likewise.
209         * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
210         * elf32-frv.c (elf32_frv_relocate_section): Likewise.
211         * elf32-i860.c (elf32_i860_relocate_section): Likewise.
212         * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
213         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
214         * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
215         * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
216         * elf-m10200.c (USE_RELA): Don't define.
217         * elf-m10300.c: Likewise.
218         * elfarm-oabi.c: Likewise.
219         * elf32-i370.c: Likewise.
220         * elf32-ip2k.c: Likewise.
221         * elf32-m68k.c: Likewise.
222         * elf32-mcore.c: Likewise.
223         * elf32-ppc.c: Likewise.
224         * elf32-s390.c: Likewise.
225         * elf32-vax.c: Likewise.
226         * elf64-ppc.c: Likewise.
227         * elf64-s390.c: Likewise.
228         * elf64-x86-64.c: Likewise.
229         * elfxx-ia64.c: Likewise.
230         * elf32-avr.c (USE_REL): Don't undef.
231         * elf32-ip2k.c: Likewise.
233 2002-07-23  Nick Clifton  <nickc@redhat.com>
235         * elf-bfd.h (struct elf_backend_data): Add new bitfield
236         'want_p_paddr_set_to_zero'.
237         * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
238         to false;
239         * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
240         * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
242 2002-07-23  Gabor Keresztfalvi  <keresztg@mail.com>
244         * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
245         the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
246         show the Copyright string.
247         Minor formatting tidy ups.
249 2002-07-23  Nick Clifton  <nickc@redhat.com>
251         * po/fr.po: Updated French translation.
252         * po/sv.po: Updated Swedish translation.
254 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
256         * elflink.h (elf_link_input_bfd): Don't change internal symbols
257         when outputting relocs.
259 2002-07-20  Jason Thorpe  <thorpej@wasabisystems.com>
261         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
262         DT_PLTGOT into the dynamic section if there is a PLT.
264 2002-07-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
266         * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
267         elf32-mips.c.
268         (_bfd_mips_elf_write_section): Likewise.
269         * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
270         (_bfd_mips_elf_write_section): Likewise.
271         * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
272         (elf32_mips_write_section): Likewise.
273         * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
274         (_bfd_mips_elf_write_section): Likewise.
276 2002-07-19  Alan Modra  <amodra@bigpond.net.au>
278         * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
279         PT_IA_64_UNWIND segments for a given section.
281 2002-07-17  H.J. Lu <hjl@gnu.org>
283         * Makefile.am: Fix a typo.
284         * Makefile.in: Regenerate.
286 2002-07-15  Denis Chertykov  <denisc@overta.ru>
287             Frank Ch. Eigler  <fche@redhat.com>
288             Ben Elliston  <bje@redhat.com>
289             Alan Lehotsky  <alehotsky@cygnus.com>
290             John Healy  <jhealy@redhat.com>
291             Graham Stott  <grahams@redhat.com>
292             Jeff Johnston  <jjohnstn@redhat.com>
294         * Makefile.am: Add support for ip2k.
295         * Makefile.in: Regenerate.
296         * doc/Makefile.in: Regenerate.
297         * archures.c: Add support for ip2k.
298         * config.bfd: Add support for ip2k.
299         * configure.in: Add support for ip2k.
300         * configure: Regenerate.
301         * reloc.c: Add support for ip2k.
302         * targets.c: Add support for ip2k.
303         * bfd-in2.h: Regenerate.
304         * libbfd.h: Regenerate.
305         * cpu-ip2k.c: New file.
306         * elf32-ip2k.c: New file.
308 2002-07-17  Ian Rickards  <irickard@arm.com>
310         * dwarf2.c (concat_filename): If we can't establish the directory
311         just return the filename.
313 2002-07-16  Moritz Jodeit  <moritz@jodeit.org>
315         * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
317 2002-07-16  Alan Modra  <amodra@bigpond.net.au>
319         * elflink.h: Formatting fixes, tidy prototypes.
320         (elf_link_assign_sym_version): Move common code out of loop.
322 2002-07-16  Alan Modra  <amodra@bigpond.net.au>
324         * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
325         reloc section size is zero.  Correct reloc output location.
327 2002-07-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
329         * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
330         the final type for the e_fsel selector when generating PA2.0W code.
331         (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
332         relocations.
334 2002-07-14  H.J. Lu <hjl@gnu.org>
336         * elflink.h (elf_link_assign_sym_version): Hide the default
337         definition if there is a hidden versioned definition.
339 2002-07-12  Hans-Peter Nilsson  <hp@axis.com>
341         * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
342         dynamic reference test in assertion when initializing GOT with
343         static contents.  Just assert that there are either no dynamic
344         sections, the symbol is defined in the regular objects or that the
345         symbol is undef weak.  Tweak comment.
346         (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
347         only if the symbol isn't defined in the program and isn't undef
348         weak.
349         (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
350         rid of PLT entry: only do it if the symbol isn't defined in a DSO.
351         When doing so, clear ELF_LINK_HASH_NEEDS_PLT.  Tweak comments.
352         (elf_cris_discard_excess_program_dynamics): Don't consider
353         ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
355 2002-07-11  Alan Modra  <amodra@bigpond.net.au>
357         * elf32-i386.c (elf_i386_relocate_section): Don't complain about
358         unresolved debugging relocs in dynamic applications.
359         * elf32-s390.c (elf_s390_relocate_section): Likewise.
360         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
361         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
362         * elf64-s390.c (elf_s390_relocate_section): Likewise.
363         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
364         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
366 2002-07-10  Alan Modra  <amodra@bigpond.net.au>
368         * elf64-ppc.c (ONES): Define.
369         (ppc64_elf_howto_table): Use ONES here to avoid warnings.  Fill in
370         missing src_mask fields.  Tweak R_PPC64_NONE, R_PPC64_COPY.  Fill
371         in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
373         * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
374         (ppc64_elf_set_private_flags): Delete.
375         (ppc64_elf_section_from_shdr): Delete.
376         (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
377         (ppc64_elf_fake_sections): Delete.
378         (bfd_elf64_bfd_set_private_flags): Don't define.
379         (bfd_elf64_get_symbol_info): Likewise.
380         (elf_backend_section_from_shdr): Likewise.
381         (elf_backend_fake_sections): Likewise.
383 2002-07-10  Marco Walther  <Marco.Walther@sun.com>
385         * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
386         when not already set.
387         * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
388         (elf_backend_fake_sections): Define.
390 2002-07-10  Alan Modra  <amodra@bigpond.net.au>
392         * merge.c (_bfd_merge_section): Remove redundant output_section check.
393         Formatting.
394         (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
396 2002-07-09  Hans-Peter Nilsson  <hp@axis.com>
398         * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
399         NULL sym_hashes to just before use.
400         <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
401         symbol with non-default visibility.
402         <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
403         <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
404         Ditto.
405         (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
406         symbol with non-default visibility.
407         (cris_elf_check_relocs): At tests for local symbol before
408         increasing h->plt.refcount, also check for non-default
409         visibility.  Ditto when checking for local symbol to eliminate
410         pc-relative runtime relocs.
412 2002-07-08  Alan Modra  <amodra@bigpond.net.au>
414         * elf.c: Formatting.
415         (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
416         (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
417         (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
418         segments.
420 2002-07-07  Mark Mitchell  <mark@codesourcery.com>
421             Alan Modra  <amodra@bigpond.net.au>
423         * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
424         account the impact of relocation count overflow when computing
425         section offsets.
426         * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
427         or not to apply the PE COFF reloc overflow handling.  Fix a
428         fencepost error in deciding whether or not to use that technique.
430 2002-07-07  Alan Modra  <amodra@bigpond.net.au>
432         * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
433         change type of locsyms.
434         (bfd_elf_get_elf_syms): Declare.
435         * elf.c (bfd_elf_get_elf_syms): New function.
436         (group_signature): Use bfd_elf_get_elf_syms.
437         (bfd_section_from_r_symndx): Likewise.
438         * elfcode.h (elf_slurp_symbol_table): Likewise.
439         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
440         (elf_link_add_object_symbols): Likewise.  Reorganise to increase
441         locality of various data structures.  Properly free internal relocs.
442         (elf_bfd_final_link): Properly free internal relocs.
443         (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
444         (elf_link_input_bfd): Likewise.
445         (elf_gc_mark): Likewise.  Properly free internal relocs.
446         (elf_gc_sweep): Properly free internal relocs.
447         (elf_reloc_symbol_deleted_p): No need to swap syms in.
448         (elf_bfd_discard_info): Use bfd_elf_get_elf_syms.  Properly free
449         internal relocs.
450         * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
451         Properly free possibly cached info.
452         (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
453         (mn10200_elf_symbol_address_p): Pass in internal syms.  Remove
454         symbol swapping code.
455         (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
456         Properly free possibly cached info.
457         * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
458         (mn10300_elf_relax_delete_bytes): Likewise.
459         (mn10300_elf_symbol_address_p): Likewise.
460         (mn10300_elf_get_relocated_section_contents): Likewise.
461         * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
462         (elf32_h8_relax_delete_bytes): Likewise.
463         (elf32_h8_symbol_address_p): Likewise.
464         (elf32_h8_get_relocated_section_contents): Likewise.
465         * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
466         (m32r_elf_relax_delete_bytes): Likewise.
467         (m32r_elf_get_relocated_section_contents): Likewise.
468         * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
469         elf_section_data to determine whether cached.
470         (sh_elf_relax_section): As above for elf-m10200.c.
471         (sh_elf_relax_delete_bytes): Likewise.
472         (sh_elf_get_relocated_section_contents): Likewise.
473         * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
474         * elf64-alpha.c (elf64_alpha_relax_section): As above.  Also delay
475         reading of local syms.
476         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
477         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
478         * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
479         * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
480         relocs.
481         * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
482         free internal relocs and section contents.  Don't read symbols.
483         * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
484         (elf32_hppa_size_stubs): Don't free local syms.
485         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
486         reading of local syms.  Use bfd_elf_get_elf_syms.  Properly free
487         possibly cached info.
488         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
489         * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
490         * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
491         all_local_syms.
492         (get_local_syms): Delete function.
493         (edit_opd): Use bfd_elf_get_elf_syms.  Free on error exit.  Cache
494         on exit.
495         (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms.  Free/cache on exit.
497 2002-07-05  Jim Wilson  <wilson@redhat.com>
499         * syms.c (decode_section_type): New.
500         (bfd_decode_symclass): Call decode_section_type.
502 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
504         * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
505         section content start.
506         Reported by Michael Schumacher <mike@hightec-rt.com>.
508 2002-07-04  Alan Modra  <amodra@bigpond.net.au>
510         * section.c (_bfd_strip_section_from_output):  Remove unnecessary
511         link order code.  Don't actually remove the output section here;
512         Just set a flag for the linker to do so.
513         * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
514         sections when setting up output section dynsyms.
516 2002-07-04  Alan Modra  <amodra@bigpond.net.au>
518         * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
519         fudge.
520         * elf.c (bfd_section_from_shdr): Work around broken hpux shared
521         libs here instead.
523 2002-07-02  Martin Schwidefsky  <schwidefsky@de.ibm.com>
525         * elf64-s390.c (create_got_section): Set .got section alignment to
526         8 bytes.
527         (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
529 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
531         * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
533 2002-07-01  Matt Thomas  <matt@3am-software.com>
535         * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
536         to EF_VAX_*.
538 2002-07-01  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
540         * elfxx-mips.c (ABI_64_P): Fix comment.
541         (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
542         new section names for N64 ABI.
543         (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
544         (mips_elf_calculate_relocation): Code formatting.
545         (mips_elf_create_dynamic_relocation): Likewise.
546         (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
547         (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
548         (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
549         in any NewABI.
550         (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
551         for NewABI.
552         (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
553         (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
554         here, too.
556 2002-07-01  Andreas Schwab  <schwab@suse.de>
558         * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
559         R_X86_64_64 to R_X86_64_RELATIVE.
561 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
563         * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
564         * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
565         Run "make dep-am".
566         * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
567         host_aout_vec.
568         * configure.in (vaxbsd_vec): Add.
569         * targets.c (vaxbsd_vec): Add.
570         * Makefile.in: Rebuild.
571         * configure: Rebuild.
572         * po/SRC-POTFILES.in: Rebuild.
574 2002-07-01  Alan Modra  <amodra@bigpond.net.au>
576         * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
577         examining to gc_mark_hook, rather than the bfd.
578         (elf_gc_sections): Adjust.
579         * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
580         * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
581         * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
582         * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
583         * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
584         * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
585         * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
586         * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
587         * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
588         * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
589         * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
590         * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
591         * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
592         * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
593         * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
594         * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
595         * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
596         * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
597         * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
598         * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
599         * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
600         * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
601         * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
602         * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
603         * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
604         * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
605         * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
606         * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise.  Also remove
607         redundant local sym tests.
608         * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
609         (link_hash_newfunc): Init is_entry.
610         (ppc64_elf_copy_indirect_symbol): Copy is_entry.
611         (ppc64_elf_link_hash_table_create): Init all_local_syms.
612         (create_linkage_sections): Use bfd_make_section_anyway rather than
613         bfd_make_section.
614         (ppc64_elf_mark_entry_syms): New function.
615         (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab.  Set
616         up opd entry to function section map.
617         (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
618         relocs that reference the opd section.
619         (edit_opd): New function.
620         (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
621         (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
622         (get_local_syms): Do so here.  Exit if we already have local syms.
623         Remove bogus comment imported from elf32-hppa.c.  Don't attempt to
624         read local syms on non-ELF input.
625         (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
626         than duplicating it's function here.  Adjust free of internal
627         relocs to suit.
628         (ppc64_elf_relocate_section): Adjust local syms in opd section.
629         * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
630         * elf32-hppa.c (elf32_hppa_size_stubs): Call
631         _bfd_elf32_link_read_relocs rather than duplicating it's function
632         here.  Adjust free of internal relocs to suit.
634 2002-07-01  Andreas Jaeger  <aj@suse.de>
636         * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
637         are not allowed in shared libs code, enforce -fPIC.
639 2002-06-29  Hans-Peter Nilsson  <hp@bitrange.com>
641         * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
642         trailing zero-sequences when there's previous left-over data.
644 2002-06-27  John David Anglin  <dave@hiauly1.hia.nrc.ca>
646         * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
647         (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
648         and opd_rel_sec in order for starting rela section.  Check _raw_size.
649         (elf_backend_reloc_type_class): Define.
651 2002-06-27  Kevin Buettner <kevinb@redhat.com>
653         * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
654         DWARF2 formats.
656 2002-06-27  Alan Modra  <amodra@bigpond.net.au>
658         * cpu-powerpc.c: Comment on ordering of arch_info.
659         * elf32-ppc.c (ppc_elf_object_p): New function.
660         (elf_backend_object_p): Define.
661         * elf64-ppc.c (ppc64_elf_object_p): New function.
662         (elf_backend_object_p): Define.
664 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
666         * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
667         * configure: Regenerate.
669 2002-06-25  Jason Eckhardt  <jle@rice.edu>
671         * dwarf2.c (decode_line_info): Check unit->addr_size
672         to read in the proper number of prologue bytes.
674 2002-06-25  Nick Clifton  <nickc@cambridge.redhat.com>
676         * config.bfd (powerpc-*-aix5*): Only create a selvecs for
677         aix5coff64_vec if 64-bit bfd support has been enabled.
678         (powerpc64-*-aix5*): Only define if 64-bit bfd support has
679         been enabled.
681         * targets.c (_bfd_target_vector[]): Only include
682         aix5coff64_vec if 64-bit bfd support has been enabled.
684 2002-06-25  Alan Modra  <amodra@bigpond.net.au>
686         * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
687         * elf32-hppa.c (hppa_add_stub): Likewise.
688         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
689         * elflink.h (elf_add_default_symbol): Fix comment typo.
690         (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
691         (elf_link_add_object_symbols): Likewise.
692         (elf_link_assign_sym_version): Likewise.
693         * hash.c (bfd_hash_lookup): Likewise.
694         * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
695         * section.c (bfd_get_unique_section_name): Likewise.
696         * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
697         * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
698         (assign_section_numbers): Likewise.
699         (_bfd_elfcore_make_pseudosection): Likewise.
700         (elfcore_grok_lwpstatus): Likewise.
701         (elfcore_grok_win32pstatus): Likewise.
702         (elfcore_write_note): Constify input params.  Use PTR instead of
703         void *.  Include terminating NUL in namesz.  Correct padding.
704         Support NULL "name" param.  Use memcpy instead of strcpy.
705         (elfcore_write_prpsinfo): Constify input params.
706         (elfcore_write_prstatus): Likewise.  Use PTR instead of void *.
707         (elfcore_write_lwpstatus): Likewise.
708         (elfcore_write_pstatus): Likewise.
709         (elfcore_write_prfpreg): Likewise.
710         (elfcore_write_prxfpreg): Likewise.
711         * elf-bfd.h (elfcore_write_note): Update declaration.
712         (elfcore_write_prpsinfo): Likewise.
713         (elfcore_write_prstatus): Likewise.
714         (elfcore_write_pstatus): Likewise.
715         (elfcore_write_prfpreg): Likewise.
716         (elfcore_write_prxfpreg): Likewise.
717         (elfcore_write_lwpstatus): Likewise.
719 2002-06-25  Jason Eckhardt  <jle@rice.edu>
721         * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
722         symbols of type stProc and stStaticProc.
724 2002-06-25  Nick Clifton  <nickc@redhat.com>
726         * ecoff.c: VArious formatting fixes.
728 2002-06-25  Alan Modra  <amodra@bigpond.net.au>
730         * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
732 2002-06-25  Alan Modra  <amodra@bigpond.net.au>
734         * aout-adobe.c: Don't compare against "true" or "false.
735         * aout-target.h: Likewise.
736         * aoutx.h: Likewise.
737         * archive.c: Likewise.
738         * bout.c: Likewise.
739         * cache.c: Likewise.
740         * coff-a29k.c: Likewise.
741         * coff-alpha.c: Likewise.
742         * coff-i386.c: Likewise.
743         * coff-mips.c: Likewise.
744         * coff-or32.c: Likewise.
745         * coff64-rs6000.c: Likewise.
746         * coffcode.h: Likewise.
747         * coffgen.c: Likewise.
748         * cpu-ns32k.c: Likewise.
749         * ecoff.c: Likewise.
750         * ecofflink.c: Likewise.
751         * elf.c: Likewise.
752         * elf32-arm.h: Likewise.
753         * elf32-cris.c: Likewise.
754         * elf32-d30v.c: Likewise.
755         * elf32-i386.c: Likewise.
756         * elf32-mcore.c: Likewise.
757         * elf32-ppc.c: Likewise.
758         * elf32-sh.c: Likewise.
759         * elf32-sh64.c: Likewise.
760         * elf32-v850.c: Likewise.
761         * elf64-alpha.c: Likewise.
762         * elf64-sh64.c: Likewise.
763         * elfcode.h: Likewise.
764         * elfcore.h: Likewise.
765         * elflink.h: Likewise.
766         * elfxx-mips.c: Likewise.
767         * i386os9k.c: Likewise.
768         * ieee.c: Likewise.
769         * libbfd.c: Likewise.
770         * linker.c: Likewise.
771         * mmo.c: Likewise.
772         * nlm32-alpha.c: Likewise.
773         * nlm32-i386.c: Likewise.
774         * nlm32-ppc.c: Likewise.
775         * nlm32-sparc.c: Likewise.
776         * nlmcode.h: Likewise.
777         * oasys.c: Likewise.
778         * pdp11.c: Likewise.
779         * peicode.h: Likewise.
780         * reloc.c: Likewise.
781         * som.c: Likewise.
782         * srec.c: Likewise.
783         * tekhex.c: Likewise.
784         * vms.c: Likewise.
785         * xcofflink.c: Likewise.
786         * elf64-sparc.c: Edit comment to not use "== false".
788         * aoutf1.h: Don't use "? true : false".
789         * ecoff.c: Likewise.
790         * format.c: Likewise.
791         * ieee.c: Likewise.
792         * linker.c: Likewise.
793         * mmo.c: Likewise.
794         * oasys.c: Likewise.
796 2002-06-23  H.J. Lu  <hjl@gnu.org>
798         * elflink.h (elf_link_add_archive_symbols): For the default
799         version, check references with only one `@' first.
801 2002-06-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
803         * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
804         function.
805         (allocate_global_data_dlt):  Don't add millicode symbols to dynamic
806         symbol table.
807         (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
808         (elf64_hppa_size_dynamic_sections): Revise to use
809         elf64_hppa_mark_milli_and_exported_functions.
810         (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
811         symbols out of dynamic symbol table.
813 2002-06-23  Alan Modra  <amodra@bigpond.net.au>
815         * Makefile.in: Regenerate.
816         * libbfd.h: Regenerate.
817         * bfd-in2.h: Regenerate.
818         * configure: Regenerate.
819         * po/SRC-POTFILES.in: Regenerate.
821         * elflink.h: Comment typo fixes.
823 2002-06-23  H.J. Lu  <hjl@gnu.org>
825         * elf-bfd.h (elf_link_loaded_list): New structure.
826         (elf_link_hash_table): Add "loaded".
827         * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
828         * elflink.h (elf_link_check_versioned_symbol): New function.
829         (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
831 2002-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
833         * elflink.h (size_dynamic_sections): If the target does not
834         support an ELF style hash table, return true, indicating that
835         nothing needed to be done, rather than false, indicating that the
836         section's size could not be computed.
838 2002-06-18  Dave Brolley  <brolley@redhat.com>
840         From Catherine Moore, Michael Meissner, Dave Brolley:
841         * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
842         * targets.c: Support bfd_elf32_frv_vec.
843         * reloc.c: Add FRV relocs.
844         * configure.in: Add support for bfd-elf32-frv-vec.
845         * config.bfd (targ_cpu): Add support for frv-*-elf.
846         * archures.c: Add frv arch and machines.
847         * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
848         (ALL_MACHINES_CFILES): Add cpu-frv.c.
849         (BFD32_BACKENDS): Add elf32-frv.lo.
850         (BFD32_BACKENDS_CFILES): Add elf32-frv.c
851         (cpu-frv.lo): New target.
852         (elf32-frv.lo): New target.
853         * cpu-frv.c: New file.
854         * elf32-frv.c: New file.
856 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
858         * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
859         e_shnum == 0.
860         Only read the first section header if e_shoff is non-zero.
861         Don't consider e_shstrndx if there are no sections.
863 2002-06-17  Tom Rix <trix@redhat.com>
865         * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
866         R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
867         complain_overflow_bitfield.
869 2002-06-17  Alan Modra  <amodra@bigpond.net.au>
871         * opncls.c (bfd_openr): Remove redundant bfd_set_error.
872         (bfd_fdopenr): Likewise.
873         (bfd_openstreamr): Likewise.
874         (bfd_openw): Likewise.
876         * targets.c: Sort target vecs.
877         (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
878         bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
879         bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
880         bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
881         * configure.in: Sort target vecs.  Add m88kmach3_vec.
882         * configure: Regenerate.
884 2002-06-16  Hans-Peter Nilsson  <hp@bitrange.com>
886         * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
887         bpo_reloc_no to break sort order ties, not address of items.
889 2002-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
891         * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
892         Skip excluded sections in determing __gp value.
893         (elf_hppa_final_link_relocate): Use the symbol's address in
894         R_PARISC_FPTR64 relocations that don't need an opd entry.
895         * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
896         (elf64_hppa_finalize_dynreloc): Likewise.
897         (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
898         (elf64_hppa_finish_dynamic_symbol): Break up assert.
900 2002-06-14  Sergey Grigoriev  <serge@leopold.Physik.Uni-Augsburg.DE>
902         * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
903         alignment for .bss, .data and .text sections so that sse and sse2
904         code will work.
905         * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
907 2002-06013  J"orn Rennecke  <joern.rennecke@superh.com>
909         config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
910         sh[1234]*-elf*.
912 2002-06-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
914         * elflink.h (elf_bfd_final_link): Improve error handling for missing
915         dynamic sections.
917         * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
918         for a symbol that has no output section.
919         (allocate_dynrel_entries): Correct comment.
920         (elf64_hppa_finalize_dynreloc): Likewise.  Don't create an opd entry
921         unless we want one.
922         (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
923         (elf64_hppa_finalize_dlt): Likewise.  Prevent segfault for symbols
924         with no section.  Remove unnecessary parentheses.
926 2002-06-11  Tom Rix  <trix@redhat.com>
928         * coffcode.h (coff_compute_section_file_positions): Add data
929         section to AIX loader alignment check.
931         * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
932         alignment to 4 bytes.
933         (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
934         power accessor macro.
935         (do_shared_object_padding): Remove invalid assertion.
937 2002-06-10  Richard Sandiford  <rsandifo@redhat.com>
939         * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
940         for removed output sections.
942 2002-06-10  Geoffrey Keating  <geoffk@redhat.com>
944         * merge.c (merge_strings): Use htab_create_alloc with calloc, not
945         htab_alloc.
946         * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
948 2002-06-08  H.J. Lu <hjl@gnu.org>
950         * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
951         work around a long long bug in gcc 2.96 on mips.
953 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
955         * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
956         (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
957         Regenerate dependency lists.
958         * Makefile.in: Regenerate.
959         * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
960         vax1knetbsd_vec to targ_selvecs.
961         * configure.in: Add vax1knetbsd_vec.
962         * configure: Regenerate.
963         * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
964         * vax1knetbsd.c: New file.
965         * vaxnetbsd.c: Update copyright years.
966         (TARGET_PAGE_SIZE): Set to 0x1000.
967         (DEFAULT_MID): Set to M_VAX4K_NETBSD.
969 2002-06-08  Matt Thomas  <matt@3am-software.com>
971         * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
973 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
975         * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
977 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
979         * Makefile.am: Run "make dep-am".
980         * Makefile.in: Regenerate.
982         * armnetbsd.c: Replace CONST with const.
983         * corefile.c: Likewise.
984         * elf32-dlx.c: Likewise.
985         * elf64-mips.c: Likewise.
986         * mmo.c: Likewise.
987         * ns32knetbsd.c: Likewise.
989         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
990         table is elf64-sparc.
992 2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
994         * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
995         Fix RELA addends to get not shifted in the result. Don't do special
996         handling of R_MIPS_64 for NewABI.
998 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
1000         * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
1001         (NAME(aout,slurp_reloc_table)): Likewise.
1002         * coff-mips.c (mips_relax_section): Use bfd_zalloc.
1003         * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
1004         (xcoff_write_archive_contents_big): Likewise.
1005         (xcoff_generate_rtinit): Likewise.
1006         (xcoff_generate_rtinit): Likewise, and check error return.
1007         * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
1008         * coffgen.c (coff_section_symbol): Use bfd_zalloc.
1009         (coff_get_normalized_symtab): Likewise.
1010         (coff_make_empty_symbol): Likewise.
1011         (bfd_coff_set_symbol_class): Likewise.
1012         * cofflink.c (coff_link_add_symbols): Likewise.
1013         * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
1014         * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
1015         (bfd_ecoff_write_accumulated_debug): Likewise.
1016         * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
1017         * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
1018         * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
1019         * ieee.c (do_with_relocs): Use bfd_zalloc.
1020         * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
1021         * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
1022         (NAME(aout,slurp_reloc_table)): Likewise.
1023         (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
1024         * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
1025         * som.c (som_build_and_write_symbol_table): Likewise.
1026         (som_slurp_string_table): Likewise.
1027         (som_slurp_symbol_table): Likewise.
1028         (som_bfd_ar_write_symbol_stuff): Likewise.
1029         * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
1030         * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
1031         * tekhex.c (find_chunk): Likewise.  Get rid of unused "sname".
1032         * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
1033         * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
1035 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
1037         * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
1038         "group" union.
1039         (elf_group_name): Update.
1040         (elf_group_id): Define.
1041         (bfd_elf_set_group_contents): Declare.
1042         * elf.c (elf_fake_sections): Qualify use of elf_group_name.
1043         (set_group_contents): Rename to bfd_elf_set_group_contents.  Remove
1044         ATTRIBUTE_UNUSED from failedptrarg.  If elf_group_id is set, use
1045         that sym for the signature.
1046         (_bfd_elf_compute_section_file_positions): Don't call
1047         set_group_contents for "ld -r" case.
1048         (swap_out_syms): Use bfd_zalloc.
1049         * elflink.h (elf_link_add_archive_symbols): Likewise.
1050         (NAME(bfd_elf,size_dynamic_sections)): Likewise.
1051         (elf_bfd_final_link): Call bfd_elf_set_group_contents.
1053 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
1055         * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
1056         relocs in opd for non-shared too.
1058 2002-06-06  Jeffrey Law <law@redhat.com
1060         * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
1061         relocations.
1063 2002-06-06  Nick Clifton  <nickc@cambridge.redhat.com>
1065         * merge.c: Include libiberty.h.
1066         * elf-strtab.c: Include libiberty.h.
1068 2002-06-06  Elias Athanasopoulos  <eathan@otenet.gr>
1070         * peXXigen.c (pe_print_idata): Remove unused variable.
1072 2002-06-06  David Heine <dlheine@tensilica.com>
1074         * elf.c (assign_file_positions_for_segments): Remove unallocated
1075         sections from the section to segment mapping for PT_LOAD segments.
1076         Update comment about empty loadable segments.
1078 2002-06-06  Richard Sandiford  <rsandifo@redhat.com>
1080         * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
1081         is within the .stabstr section.
1083 2002-06-06  Alan Modra  <amodra@bigpond.net.au>
1085         * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
1086         are "const PTR", not "const PTR *".
1087         (bfd_elf32_swap_symbol_in): Likewise.
1088         (bfd_elf64_swap_symbol_in): Likewise.
1089         * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
1090         (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
1091         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
1092         (elf_link_add_object_symbols): Likewise.
1093         (elf_link_record_local_dynamic_symbol): Likewise.
1094         (elf_link_input_bfd): Likewise.
1095         (elf_gc_mark): Likewise.
1096         (elf_reloc_symbol_deleted_p): Likewise.
1097         * elf-m10200.c (mn10200_elf_relax_section): Likewise.
1098         (mn10200_elf_relax_delete_bytes): Likewise.
1099         (mn10200_elf_symbol_address_p): Likewise.
1100         (mn10200_elf_get_relocated_section_contents): Likewise.
1101         * elf-m10300.c (mn10300_elf_relax_section): Likewise.
1102         (mn10300_elf_relax_section): Likewise.
1103         (mn10300_elf_relax_delete_bytes): Likewise.
1104         (mn10300_elf_symbol_address_p): Likewise.
1105         (mn10300_elf_get_relocated_section_contents): Likewise.
1106         * elf32-h8300.c (elf32_h8_relax_section): Likewise.
1107         (elf32_h8_relax_delete_bytes): Likewise.
1108         (elf32_h8_symbol_address_p): Likewise.
1109         (elf32_h8_get_relocated_section_contents): Likewise.
1110         * elf32-hppa.c (get_local_syms): Likewise.
1111         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
1112         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
1113         * elf32-sh.c (sh_elf_relax_section): Likewise.
1114         (sh_elf_relax_delete_bytes): Likewise.
1115         (sh_elf_get_relocated_section_contents): Likewise.
1116         * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
1117         * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
1118         * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
1119         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
1120         * elf64-ppc.c (get_local_syms): Likewise.
1121         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
1122         * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
1124 2002-06-05  J"orn Rennecke <joern.rennecke@superh.com>
1126         * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
1128 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
1130         * elf.c (group_signature): Swap in the whole symbol, and handle
1131         extracting section symbol names.
1132         (setup_group): Add comment.
1133         (set_group_contents): When called from objcopy or ld, arrange for
1134         section contents to be written.  Write group member output section
1135         indices to allow objcopy to reorganize sections.
1136         (_bfd_elf_copy_private_section_data): Copy group info.
1138         * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
1139         (bfd_elf32_swap_symbol_in): Update prototype.
1140         (bfd_elf64_swap_symbol_in): Likewise.
1141         * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
1142         (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
1143         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
1144         (elf_link_add_object_symbols): Likewise.
1145         (elf_link_record_local_dynamic_symbol): Likewise.
1146         (elf_link_input_bfd): Likewise.
1147         (elf_gc_mark): Likewise.
1148         (elf_reloc_symbol_deleted_p): Likewise.
1149         * elf-m10200.c (mn10200_elf_relax_section): Likewise.
1150         (mn10200_elf_relax_delete_bytes): Likewise.
1151         (mn10200_elf_symbol_address_p): Likewise.
1152         (mn10200_elf_get_relocated_section_contents): Likewise.
1153         * elf-m10300.c (mn10300_elf_relax_section): Likewise.
1154         (mn10300_elf_relax_section): Likewise.
1155         (mn10300_elf_relax_delete_bytes): Likewise.
1156         (mn10300_elf_symbol_address_p): Likewise.
1157         (mn10300_elf_get_relocated_section_contents): Likewise.
1158         * elf32-h8300.c (elf32_h8_relax_section): Likewise.
1159         (elf32_h8_relax_delete_bytes): Likewise.
1160         (elf32_h8_symbol_address_p): Likewise.
1161         (elf32_h8_get_relocated_section_contents): Likewise.
1162         * elf32-hppa.c (get_local_syms): Likewise.
1163         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
1164         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
1165         * elf32-sh.c (sh_elf_relax_section): Likewise.
1166         (sh_elf_relax_delete_bytes): Likewise.
1167         (sh_elf_get_relocated_section_contents): Likewise.
1168         * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
1169         * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
1170         * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
1171         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
1172         * elf64-ppc.c (get_local_syms): Likewise.
1173         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
1174         * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
1175         * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
1176         * elf64-alpha.c (alpha_elf_size_info): Likewise.
1177         * elf64-hppa.c (hppa64_elf_size_info): Likewise.
1178         * elf64-mips.c (mips_elf64_size_info): Likewise.
1179         * elf64-s390.c (s390_elf64_size_info): Likewise.
1180         * elf64-sparc.c (sparc64_elf_size_info): Likewise.
1182 2002-06-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1184         * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
1185         elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
1186         elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
1187         _bfd_mips_elf_ignore_discarded_relocs.
1188         elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
1190 2002-06-05  H.J. Lu <hjl@gnu.org>
1192         * elfxx-mips.c (mips_elf_calculate_relocation): Call
1193         _bfd_elf_rel_local_sym for STT_SECTION relocations against
1194         the SEC_MERGE section.
1196 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
1198         * coff-alpha.c: Update copyright date.
1199         * coff-mips.c: Likewise.
1200         * xcoff-target.h: Likewise.
1202         * bfd-in.h: Remove "taken from the source" comment.
1203         * libbfd-in.h: Likewise.
1204         * libcoff-in.h: Likewise.
1205         * bfd-in2.h: Regenerate.
1206         * libbfd.h: Regenerate.
1207         * libcoff.h: Regenerate.
1209         * elf.c (bfd_elf_discard_group): Return true.
1210         * elf-bfd.h (bfd_elf_discard_group): Declare.
1211         * bfd-in.h (bfd_elf_discard_group): Don't declare here.
1212         * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
1213         * bfd.c (bfd_discard_group): Define.
1214         * targets.c (struct bfd_target): Add _bfd_discard_group.
1215         (BFD_JUMP_TABLE_LINK): Here too.
1216         * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
1217         * aout-adobe.c (aout_32_bfd_discard_group): Define.
1218         * aout-target.h (MY_bfd_discard_group): Define.
1219         * aout-tic30.c (MY_bfd_discard_group): Define.
1220         * binary.c (binary_bfd_discard_group): Define.
1221         * bout.c (b_out_bfd_discard_group): Define.
1222         * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
1223         * coffcode.h (coff_bfd_discard_group): Define.
1224         * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
1225         * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
1226         * i386msdos.c (msdos_bfd_discard_group): Define.
1227         * i386os9k.c (os9k_bfd_discard_group): Define.
1228         * ieee.c (ieee_bfd_discard_group): Define.
1229         * ihex.c (ihex_bfd_discard_group): Define.
1230         * mmo.c (mmo_bfd_discard_group): Define.
1231         * nlm-target.h (nlm_bfd_discard_group): Define.
1232         * oasys.c (oasys_bfd_discard_group): Define.
1233         * ppcboot.c (ppcboot_bfd_discard_group): Define.
1234         * som.c (som_bfd_discard_group): Define.
1235         * srec.c (srec_bfd_discard_group): Define.
1236         * tekhex.c (tekhex_bfd_discard_group): Define.
1237         * versados.c (versados_bfd_discard_group): Define.
1238         * vms.c (vms_bfd_discard_group): Define.
1239         * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
1240         * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
1241         (aix5coff64_vec): Likewise.
1242         * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
1244 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
1246         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
1247         (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
1248         (elf32-sh64-com.lo): New dependency list.
1249         * Makefile.in: Regenerate.
1250         * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
1251         (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
1252         elf32-sh64-com.lo.
1253         * configure: Regenerate.
1254         * elf32-sh64.c (sh64_address_in_cranges)
1255         (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
1256         (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
1257         (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
1258         * elf32-sh64-com.c: ...here.  New file.
1260 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
1262         * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
1263         ATTRIBUTE_UNUSED on used params.
1264         * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
1265         before calling bfd_section_from_elf_index on local syms.
1266         * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
1268 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
1270         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
1271         (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
1272         (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
1273         (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
1274         (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
1275         * Makefile.in: Regenerate.
1276         * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
1277         (sh64-*-netbsd*): New targets.
1278         * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
1279         bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
1280         * configure: Regenerate.
1281         * elf32-sh64-nbsd.c: New file.
1282         * elf64-sh64-nbsd.c: New file.
1283         * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
1284         bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
1285         bfd_elf64_sh64lnbsd_vec.
1287 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
1289         * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
1290         (bfd_section_from_shdr): Likewise.  Set section name of group
1291         sections from signature.
1292         (group_signature): Split out from setup_group.  Ensure symbol table
1293         is available.
1294         (bfd_elf_discard_group): New function.
1295         (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
1296         .gnu.linkonce* sections if they are members of a group.
1297         (set_group_contents): Set GRP_COMDAT flag.
1298         * section.c (bfd_discard_group): New function.
1299         * bfd-in.h (bfd_elf_discard_group): Declare.
1300         * bfd-in2.h: Regenerate.
1301         * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
1302         (elf_linkonce_p): Define.
1304 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
1306         * elf.c (bfd_section_from_shdr): Make "name" const.
1307         * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
1308         * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
1309         * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
1310         * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
1311         * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
1312         * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
1313         * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
1314         * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
1315         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
1316         * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
1317         * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
1319 2002-06-03  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1321         * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
1322         ABI.
1324 2002-06-02  Kazu Hirata  <kazu@cs.umass.edu>
1326         * elf32-arc.c: Fix formatting.
1327         * elf32-arm.h: Likewise.
1328         * elf32-cris.c: Likewise.
1329         * elf32-dlx.c: Likewise.
1330         * elf32-hppa.c: Likewise.
1331         * elf32-i386.c: Likewise.
1332         * elf32-i386qnx.c: Likewise.
1333         * elf32-or32.c: Likewise.
1334         * elf32-s390.c: Likewise.
1335         * elf32-sh64.c: Likewise.
1336         * elf32-vax.c: Likewise.
1337         * elf32-xstormy16.c: Likewise.
1338         * elf64-alpha.c: Likewise.
1339         * elf64-mmix.c: Likewise.
1340         * elf64-ppc.c: Likewise.
1341         * elf64-s390.c: Likewise.
1342         * elf64-sh64.c: Likewise.
1343         * elf64-x86-64.c: Likewise.
1345 2002-06-02  Richard Henderson  <rth@redhat.com>
1347         * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
1348         null when there are no got entries for a symbol.
1349         (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
1350         uninitialized variable warning.
1352 2002-06-01  Richard Henderson  <rth@redhat.com>
1354         * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
1355         undefined symbols here.
1356         (elf64_alpha_relax_section): Do it here.  Also test for not
1357         defined in the current module.
1358         (elf64_alpha_relocate_section_r): Split out of ...
1359         (elf64_alpha_relocate_section): ... here.  Don't dereference
1360         NULL when looking up local got entries.
1362 2002-06-01  Richard Henderson  <rth@redhat.com>
1364         * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
1365         symbols from JSR relaxation.
1366         (elf64_alpha_size_plt_section_1): New.
1367         (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
1368         (elf64_alpha_size_rela_got_1): ... here.
1369         (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
1370         (elf64_alpha_size_rela_got_section): ... here.
1371         (elf64_alpha_size_plt_section): New.
1372         (elf64_alpha_relax_section): Call them.
1373         (elf64_alpha_size_got_sections): Remove output_bfd arg.
1374         (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
1376 2002-06-01  Richard Henderson  <rth@redhat.com>
1378         * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
1379         (elf64_alpha_relocate_section): Use them.  Reject LE TLS relocs
1380         in shared libraries.  Fix DTPRELHI and TPRELHI value.
1381         (INSN_ADDQ, INSN_RDUNIQ): New.
1382         (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
1383         (elf64_alpha_relax_with_lituse): Return boolean.  Remove irelend
1384         argument.  Reject dynamic symbols.  Use LITUSE symbolic constants.
1385         (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
1386         Handle GOTDTPREL and GOTTPREL relocations.
1387         (elf64_alpha_relax_gprelhilo): New.
1388         (elf64_alpha_relax_tls_get_addr): New.
1389         (elf64_alpha_relax_find_tls_segment): New.
1390         (elf64_alpha_relax_section): Handle TLS relocations.
1391         (ALPHA_ELF_LINK_HASH_TLS_IE): New.
1392         (elf64_alpha_check_relocs): Set it.
1394 2002-06-01  Richard Henderson  <rth@redhat.com>
1396         * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
1398         * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
1399         check; don't suppress dynamic relocs for non-allocated sections.
1401         * elf64-alpha.c: Remove dead code.
1403 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
1405         * bfd-in2.h: Regenerate.
1406         * libbfd.h: Regenerate.
1407         * po/SRC-POTFILES.in: Regenerate.
1409         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
1410         space for bss .plt.
1412 2002-05-31  Graeme Peterson  <gp@qnx.com>
1414         * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
1415         (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
1416         Run "make dep-am".
1417         * Makefile.in: Regenerate.
1418         * config.bfd: Add i[3456]86-*-nto-qnx* support.
1419         * configure.in: Add bfd_elf32_i386qnx_vec support.
1420         * configure: Regenerate.
1421         * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
1422         is_contained_by_filepos, and copy_private_bfd_data_p.
1423         * elf.c (assign_file_positions_for_segments): Call backend
1424         set_nonloadable_filepos.  Fix non-K&R call to _bfd_error_handler.
1425         (IS_CONTAINED_BY_FILEPOS): Define.
1426         (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
1427         (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS.  Typo fix.
1428         Fix non-K&R call to _bfd_error_handler.
1429         (_bfd_elf_copy_private_section_data): Use backend
1430         copy_private_bfd_data_p.
1431         * elf32-i386.c: Don't include elfxx-target.h when
1432         ELF32_I386_C_INCLUDED is defined.
1433         * elf32-i386qnx.c: New QNX elf backend file.
1434         * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
1435         elf_backend_is_contained_by_filepos, and
1436         elf_backend_do_copy_private_bfd_data.
1437         * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
1439 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
1441         * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
1442         Move other similar defines to start of file.
1444 2002-05-30  Tom Rix  <trix@redhat.com>
1446         * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
1447         * coff64-rs6000.c (xcoff64_rtype2howto): Same.
1449 2002-05-30  Richard Henderson  <rth@redhat.com>
1451         * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
1452         ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
1453         (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
1454         (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
1455         (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
1456         (struct alpha_elf_obj_tdata): Rename total_got_entries and
1457         n_local_got_entries to total_got_size and local_got_size.
1458         (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
1459         (alpha_got_entry_size): New.
1460         (elf64_alpha_relax_with_lituse): Use it.
1461         (elf64_alpha_relax_without_lituse): Likewise.
1462         (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
1463         (get_got_entry): New.
1464         (elf64_alpha_check_relocs): Handle TLS relocs.  Reorganize.
1465         (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
1466         (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
1467         (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
1468         (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
1469         (elf64_alpha_calc_got_offsets): Likewise.
1470         (alpha_dynamic_entries_for_reloc): New.
1471         (elf64_alpha_calc_dynrel_sizes): Use it.
1472         (elf64_alpha_size_dynamic_sections): Likewise.
1473         (elf64_alpha_relocate_section): Handle TLS relocations.
1474         * reloc.c: Add Alpha TLS relocations.
1475         * bfd-in2.h, libbfd.h: Rebuild.
1477 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
1479         * peXXigen.c (pe_print_idata): Remove double printed
1480         import table lines; add Bound-To comment.
1482 2002-05-29  Matt Thomas  <matt@3am-software.com>
1484         * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
1485         (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
1486         (elf32-vax.lo): New rule.
1487         * Makefile.in: Regenerate.
1488         * configure.in (bfd_elf32_vax_vec)
1489         (vaxnetbsd_vec): New vectors.
1490         * configure: Regenerate.
1491         * config.bfd (vax-*-netbsdelf*)
1492         (vax-*-netbsdaout*)
1493         (vax-*-netbsd*): New targets.
1494         * elf32-vax.c: New file.
1495         * reloc.c: Add VAX relocations.
1496         * bfd-in2.h: Regenerate.
1497         * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
1499 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
1501         * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
1502         and bfd_elf32_bigarm_vec to targ_selvecs.
1504 2002-05-29  Ralf Habacker  <ralf.habacker@freenet.de>
1506         * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
1507         with auto-imported symbols.
1509 2002-05-29  Adam Nemet  <anemet@lnxw.com>
1511         * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
1512         sections only record bfd.
1513         (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
1514         * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
1515         * bfd-in2.h: Regenerate.
1517 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
1519         * syms.c (_bfd_stab_section_find_nearest_line): Move
1520         declaration and initialisation of saw_line and saw_func out of
1521         for loop.
1523 2002-05-29  Alan Modra  <amodra@bigpond.net.au>
1525         * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
1526         (bfd_elf64_get_symbol_info): Define.
1527         * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
1529 2002-05-29  Andrey Volkov  <avolkov@transas.com>
1531         * cpu-h8300.c: Make default h8300 machine first in machine list.
1533 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
1535         * config.bfd: Added DLX configuraton.
1536         * Makefile.am: Added DLX configuraton.
1537         * configure.in: Added DLX configuraton.
1538         * archures.c: Add DLX architecure.
1539         * reloc.c: Add DLX relocs.
1540         * targets.c: Added DLX target vector.
1541         * configure: Regenerate.
1542         * Makefile.in: Regenreate.
1543         * bfd-in2.h: Regenreate.
1544         * elf32-dlx.c: New file: Support DLX target.
1545         * cpu-dlx.c: New file: Support DLX target.
1547 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
1549         * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
1551         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
1552         (ppc64_elf_check_relocs): Don't set up function descriptor symbol
1553         strings to point inside function code sym string.
1554         (func_desc_adjust): Likewise.
1555         (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
1557 2002-05-24  Michal Ludvig  <mludvig@suse.cz>
1559         * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
1560         (elf64_x86_64_grok_psinfo): Added.
1562 2002-05-24  TAMURA Kent <kent@netbsd.org>
1564         * config.bfd: Add a target for i386-netbsdpe.
1566 2002-05-24  Alan Modra  <amodra@bigpond.net.au>
1568         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
1569         and is_func_descriptor.
1570         (func_desc_adjust): Hide function code sym in shared libs unless
1571         there is a matching exported function descriptor sym.
1573 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
1575         * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
1576         for symbols from SHF_TLS section.
1577         (_bfd_elf_print_private_bfd_data): Add PT_TLS.
1578         (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
1579         (map_sections_to_segments): Build PT_TLS segment if necessary.
1580         (assign_file_positions_for_segments): Likewise.
1581         (get_program_header_size): Account for PT_TLS segment.
1582         (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
1583         SEC_THREAD_LOCAL sections to STT_TLS.
1584         * reloc.c: Add 386 and IA-64 TLS relocs.
1585         * section.c (SEC_THREAD_LOCAL): Define.
1586         (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
1587         Remove.
1588         * elflink.h (elf_link_add_object_symbols): Support .tcommon.
1589         (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
1590         unconditionally.
1591         (struct elf_final_link_info): Add first_tls_sec.
1592         (elf_bfd_final_link): Set first_tls_sec.
1593         Compute elf_hash_table (info)->tls_segment.
1594         (elf_link_output_extsym): Handle STT_TLS symbols.
1595         (elf_link_input_bfd): Likewise.
1596         * syms.c (BSF_THREAD_LOCAL): Define.
1597         * bfd-in2.h: Rebuilt.
1598         * libbfd.h: Rebuilt.
1599         * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
1600         elf_i386_mkobject, elf_i386_object_p): New functions.
1601         (elf_howto_table): Add TLS relocs.
1602         (elf_i386_reloc_type_lookup): Support TLS relocs.
1603         (elf_i386_info_to_howto_rel): Likewise.
1604         (struct elf_i386_link_hash_entry): Add tls_type.
1605         (struct elf_i386_obj_tdata): New.
1606         (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
1607         New macros.
1608         (struct elf_i386_link_hash_table): Add tls_ldm_got.
1609         (link_hash_newfunc): Clear tls_type.
1610         (elf_i386_check_relocs): Support TLS relocs.
1611         (elf_i386_gc_sweep_hook): Likewise.
1612         (allocate_dynrelocs): Likewise.
1613         (elf_i386_size_dynamic_sections): Likewise.
1614         (elf_i386_relocate_section): Likewise.
1615         (elf_i386_finish_dynamic_symbol): Likewise.
1616         (bfd_elf32_mkobject, elf_backend_object_p): Define.
1617         * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
1618         dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
1619         want_tprel, want_dtpmod, want_dtprel.
1620         (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
1621         (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
1622         R_IA64_LTOFF_TPREL22.
1623         (elf_code_to_howto_index): Add TLS relocs.
1624         (elfNN_ia64_check_relocs): Support TLS relocs.
1625         (allocate_global_data_got): Account for TLS .got data.
1626         (allocate_dynrel_entries): Account for TLS dynamic relocations.
1627         (elfNN_ia64_install_value): Supprt TLS relocs.
1628         (set_got_entry): Support TLS relocs.
1629         (elfNN_ia64_relocate_section): Likewise.
1631 2002-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
1633         * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
1634         BLX reloc round the relocation up rather than down.
1635         * coff-arm.c (coff_arm_relocate_section): Likewise.
1637 2002-05-21  H.J. Lu  (hjl@gnu.org)
1639         * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
1640         definition.
1642 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
1644         * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
1645         (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
1647 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
1649         * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
1650         unresolved relocs.
1651         (ppc64_elf_size_dynamic_sections): Check for splt NULL.
1653 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1655         * bfd/bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
1656         non-ELF targets.
1658 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1660         * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
1661         an error value.
1662         * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
1663         return with false on error.
1664         (elf_link_input_bfd): Check reloc_emitter return value.
1666 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
1668         * config.bfd (armeb-*-netbsdelf*): New target.
1670 2002-05-20  Alan Modra  <amodra@bigpond.net.au>
1672         * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
1673         at the plt call stub.
1675 2002-05-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1677         * cpu-mips.c (mips_compatible): Don't try to check machine
1678         compatibility.
1680 2002-05-18  Tom Rix  <trix@redhat.com>
1682         * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out):  Fix C_FILE auxent.
1684 2002-05-17  Alan Modra  <amodra@bigpond.net.au>
1686         * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
1687         (ppc64_elf_relocate_section): Don't warn about reloc overflow when
1688         we've already warned about an undefined symbol.  Report more
1689         detail on reloc errors.
1691 2002-05-17  Alan Modra  <amodra@bigpond.net.au>
1693         * acinclude.m4 (AM_INSTALL_LIBBFD): New.
1694         * configure.in: Invoke AM_INSTALL_LIBBFD.
1695         * Makefile.am (install-data-local): Revert 2002-05-13.  Move to..
1696         (install_libbfd): .. New target.
1697         (uninstall_libbfd): Likewise.
1698         (install-bfdlibLTLIBRARIES): Likewise.
1699         (uninstall-bfdlibLTLIBRARIES): Likewise.
1700         (bfdlibdir): New.
1701         (bfdincludedir): New.
1702         (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
1703         * aclocal.m4: Regenerate.
1704         * configure: Regenerate.
1705         * Makefile.in: Regenerate.
1707 2002-05-17  Stuart Balfour <sbalfour@cisco.com>
1709         * hash.c (bfd_hash_lookup): Remove computation of len from inside
1710         hash loop.
1712 2002-05-16  Nick Clifton  <nickc@cambridge.redhat.com>
1714         * config.bfd: Add targets for sh64-linux (little endian and
1715         big endian).
1717 2002-05-15  Laurent Pinchart <laurent.pinchart@skynet.be>
1719         * peXXigen.c (pe_print_idata): Do not assume that the first thunk
1720         is located in the same section as the import table.  Instead
1721         check, and if necessary load the section containing the thunk.
1723 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
1725         * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
1726         bfd_bread.
1727         (xcoff64_core_file_matches_executable_p): Replace bfd_read
1728         with bfd_bread.
1730 2002-05-15  Alan Modra  <amodra@bigpond.net.au>
1732         * aix5ppc-core.c: Warning fixes.
1733         * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
1734         * aout-target.h (MY_bfd_link_just_syms): Define.
1735         * aout-tic30.c (MY_bfd_link_just_syms): Define.
1736         * bfd.c (bfd_link_just_syms): Define.
1737         * binary.c (binary_bfd_link_just_syms): Define.
1738         * bout.c (b_out_bfd_link_just_syms): Define.
1739         * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
1740         * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
1741         * coffcode.h (coff_bfd_link_just_syms): Define.
1742         * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
1743         (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
1744         (_bfd_elf_link_just_syms): Declare.
1745         * elf.c (_bfd_elf_link_just_syms): New function.
1746         * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
1747         sections haven't already been discarded by the linker.
1748         * elflink.h (elf_link_add_object_symbols): Likewise for stab
1749         sections and SEC_MERGE sections.
1750         (elf_bfd_discard_info): Similarly here.
1751         * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
1752         * i386msdos.c (msdos_bfd_link_just_syms): Define.
1753         * i386os9k.c (os9k_bfd_link_just_syms): Define.
1754         * ieee.c (ieee_bfd_link_just_syms): Define.
1755         * ihex.c (ihex_bfd_link_just_syms): Define.
1756         * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
1757         (_bfd_generic_link_just_syms): Declare.
1758         * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
1759         * linker.c (_bfd_generic_link_just_syms): New function.
1760         * mmo.c (mmo_bfd_link_just_syms): Define.
1761         * nlm-target.h (nlm_bfd_link_just_syms): Define.
1762         * oasys.c (oasys_bfd_link_just_syms): Define.
1763         * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
1764         * som.c (som_bfd_link_just_syms): Define.
1765         * srec.c (srec_bfd_link_just_syms): Define.
1766         * targets.c (struct bfd_target): Add _bfd_link_just_syms.
1767         (BFD_JUMP_TABLE_LINK): And here.
1768         * tekhex.c (tekhex_bfd_link_just_syms): Define.
1769         * versados.c (versados_bfd_link_just_syms): Define.
1770         * vms.c (vms_bfd_link_just_syms): Define.
1771         * libbfd.h: Regenerate.
1772         * bfd-in2.h: Regenerate.
1774 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1776         * elf32-mips.c: Remove superfluous definitions copied from
1777         elfxx-mips.c.
1778         (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
1779         SGIish vectors to check the special case.
1780         (mips_elf_hi16_reloc): Fix comment.
1781         (mips_elf_got16_reloc): Likewise.
1782         (_bfd_mips_elf32_gprel16_reloc): Likewise.
1783         (elf_reloc_map): Code cleanup.
1784         (mips_reloc_map): Add comment.
1785         (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
1786         (mips_elf32_rtype_to_howto): Likewise.
1787         (mips_elf32_discard_info): Likewise.
1788         (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
1789         lead to IRIX compatibility now.
1791 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1793         * elfxx-mips.c: Call it IRIX, not Irix in comments.
1795 2002-05-13  Jason Thorpe  <thorpej@wasabisystems.com>
1797         * config.bfd (shle-*-netbsdelf*): Add target which includes
1798         sh64 support.
1800 2002-05-13  David Edelsohn  <edelsohn@gnu.org>
1802         * configure.in: Revert 2002-04-07.  Instead, auto-configure
1803         HAVE_ST_C_IMPL.
1804         * configure: Regenerate.
1805         * config.in: Regenerate.
1806         * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
1807         or AIX_5_CORE.
1809 2002-05-11  Federico G. Schwindt <fgsch@olimpo.com.br>
1811         * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
1812         corefiles as well.2
1813         * configure: Regenerate.
1815 2002-05-13  Alan Modra  <amodra@bigpond.net.au>
1817         * Makefile.am (install-data-local): Install headers to
1818         $(exec_prefix)/include.
1819         * Makefile.in: Regenerate.
1821 2002-05-11  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1822             Daniel Jacobowitz  <drow@mvista.com>
1824         * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE.  Don't
1825         map BFD_RELOC_RVA.
1827 2002-05-11  Federico G. Schwindt <fgsch@olimpo.com.br>
1829         * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
1830         hppa*-*-openbsd*): New targets.
1831         * configure.in (alpha*-*-openbsd*): Set COREFILE.
1832         * configure: Regenerate.
1834 2002-05-10  Tom Rix  <trix@redhat.com>
1836         * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
1837         xcoff64_ppc_relocate_section.
1838         * coff-rs6000.c : Extern common xcoff_reloc_type functions.
1839         * libxcoff.h: Common xcoff_reloc_type function declaration.
1841 2002-05-10  Alan Modra  <amodra@bigpond.net.au>
1843         * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
1844         added in 2002-05-09 commit.
1846         * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
1847         don't look for stubs on all undefined syms.
1849 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
1851         * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
1852         (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
1853         pcrel_offset.
1855         * elf32-i386.c (elf_howto_table): Comments.
1856         (elf_i386_relocate_section): Handle more relocs for relocatable
1857         linking and against SEC_MERGE sections.
1859 2002-05-08  Alan Modra  <amodra@bigpond.net.au>
1861         * elf32-ppc.c (ppc_elf_create_got): New function.
1862         (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
1863         _bfd_elf_create_dynamic_sections.  Correct .plt flags.
1864         (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
1865         _bfd_elf_create_got_section.
1867 2002-05-07  Alan Modra  <amodra@bigpond.net.au>
1869         * elf-bfd.h (struct elf_backend_data): Add rela_normal.
1870         * elfxx-target.h (elf_backend_rela_normal): Define.
1871         (elfNN_bed): Init rela_normal.
1872         * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
1873         for section symbols here if rela_normal.  Simplify abs section test.
1874         * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
1875         return immediately.  Remove code handling relocatable linking.
1876         * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
1877         * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
1878         * elf32-i370.c (i370_elf_relocate_section): Likewise.
1879         * elf32-i860.c (elf32_i860_relocate_section): Likewise.
1880         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1881         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
1882         * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
1883         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1884         * elf32-s390.c (elf_s390_relocate_section): Likewise.
1885         * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
1886         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1887         * elf64-s390.c (elf_s390_relocate_section): Likewise.
1888         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1889         * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
1890         * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
1891         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
1892         * elf-m10200.c (elf_backend_rela_normal): Define.
1893         * elf-m10300.c (elf_backend_rela_normal): Define.
1894         * elf32-fr30.c (elf_backend_rela_normal): Define.
1895         * elf32-i370.c (elf_backend_rela_normal): Define.
1896         * elf32-i860.c (elf_backend_rela_normal): Define.
1897         * elf32-m68k.c (elf_backend_rela_normal): Define.
1898         * elf32-mcore.c (elf_backend_rela_normal): Define.
1899         * elf32-openrisc.c (elf_backend_rela_normal): Define.
1900         * elf32-ppc.c (elf_backend_rela_normal): Define.
1901         * elf32-s390.c (elf_backend_rela_normal): Define.
1902         * elf32-xstormy16.c (elf_backend_rela_normal): Define.
1903         * elf64-ppc.c (elf_backend_rela_normal): Define.
1904         * elf64-s390.c (elf_backend_rela_normal): Define.
1905         * elf64-x86-64.c (elf_backend_rela_normal): Define.
1906         * elfxx-ia64.c (elf_backend_rela_normal): Define.
1907         * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
1908         * elf32-m32r.c (elf_backend_rela_normal): Likewise.
1910 2002-05-06  Nick Clifton  <nickc@cambridge.redhat.com>
1912         * elf32-arm.h (elf32_arm_final_link_relocate): Convert
1913         'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
1915 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
1917         * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
1918         when not relocatable.  Fix reloc_emitter call for K&R.
1920 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
1922         * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
1923         reloading local sym addend mistakenly removed in 2002-05-01 change.
1925         * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
1926         (read_abbrevs): Change "offset" param to bfd_vma.
1927         (parse_comp_unit): Change "version" and addr_size to unsigned ints.
1928         Change "abbrev_offset" to bfd_vma.
1929         (read_indirect_string): Use correct conversion chars in error
1930         message format string, cast bfd_vma's to unsigned long.
1931         (read_abbrevs): Likewise.
1932         (read_attribute_value): Likewise.
1933         (decode_line_info): Likewise.
1934         (scan_unit_for_functions): Likewise.
1935         (parse_comp_unit): Likewise.
1937 2002-05-04  Tom Rix  <trix@redhat.com>
1939         * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
1940         (coff_swap_reloc_out): Same.
1941         * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
1942         (xcoff_swap_reloc_out): Same.
1943         (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
1944         case some 16 bit relocs. Add reloc value to output.
1945         (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
1946         R_RBR. Improve names.
1947         (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
1948         (bfd_xcoff_backend_data): Update with new reloc swap names.
1949         (bfd_pmac_xcoff_backend_data) : Same.
1950         * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
1951         (xcoff64_swap_reloc_out): Same.
1952         (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
1953         R_POS. Add reloc value to output.
1954         (xcoff64_howto_table): Move 64 bit R_POS to first entry.  Add 16
1955         bit R_RBR. Improve names, masks.
1956         (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
1957         (bfd_xcoff_backend_data): Update with new reloc swap names.
1958         (bfd_xcoff_aix5_backend_data) : Same.
1960 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
1962         * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
1963         bfd_count top_index, input_list, all_local_syms.
1964         (elf32_hppa_setup_section_lists): New function, split from
1965         elf32_hppa_size_stubs.
1966         (elf32_hppa_next_input_section): Likewise.
1967         (group_sections): Likewise.
1968         (get_local_syms): Likewise.
1969         (elf32_hppa_size_stubs): Adjust for split out functions.  Look for
1970         stubs on undefined syms too.
1971         (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
1972         Only access htab elf fields when we have an elf hash table.
1973         * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
1974         (elf32_hppa_next_input_section): Declare.
1976 2002-05-04  Bob Byrnes  <byrnes@curl.com>
1978         * opncls.c (_bfd_new_bfd_contained_in): Check return value of
1979         _bfd_new_bfd.
1981 2002-05-03  H.J. Lu  (hjl@gnu.org)
1983         * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
1984         (mips_elf_link_hash_newfunc): Initialize forced_local to false.
1985         (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
1986         to hide a global symbol.
1987         (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
1988         forced_local to true.
1990 2002-05-02  Richard Henderson  <rth@redhat.com>
1992         * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
1993         vs SHN_UNDEF to zero.
1995 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
1997         * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
1998         16 bit reloc.
1999         <R_PPC64_SECTOFF_DS>: Likewise.
2000         (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
2001         SECTOFF reloc.
2002         * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
2003         (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
2004         SECTOFF reloc.
2006         * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
2007         (ppc64_elf_ha_reloc): New function.
2008         (ppc64_elf_brtaken_reloc): New function.
2009         (ppc64_elf_sectoff_reloc): New function.
2010         (ppc64_elf_sectoff_ha_reloc): New function.
2011         (ppc64_elf_toc_reloc): New function.
2012         (ppc64_elf_toc_ha_reloc): New function.
2013         (ppc64_elf_toc64_reloc): New function.
2014         (ppc64_elf_unhandled_reloc): New function.
2015         (ppc64_elf_howto_raw): Use the above.
2016         <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
2017         <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset.  Fix dst_mask.
2018         <R_PPC64_SECTOFF_DS>: Likewise.
2019         (IS_ABSOLUTE_RELOC): Update.
2020         (struct ppc_link_hash_table): Add have_undefweak.
2021         (ppc64_elf_link_hash_table_create): Init.
2022         (func_desc_adjust): Set have_undefweak.
2023         (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier.  Only
2024         add the .sfpr blr when have_undefweak.
2025         (ppc64_elf_setup_section_lists): Check hash table flavour.
2026         (ppc64_elf_next_input_section): Move output_section->owner test to
2027         ppc64elf.em.
2028         (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
2029         and relocatable test.  Return TOCstart and don't set elf_gp.
2030         (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
2031         offset calculation.  Add assert on weak sym branch tweaks.
2032         * elf64-ppc.h (ppc64_elf_set_toc): Delete.
2033         (ppc64_elf_toc): Declare.
2034         (ppc64_elf_next_input_section): Update.
2036 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
2038         * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
2039         file_name.
2041 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
2043         * elf64-ppc.c (CROR_151515, CROR_313131): Define.
2044         (ppc64_elf_relocate_section): Use them.  Don't look for plt calls
2045         on R_PPC64_ADDR24 relocs.  Require a nop or no link reg on plt
2046         call branches.  Correct undefined weak destination.
2047         (ppc64_elf_func_desc_adjust): Always create at least one blr in
2048         .sfpr, and correct case where either only savef* or restf* is
2049         needed.
2051         Long branch stubs, multiple stub sections.
2052         * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
2053         (ppc64_elf_next_input_section): Declare.
2054         * elf64-ppc.c: Move linker-only prototypes.
2055         (STUB_SUFFIX): Define.
2056         (enum ppc_stub_type): New.
2057         (struct ppc_stub_hash_entry): New.
2058         (struct ppc_branch_hash_entry): New.
2059         (struct ppc_link_hash_entry): Add stub_cache, oh.
2060         (struct ppc_link_hash_table): Add stub_hash_table etc.  Remove
2061         sstub.  Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
2062         Rename plt_overflow to stub_error.
2063         (ppc_stub_hash_lookup): Define.
2064         (ppc_branch_hash_lookup): Define.
2065         (stub_hash_newfunc): New function.
2066         (branch_hash_newfunc): New function.
2067         (link_hash_newfunc): Init new fields.
2068         (ppc64_elf_link_hash_table_create): Likewise.
2069         (ppc64_elf_link_hash_table_free): New function.
2070         (ppc_stub_name): New function.
2071         (ppc_get_stub_entry): New function.
2072         (ppc_add_stub): New function.
2073         (create_linkage_sections): Use bfd_make_section_anyway.  Create
2074         .branch_lt and .rela.branch_lt sections.  Don't create .stub.
2075         (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
2076         and set up for plt call stubs.  Link func and func desc syms.
2077         (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
2078         (func_desc_adjust): Avoid hash lookup when func desc sym available
2079         via shortcut, and set links when processing.
2080         (ppc64_elf_hide_symbol): Likewise.
2081         (allocate_dynrelocs): Don't allocate stub section here.
2082         (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
2083         Remove sstub code.
2084         (ppc_type_of_stub): New function.
2085         (build_one_stub): Delete.
2086         (ppc_build_one_stub): New function.
2087         (ppc_size_one_stub): New function.
2088         (ppc64_elf_setup_section_lists): New function.
2089         (ppc64_elf_next_input_section): New function.
2090         (group_sections): New function.
2091         (get_local_syms): New function.
2092         (ppc64_elf_size_stubs): Rewrite.
2093         (ppc64_elf_build_stubs): Rewrite.
2094         (ppc64_elf_relocate_section): Look up stub entry for REL24
2095         relocs.  Don't propagate REL14* to dynamic objects.  Look for long
2096         branch stubs if REL14* or REL24 relocs won't reach.
2097         (bfd_elf64_bfd_link_hash_table_free): Define.
2099 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
2101         * bfd/config.bfd: Add support for powerpc-*-windiss.
2103 2002-04-30  Tom Rix  <trix@redhat.com>
2105         * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
2106         symbol names into the hash table.
2108 2002-04-28  Tom Rix  <trix@redhat.com>
2110         * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
2111         calulating relocations.
2112         (xcoff_complain_overflow) : Function table for relocation errors.
2113         (xcoff_ppc_relocate_section): Use relocation and complain function
2114         tables.
2115         (xcoff_complain_overflow_unsigned_func): New complain function.
2116         (xcoff_complain_overflow_signed_func): Same.
2117         (xcoff_complain_overflow_bitfield_func): Same.
2118         (xcoff_complain_overflow_dont_func): Same.
2119         (xcoff_reloc_type_crel): New recot function.
2120         (xcoff_reloc_type_br): Same.
2121         (xcoff_reloc_type_ba): Same.
2122         (xcoff_reloc_type_toc): Same.
2123         (xcoff_reloc_type_rel): Same.
2124         (xcoff_reloc_type_neg): Same.
2125         (xcoff_reloc_type_pos): Same.
2126         (xcoff_reloc_type_fail): Same.
2127         (xcoff_reloc_type_noop): Same.
2128         * libxcoff.h : Declare common parts for xcoff64.
2129         * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
2130         and complain function tables.
2132 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
2134         * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
2135         * elf32-hppa.c (elf32_hppa_final_link): Formatting.
2137 2002-04-26  Alan Modra  <amodra@bigpond.net.au>
2139         * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
2140         * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
2142         * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
2143         same as the output before calling elf_link_input_bfd.
2145         * coffcode.h (coff_compute_section_file_positions): Set
2146         section_tail after shuffling section list.
2148 2002-04-24  Christian Groessler <chris@groessler.org>
2150         * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
2151         addresses are 23bit with a special layout, not plain 32bit
2152         values.  Prevent relocation of immediate values.
2154 2002-04-24  Chris G. Demetriou  <cgd@broadcom.com>
2156         * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
2157         MIPS-16 ASE flags are set, print something to indicate that.
2159 2002-04-23  Alan Modra  <amodra@bigpond.net.au>
2161         * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
2162         under which a plt call stub is used.
2163         (final_link_relocate): Similarly.
2164         (allocate_plt_static): Clear h-plabel except when plt entry is
2165         exclusively used for a plabel.
2166         (allocate_dynrelocs): Use the above to simplify plt sizing.
2167         (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
2168         (elf32_hppa_link_hash_table_create): Init.
2169         (BL22_RP): Define.
2170         (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
2171         (elf32_hppa_check_relocs): Set has_22bit_branch.
2173         * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
2174         (final_link_relocate): Likewise.
2176 2002-04-22  Jakub Jelinek  <jakub@redhat.com>
2178         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
2179         search table if some FDE is DW_EH_PE_aligned encoded either.
2180         (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
2182 2002-04-22  Richard Smith  <richard@ex-parrot.com>
2183             Jakub Jelinek  <jakub@redhat.com>
2185         * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
2186         (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
2187         encoded personality.
2188         (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
2189         for CIE/FDE removal.
2191 2002-04-20  Tom Rix  <trix@redhat.com>
2193         * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
2195 2002-04-20  Alan Modra  <amodra@bigpond.net.au>
2197         * archures.c (bfd_lookup_arch): Move the list order comment..
2198         (struct bfd_arch_info): ..to where it belongs.
2199         * bfd-in2.h: Regenerate.
2201         * archures.c (bfd_lookup_arch): Add comment on list order.
2202         (bfd_default_set_arch_mach): Use bfd_lookup_arch.
2203         * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
2204         is always at head of list.
2206 2002-04-18  Nick Clifton  <nickc@cambridge.redhat.com>
2208         * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
2209         insert_thumb_branch, record_thumb_to_arm_glue): Suppress
2210         definition of these functions for ARM_WINCE builds as they are
2211         not used.
2212         (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
2213         for ARM_WINCE builds.
2215 2002-04-18  Nick Clifton  <nickc@cambridge.redhat.com>
2217         * coff-arm.c (bfd_arm_process_before_allocation):
2219 2002-04-17  J"orn Rennecke <joern.rennecke@superh.com>
2221         * cpu-sh.c (scan_mach): Delete.
2222         (arch_info_struct): Replace scan_mach with bfd_default_scan.
2223         (bfd_sh_arch): Likewise.
2225 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
2227         * ihex.c (ihex_write_object_contents): Fix check for records
2228         crossing 64K boundaries.
2230 2002-04-16  Alan Modra  <amodra@bigpond.net.au>
2232         * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
2233         type rather than just assuming entries are ELF.
2234         * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
2235         * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
2236         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
2237         * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
2238         rather than elf_link_hash_entry.
2240 2002-04-15  Richard Henderson  <rth@redhat.com>
2242         * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
2243         n32 binaries.
2245 2002-04-15  Michael Snyder  <msnyder@redhat.com>
2247         * opncls.c (bfd_close): Write contents if writeable.
2248         Minor formatting tidy-ups.
2250 2002-04-15  Alan Modra  <amodra@bigpond.net.au>
2252         * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
2254 2002-04-12  Michael Snyder  <msnyder@redhat.com>
2256         * bfd-in.h (bfd_get_section_lma): New access macro.
2257         Minor white-space fix-up.
2259 2002-04-12  Alan Modra  <amodra@bigpond.net.au>
2261         * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
2262         header pad.
2264 2002-04-09  DJ Delorie  <dj@redhat.com>
2266         * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
2268 2002-04-09  Casper S. Hornstrup <chorns@users.sourceforge.net>
2270         * coffcode.h (coff_read_word): New.
2271         (coff_compute_checksum): New.
2272         (coff_apply_checksum): New.
2273         (coff_write_object_contents): Call coff_apply_checksum () to
2274         apply checksum to PE image.
2276 2002-04-08  Randolph Chung  <tausq@debian.org>
2278         * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
2279         (elf32_hppa_final_link): Split out sorting logic to..
2280         * elf-hppa.h (elf_hppa_sort_unwind): ..here.
2281         (elf_hppa_final_link): Call elf_hppa_sort_unwind.
2283 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
2285         * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
2286         pattern.
2287         * configure: Re-generate.
2289 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
2291         * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
2292         is greater or equal to 4.3.3.
2293         * configure: Regenerate.
2294         Fix PR gdb/344.
2296 2002-04-05  Hans-Peter Nilsson  <hp@axis.com>
2298         * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
2299         R_CRIS_32_PCREL>: Fix typo in name.
2300         (cris_elf_check_relocs): Always create .rela.got here when
2301         R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
2302         (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
2303         assume it's created.
2305 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
2307         * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
2308         * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
2309         define.
2310         * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
2311         * bfd.c (bfd_link_hash_table_free): Define.
2312         * binary.c (binary_bfd_link_hash_table_free): Define.
2313         * bout.c (b_out_bfd_link_hash_table_free): Define.
2314         * coff-rs6000.c (rs6000coff_vec): Include
2315         _bfd_generic_link_hash_table_free.
2316         (pmac_xcoff_vec): Likewise.
2317         * coff64-rs6000.c (rs6000coff64_vec): Likewise.
2318         (aix5coff64_vec): Likewise.
2319         * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
2320         * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
2321         (bfd_elf32_bfd_link_hash_table_free): Define.
2322         * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
2323         (bfd_elf32_bfd_link_hash_table_free): Define.
2324         * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
2325         define.
2326         * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
2327         * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
2328         * ieee.c (ieee_bfd_link_hash_table_free): Define.
2329         * ihex.c (ihex_bfd_link_hash_table_free): Define.
2330         * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
2331         (_bfd_generic_link_hash_table_free): Add prototype.
2332         * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
2333         * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
2334         * linker.c (_bfd_generic_link_hash_table_free): New function.
2335         * mmo.c (mmo_bfd_link_hash_table_free): Define.
2336         * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
2337         * oasys.c (oasys_bfd_link_hash_table_free): Define.
2338         * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
2339         * som.c (som_bfd_link_hash_table_free): Define.
2340         * srec.c (srec_bfd_link_hash_table_free): Define.
2341         * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
2342         * versados.c (versados_bfd_link_hash_table_free): Define.
2343         * vms.c (vms_bfd_link_hash_table_free): New function.
2344         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
2346         * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
2347         instead of bfd_alloc.
2348         * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
2349         * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
2350         * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
2351         * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
2352         * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
2353         * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
2354         * elf.c (_bfd_elf_link_hash_table_create): Likewise.
2355         * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
2356         * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
2357         * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
2358         * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
2359         * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
2360         * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
2361         * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
2362         * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
2363         * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
2364         * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
2365         * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
2366         * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
2367         * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
2368         * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
2369         * linker.c (_bfd_generic_link_hash_table_create): Likewise.
2370         * m68klinux.c (linux_link_hash_table_create): Likewise.
2371         * sparclinux.c (linux_link_hash_table_create): Likewise.
2372         * sunos.c (sunos_link_hash_table_create): Likewise.
2373         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
2375         * targets.c: Add _bfd_link_hash_table_free to xvec.
2377         * bfd-in2.h: Regenerate.
2378         * libbfd.h: Regenerate.
2379         * libcoff.h: Regenerate.
2381 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
2383         * dep-in.sed: Cope with absolute paths.
2384         * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
2385         Run "make dep-am".
2386         * Makefile.in: Regenerate.
2387         * coff-arm.c: Fix copyright date.
2388         * cpu-h8300.c: Likewise.
2389         * cpu-i370.c: Likewise.
2390         * cpu-s390.c: Likewise.
2391         * cpu-mips.c: Likewise.
2392         * po/SRC-POTFILES.in: Regenerate.
2394 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2396         * Makefile.am: Add elfxx-mips.c to the known backends.
2397         (elf32-mips.lo): remove dependency to coff/external.h.
2398         * Makefile.in: Regenerate.
2399         * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
2400         Remove elf32-mips.lo from 64 bit vectors. Update dependencies
2401         accordingly.
2402         * configure: Regenerate.
2403         * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
2404         (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
2405         (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
2406         MIPS specific backend functions.
2407         * elf32-mips.c: Moved most code to elfxx-mips.c.
2408         (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
2409         static.
2410         (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
2411         (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
2412         (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
2413         (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
2414         interface to allow selection of the right REL or RELA howto table.
2415         (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
2416         static. Let it refuse n32 objects.
2417         (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
2418         (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
2419         (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
2420         (elf32_mips_ignore_discarded_relocs): Rename from
2421         _bfd_elf32_mips_ignore_discarded_relocs.
2422         (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
2423         (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
2424         (elf_mips_howto_table_rela): Remove.
2425         * elf64-mips.c: Moved most code to elfxx-mips.c.
2426         (bfd_elf64_bfd_reloc_type_lookup): Make static.
2427         (mips_elf64_rtype_to_howto): New function.
2428         (mips_elf64_object_p): Likewise.
2429         (elf64_mips_irix_compat): Likewise.
2430         * elfxx-mips.c: New file containing common code merged together from
2431         elf32-mips.c and elf64-mips.c.
2432         * elfxx-mips.h: New file containing MIPS specific prototypes from
2433         elf-bfd.h.
2434         * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
2435         elf_backend_mips_rtype_to_howto.
2437 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
2439         * srec.c (MAXCHUNK, Chunk): Revise comments.
2440         (srec_write_record): Correct buffer size.
2441         (srec_write_header): Do without intermediate buffer.
2442         (srec_write_section): Validate Chunk.
2443         (srec_write_terminator): Pass NULL instead of dummy buffer.
2444         (srec_write_symbols): Pass file and symbol names directly to
2445         bfd_bwrite so sprintf won't overflow buffer.
2447 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
2449         * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
2450         PC relative relocs against hidden symbols.
2451         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2453 2002-04-03  Alan Modra  <amodra@bigpond.net.au>
2455         * elf.c (_bfd_elf_make_section_from_shdr): When setting section
2456         LMAs, loop over segments until p_vaddr and p_memsz specify an
2457         extent enclosing the section.
2459 2002-04-02  Nick Clifton  <nickc@cambridge.redhat.com>
2461         * ihex.c (ihex_write_object_contents): Do not allow records to
2462         cross a 64K boundary - wrap if necessary.
2464 2002-04-01  Nathan Williams  <nathanw@wasabisystems.com>
2466         * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
2467         which caused the returned LWP ID to always be 0.
2469 2002-04-01  Richard Henderson  <rth@redhat.com>
2471         * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
2472         (elf32_sparc_relocate_section): Use it to figure out when to
2473         initialize .got entries.
2474         * elf64-sparc.c: Similarly.
2476 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
2478         * linker.c (link_action): Ignore duplicate warning syms.
2479         (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
2480         * elflink.h (elf_adjust_dynstr_offsets): Likewise.
2481         (elf_adjust_dynamic_symbol): Likewise.
2482         (elf_export_symbol): Likewise.
2483         (elf_link_find_version_dependencies): Likewise.
2484         (elf_link_assign_sym_version): Likewise.
2485         (elf_link_sec_merge_syms): Likewise.
2486         (elf_link_output_extsym): Likewise.
2487         (elf_gc_sweep_symbol): Likewise.
2488         (elf_gc_propagate_vtable_entries_used): Likewise.
2489         (elf_gc_smash_unused_vtentry_relocs): Likewise.
2490         (elf_gc_allocate_got_offsets): Likewise.
2491         (elf_collect_hash_codes): Likewise.
2492         * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
2493         * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
2494         (elf_hppa_remark_useless_dynamic_symbols): Likewise.
2495         * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
2496         * elf32-arm.h (elf32_arm_discard_copies): Likewise.
2497         * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
2498         (elf_cris_discard_excess_dso_dynamics): Likewise.
2499         * elf32-hppa.c (clobber_millicode_symbols): Likewise.
2500         (mark_PIC_calls): Likewise.
2501         (allocate_plt_static): Likewise.
2502         (allocate_dynrelocs): Likewise.
2503         (readonly_dynrelocs): Likewise.
2504         * elf32-i386.c (allocate_dynrelocs): Likewise.
2505         (readonly_dynrelocs): Likewise.
2506         * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
2507         * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
2508         * elf32-mips.c (mips_elf_output_extsym): Likewise.
2509         (mips_elf_sort_hash_table_f): Likewise.
2510         (mips_elf_check_mips16_stubs): Likewise.
2511         * elf32-s390.c (allocate_dynrelocs): Likewise.
2512         (readonly_dynrelocs): Likewise.
2513         * elf32-sh.c (sh_elf_discard_copies): Likewise.
2514         * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
2515         (xstormy16_relax_plt_realloc): Likewise.
2516         * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
2517         (elf64_alpha_output_extsym): Likewise.
2518         * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
2519         * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
2520         (mips_elf64_check_mips16_stubs): Likewise.
2521         (mips_elf64_output_extsym): Likewise.
2522         * elf64-ppc.c (func_desc_adjust): Likewise.
2523         (allocate_dynrelocs): Likewise.
2524         (readonly_dynrelocs): Likewise.
2525         * elf64-s390.c (allocate_dynrelocs): Likewise.
2526         (readonly_dynrelocs): Likewise.
2527         * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
2528         * elf64-x86-64.c (allocate_dynrelocs): Likewise.
2529         (readonly_dynrelocs): Likewise.
2530         * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
2531         * aoutx.h (aout_link_write_other_symbol): Likewise.
2532         * cofflink.c (_bfd_coff_write_task_globals): Likewise.
2533         (_bfd_coff_write_global_sym): Likewise.
2534         * i386linux.c (linux_tally_symbols): Likewise.
2535         * m68klinux.c (linux_tally_symbols): Likewise.
2536         * sparclinux.c (linux_tally_symbols): Likewise.
2537         * pdp11.c (aout_link_write_other_symbol): Likewise.
2538         * sunos.c (sunos_scan_dynamic_symbol): Likewise.
2539         * xcofflink.c (xcoff_build_ldsyms): Likewise.
2540         (xcoff_write_global_symbol): Likewise.
2542         * cofflink.c (_bfd_coff_final_link): Formatting.
2543         * cpu-mips.c (mips_compatible): Make static, prototype.
2544         * elf32-i386.c (elf_i386_check_relocs): Formatting.
2545         * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
2546         * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
2547         * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
2548         (mips_elf64_final_link): Likewise.
2549         * elflink.h (elf_link_find_version_dependencies): Remove duplicate
2550         prototype.
2552 2002-03-27  Nick Clifton  <nickc@cambridge.redhat.com>
2554         * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
2555         (SWAP_OUT_RELOC_OFFSET): Define.
2557 2002-03-27  Gregory Steuck <greg@nest.cx>
2559         * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
2560         terminating NULL if empty symbol table.
2561         (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
2563 2002-03-26  H.J. Lu  (hjl@gnu.org)
2565         * elflink.h (elf_link_input_bfd): Revert the last change since
2566         the gcc exception handling isn't fixed yet.
2568 2002-03-26  H.J. Lu  (hjl@gnu.org)
2570         * elflink.h (elf_link_input_bfd): Complain about relocations
2571         against local symbols in discarded sections.
2573 2002-03-26  Alan Modra  <amodra@bigpond.net.au>
2575         * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
2577 2002-03-23  Alan Modra  <amodra@bigpond.net.au>
2579         * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
2580         section file offset for !SEC_LOAD sections.
2582 2002-03-21  Richard Earnshaw  <rearnsha@arm.com>
2584         * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
2585         <case R_ARM_GOT>): Handle relocations to Thumb functions.
2587 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
2589         * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
2590         Whitespace changes.
2591         * archive.c: Update copyright date.
2592         * bfd-in2.h: Regenerate.
2593         * libbfd.h: Regenerate.
2594         * Makefile.am: Run "make dep-am"
2595         * Makefile.in: Regenerate.
2596         * po/SRC-POTFILES.in: Regenerate.
2598 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
2600         * dwarf2.c (struct funcinfo): Move up.
2601         (lookup_address_in_function_table): New argument function_ptr.
2602         Set it.
2603         (lookup_address_in_line_table): New argument function.  If function
2604         is non-NULL, use it to handle ``addr'' before the first line note of
2605         the function.
2606         (comp_unit_find_nearest_line): Update and swap calls to
2607         lookup_address_in_function_table and lookup_address_in_line_table.
2608         * syms.c (_bfd_stab_section_find_nearest_line): Use the first
2609         N_SLINE encountered if we see an N_FUN before any N_SLINE.
2611 2002-03-20  Tom Rix  <trix@redhat.com>
2613         * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
2614         _bfd_xcoff_generic_stat_arch_elt.  Fix format check.
2615         * coff64-rs6000.c :  Use _bfd_xcoff_stat_arch_elt.
2617 2002-03-19  Tom Rix  <trix@redhat.com>
2619         * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
2620         dynamic objects in archives.
2622 2002-03-19  Hans-Peter Nilsson  <hp@bitrange.com>
2624         * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
2625         STT_NOTYPE symbols to STT_OBJECT.
2627 2002-03-18  Jan Hubicka  <jh@suse.cz>
2629         * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
2631 2002-03-18  Tom Rix  <trix@redhat.com>
2633         * aix5ppc.core.c : New file for AIX 5 64 bit core support.
2634         * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
2635         * coff-rs6000 (do_pad) : New function for archive padding.
2636         (do_copy) : New function for object file copying in archives.
2637         (do_shared_object_padding) : New function for padding shared
2638         objects to their text section alignment in archives.
2639         (bfd_xcoff_ar_achive_set_magic) : Stub.
2640         (xcoff_write_armap_big) : Use do_copy and do_pad.
2641         (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
2642         do_copy and do_pad.
2643         * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
2644         bfd_xcoff_magic_number.
2645         (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
2646         fop.
2647         (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
2648         (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
2649         (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
2650         * rs6000-core.c : Update copyright date.
2651         * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
2652         csectpp.
2653         * coffcode.h (coff_new_section_hook) : Use new accessor macros.
2654         (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
2655         (coff_set_flags) : Use bfd_xcoff_magic_number.
2656         * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
2657         * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
2658         * Makefile.am : Same.
2659         * config.bfd : Same.
2660         * targets.c : Same.
2661         * configure : Regnerate.
2662         * Makefile.in : Same.
2663         * bfd-in2.h : Same.
2665 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
2667         * po/fr.po: Updated version.
2669 2002-03-18  Alan Modra  <amodra@bigpond.net.au>
2671         * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
2672         * libbfd.h: Regenerate.
2673         * archive.c (coff_write_armap): Pass on failures from
2674         bfd_write_bigendian_4byte_int.
2676 2002-03-14  H.J. Lu <hjl@gnu.org>
2678         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
2679         error to bfd_error_nonrepresentable_section for reinit_array
2680         section in DSO.
2682 2002-03-14  Nick Clifton  <nickc@cambridge.redhat.com>
2684         * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
2685         OR it in rather than replacing previously selected flags.
2687         * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
2688         (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
2690 2002-03-14  Alan Modra  <amodra@bigpond.net.au>
2692         * cpu-mips.c (mips_compatible): New.  Don't check bits_per_word.
2693         (N): Use the above.
2694         * elflink.h (elf_bfd_final_link): Revert last change.  Instead,
2695         ensure reloc size matches before calling elf_link_input_bfd.
2696         Add an assert to check reloc size when counting output relocs.
2698 2002-03-14  Nick Clifton  <nickc@cambridge.redhat.com>
2700         * mmo.c (mmo_get_loc): Return NULL rather than false.
2702 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
2704         * po/fr.po: Updated version.
2706 2002-03-13  Alan Modra  <amodra@bigpond.net.au>
2708         * archures.c (bfd_default_compatible): Test bits_per_word.
2709         * cpu-i386.c (i386_compatible): Remove.  Replace occurrences with
2710         bfd_default_compatible.
2711         * cpu-i370.c (i370_compatible): Likewise.
2712         * cpu-sparc.c (sparc_compatible): Likewise.
2713         * cpu-h8300.c (compatible): Test in->arch == out->arch.
2715         * elflink.h: Formatting fixes.
2716         (elf_link_output_extsym): Merge undefined and undef weak cases.
2718         * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
2719         when word size of input matches output word size.
2721 2002-03-12  Andreas Jaeger  <aj@suse.de>
2723         * cpu-i386.c (i386_compatible): New.  Use it instead of
2724         bfd_default_compatible.
2726 2002-03-07  H.J. Lu  (hjl@gnu.org)
2728         * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
2729         as the type for bfd_reloc_val.
2731 2002-03-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2733         * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
2734         (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
2735         (elf_hppa_final_link_relocate): Correct relocations for indirect
2736         references to local data through the DLT.  Fix .opd creation for
2737         local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
2738         relocations.  Use e_lsel selector for R_PARISC_DLTIND21L,
2739         R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
2740         "Processor-Specific ELF for PA_RISC, Version 1.43" document.
2741         Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
2742         * elf32-hppa.c (final_link_relocate): Revise relocation selectors
2743         as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
2745 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
2747         * merge.c (_bfd_merge_sections): Don't segfault if there
2748         is nothing to merge due to GC.
2750 2002-03-05  Alan Modra  <amodra@bigpond.net.au>
2752         * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
2753         symbols that have been forced local.
2755         * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
2756         to output forced local syms for non-shared link.
2757         (elf_link_output_extsym): Tweak condition for calling backend
2758         adjust_dynamic_symbol so that previous behaviour is kept.
2759         Whitespace changes throughout file.
2761 2002-03-04  H.J. Lu <hjl@gnu.org>
2763         * elf.c (bfd_section_from_shdr): Handle special sections,
2764         .init_array, .fini_array and .preinit_array.
2765         (elf_fake_sections): Likewise.
2767         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
2768         DT entry only if the section is in output for .init_array,
2769         .fini_array and .preinit_array. Complain about .preinit_array
2770         section in DSO.
2771         (elf_bfd_final_link): Warn zero size for .init_array,
2772         .fini_array and .preinit_array sections.
2774         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
2775         SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
2776         (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
2777         .preinit_array.
2779 2002-03-04  Alan Modra  <amodra@bigpond.net.au>
2781         * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
2782         * configure: Regenerate.
2784 2002-03-02  Tom Rix  <trix@redhat.com>
2786         * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
2787         symbolic equiv.
2788         * coff-rs6000.c (xcoff_howto_table): Same.
2790 2002-03-01  David Mosberger  <davidm@hpl.hp.com>
2792         * elflink.h (size_dynamic_sections): If section named
2793         ".preinit_array" exists, create DT_PREINIT_ARRAY and
2794         DT_PREINIT_ARRAYSZ entries in dynamic table.  Analogously for
2795         ".init_array" and ".fini_array".
2796         (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
2797         DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
2798         DT_FINI_ARRAY.
2800 2002-02-26  Andrew Macleod  <amacleod@cygnus.com>
2802         * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
2803         dynsyms.
2805 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
2807         * elf64-hppa.h: Update copyright date.
2809         * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
2810         (ppc64_elf_relocate_section): Don't generate power4 style branch
2811         hints for *_BRTAKEN and *_BRNTAKEN relocs.
2813 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
2815         * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
2816         last patch.
2817         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
2819 2002-02-21  Andreas Jaeger  <aj@suse.de>
2821         * elf64-x86-64.c: Major rework that introduces all recent changes
2822         to the x86-64 backend.  Get a closer match to elf32-i386.
2823         (struct elf64_x86_64_dyn_relocs): Rename from
2824         elf64_x86_64_pcrel_relocs_copied, add additional fields.  Change
2825         all users.
2826         (struct elf64_x86_64_link_hash_table): Add short cuts to some
2827         sections.
2828         (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
2829         remove casts, initialize new hash members.
2830         (create_got_section): New.
2831         (elf64_x86_64_create_dynamic_sections): New.
2832         (elf64_x86_64_copy_indirect_symbol): New.
2833         (elf64_x86_64_check_relocs): Don't allocate space for dynamic
2834         relocs, .got or .relgot here but do it in allocate_dynrelocs.
2835         Reference count possible .plt and .got entries.  Don't test input
2836         section SEC_READONLY here to try to avoid copy relocs, and keep
2837         dyn_relocs regardless of ELF_LINK_NON_GOT_REF.  Don't set
2838         DF_TEXTREL here.  Delay setting of variables until needed.  Cache
2839         pointer to "sreloc" section in elf_section_data. Tweak condition
2840         under which .got created.  Report files with bad relocation
2841         section names.
2842         (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
2843         Reference count possible .plt entries.  Don't deallocate .got and
2844         .relgot space here.
2845         (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc.  Don't
2846         do copy reloc processing for weakdefs.  Remove redundant casts and
2847         aborts.  Delay setting of vars until needed.  Move creation of
2848         dynamic symbols and allocation of .plt and .rela.plt to
2849         allocate_dynrelocs.  Replace BFD_ASSERT with abort.
2850         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
2851         (allocate_dynrelocs): New.
2852         (readonly_dynrelocs): New.
2853         (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
2854         Allocate space for dyn relocs.  Replace BFD_ASSERT with abort.
2855         Zero out the dynamic allocated content space.
2856         (elf64_x86_64_discard_copies): Removed.
2857         (elf64_x86_64_relocate_section): Make use of dynamic section
2858         short-cuts.  Localise vars, and delay setting.  Better error
2859         reporting, replace BFD_ASSERT with abort.  Check
2860         ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
2861         regular object file and tread the weak definition as the normal
2862         one.  Don't discard relocs for undefweak or undefined symbols and
2863         check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
2864         relocs.
2865         (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
2866         symbols that have been forced local.  Use same test to decide if
2867         we can use a relative reloc for got as relocate_section.  Expand
2868         SHN_UNDEF comment.  Move expressions out of function calls.
2869         Replace BFD_ASSERT with abort.
2870         (bfd_elf64_bfd_final_link): Removed.
2871         (elf_backend_copy_indirect_symbol): Define.
2873 2002-02-20  Tom Rix  <trix@redhat.com>
2875         * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
2876         (_bfd_xcoff_reloc_type_lookup): Use it.
2877         * coff64-rs6000.c (xcoff64_howto_table): Same.
2878         (xcoff64_reloc_type_lookup): Same.
2880 2002-02-20  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2882         * osf-core.c (osf_core_vec):  OSF/1 (Digital Unix) core files are
2883         little endian.
2885 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2887         * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
2888         (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
2889         * bfd-in2.h: Regenerate.
2890         * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
2891         Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
2892         with "s390:64-bit".
2893         * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
2894         (elf_s390_reloc_type_lookup): Likewise.
2895         (elf_s390_check_relocs): Likewise.
2896         (elf_s390_gc_sweep_hook): Likewise.
2897         (elf_s390_relocate_section): Likewise.
2898         (elf_s390_object_p): Use renamed architecture define.
2899         * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
2901 2002-02-19  Frank Ch. Eigler  <fche@redhat.com>
2903         * syms.c (stt[]): Sorted.  Added .init/.fini -> "t" mapping.
2905 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
2907         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
2908         absptr -> pcrel optimization for shared libs.
2909         Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
2910         library cannot be converted to pcrel.
2911         (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
2912         relative.
2913         * elf32-i386.c (elf_i386_relocate_section): If
2914         _bfd_elf_section_offset returned -2, skip, but make sure the
2915         relocation is installed.
2916         * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
2917         * elf32-cris.c (cris_elf_relocate_section): Likewise.
2918         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
2919         * elf32-i370.c (i370_elf_relocate_section): Likewise.
2920         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2921         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
2922         * elf32-s390.c (elf_s390_relocate_section): Likewise.
2923         * elf32-sh.c (sh_elf_relocate_section): Likewise.
2924         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2925         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2926         * elf64-s390.c (elf_s390_relocate_section): Likewise.
2927         * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
2928         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2929         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
2930         * elf64-alpha.c (elf64_alpha_relocate_section): Handle
2931         _bfd_elf_section_offset returning -2 the same way as -1.
2932         * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
2933         * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
2934         and BFD_ASSERT.
2935         * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
2937 2002-02-18  Tom Rix  <trix@redhat.com>
2939         * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
2940         (bfd_xcoff_size_dynamic_sections): Same.
2941         * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
2942         (bfd_xcoff_size_dynamic_sections): Same.
2943         * coff-rs6000.c (xcoff_generate_rtinit): Same.
2944         * coff-rs646000.c (xcoff64_generate_rtinit): Same.
2945         * libxcoff.h (struct xcoff_backend_data_rec): Same.
2946         * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
2947         * bfd-in2.h: Regenerate.
2949 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
2951         * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
2952         (struct ppc_link_hash_table): Add sfpr.
2953         (ppc64_elf_link_hash_table_create): Init it.
2954         (ppc64_elf_create_dynamic_sections): Split creation of .stub and
2955         .glink out to..
2956         (create_linkage_sections): ..here.  Make .sfpr too.
2957         (ppc64_elf_check_relocs): Call create_linkage_sections, and set
2958         dynobj early.
2959         (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
2960         (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
2961         ._restf* functions, and create as needed.
2962         (func_desc_adjust): Only force_local for shared libs.
2964 2002-02-18  David O'Brien  <obrien@FreeBSD.org>
2966         * configure.in: Bump version number post 2.12 branching.
2967         * configure: Regenerate.
2969 2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
2971         * mmo.c: Correct and improve comments.
2972         (mmo_write_chunk): Store trailing byte in bfd buffer; don't
2973         zero-pad.  Use input to fill up non-empty bfd buffer.
2974         (mmo_flush_chunk): New function.
2975         (mmo_write_loc_chunk): Add parameter last_vmap, all callers
2976         changed.  Don't emit location specifier if VMA is same as
2977         *LAST_VMAP after omitting leading zero contents.  Call
2978         mmo_flush_chunk before emitting location specifier.
2979         (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
2980         with mmo_write_loc_chunk calls.
2981         (mmo_internal_write_section): Call mmo_flush_chunk after
2982         mmo_write_chunk.
2983         (mmo_write_symbols_and_terminator): Move :Main to first position
2984         in symbol array.  Add faked one if it does not exist if there are
2985         other symbols.  Don't add it if there are no symbols at all.  Move
2986         out test for value of :Main from symbol loop.  Rename table
2987         fakemain to maintable and variable mainsym to fakemain.
2989 2002-02-15  Richard Henderson  <rth@redhat.com>
2991         * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
2992         section with no got matches any got.  Simplify error generaion.
2994 2002-02-15  Alan Modra  <amodra@bigpond.net.au>
2996         Support arbitrary length fill patterns.
2997         * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
2998         (_bfd_default_link_order): Remove bfd_fill_link_order code.
2999         Call default_data_link_order.
3000         (default_fill_link_order): Delete.
3001         (default_data_link_order): New function.
3002         * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
3003         of bfd_fill_link_order with bfd_data_link_order.
3004         * elf64-alpha.c (elf64_alpha_final_link): Likewise.
3005         * elf64-mips.c (mips_elf64_final_link): Likewise.
3007         * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
3008         Correct value returned in "end" for "0x<non-hex>".
3010 2002-02-14  Nick Clifton  <nickc@cambridge.redhat.com>
3012         * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
3013         (scan): Test against 'mach' field in info structure.
3015 2002-02-14  Alan Modra  <amodra@bigpond.net.au>
3017         * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
3019 2002-02-14  Matt Fredette  <fredette@netbsd.org>
3021         * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
3022         EF_M68000.
3024 2002-02-13  Nick Clifton  <nickc@cambridge.redhat.com>
3026         * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
3027         non-zero physical addresses when adjusting the LMAs of new
3028         sections.
3030 2002-02-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3032         * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
3033         from _bfd_elf_hppa_gen_reloc_type.
3034         (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
3035         * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
3036         * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
3037         * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
3039 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
3041         * elf-m10300.c (mn10300_elf_relax_section): Skip section before
3042         loading its contents if there's nothing to do in it.
3044 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
3046         * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
3047         64k boundary.
3049         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
3050         DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
3051         (ppc64_elf_finish_dynamic_sections): Set values for them.
3053 2002-02-11  Michael Snyder  <msnyder@redhat.com>
3055         * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
3056         * elf.c (elfcore_grok_pstatus): Add prototype.
3057         (elfcore_grok_lwpstatus): Add prototype.
3058         (elfcore_write_lwpstatus): New function.
3059         (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
3061 2002-02-11  Alexandre Oliva  <aoliva@redhat.com>
3063         * elf32-sh.c: Added missing prototypes.
3064         * elf32-sh64.c: Likewise.
3065         (sh_elf_align_loads): Mark unused args as such.
3066         * elf64-sh64.c: Added missing prototypes.
3067         (struct elf_sh64_link_hash_entry): Fix typo.
3068         (sh_elf64_relocate_section): Fix info argument passed to
3069         _bfd_elf_section_offset.
3071 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
3073         * Makefile.am: "make dep-am".
3074         * Makefile.in: Regenerate.
3075         * aclocal.m4: Regenerate.
3076         * config.in: Regenerate.
3077         * configure: Regenerate.
3079 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
3081         * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
3082         variable warnings.
3083         * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
3084         comparison warning.
3085         * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
3086         cast warnings for the common case.
3088 2002-02-10  Hans-Peter Nilsson  <hp@bitrange.com>
3090         * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
3091         vectors.
3092         (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
3093         vectors.
3095 2002-02-09  Richard Henderson  <rth@redhat.com>
3097         * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
3098         (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
3099         (elf64_alpha_relocate_section): Likewise.
3100         * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
3101         * bfd-in2.h, libbfd.h: Rebuild.
3103 2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
3105         * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
3106         that base-plus-offset reloc accounting is consistent.
3107         (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
3108         up to date for undefined symbols.
3110 2002-02-08  Eric Christopher  <echristo@redhat.com>
3112         From Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3114         * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
3115         sections for the O32 ABI.
3117 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
3119         * elf32-arm.h: Fix formatting of _("...").
3120         * elf32-d10v.c: Likewise.
3121         * elf32-m68k.c: Likewise.
3122         * elf32-mips.c: Likewise.
3124 2002-02-08  Ivan Guzvinec <ivang@opencores.org>
3126         * coff-or32.c: Fix compile time warning messages.
3128 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
3130         Contribute sh64-elf.
3131         2002-01-23  Alexandre Oliva  <aoliva@redhat.com>
3132         * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
3133         R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
3134         R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
3135         R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
3136         R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
3137         R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
3138         R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
3139         R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
3140         R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
3141         New relocs.
3142         * libbfd.h, bfd-in2.h: Rebuilt.
3143         * elf32-sh.c (sh_elf_howto_table): Define new relocs.
3144         (sh_reloc_map): Map them.
3145         (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
3146         elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
3147         elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
3148         elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
3149         elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
3150         elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
3151         movi_shori_putval) [INCLUDE_SHMEDIA]: New.
3152         (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
3153         datalabel_got_offset.
3154         (sh_elf_link_hash_newfunc): Initialize it.
3155         (sh_elf_relocate_section): Augment the scope of
3156         seen_stt_datalabel.  Introduce GOTPLT support.  Extend GOTPC, PLT,
3157         GOT and GOTOFF handling to new SHmedia relocation types.  Support
3158         GOT_BIAS.
3159         (sh_elf_check_relocs): Likewise.
3160         (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
3161         PLT entries using movi_shori_putval.  Support GOT_BIAS.
3162         (sh_elf_finish_dynamic_sections): Likewise.
3163         * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
3164         relocation, it's now done by the caller.
3165         (GOT_BIAS): New.
3166         * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
3167         elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
3168         elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
3169         elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
3170         elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
3171         elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
3172         sh64_elf64_hash_table): New.
3173         (sh_elf64_howto_table): Introduce new relocs.
3174         (sh_elf64_info_to_howto): Accept new PIC relocs.
3175         (sh_elf64_relocate_section): Augment the scope of
3176         seen_stt_datalabel.  Support new PIC relocs.
3177         (sh_elf64_check_relocs): Support new PIC relocs.
3178         (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
3179         elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
3180         elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
3181         elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
3182         sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
3183         movi_shori_putval, movi_3shori_putval,
3184         sh64_elf64_create_dynamic_sections,
3185         sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
3186         sh64_elf64_size_dynamic_sections,
3187         sh64_elf64_finish_dynamic_symbol,
3188         sh64_elf64_finish_dynamic_sections): New.
3189         (elf_backend_create_dynamic-sections,
3190         bfd_elf64_bfd_link_hash_table_create,
3191         elf_backend_adjust_dynamic_symbol,
3192         elf_backend_size_dynamic_sections,
3193         elf_backend_finish_dynamic_symbol,
3194         elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
3195         elf_backend_plt_readonly, elf_backend_want_plt_sym,
3196         elf_backend_got_header_size, elf_backend_plt_header_size):
3197         Define.
3198         2001-05-16  Alexandre Oliva  <aoliva@redhat.com>
3199         * elf32-sh.c: Renumbered and renamed some SH5 relocations to
3200         match official numbers and names; moved unmaching ones to the
3201         range 0xf2-0xff.
3202         * elf32-sh64.c, elf64-sh64.c: Likewise.
3203         2001-03-12  DJ Delorie  <dj@redhat.com>
3204         * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
3205         sections.
3206         2001-03-12  DJ Delorie  <dj@redhat.com>
3207         * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
3208         be aligned.
3209         * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
3210         2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
3211         * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
3212         (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
3213         .cranges section with SEC_SORT_ENTRIES set.
3214         (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
3215         incoming sorted .cranges section.
3216         (sh64_bfd_elf_copy_private_section_data): New.
3217         (sh64_elf_final_write_processing): Only sort .cranges and modify
3218         start address if called by linker.
3219         2001-01-08  Ben Elliston  <bje@redhat.com>
3220         * elf32-sh64.c (sh64_elf_final_write_processing): Activate
3221         Hans-Peter Nilsson's set bit 0 patch from       2001-01-06.
3222         * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
3223         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
3224         * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
3225         line.  Add comments before all entries.
3226         <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
3227         comment.
3228         (sh_elf64_reloc): Correct head comment.
3229         (sh_elf64_relocate_section): Correct spacing.
3230         <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
3231         instead call reloc_dangerous callback.
3232         <case R_SH_SHMEDIA_CODE>: New case.
3233         (sh_elf64_gc_mark_hook): Correct spacing.
3234         (sh_elf64_check_relocs): Ditto.
3235         * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
3236         New case.
3237         * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
3238         functions.
3239         (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
3240         clarify describing comment.  Add comments before all entries.
3241         (sh_elf_relocate_section) <relocating for a local symbol>: Do not
3242         honour STO_SH5_ISA32; instead call reloc_dangerous callback.
3243         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
3244         Sort .cranges section in final link.  Prepare to set bit 0 on
3245         entry address.
3246         * elf32-sh64.c (struct sh64_find_section_vma_data): New.
3247         (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
3248         (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
3249         .cranges section.
3250         (sh64_backend_section_from_shdr): New, to recognize
3251         SHT_SH5_CR_SORTED on incoming .cranges section.
3252         (elf_backend_section_from_shdr): Define.
3253         (sh64_elf_final_write_processing): Sort outgoing .cranges
3254         section.  (New, temporarily disabled:) Set bit 0 on entry address
3255         according to ISA type.
3256         (sh64_find_section_for_address): New.
3257         (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
3258         crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
3259         (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c.  Use
3260         bfd_malloc, not xmalloc.
3261         (sh64_get_contents_type): Move here from opcodes/sh64-dis.c.  Make
3262         global.
3263         * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
3264         temporarily disabled) setting bit 0 on entry address.
3265         (elf_backend_final_write_processing): Define.
3266         2001-01-05  Hans-Peter Nilsson  <hpn@cygnus.com>
3267         * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
3268         be a proper relocation for PTA and PTB rather than a marker.
3269         <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
3270         R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
3271         R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
3272         R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
3273         R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
3274         Zero src_mask.
3275         * elf64-sh64.c: Ditto.
3276         (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
3277         * elf32-sh64.c: Include opcodes/sh64-opc.h
3278         (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
3279         argument.  Drop const qualifiers from "bfd *" and "bfd_byte *"
3280         parameters.  No unused parameters.  Caller changed.
3281         <case R_SH_PT_16>: New case.
3282         * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
3283         * Makefile.in: Regenerate.
3284         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
3285         * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
3286         all code sections.
3287         (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
3288         (sh64_elf_merge_private_data): Ditto.
3289         * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
3290         to access stored section flags.
3291         (sh64_elf_final_write_processing): Return immediately unless
3292         called by linker.  Use sh64_elf_section_data (cranges) to get size
3293         of linker-generated cranges entries.
3294         (sh64_elf_copy_private_data): Add missing "return true".
3295         (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
3296         (sh_elf64_merge_private_data): Ditto.
3297         2000-12-19  Hans-Peter Nilsson  <hpn@cygnus.com>
3298         * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
3299         elf64-sh64.c:sh64_elf_fake_sections.
3300         (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
3301         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
3302         * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
3303         (sh64_elf_final_write_processing): New.
3304         (elf_backend_final_write_processing): Define.
3305         (sh64_elf_fake_sections): Get header flags from tdata field.
3306         (sh64_elf_copy_private_data): Do not call
3307         sh64_elf_copy_private_data_internal, just copy e_flags field.
3308         (sh64_elf_merge_private_data): Do not call
3309         sh64_elf_copy_private_data_internal.
3310         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
3311         Remove EF_SH64_ABI64, let ELF size make difference.
3312         Remove SH64-specific BFD section flag.
3313         * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
3314         containing SHmedia through elf_section_data (asect)->tdata
3315         non-zero, not using a BFD section flag.
3316         (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
3317         (sh64_elf_merge_private_data): Similar.
3318         (elf_backend_section_flags): Don't define.
3319         (sh64_elf_backend_section_flags): Delete.
3320         * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
3321         not EF_SH64_ABI64.
3322         (sh_elf64_merge_private_data): Similar.
3323         * section.c (Section flags definitions): Don't define
3324         SEC_SH_ISA_SHMEDIA.
3325         (bfd-in2.h): Regenerate.
3326         2000-12-09  Hans-Peter Nilsson  <hpn@cygnus.com>
3327         Make DataLabel references work with partial linking.
3328         * elf32-sh64.c: Fix formatting.
3329         (sh64_elf_link_output_symbol_hook): New.
3330         (elf_backend_link_output_symbol_hook): Define to
3331         sh64_elf_link_output_symbol_hook.
3332         (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
3333         undefined if partial linking.  Adjust sanity check.
3334         * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
3335         (elf_backend_link_output_symbol_hook): Define to
3336         sh64_elf64_link_output_symbol_hook.
3337         (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
3338         undefined if partial linking.  Adjust sanity check.
3339         2000-12-07  Hans-Peter Nilsson  <hpn@cygnus.com>
3340         Implement semantics for inter-file DataLabel references.
3341         * elf64-sh64.c (DATALABEL_SUFFIX): Define.
3342         (sh64_elf64_add_symbol_hook): New.
3343         (sh_elf64_relocate_section): If passing an indirect symbol with
3344         st_type STT_DATALABEL on the way to a symbol with st_other
3345         STO_SH5_ISA32, do not bitor 1 to the relocation.
3346         (elf_backend_add_symbol_hook): Define to
3347         sh64_elf64_add_symbol_hook.
3348         * elf64-sh32.c: Tweak comments.
3349         (DATALABEL_SUFFIX): Define.
3350         (sh64_elf_add_symbol_hook): New.
3351         (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
3352         * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
3353         symbol with st_type STT_DATALABEL on the way to a symbol with
3354         st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
3355         2000-12-05  Hans-Peter Nilsson  <hpn@cygnus.com>
3356         Pass through STT_DATALABEL.
3357         * elf32-sh64.c (sh64_elf_get_symbol_type): New.
3358         (elf_backend_get_symbol_type): Define.
3359         * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
3360         (elf_backend_get_symbol_type): Define.
3361         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
3362         * elf32-sh64.c: Tweak comments.
3363         (sh64_elf_copy_private_data_internal): Add prototype.
3364         (bfd_elf32_bfd_set_private_flags): Define.
3365         (sh64_elf_copy_private_data_internal): Compare machine name, not
3366         textual BFD target name, to check whether to copy section flag
3367         SHF_SH5_ISA32.
3368         (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
3369         Tweak section-contents-type-mismatch message.
3370         (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
3371         Validize reloc-types.
3372         * elf64-sh64.c: New file.
3373         * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
3374         * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
3375         (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
3376         Regenerate dependencies.
3377         * Makefile.in: Regenerate.
3378         * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
3379         bfd_elf64_sh64l_vec.
3380         * configure.in: Handle bfd_elf64_sh64_vec and
3381         bfd_elf64_sh64l_vec.
3382         * configure: Regenerate.
3383         * po/POTFILES.in: Regenerate.
3384         * po/bfd.pot: Regenerate.
3385         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
3386         * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
3387         anything else but EF_SH64 and EF_SH64_ABI64.
3388         (sh64_elf_merge_private_data): Emit error for anything else but
3389         EF_SH64 and EF_SH64_ABI64.
3390         * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
3391         from targ_selvecs.
3392         * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
3393         bfd_elf32_sh64l_vec as a temporary measure.
3394         * configure: Regenerate.
3395         2000-11-27  Hans-Peter Nilsson  <hpn@cygnus.com>
3396         * cpu-sh.c (arch_info_struct): Include sh5 item
3397         unconditionalized.
3398         * config.bfd (sh64-*-elf*): Do not set targ_cflags.
3399         Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
3400         bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
3401         * elf32-sh64.c: Tweak comments.
3402         (sh64_elf_set_mach_from_flags): Recognize all machine flags that
3403         are proper subsets of SH64 as bfd_mach_sh5.  Add EF_SH64_ABI64.
3404         (sh64_elf_copy_private_data_internal): Wrap long line.
3405         (sh64_elf_merge_private_data): Rewrite to allow objects from
3406         SH64 subsets to be linked together.
3407         (INCLUDE_SHMEDIA): Define.
3408         * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
3409         Parenthesize plus-expression inside or-expression.
3410         <global symbol>: Ditto.
3411         (sh_elf_set_mach_from_flags): Remove code refusing
3412         deleted EF_SH64_32BIT_ABI flag.
3413         2000-11-26  Hans-Peter Nilsson  <hpn@cygnus.com>
3414         * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
3415         R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
3416         R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
3417         (sh_elf_relocate_section) <local symbol>: Or 1 in
3418         calculation of relocation if sym->st_other & STO_SH5_ISA32.
3419         <global symbol>: Ditto if h->other & STO_SH5_ISA32.
3420         * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
3421         relocation.
3422         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
3423         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
3424         (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
3425         Regenerate dependencies.
3426         * Makefile.in: Regenerate.
3427         * archures.c: Add bfd_mach_sh5.
3428         * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
3429         Handle sh64-*-elf*.  Set targ_cflags to -DINCLUDE_SHMEDIA.
3430         * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
3431         * configure: Regenerate.
3432         * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
3433         BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
3434         BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
3435         BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
3436         BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
3437         BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
3438         BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
3439         BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
3440         BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
3441         * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
3442         in item for SH5.
3443         * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
3444         for SHmedia relocs.
3445         [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
3446         [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
3447         shmedia_prepare_reloc, goto final_link_relocate if it returns
3448         non-zero, else fail as before.
3449         (sh_elf_set_mach_from_flags): Provide function only if not defined
3450         as macro.  Do not recognize objects with EF_SH64_32BIT_ABI set.
3451         (sh_elf_set_private_flags): Provide function only if not defined
3452         as a macro.
3453         (sh_elf_copy_private_data): Similar.
3454         (sh_elf_merge_private_data): Similar.
3455         * section.c (SEC_SH_ISA_SHMEDIA): New.
3456         * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
3457         * elf32-sh64.c: New file.
3458         * libbfd.h: Regenerate.
3459         * bfd-in2.h: Regenerate.
3460         * po/POTFILES.in: Regenerate.
3461         * po/bfd.pot: Regenerate.
3462         * bfd-in2.h: Regenerate.
3463         * libbfd.h: Regenerate.
3465 2002-02-07  Daniel Jacobowitz  <drow@mvista.com>
3467         * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
3468         been included, not drag it in.
3469         * bfd-in2.h: Regenerate.
3471 2002-02-06  H.J. Lu  (hjl@gnu.org)
3473         * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
3474         the mach and ISA fields if necessary.
3476 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
3478         * coffcode.h (coff_set_arch_mach_hook): Select the highest known
3479         ARM architecture when an F_ARM_5 flag is detected, since we cannot
3480         be sure exactly which architecture this represents.
3482 2002-02-05  Nick Clifton  <nickc@redhat.com>
3484         * po/tr.po: Updated translation.
3486 2002-02-05  Alan Modra  <amodra@bigpond.net.au>
3488         From Jimi X <jimix@watson.ibm.com>
3489         * archures (bfd_mach_ppc64): Define.
3490         (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
3491         (bfd_powerpc_arch): Define.
3492         * bfd-in2.h: Regenerate.
3493         * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
3494         (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
3495         (bfd_powerpc_archs): Add default powerpc64 arch.
3497 2002-02-05  Alan Modra  <amodra@bigpond.net.au>
3499         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
3500         against section syms in readonly sections.  Don't do the global
3501         sym check if we find one.
3502         * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
3503         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
3504         * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
3505         * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
3506         (elf_s390_grok_prstatus): Add missing prototype.
3508 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
3510         * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
3511         (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
3512         Call bfd_get_section_by_name only once.  Initialize
3513         bpodata->n_bpo_relocs_this_section.
3514         (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
3515         referring to DSOs.
3516         (bpo_reloc_request_sort_fn): Don't use difference of values as
3517         return-value.
3519 2002-02-02  David O'Brien  <obrien@FreeBSD>
3521         * configure.in: Tweak the FreeBSD 4.x recognition more.  Only treat
3522         version 4.5 and later the same as 5-CURRENT.
3523         * configure: Re-generate.
3525 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
3527         * config.bfd (hppa*-*-netbsd*): New target.
3529 2002-01-31  Philipp Thomas  <pthomas@suse.de>
3531         * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
3532         to front of message. Unify messages with elf32-arm.h. Use
3533         commas where neccessary.
3534         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
3535         ERROR in messages. Unify messages with coff-arm.c. Correct
3536         VFP/FPA error message.
3537         (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
3538         APCS-32 for translation.
3540 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
3542         Perform on-demand global register allocation from
3543         R_MMIX_BASE_PLUS_OFFSET relocs.
3544         * elf64-mmix.c (struct bpo_reloc_section_info, struct
3545         bpo_reloc_request, struct bpo_greg_section_info): New.
3546         (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
3547         bpo_reloc_request_sort_fn, mmix_elf_relax_section,
3548         _bfd_mmix_check_all_relocs,
3549         _bfd_mmix_prepare_linker_allocated_gregs,
3550         _bfd_mmix_finalize_linker_allocated_gregs): New functions.
3551         (elf_mmix_howto_table): Correct src_mask for most relocs.
3552         (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
3553         case.
3554         (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
3555         case.  Fix typo in comment.  New label do_mmix_reloc.
3556         (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
3557         store first object file with a base-plus-offset reloc.  Call
3558         mmix_elf_check_common_relocs for the part common with mmo.
3559         (mmix_elf_final_link): Write out linker-allocated register
3560         contents section.
3561         (elf_backend_gc_sweep_hook): Define.
3562         (bfd_elf64_bfd_relax_section): Define.
3564         * mmo.c: Don't include <ctype.h>
3565         (mmo_init): Correct init-once logic.
3567 2002-02-01  Tom Rix  <trix@redhat.com>
3569         * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
3571 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
3573         * Makefile.am: Run "make dep-am"
3574         * Makefile.in: Regenerate.
3576 2002-01-31  David O'Brien  <obrien@FreeBSD>
3578         * configure.in: Recognize the differences in core files from FreeBSD
3579         4.{0,1} and later versions of 4.x.  This treats 4.2+ the same as
3580         5-CURRENT.
3581         * configure: Regenerate.
3583 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
3585         * coff-or32.c: New file.
3586         * cpu-or32.c: New file.
3587         * elf32-or32.c: New file.
3588         * archures.c: Add support for or32.
3589         * targets.c: Add support for or32.
3590         * bfd-in2.h: Regenerate.
3591         * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
3592         coff_write_object_contents): Add support for or32.
3593         * config.bfd: Add target.
3594         * configure.in: Add support for or32.
3595         * configure: Regenerate.
3596         * Makefile.am: Add support for or32.
3597         * Makefile.in: Regenerate.
3598         * po/SRC-POTFILES.in: Add or32 files.
3599         * po/bfd.pot: Regenerate.
3601 2002-01-31  Nick Clifton  <nickc@cambridge.redhat.com>
3602             Don Lindsay  <lindsayd@cisco.com>
3604         * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
3605         false' with a return of a bfd_reloc_ error code.
3607 2002-01-31  Hans-Peter Nilsson  <hp@axis.com>
3609         * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
3610         unexport unreferenced symbols when --export-dynamic.  Call
3611         _bfd_elf_strtab_delref when unexporting.
3613 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
3615         * bfd-in.h: Include <stdbool.h> if it is available.
3616         * bfd-in2.h: Regenerated.
3618 2002-01-31  Alan Modra  <amodra@bigpond.net.au>
3620         * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
3621         not go via the plt.
3623 2002-01-30  Nick Clifton  <nickc@cambridge.redhat.com>
3625         * archures.c: Tidy up formatting of embedded comments.
3626         * bfd.c: Tidy up formatting of embedded comments.
3627         * bfd-in.h: Fix formatting of comments.
3628         * reloc.c: Tidy up formatting of ordinary & embedded comments.
3629         * section.c: Tidy up formatting of embedded comments.
3630         * syms.c: Tidy up formatting of embedded comments.
3631         * targets.c: Tidy up formatting of embedded comments.
3633         * bfd-in2.h: Regenerate.
3635 2002-01-30  Nick Clifton  <nickc@cambridge.redhat.com>
3637         * vms-tir.c (cmd_name): New function.
3638         (tir_cmd_name): New function.
3639         (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
3640         (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
3641         Fix formatting.
3643         * peXXigen.c (pe_print_idata): Rearrange message to aid in
3644         translation.
3645         (pe_print_pdata):  Rearrange message to aid in translation.
3647         * libbfd.c (warn_deprecated): Rearrange error message to aid in
3648         translation.
3650         * ihex.c (ihex_write_object_contents): Fix spelling typo.
3652         * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
3654         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
3655         message to aid in translation.
3657         * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
3658         to aid in translation.
3660         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
3662 2002-01-30  Philipp Thomas  <pthomas@suse.de>
3664         * coff-arm.c, elf32-elf.h: Unify messages.
3666 2002-01-30  Nick Clifton <nickc@redhat.com>
3668         * po/sv.po: Updated translation.
3670 2002-01-30  Philipp Thomas  <pthomas@suse.de>
3672         * dwarf2.c (read_abbrev): Use full section name in error message.
3673         (decode_line_info): Likewise.
3675         * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
3676         message.
3678 2002-01-30  Alan Modra  <amodra@bigpond.net.au>
3680         * elf64-ppc.c (func_desc_adjust): Only provide missing function
3681         descriptor symbols for undefined function code syms.  Clear
3682         ELF_LINK_NON_ELF so that they can stay weak.
3684 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
3685             Mitch Lichtenberg  <mpl@broadcom.com>
3687         * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
3688         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
3689         to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
3690         generation.
3691         * bfd-in2.h: Regenerate.
3693 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
3695         * elf32-mips.c: Add additional comments about HI16 relocation
3696         processing.
3697         (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
3698         pc-relative relocations.  (Reverts change made on 2001-10-31.)
3699         (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
3700         for pc-relative relocations.
3701         (mips_elf_calculate_relocation): Add a comment about a kludge
3702         in the R_MIPS_GNU_REL_HI16 handling.
3703         (_bfd_mips_elf_relocate_section): Implement that kludge;
3704         adjust pc-relative HI16 relocation for difference in HI16 and
3705         LO16 addresses, since it can't easily be done in
3706         mips_elf_calculate_relocation.
3708 2002-01-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3710         * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
3711         relocations with PC32 relocations for undefined or weak symbols.
3712         * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
3713         * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
3715 2002-01-28  Jason Thorpe  <thorpej@wasabisystems.com>
3717         * elfcore.h (elf_core_file_p): Improve comment for last change.
3719 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
3721         * configure: Regenerated.
3723 2002-01-27  Jason Thorpe  <thorpej@wasabisystems.com>
3725         * elfcore.h (elf_core_file_p): Set the machine architecture
3726         before processing the program headers.
3728 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
3730         * configure.in <64-bit configuration>: If using gcc, check and
3731         emit error for egcs-1.1.2.
3732         * configure: Regenerate.
3734 2002-01-26  Egor Duda  <deo@logos-m.ru>
3736         * elf.c (elfcore_grok_win32pstatus): Copy only as much information
3737         as possible to avoid stack corruption.
3739 2002-01-26  Richard Henderson  <rth@redhat.com>
3741         * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
3742         for non-allocated sections.
3744 2002-01-25  Mark Kettenis  <kettenis@gnu.org>
3746         * elf.c (elfcore_write_prstatus): Make sure we pass the address of
3747         prstat.pr_reg even if it is a struct.
3749 2002-01-25  Steve Ellcey <sje@cup.hp.com>
3751         * bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
3753 2002-01-25  Philipp Thomas  <pthomas@suse.de>
3755         * coffgen.c (coff_print_symbol): Don't mark info message
3756         for translation.
3758 2002-01-25  Nick Clifton <nickc@redhat.com>
3760         * po/fr.po: Updated translation.
3761         * po/es.po: Updated translation.
3763 2002-01-25  Philipp Thomas  <pthomas@suse.de>
3765         * coff-alpha.c (alpha_relocate_section): Unify warning message
3766         for GP relative relocations without GP defined.
3767         * coff-mips.c (mips_relocate_section): Likewise.
3769 2002-01-25  Alan Modra  <amodra@bigpond.net.au>
3771         * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
3772         unsigned overflow when new_offset < old_offset.
3774 2002-01-24  Philipp Thomas  <pthomas@suse.de>
3776         * bfd.c (_bfd_abort): Fix typo.
3778 2002-01-23  Richard Henderson  <rth@redhat.com>
3780         * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
3781         plt entries for undefweak symbols.
3783 2002-01-23  Steve Ellcey <sje@cup.hp.com>
3785         * bfd/targets.c (bfd_elf32_ia64_hpux_big_vec): Add to
3786         DEFAULT_VECTOR.
3787         (bfd_elf64_ia64_hpux_big_vec): Ditto.
3788         (bfd_elf32_h8300_vec): Ditto.
3790 2002-01-23  Alan Modra  <amodra@bigpond.net.au>
3792         * elf64-ppc.c: Remove stale part of ABI comment.
3793         (NO_OPD_RELOCS): Define.
3794         (ppc64_elf_check_relocs): Use it.
3795         (ppc64_elf_relocate_section): Here too.
3796         (build_one_stub): Don't point function syms at the stub.  Instead,
3797         hijack plt.offset.
3798         (ppc64_elf_relocate_section): Check whether REL24 relocs should
3799         really go to the stub.  Make all dynamic relocs in opd against
3800         locals.
3801         (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
3802         plt.offset.
3804 2002-01-22  Richard Henderson  <rth@redhat.com>
3806         * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
3808 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
3810         * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
3811         TOC_BASE_OFF adjustment.
3813         * Makefile.am: Run "make dep-am".
3814         * Makefile.in: Regenerate.
3815         * po/SRC-POTFILES.in: Regenerate.
3817 2002-01-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3819         * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
3820         host defines.
3822 2002-01-21  Hans-Peter Nilsson  <hp@axis.com>
3824         * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
3825         Check for and emit error if sgot is NULL at this point.
3827 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
3829         * config.bfd (ia64*-*-netbsd*): New target.
3831 2002-01-21  Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
3833         * som.c (som_write_space_strings): Comment typo fix.
3835 2002-01-21  Alan Modra  <amodra@bigpond.net.au>
3837         * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
3838         is_func_descriptor fields.
3839         (link_hash_newfunc): Init them.
3840         (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
3841         dot are candidates for plt entries.  When processing .opd relocs,
3842         set function descriptor strings to point inside function code
3843         string, and set new ppc_link_hash_entry fields.
3844         (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
3845         (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
3846         function descriptors.  It's now done in..
3847         (func_desc_adjust): New.
3848         (ppc64_elf_func_desc_adjust): New.
3849         (define elf_backend_always_size_sections): Define.
3850         (ppc64_elf_hide_symbol): New.
3851         (define elf_backend_hide_symbol): Define.
3852         (allocate_dynrelocs): Remove code looking up function descriptors
3853         as that has been done earlier.
3854         (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
3855         table.
3856         (ppc64_elf_finish_dynamic_symbol): Likewise.  Remove code looking
3857         up function descriptor.
3858         (build_one_stub): Look up the function code sym.  Check for
3859         invalid plt offsets.
3860         (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
3861         Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
3863         * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
3864         boolean param.
3865         (_bfd_elf_link_hash_hide_symbol): Likewise.
3866         * elflink.h (elf_link_add_object_symbols): Adjust call to
3867         elf_backend_hide_symbol.
3868         (elf_fix_symbol_flags): Likewise.
3869         (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
3870         than bfd_alloc.
3871         * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
3872         Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
3873         * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
3874         (clobber_millicode_symbols): Adjust to suit new hide_symbol.
3875         * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
3876         and adjust to suit.
3877         * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
3878         _bfd_elf_link_hash_hide_symbol rather than duplicating code.
3879         * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
3881 2002-01-18  Alan Modra  <amodra@bigpond.net.au>
3883         * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
3884         dynamic function descriptor symbol, not the associated function
3885         symbol.
3887 2002-01-17  Eric Christopher  <echristo@redhat.com>
3889         * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
3891 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
3893         * po/bfd.pot: Regenerate.
3894         * po/fr.po: Regenerate.
3896 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
3898         * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
3899         Remove "Elf_Internal_Shdr *" param.
3900         (_bfd_mips_elf_section_from_bfd_section): Ditto.
3901         * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
3902         * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
3903         * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
3904         * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
3905         * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
3906         * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
3907         function to override special sections.  Remove hdr arg from
3908         backend call, and don't loop.
3910 2002-01-16  Eric Christopher  <echristo@redhat.com>
3912         * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
3913         on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
3914         relocations requiring gp0 and gp.
3916 2002-01-16  Richard Earnshaw  <rearnsha@arm.com>
3918         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
3919         EF_ARM_VFP_FLOAT.
3920         (elf32_arm_print_private_bfd_data): Likewise.
3922 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
3924         * po/tr.po: Import new version.
3926 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
3928         * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
3929         (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
3930         (ORI_R0_R0_0): Correct.
3932 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
3934         * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
3935         when plt_not_loaded.
3936         * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
3937         clear .plt SEC_CODE here.  Create .stub and correct .glink flags.
3938         (PLT_INITIAL_ENTRY_SIZE): Set to 24.
3939         (ppc64_elf_glink_code): Delete.
3940         (PPC64_ELF_GLINK_SIZE): Delete.
3941         (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
3942         BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
3943         ORI_R0_R0_0): Define.
3944         (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
3945         (struct ppc_link_hash_table): Add sstub and plt_overflow.
3946         (ppc64_elf_link_hash_table_create): Init them.
3947         (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
3948         Don't copy to shared lib.
3949         (ppc64_elf_check_relocs): Call bfd_set_error on errors.
3950         (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
3951         (allocate_dynrelocs <plt>): Don't change function sym here.  Make
3952         room for .stub and .glink code.
3953         (ppc64_elf_size_dynamic_sections): Handle .stub.  Make entry for
3954         DT_PPC64_GLINK.
3955         (ppc64_elf_final_link): Rename to ppc64_elf_set_toc.  Don't call
3956         bfd_elf64_bfd_final_link.
3957         (bfd_elf64_bfd_final_link): Don't define.
3958         (ppc64_elf_size_stubs): New.
3959         (build_plt_stub): New.
3960         (build_one_stub): New.
3961         (ppc64_elf_build_stubs): New.
3962         (ppc64_elf_relocate_section <toc relocs>): Remove assert.
3963         (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
3964         (ppc64_elf_finish_dynamic_symbol): Don't build stubs here.  Set
3965         DT_PPC64_GLINK entry.  Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
3966         case output sections not separate.  Adjust DT_RELASZ to not
3967         include plt relocs.  Set reserved got entry.  Set got and plt
3968         entry size.
3969         (elf_backend_got_header_size): Set to 8.
3970         * elf64-ppc.h: New file.
3972 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
3974         * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
3975         sections, use bfd_section_list_remove.
3976         * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
3977         * elflink.h (elf_link_add_object_symbols): When removing all
3978         sections, use bfd_section_list_clear.
3980 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
3982         * po/sv.po: New file: Swedish translation.
3983         * configure.in (ALL_LINGUAS): Add sv.
3984         * configure: Regenerate.
3986 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
3988         * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
3989         * elf.c (merge_sections_remove_hook): New function.
3990         (_bfd_elf_merge_sections): Pass it as 3rd argument to
3991         _bfd_merge_sections.
3992         * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
3993         * libbfd.h: Rebuilt.
3994         * merge.c (_bfd_merge_sections): Add remove_hook argument.
3995         Call remove_hook if a SEC_EXCLUDE section is encountered.
3997 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
3999         * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
4000         (xstormy16_reloc_map): Initialise new field with correct howto
4001         table.
4002         (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
4003         howto entry.
4005 2002-01-10  Michael Snyder  <msnyder@redhat.com>
4007         * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
4008         (elfcore_write_pstatus): Use long instead of pid_t;
4009         * elf-bfd.h: Change prototypes to use long instead of pid_t;
4011 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
4013         * elf.c: Update copyright years.
4014         (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
4015         and NT_NETBSDCORE_FIRSTMACH.  Improve a comment.
4017 2002-01-08  Michael Snyder  <msnyder@redhat.com>
4019         Add capability to write corefile note sections, for gdb.
4020         * elf.c (elfcore_write_note): New function.
4021         (elfcore_write_prpsinfo): New function.
4022         (elfcore_write_prstatus): New function.
4023         (elfcore_write_pstatus): New function.
4024         (elfcore_write_prfpreg): New function.
4025         (elfcore_write_prxfpreg): New function.
4026         * elf-bfd.h: Add prototypes for above functions.
4028 2002-01-08  Alexandre Oliva  <aoliva@redhat.com>
4030         * elf.c (elf_fake_sections): Propagate errors from
4031         elf_backend_fake_section.
4033 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
4035         * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
4036         (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
4037         (elf32-sh-nbsd.lo): New rule.
4038         * Makefile.in: Regenerate.
4039         * config.bfd (sh*le-*-netbsdelf*): New target.
4040         (sh*-*-netbsdelf*): New target.
4041         * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
4042         (bfd_elf32_shnbsd_vec): New vector.
4043         (bfd_elf32_shlnbsd_vec): New vector.
4044         * configure: Regenerate.
4045         * elf32-sh-nbsd.c: New file.
4046         * targets.c: Update copyright years.
4047         (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
4048         bfd_elf32_shnbsd_vec.
4050 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
4052         * coff-rs6000.c (READ20): Use bfd_scan_vma.
4054 2002-01-07  Geoffrey Keating  <geoffk@redhat.com>
4056         * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
4057         of a symbol in a section that will be deleted.
4059 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
4061         * po/es.po: New file: Spanish translation.
4062         * configure.in (ALL_LINGUAS): Add es.
4063         * configure: Regenerate.
4065 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
4067         * elfxx-ia64.c (is_unwind_section_name): Add target vector as
4068         argument so we can handle HP-UX specially.
4069         (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
4070         (elfNN_hpux_backend_section_from_bfd_section): New for support
4071         of SHN_IA_64_ANSI_COMMON.
4072         (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
4073         (is_unwind_section_name): Add special HP-UX support.
4074         (elfNN_ia64_section_from_shdr): Add support for more sections.
4075         (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
4076         add support for more sections.
4077         (elfNN_ia64_additional_program_headers): Modify
4078         is_unwind_section_name call.
4079         (elfNN_ia64_modify_segment_map): Remove assumption that there is
4080         only one unwind section in segment.
4082 2002-01-06  Alan Modra  <amodra@bigpond.net.au>
4084         * syms.c (_bfd_generic_make_empty_symbol): New function.
4085         * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
4086         _bfd_generic_make_empty_symbol.
4087         * libbfd.h: Regenerate.
4088         * bfd-in2.h: Regenerate.
4089         * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
4090         (hppabsd_core_get_symtab_upper_bound): Don't define.
4091         (hppabsd_core_get_symtab): Likewise.
4092         (hppabsd_core_print_symbol): Likewise.
4093         (hppabsd_core_get_symbol_info): Likewise.
4094         (hppabsd_core_bfd_is_local_label_name): Likewise.
4095         (hppabsd_core_get_lineno): Likewise.
4096         (hppabsd_core_find_nearest_line): Likewise.
4097         (hppabsd_core_bfd_make_debug_symbol): Likewise.
4098         (hppabsd_core_read_minisymbols): Likewise.
4099         (hppabsd_core_minisymbol_to_symbol): Likewise.
4100         (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
4101         Formatting fixes.
4102         * hpux-core.c: Similarly.
4103         * irix-core.c: Similarly.
4104         * osf-core.c: Similarly.
4105         * sco5-core.c: Similarly.
4106         * binary.c (binary_make_empty_symbol): Remove function, define as
4107         _bfd_generic_make_empty_symbol.
4108         * ihex.c (ihex_make_empty_symbol): Likewise.
4109         * mmo.c (mmo_make_empty_symbol): Likewise.
4110         * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
4111         * srec.c (srec_make_empty_symbol): Likewise.
4112         * versados.c (versados_make_empty_symbol): Likewise.
4113         * vms.c (_bfd_vms_make_empty_symbol): Remove.
4114         (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
4115         * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
4116         rather than _bfd_vms_make_empty_symbol.
4117         * vms-misc.c (new_symbol): Likewise.
4119 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
4121         * section.c (bfd_section_init): Remove unnecessary initialisations.
4122         (bfd_section_list_clear): New function.
4123         (bfd_section_list_remove, bfd_section_list_insert): New macros.
4124         (_bfd_strip_section_from_output): Use them.
4125         * coffcode.h (coff_set_alignment_hook): Likewise.
4126         * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
4127         * elf64-mips.c (mips_elf64_final_link): Likewise.
4128         * elf64-mmix.c (mmix_elf_final_link): Likewise.
4129         * sunos.c (sunos_add_dynamic_symbols): Likewise.
4130         * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
4131         * bfd-in2.h: Regenerate.
4133         * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
4134         rather than doing our own section handling.  Clean up after errors
4135         with bfd_release and bfd_section_list_clear.  Handle unexpected
4136         flags.
4137         * aoutf1.h (sunos4_core_file_p): Likewise.
4138         * aix386-core.c (aix386_core_file_p): Likewise.
4139         * cisco-core.c (cisco_core_file_validate): Likewise.
4140         * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
4141         * trad-core.c (trad_unix_core_file_p): Likewise.
4143         * hppabsd-core.c (hppabsd_core_core_file_p):  Clean up after errors
4144         with bfd_release and bfd_section_list_clear.
4145         * hpux-core.c (hpux_core_core_file_p): Likewise.
4146         * irix-core.c (irix_core_core_file_p): Likewise.
4147         * lynx-core.c (lynx_core_file_p): Likewise.
4148         * osf-core.c (osf_core_core_file_p): Likewise.
4149         * rs6000-core.c (rs6000coff_core_p): Likewise.
4150         * sco5-core.c (sco5_core_file_p): Likewise.
4152         * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
4153         sign extension adjustments without conditionals.
4155 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
4157         * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
4158         CIE at .eh_frame start is removed due to no FDEs referencing it.
4160 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
4162         * config.bfd (x86_64-*-netbsd*): New target.
4163         * configure.in (x86_64-*-netbsd*): Set COREFILE
4164         to netbsd-core.lo.
4165         * configure: Regenerated.
4167 2002-01-03  Tom Rix  <trix@redhat.com>
4169         * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
4170         for recent bfd_make_section_anyway change.
4172 2002-01-03  Nick Clifton  <nickc@cambridge.redhat.com>
4174         * elf32-arm.h (elf32_arm_final_link_relocate): Handle
4175         R_ARM_THM_PC11 reloc.
4177 2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
4179         * configure.in (LINGUAS): Add ja.
4180         * configure: Regenerate.
4181         * po/ja.po: Import from translation project's web site.
4183 2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
4185         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
4186         messages to ease translation into other languages.
4188 For older changes see ChangeLog-0001
4190 Local Variables:
4191 mode: change-log
4192 left-margin: 8
4193 fill-column: 74
4194 version-control: never
4195 End: