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