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