binutils/
[binutils.git] / bfd / ChangeLog
blob0ba7f4fabe8f9be7d06049bd795f5222007a5da5
1 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
3         * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
4         e_shnum == 0.
5         Only read the first section header if e_shoff is non-zero.
6         Don't consider e_shstrndx if there are no sections.
8 2002-06-17  Tom Rix <trix@redhat.com>
10         * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
11         R_D10V_10_PCREL_L and R_D10V_18_PCREL to use 
12         complain_overflow_bitfield.
14 2002-06-17  Alan Modra  <amodra@bigpond.net.au>
16         * opncls.c (bfd_openr): Remove redundant bfd_set_error.
17         (bfd_fdopenr): Likewise.
18         (bfd_openstreamr): Likewise.
19         (bfd_openw): Likewise.
21         * targets.c: Sort target vecs.
22         (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
23         bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
24         bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
25         bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
26         * configure.in: Sort target vecs.  Add m88kmach3_vec.
27         * configure: Regenerate.
29 2002-06-16  Hans-Peter Nilsson  <hp@bitrange.com>
31         * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
32         bpo_reloc_no to break sort order ties, not address of items.
34 2002-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
36         * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
37         Skip excluded sections in determing __gp value.
38         (elf_hppa_final_link_relocate): Use the symbol's address in
39         R_PARISC_FPTR64 relocations that don't need an opd entry.
40         * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
41         (elf64_hppa_finalize_dynreloc): Likewise.
42         (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
43         (elf64_hppa_finish_dynamic_symbol): Break up assert.
45 2002-06-14  Sergey Grigoriev  <serge@leopold.Physik.Uni-Augsburg.DE>
47         * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
48         alignment for .bss, .data and .text sections so that sse and sse2
49         code will work.
50         * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
52 2002-06013  J"orn Rennecke  <joern.rennecke@superh.com>
54         config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
55         sh[1234]*-elf*.
57 2002-06-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
59         * elflink.h (elf_bfd_final_link): Improve error handling for missing
60         dynamic sections.
62         * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
63         for a symbol that has no output section.
64         (allocate_dynrel_entries): Correct comment.
65         (elf64_hppa_finalize_dynreloc): Likewise.  Don't create an opd entry
66         unless we want one.
67         (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
68         (elf64_hppa_finalize_dlt): Likewise.  Prevent segfault for symbols
69         with no section.  Remove unnecessary parentheses.
71 2002-06-11  Tom Rix  <trix@redhat.com>
73         * coffcode.h (coff_compute_section_file_positions): Add data
74         section to AIX loader alignment check.
76         * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section 
77         alignment to 4 bytes.
78         (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
79         power accessor macro.
80         (do_shared_object_padding): Remove invalid assertion.
82 2002-06-10  Richard Sandiford  <rsandifo@redhat.com>
84         * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
85         for removed output sections.
87 2002-06-10  Geoffrey Keating  <geoffk@redhat.com>
89         * merge.c (merge_strings): Use htab_create_alloc with calloc, not
90         htab_alloc.
91         * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
93 2002-06-08  H.J. Lu <hjl@gnu.org>
95         * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
96         work around a long long bug in gcc 2.96 on mips.
98 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
100         * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
101         (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
102         Regenerate dependency lists.
103         * Makefile.in: Regenerate.
104         * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
105         vax1knetbsd_vec to targ_selvecs.
106         * configure.in: Add vax1knetbsd_vec.
107         * configure: Regenerate.
108         * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
109         * vax1knetbsd.c: New file.
110         * vaxnetbsd.c: Update copyright years.
111         (TARGET_PAGE_SIZE): Set to 0x1000.
112         (DEFAULT_MID): Set to M_VAX4K_NETBSD.
114 2002-06-08  Matt Thomas  <matt@3am-software.com>
116         * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
118 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
120         * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
122 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
124         * Makefile.am: Run "make dep-am".
125         * Makefile.in: Regenerate.
127         * armnetbsd.c: Replace CONST with const.
128         * corefile.c: Likewise.
129         * elf32-dlx.c: Likewise.
130         * elf64-mips.c: Likewise.
131         * mmo.c: Likewise.
132         * ns32knetbsd.c: Likewise.
134         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
135         table is elf64-sparc.
137 2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
139         * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
140         Fix RELA addends to get not shifted in the result. Don't do special
141         handling of R_MIPS_64 for NewABI.
143 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
145         * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
146         (NAME(aout,slurp_reloc_table)): Likewise.
147         * coff-mips.c (mips_relax_section): Use bfd_zalloc.
148         * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
149         (xcoff_write_archive_contents_big): Likewise.
150         (xcoff_generate_rtinit): Likewise.
151         (xcoff_generate_rtinit): Likewise, and check error return.
152         * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
153         * coffgen.c (coff_section_symbol): Use bfd_zalloc.
154         (coff_get_normalized_symtab): Likewise.
155         (coff_make_empty_symbol): Likewise.
156         (bfd_coff_set_symbol_class): Likewise.
157         * cofflink.c (coff_link_add_symbols): Likewise.
158         * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
159         * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
160         (bfd_ecoff_write_accumulated_debug): Likewise.
161         * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
162         * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
163         * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
164         * ieee.c (do_with_relocs): Use bfd_zalloc.
165         * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
166         * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
167         (NAME(aout,slurp_reloc_table)): Likewise.
168         (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
169         * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
170         * som.c (som_build_and_write_symbol_table): Likewise.
171         (som_slurp_string_table): Likewise.
172         (som_slurp_symbol_table): Likewise.
173         (som_bfd_ar_write_symbol_stuff): Likewise.
174         * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
175         * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
176         * tekhex.c (find_chunk): Likewise.  Get rid of unused "sname".
177         * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
178         * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
180 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
182         * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
183         "group" union.
184         (elf_group_name): Update.
185         (elf_group_id): Define.
186         (bfd_elf_set_group_contents): Declare.
187         * elf.c (elf_fake_sections): Qualify use of elf_group_name.
188         (set_group_contents): Rename to bfd_elf_set_group_contents.  Remove
189         ATTRIBUTE_UNUSED from failedptrarg.  If elf_group_id is set, use
190         that sym for the signature.
191         (_bfd_elf_compute_section_file_positions): Don't call
192         set_group_contents for "ld -r" case.
193         (swap_out_syms): Use bfd_zalloc.
194         * elflink.h (elf_link_add_archive_symbols): Likewise.
195         (NAME(bfd_elf,size_dynamic_sections)): Likewise.
196         (elf_bfd_final_link): Call bfd_elf_set_group_contents.
198 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
200         * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
201         relocs in opd for non-shared too.
203 2002-06-06  Jeffrey Law <law@redhat.com
205         * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
206         relocations.
208 2002-06-06  Nick Clifton  <nickc@cambridge.redhat.com>
210         * merge.c: Include libiberty.h.
211         * elf-strtab.c: Include libiberty.h.
213 2002-06-06  Elias Athanasopoulos  <eathan@otenet.gr>
215         * peXXigen.c (pe_print_idata): Remove unused variable.
217 2002-06-06  David Heine <dlheine@tensilica.com>
219         * elf.c (assign_file_positions_for_segments): Remove unallocated
220         sections from the section to segment mapping for PT_LOAD segments.
221         Update comment about empty loadable segments.
223 2002-06-06  Richard Sandiford  <rsandifo@redhat.com>
225         * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
226         is within the .stabstr section.
228 2002-06-06  Alan Modra  <amodra@bigpond.net.au>
230         * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
231         are "const PTR", not "const PTR *".
232         (bfd_elf32_swap_symbol_in): Likewise.
233         (bfd_elf64_swap_symbol_in): Likewise.
234         * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
235         (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
236         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
237         (elf_link_add_object_symbols): Likewise.
238         (elf_link_record_local_dynamic_symbol): Likewise.
239         (elf_link_input_bfd): Likewise.
240         (elf_gc_mark): Likewise.
241         (elf_reloc_symbol_deleted_p): Likewise.
242         * elf-m10200.c (mn10200_elf_relax_section): Likewise.
243         (mn10200_elf_relax_delete_bytes): Likewise.
244         (mn10200_elf_symbol_address_p): Likewise.
245         (mn10200_elf_get_relocated_section_contents): Likewise.
246         * elf-m10300.c (mn10300_elf_relax_section): Likewise.
247         (mn10300_elf_relax_section): Likewise.
248         (mn10300_elf_relax_delete_bytes): Likewise.
249         (mn10300_elf_symbol_address_p): Likewise.
250         (mn10300_elf_get_relocated_section_contents): Likewise.
251         * elf32-h8300.c (elf32_h8_relax_section): Likewise.
252         (elf32_h8_relax_delete_bytes): Likewise.
253         (elf32_h8_symbol_address_p): Likewise.
254         (elf32_h8_get_relocated_section_contents): Likewise.
255         * elf32-hppa.c (get_local_syms): Likewise.
256         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
257         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
258         * elf32-sh.c (sh_elf_relax_section): Likewise.
259         (sh_elf_relax_delete_bytes): Likewise.
260         (sh_elf_get_relocated_section_contents): Likewise.
261         * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
262         * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
263         * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
264         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
265         * elf64-ppc.c (get_local_syms): Likewise.
266         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
267         * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
269 2002-06-05  J"orn Rennecke <joern.rennecke@superh.com>
271         * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
273 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
275         * elf.c (group_signature): Swap in the whole symbol, and handle
276         extracting section symbol names.
277         (setup_group): Add comment.
278         (set_group_contents): When called from objcopy or ld, arrange for
279         section contents to be written.  Write group member output section
280         indices to allow objcopy to reorganize sections.
281         (_bfd_elf_copy_private_section_data): Copy group info.
283         * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
284         (bfd_elf32_swap_symbol_in): Update prototype.
285         (bfd_elf64_swap_symbol_in): Likewise.
286         * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
287         (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
288         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
289         (elf_link_add_object_symbols): Likewise.
290         (elf_link_record_local_dynamic_symbol): Likewise.
291         (elf_link_input_bfd): Likewise.
292         (elf_gc_mark): Likewise.
293         (elf_reloc_symbol_deleted_p): Likewise.
294         * elf-m10200.c (mn10200_elf_relax_section): Likewise.
295         (mn10200_elf_relax_delete_bytes): Likewise.
296         (mn10200_elf_symbol_address_p): Likewise.
297         (mn10200_elf_get_relocated_section_contents): Likewise.
298         * elf-m10300.c (mn10300_elf_relax_section): Likewise.
299         (mn10300_elf_relax_section): Likewise.
300         (mn10300_elf_relax_delete_bytes): Likewise.
301         (mn10300_elf_symbol_address_p): Likewise.
302         (mn10300_elf_get_relocated_section_contents): Likewise.
303         * elf32-h8300.c (elf32_h8_relax_section): Likewise.
304         (elf32_h8_relax_delete_bytes): Likewise.
305         (elf32_h8_symbol_address_p): Likewise.
306         (elf32_h8_get_relocated_section_contents): Likewise.
307         * elf32-hppa.c (get_local_syms): Likewise.
308         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
309         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
310         * elf32-sh.c (sh_elf_relax_section): Likewise.
311         (sh_elf_relax_delete_bytes): Likewise.
312         (sh_elf_get_relocated_section_contents): Likewise.
313         * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
314         * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
315         * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
316         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
317         * elf64-ppc.c (get_local_syms): Likewise.
318         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
319         * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
320         * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
321         * elf64-alpha.c (alpha_elf_size_info): Likewise.
322         * elf64-hppa.c (hppa64_elf_size_info): Likewise.
323         * elf64-mips.c (mips_elf64_size_info): Likewise.
324         * elf64-s390.c (s390_elf64_size_info): Likewise.
325         * elf64-sparc.c (sparc64_elf_size_info): Likewise.
327 2002-06-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
329         * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
330         elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
331         elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
332         _bfd_mips_elf_ignore_discarded_relocs.
333         elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
335 2002-06-05  H.J. Lu <hjl@gnu.org>
337         * elfxx-mips.c (mips_elf_calculate_relocation): Call
338         _bfd_elf_rel_local_sym for STT_SECTION relocations against
339         the SEC_MERGE section.
341 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
343         * coff-alpha.c: Update copyright date.
344         * coff-mips.c: Likewise.
345         * xcoff-target.h: Likewise.
347         * bfd-in.h: Remove "taken from the source" comment.
348         * libbfd-in.h: Likewise.
349         * libcoff-in.h: Likewise.
350         * bfd-in2.h: Regenerate.
351         * libbfd.h: Regenerate.
352         * libcoff.h: Regenerate.
354         * elf.c (bfd_elf_discard_group): Return true.
355         * elf-bfd.h (bfd_elf_discard_group): Declare.
356         * bfd-in.h (bfd_elf_discard_group): Don't declare here.
357         * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
358         * bfd.c (bfd_discard_group): Define.
359         * targets.c (struct bfd_target): Add _bfd_discard_group.
360         (BFD_JUMP_TABLE_LINK): Here too.
361         * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
362         * aout-adobe.c (aout_32_bfd_discard_group): Define.
363         * aout-target.h (MY_bfd_discard_group): Define.
364         * aout-tic30.c (MY_bfd_discard_group): Define.
365         * binary.c (binary_bfd_discard_group): Define.
366         * bout.c (b_out_bfd_discard_group): Define.
367         * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
368         * coffcode.h (coff_bfd_discard_group): Define.
369         * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
370         * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
371         * i386msdos.c (msdos_bfd_discard_group): Define.
372         * i386os9k.c (os9k_bfd_discard_group): Define.
373         * ieee.c (ieee_bfd_discard_group): Define.
374         * ihex.c (ihex_bfd_discard_group): Define.
375         * mmo.c (mmo_bfd_discard_group): Define.
376         * nlm-target.h (nlm_bfd_discard_group): Define.
377         * oasys.c (oasys_bfd_discard_group): Define.
378         * ppcboot.c (ppcboot_bfd_discard_group): Define.
379         * som.c (som_bfd_discard_group): Define.
380         * srec.c (srec_bfd_discard_group): Define.
381         * tekhex.c (tekhex_bfd_discard_group): Define.
382         * versados.c (versados_bfd_discard_group): Define.
383         * vms.c (vms_bfd_discard_group): Define.
384         * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
385         * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
386         (aix5coff64_vec): Likewise.
387         * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
389 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
391         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
392         (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
393         (elf32-sh64-com.lo): New dependency list.
394         * Makefile.in: Regenerate.
395         * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
396         (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
397         elf32-sh64-com.lo.
398         * configure: Regenerate.
399         * elf32-sh64.c (sh64_address_in_cranges)
400         (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
401         (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
402         (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
403         * elf32-sh64-com.c: ...here.  New file.
405 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
407         * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
408         ATTRIBUTE_UNUSED on used params.
409         * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
410         before calling bfd_section_from_elf_index on local syms.
411         * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
413 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
415         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
416         (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
417         (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
418         (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
419         (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
420         * Makefile.in: Regenerate.
421         * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
422         (sh64-*-netbsd*): New targets.
423         * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
424         bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
425         * configure: Regenerate.
426         * elf32-sh64-nbsd.c: New file.
427         * elf64-sh64-nbsd.c: New file.
428         * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
429         bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
430         bfd_elf64_sh64lnbsd_vec.
432 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
434         * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
435         (bfd_section_from_shdr): Likewise.  Set section name of group
436         sections from signature.
437         (group_signature): Split out from setup_group.  Ensure symbol table
438         is available.
439         (bfd_elf_discard_group): New function.
440         (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
441         .gnu.linkonce* sections if they are members of a group.
442         (set_group_contents): Set GRP_COMDAT flag.
443         * section.c (bfd_discard_group): New function.
444         * bfd-in.h (bfd_elf_discard_group): Declare.
445         * bfd-in2.h: Regenerate.
446         * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
447         (elf_linkonce_p): Define.
449 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
451         * elf.c (bfd_section_from_shdr): Make "name" const.
452         * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
453         * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
454         * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
455         * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
456         * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
457         * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
458         * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
459         * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
460         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
461         * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
462         * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
464 2002-06-03  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
466         * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
467         ABI.
469 2002-06-02  Kazu Hirata  <kazu@cs.umass.edu>
471         * elf32-arc.c: Fix formatting.
472         * elf32-arm.h: Likewise.
473         * elf32-cris.c: Likewise.
474         * elf32-dlx.c: Likewise.
475         * elf32-hppa.c: Likewise.
476         * elf32-i386.c: Likewise.
477         * elf32-i386qnx.c: Likewise.
478         * elf32-or32.c: Likewise.
479         * elf32-s390.c: Likewise.
480         * elf32-sh64.c: Likewise.
481         * elf32-vax.c: Likewise.
482         * elf32-xstormy16.c: Likewise.
483         * elf64-alpha.c: Likewise.
484         * elf64-mmix.c: Likewise.
485         * elf64-ppc.c: Likewise.
486         * elf64-s390.c: Likewise.
487         * elf64-sh64.c: Likewise.
488         * elf64-x86-64.c: Likewise.
490 2002-06-02  Richard Henderson  <rth@redhat.com>
492         * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
493         null when there are no got entries for a symbol.
494         (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
495         uninitialized variable warning.
497 2002-06-01  Richard Henderson  <rth@redhat.com>
499         * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
500         undefined symbols here.
501         (elf64_alpha_relax_section): Do it here.  Also test for not
502         defined in the current module.
503         (elf64_alpha_relocate_section_r): Split out of ...
504         (elf64_alpha_relocate_section): ... here.  Don't dereference
505         NULL when looking up local got entries.
507 2002-06-01  Richard Henderson  <rth@redhat.com>
509         * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
510         symbols from JSR relaxation.
511         (elf64_alpha_size_plt_section_1): New.
512         (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
513         (elf64_alpha_size_rela_got_1): ... here.
514         (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
515         (elf64_alpha_size_rela_got_section): ... here.
516         (elf64_alpha_size_plt_section): New.
517         (elf64_alpha_relax_section): Call them.
518         (elf64_alpha_size_got_sections): Remove output_bfd arg.
519         (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
521 2002-06-01  Richard Henderson  <rth@redhat.com>
523         * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
524         (elf64_alpha_relocate_section): Use them.  Reject LE TLS relocs
525         in shared libraries.  Fix DTPRELHI and TPRELHI value.
526         (INSN_ADDQ, INSN_RDUNIQ): New.
527         (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
528         (elf64_alpha_relax_with_lituse): Return boolean.  Remove irelend
529         argument.  Reject dynamic symbols.  Use LITUSE symbolic constants.
530         (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
531         Handle GOTDTPREL and GOTTPREL relocations.
532         (elf64_alpha_relax_gprelhilo): New.
533         (elf64_alpha_relax_tls_get_addr): New.
534         (elf64_alpha_relax_find_tls_segment): New.
535         (elf64_alpha_relax_section): Handle TLS relocations.
536         (ALPHA_ELF_LINK_HASH_TLS_IE): New.
537         (elf64_alpha_check_relocs): Set it.
539 2002-06-01  Richard Henderson  <rth@redhat.com>
541         * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
543         * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
544         check; don't suppress dynamic relocs for non-allocated sections.
546         * elf64-alpha.c: Remove dead code.
548 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
550         * bfd-in2.h: Regenerate.
551         * libbfd.h: Regenerate.
552         * po/SRC-POTFILES.in: Regenerate.
554         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
555         space for bss .plt.
557 2002-05-31  Graeme Peterson  <gp@qnx.com>
559         * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
560         (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
561         Run "make dep-am".
562         * Makefile.in: Regenerate.
563         * config.bfd: Add i[3456]86-*-nto-qnx* support.
564         * configure.in: Add bfd_elf32_i386qnx_vec support.
565         * configure: Regenerate.
566         * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
567         is_contained_by_filepos, and copy_private_bfd_data_p.
568         * elf.c (assign_file_positions_for_segments): Call backend
569         set_nonloadable_filepos.  Fix non-K&R call to _bfd_error_handler.
570         (IS_CONTAINED_BY_FILEPOS): Define.
571         (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
572         (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS.  Typo fix.
573         Fix non-K&R call to _bfd_error_handler.
574         (_bfd_elf_copy_private_section_data): Use backend
575         copy_private_bfd_data_p.
576         * elf32-i386.c: Don't include elfxx-target.h when
577         ELF32_I386_C_INCLUDED is defined.
578         * elf32-i386qnx.c: New QNX elf backend file.
579         * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
580         elf_backend_is_contained_by_filepos, and
581         elf_backend_do_copy_private_bfd_data.
582         * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
584 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
586         * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
587         Move other similar defines to start of file.
589 2002-05-30  Tom Rix  <trix@redhat.com>
591         * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
592         * coff64-rs6000.c (xcoff64_rtype2howto): Same.
594 2002-05-30  Richard Henderson  <rth@redhat.com>
596         * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
597         ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
598         (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
599         (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
600         (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
601         (struct alpha_elf_obj_tdata): Rename total_got_entries and
602         n_local_got_entries to total_got_size and local_got_size.
603         (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
604         (alpha_got_entry_size): New.
605         (elf64_alpha_relax_with_lituse): Use it.
606         (elf64_alpha_relax_without_lituse): Likewise.
607         (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
608         (get_got_entry): New.
609         (elf64_alpha_check_relocs): Handle TLS relocs.  Reorganize.
610         (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
611         (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
612         (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
613         (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
614         (elf64_alpha_calc_got_offsets): Likewise.
615         (alpha_dynamic_entries_for_reloc): New.
616         (elf64_alpha_calc_dynrel_sizes): Use it.
617         (elf64_alpha_size_dynamic_sections): Likewise.
618         (elf64_alpha_relocate_section): Handle TLS relocations.
619         * reloc.c: Add Alpha TLS relocations.
620         * bfd-in2.h, libbfd.h: Rebuild.
622 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
624         * peXXigen.c (pe_print_idata): Remove double printed
625         import table lines; add Bound-To comment.
627 2002-05-29  Matt Thomas  <matt@3am-software.com>
629         * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
630         (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
631         (elf32-vax.lo): New rule.
632         * Makefile.in: Regenerate.
633         * configure.in (bfd_elf32_vax_vec)
634         (vaxnetbsd_vec): New vectors.
635         * configure: Regenerate.
636         * config.bfd (vax-*-netbsdelf*)
637         (vax-*-netbsdaout*)
638         (vax-*-netbsd*): New targets.
639         * elf32-vax.c: New file.
640         * reloc.c: Add VAX relocations.
641         * bfd-in2.h: Regenerate.
642         * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
644 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
646         * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
647         and bfd_elf32_bigarm_vec to targ_selvecs.
649 2002-05-29  Ralf Habacker  <ralf.habacker@freenet.de>
651         * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
652         with auto-imported symbols.
654 2002-05-29  Adam Nemet  <anemet@lnxw.com>
656         * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
657         sections only record bfd.
658         (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
659         * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
660         * bfd-in2.h: Regenerate.
662 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
664         * syms.c (_bfd_stab_section_find_nearest_line): Move
665         declaration and initialisation of saw_line and saw_func out of
666         for loop.
668 2002-05-29  Alan Modra  <amodra@bigpond.net.au>
670         * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
671         (bfd_elf64_get_symbol_info): Define.
672         * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
674 2002-05-29  Andrey Volkov  <avolkov@transas.com>
676         * cpu-h8300.c: Make default h8300 machine first in machine list.
678 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
680         * config.bfd: Added DLX configuraton.
681         * Makefile.am: Added DLX configuraton.
682         * configure.in: Added DLX configuraton.
683         * archures.c: Add DLX architecure.
684         * reloc.c: Add DLX relocs.
685         * targets.c: Added DLX target vector.
686         * configure: Regenerate.
687         * Makefile.in: Regenreate.
688         * bfd-in2.h: Regenreate.
689         * elf32-dlx.c: New file: Support DLX target.
690         * cpu-dlx.c: New file: Support DLX target.
692 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
694         * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
696         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
697         (ppc64_elf_check_relocs): Don't set up function descriptor symbol
698         strings to point inside function code sym string.
699         (func_desc_adjust): Likewise.
700         (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
702 2002-05-24  Michal Ludvig  <mludvig@suse.cz>
704         * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
705         (elf64_x86_64_grok_psinfo): Added.
707 2002-05-24  TAMURA Kent <kent@netbsd.org>
709         * config.bfd: Add a target for i386-netbsdpe.
711 2002-05-24  Alan Modra  <amodra@bigpond.net.au>
713         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
714         and is_func_descriptor.
715         (func_desc_adjust): Hide function code sym in shared libs unless
716         there is a matching exported function descriptor sym.
718 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
720         * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
721         for symbols from SHF_TLS section.
722         (_bfd_elf_print_private_bfd_data): Add PT_TLS.
723         (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
724         (map_sections_to_segments): Build PT_TLS segment if necessary.
725         (assign_file_positions_for_segments): Likewise.
726         (get_program_header_size): Account for PT_TLS segment.
727         (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
728         SEC_THREAD_LOCAL sections to STT_TLS.
729         * reloc.c: Add 386 and IA-64 TLS relocs.
730         * section.c (SEC_THREAD_LOCAL): Define.
731         (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
732         Remove.
733         * elflink.h (elf_link_add_object_symbols): Support .tcommon.
734         (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
735         unconditionally.
736         (struct elf_final_link_info): Add first_tls_sec.
737         (elf_bfd_final_link): Set first_tls_sec.
738         Compute elf_hash_table (info)->tls_segment.
739         (elf_link_output_extsym): Handle STT_TLS symbols.
740         (elf_link_input_bfd): Likewise.
741         * syms.c (BSF_THREAD_LOCAL): Define.
742         * bfd-in2.h: Rebuilt.
743         * libbfd.h: Rebuilt.
744         * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
745         elf_i386_mkobject, elf_i386_object_p): New functions.
746         (elf_howto_table): Add TLS relocs.
747         (elf_i386_reloc_type_lookup): Support TLS relocs.
748         (elf_i386_info_to_howto_rel): Likewise.
749         (struct elf_i386_link_hash_entry): Add tls_type.
750         (struct elf_i386_obj_tdata): New.
751         (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
752         New macros.
753         (struct elf_i386_link_hash_table): Add tls_ldm_got.
754         (link_hash_newfunc): Clear tls_type.
755         (elf_i386_check_relocs): Support TLS relocs.
756         (elf_i386_gc_sweep_hook): Likewise.
757         (allocate_dynrelocs): Likewise.
758         (elf_i386_size_dynamic_sections): Likewise.
759         (elf_i386_relocate_section): Likewise.
760         (elf_i386_finish_dynamic_symbol): Likewise.
761         (bfd_elf32_mkobject, elf_backend_object_p): Define.
762         * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
763         dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
764         want_tprel, want_dtpmod, want_dtprel.
765         (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
766         (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
767         R_IA64_LTOFF_TPREL22.
768         (elf_code_to_howto_index): Add TLS relocs.
769         (elfNN_ia64_check_relocs): Support TLS relocs.
770         (allocate_global_data_got): Account for TLS .got data.
771         (allocate_dynrel_entries): Account for TLS dynamic relocations.
772         (elfNN_ia64_install_value): Supprt TLS relocs.
773         (set_got_entry): Support TLS relocs.
774         (elfNN_ia64_relocate_section): Likewise.
776 2002-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
778         * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
779         BLX reloc round the relocation up rather than down.
780         * coff-arm.c (coff_arm_relocate_section): Likewise.
782 2002-05-21  H.J. Lu  (hjl@gnu.org)
784         * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
785         definition.
787 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
789         * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
790         (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
792 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
794         * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
795         unresolved relocs.
796         (ppc64_elf_size_dynamic_sections): Check for splt NULL.
798 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
800         * bfd/bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
801         non-ELF targets.
803 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
805         * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
806         an error value.
807         * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
808         return with false on error.
809         (elf_link_input_bfd): Check reloc_emitter return value.
811 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
813         * config.bfd (armeb-*-netbsdelf*): New target.
815 2002-05-20  Alan Modra  <amodra@bigpond.net.au>
817         * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
818         at the plt call stub.
820 2002-05-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
822         * cpu-mips.c (mips_compatible): Don't try to check machine
823         compatibility.
825 2002-05-18  Tom Rix  <trix@redhat.com>
827         * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out):  Fix C_FILE auxent.
829 2002-05-17  Alan Modra  <amodra@bigpond.net.au>
831         * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
832         (ppc64_elf_relocate_section): Don't warn about reloc overflow when
833         we've already warned about an undefined symbol.  Report more
834         detail on reloc errors.
836 2002-05-17  Alan Modra  <amodra@bigpond.net.au>
838         * acinclude.m4 (AM_INSTALL_LIBBFD): New.
839         * configure.in: Invoke AM_INSTALL_LIBBFD.
840         * Makefile.am (install-data-local): Revert 2002-05-13.  Move to..
841         (install_libbfd): .. New target.
842         (uninstall_libbfd): Likewise.
843         (install-bfdlibLTLIBRARIES): Likewise.
844         (uninstall-bfdlibLTLIBRARIES): Likewise.
845         (bfdlibdir): New.
846         (bfdincludedir): New.
847         (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
848         * aclocal.m4: Regenerate.
849         * configure: Regenerate.
850         * Makefile.in: Regenerate.
852 2002-05-17  Stuart Balfour <sbalfour@cisco.com>
854         * hash.c (bfd_hash_lookup): Remove computation of len from inside
855         hash loop.
857 2002-05-16  Nick Clifton  <nickc@cambridge.redhat.com>
859         * config.bfd: Add targets for sh64-linux (little endian and
860         big endian).
862 2002-05-15  Laurent Pinchart <laurent.pinchart@skynet.be>
864         * peXXigen.c (pe_print_idata): Do not assume that the first thunk
865         is located in the same section as the import table.  Instead
866         check, and if necessary load the section containing the thunk.
868 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
870         * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
871         bfd_bread.
872         (xcoff64_core_file_matches_executable_p): Replace bfd_read
873         with bfd_bread.
875 2002-05-15  Alan Modra  <amodra@bigpond.net.au>
877         * aix5ppc-core.c: Warning fixes.
878         * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
879         * aout-target.h (MY_bfd_link_just_syms): Define.
880         * aout-tic30.c (MY_bfd_link_just_syms): Define.
881         * bfd.c (bfd_link_just_syms): Define.
882         * binary.c (binary_bfd_link_just_syms): Define.
883         * bout.c (b_out_bfd_link_just_syms): Define.
884         * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
885         * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
886         * coffcode.h (coff_bfd_link_just_syms): Define.
887         * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
888         (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
889         (_bfd_elf_link_just_syms): Declare.
890         * elf.c (_bfd_elf_link_just_syms): New function.
891         * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
892         sections haven't already been discarded by the linker.
893         * elflink.h (elf_link_add_object_symbols): Likewise for stab
894         sections and SEC_MERGE sections.
895         (elf_bfd_discard_info): Similarly here.
896         * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
897         * i386msdos.c (msdos_bfd_link_just_syms): Define.
898         * i386os9k.c (os9k_bfd_link_just_syms): Define.
899         * ieee.c (ieee_bfd_link_just_syms): Define.
900         * ihex.c (ihex_bfd_link_just_syms): Define.
901         * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
902         (_bfd_generic_link_just_syms): Declare.
903         * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
904         * linker.c (_bfd_generic_link_just_syms): New function.
905         * mmo.c (mmo_bfd_link_just_syms): Define.
906         * nlm-target.h (nlm_bfd_link_just_syms): Define.
907         * oasys.c (oasys_bfd_link_just_syms): Define.
908         * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
909         * som.c (som_bfd_link_just_syms): Define.
910         * srec.c (srec_bfd_link_just_syms): Define.
911         * targets.c (struct bfd_target): Add _bfd_link_just_syms.
912         (BFD_JUMP_TABLE_LINK): And here.
913         * tekhex.c (tekhex_bfd_link_just_syms): Define.
914         * versados.c (versados_bfd_link_just_syms): Define.
915         * vms.c (vms_bfd_link_just_syms): Define.
916         * libbfd.h: Regenerate.
917         * bfd-in2.h: Regenerate.
919 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
921         * elf32-mips.c: Remove superfluous definitions copied from
922         elfxx-mips.c.
923         (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
924         SGIish vectors to check the special case.
925         (mips_elf_hi16_reloc): Fix comment.
926         (mips_elf_got16_reloc): Likewise.
927         (_bfd_mips_elf32_gprel16_reloc): Likewise.
928         (elf_reloc_map): Code cleanup.
929         (mips_reloc_map): Add comment.
930         (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
931         (mips_elf32_rtype_to_howto): Likewise.
932         (mips_elf32_discard_info): Likewise.
933         (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
934         lead to IRIX compatibility now.
936 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
938         * elfxx-mips.c: Call it IRIX, not Irix in comments.
940 2002-05-13  Jason Thorpe  <thorpej@wasabisystems.com>
942         * config.bfd (shle-*-netbsdelf*): Add target which includes
943         sh64 support.
945 2002-05-13  David Edelsohn  <edelsohn@gnu.org>
947         * configure.in: Revert 2002-04-07.  Instead, auto-configure
948         HAVE_ST_C_IMPL.
949         * configure: Regenerate.
950         * config.in: Regenerate.
951         * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
952         or AIX_5_CORE.
954 2002-05-11  Federico G. Schwindt <fgsch@olimpo.com.br>
956         * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
957         corefiles as well.2
958         * configure: Regenerate.
960 2002-05-13  Alan Modra  <amodra@bigpond.net.au>
962         * Makefile.am (install-data-local): Install headers to
963         $(exec_prefix)/include.
964         * Makefile.in: Regenerate.
966 2002-05-11  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
967             Daniel Jacobowitz  <drow@mvista.com>
969         * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE.  Don't
970         map BFD_RELOC_RVA.
972 2002-05-11  Federico G. Schwindt <fgsch@olimpo.com.br>
974         * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
975         hppa*-*-openbsd*): New targets.
976         * configure.in (alpha*-*-openbsd*): Set COREFILE.
977         * configure: Regenerate.
979 2002-05-10  Tom Rix  <trix@redhat.com>
981         * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
982         xcoff64_ppc_relocate_section.
983         * coff-rs6000.c : Extern common xcoff_reloc_type functions.
984         * libxcoff.h: Common xcoff_reloc_type function declaration.
986 2002-05-10  Alan Modra  <amodra@bigpond.net.au>
988         * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
989         added in 2002-05-09 commit.
991         * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
992         don't look for stubs on all undefined syms.
994 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
996         * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
997         (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
998         pcrel_offset.
1000         * elf32-i386.c (elf_howto_table): Comments.
1001         (elf_i386_relocate_section): Handle more relocs for relocatable
1002         linking and against SEC_MERGE sections.
1004 2002-05-08  Alan Modra  <amodra@bigpond.net.au>
1006         * elf32-ppc.c (ppc_elf_create_got): New function.
1007         (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
1008         _bfd_elf_create_dynamic_sections.  Correct .plt flags.
1009         (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
1010         _bfd_elf_create_got_section.
1012 2002-05-07  Alan Modra  <amodra@bigpond.net.au>
1014         * elf-bfd.h (struct elf_backend_data): Add rela_normal.
1015         * elfxx-target.h (elf_backend_rela_normal): Define.
1016         (elfNN_bed): Init rela_normal.
1017         * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
1018         for section symbols here if rela_normal.  Simplify abs section test.
1019         * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
1020         return immediately.  Remove code handling relocatable linking.
1021         * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
1022         * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
1023         * elf32-i370.c (i370_elf_relocate_section): Likewise.
1024         * elf32-i860.c (elf32_i860_relocate_section): Likewise.
1025         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1026         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
1027         * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
1028         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1029         * elf32-s390.c (elf_s390_relocate_section): Likewise.
1030         * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
1031         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1032         * elf64-s390.c (elf_s390_relocate_section): Likewise.
1033         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1034         * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
1035         * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
1036         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
1037         * elf-m10200.c (elf_backend_rela_normal): Define.
1038         * elf-m10300.c (elf_backend_rela_normal): Define.
1039         * elf32-fr30.c (elf_backend_rela_normal): Define.
1040         * elf32-i370.c (elf_backend_rela_normal): Define.
1041         * elf32-i860.c (elf_backend_rela_normal): Define.
1042         * elf32-m68k.c (elf_backend_rela_normal): Define.
1043         * elf32-mcore.c (elf_backend_rela_normal): Define.
1044         * elf32-openrisc.c (elf_backend_rela_normal): Define.
1045         * elf32-ppc.c (elf_backend_rela_normal): Define.
1046         * elf32-s390.c (elf_backend_rela_normal): Define.
1047         * elf32-xstormy16.c (elf_backend_rela_normal): Define.
1048         * elf64-ppc.c (elf_backend_rela_normal): Define.
1049         * elf64-s390.c (elf_backend_rela_normal): Define.
1050         * elf64-x86-64.c (elf_backend_rela_normal): Define.
1051         * elfxx-ia64.c (elf_backend_rela_normal): Define.
1052         * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
1053         * elf32-m32r.c (elf_backend_rela_normal): Likewise.
1055 2002-05-06  Nick Clifton  <nickc@cambridge.redhat.com>
1057         * elf32-arm.h (elf32_arm_final_link_relocate): Convert
1058         'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
1060 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
1062         * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
1063         when not relocatable.  Fix reloc_emitter call for K&R.
1065 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
1067         * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
1068         reloading local sym addend mistakenly removed in 2002-05-01 change.
1070         * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
1071         (read_abbrevs): Change "offset" param to bfd_vma.
1072         (parse_comp_unit): Change "version" and addr_size to unsigned ints.
1073         Change "abbrev_offset" to bfd_vma.
1074         (read_indirect_string): Use correct conversion chars in error
1075         message format string, cast bfd_vma's to unsigned long.
1076         (read_abbrevs): Likewise.
1077         (read_attribute_value): Likewise.
1078         (decode_line_info): Likewise.
1079         (scan_unit_for_functions): Likewise.
1080         (parse_comp_unit): Likewise.
1082 2002-05-04  Tom Rix  <trix@redhat.com>
1084         * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
1085         (coff_swap_reloc_out): Same.
1086         * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
1087         (xcoff_swap_reloc_out): Same.
1088         (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
1089         case some 16 bit relocs. Add reloc value to output.
1090         (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
1091         R_RBR. Improve names.
1092         (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
1093         (bfd_xcoff_backend_data): Update with new reloc swap names.
1094         (bfd_pmac_xcoff_backend_data) : Same.
1095         * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
1096         (xcoff64_swap_reloc_out): Same.
1097         (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
1098         R_POS. Add reloc value to output.
1099         (xcoff64_howto_table): Move 64 bit R_POS to first entry.  Add 16
1100         bit R_RBR. Improve names, masks.
1101         (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
1102         (bfd_xcoff_backend_data): Update with new reloc swap names.
1103         (bfd_xcoff_aix5_backend_data) : Same.
1105 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
1107         * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
1108         bfd_count top_index, input_list, all_local_syms.
1109         (elf32_hppa_setup_section_lists): New function, split from
1110         elf32_hppa_size_stubs.
1111         (elf32_hppa_next_input_section): Likewise.
1112         (group_sections): Likewise.
1113         (get_local_syms): Likewise.
1114         (elf32_hppa_size_stubs): Adjust for split out functions.  Look for
1115         stubs on undefined syms too.
1116         (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
1117         Only access htab elf fields when we have an elf hash table.
1118         * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
1119         (elf32_hppa_next_input_section): Declare.
1121 2002-05-04  Bob Byrnes  <byrnes@curl.com>
1123         * opncls.c (_bfd_new_bfd_contained_in): Check return value of
1124         _bfd_new_bfd.
1126 2002-05-03  H.J. Lu  (hjl@gnu.org)
1128         * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
1129         (mips_elf_link_hash_newfunc): Initialize forced_local to false.
1130         (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
1131         to hide a global symbol.
1132         (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
1133         forced_local to true.
1135 2002-05-02  Richard Henderson  <rth@redhat.com>
1137         * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
1138         vs SHN_UNDEF to zero.
1140 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
1142         * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
1143         16 bit reloc.
1144         <R_PPC64_SECTOFF_DS>: Likewise.
1145         (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
1146         SECTOFF reloc.
1147         * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
1148         (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
1149         SECTOFF reloc.
1151         * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
1152         (ppc64_elf_ha_reloc): New function.
1153         (ppc64_elf_brtaken_reloc): New function.
1154         (ppc64_elf_sectoff_reloc): New function.
1155         (ppc64_elf_sectoff_ha_reloc): New function.
1156         (ppc64_elf_toc_reloc): New function.
1157         (ppc64_elf_toc_ha_reloc): New function.
1158         (ppc64_elf_toc64_reloc): New function.
1159         (ppc64_elf_unhandled_reloc): New function.
1160         (ppc64_elf_howto_raw): Use the above.
1161         <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
1162         <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset.  Fix dst_mask.
1163         <R_PPC64_SECTOFF_DS>: Likewise.
1164         (IS_ABSOLUTE_RELOC): Update.
1165         (struct ppc_link_hash_table): Add have_undefweak.
1166         (ppc64_elf_link_hash_table_create): Init.
1167         (func_desc_adjust): Set have_undefweak.
1168         (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier.  Only
1169         add the .sfpr blr when have_undefweak.
1170         (ppc64_elf_setup_section_lists): Check hash table flavour.
1171         (ppc64_elf_next_input_section): Move output_section->owner test to
1172         ppc64elf.em.
1173         (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
1174         and relocatable test.  Return TOCstart and don't set elf_gp.
1175         (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
1176         offset calculation.  Add assert on weak sym branch tweaks.
1177         * elf64-ppc.h (ppc64_elf_set_toc): Delete.
1178         (ppc64_elf_toc): Declare.
1179         (ppc64_elf_next_input_section): Update.
1181 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
1183         * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
1184         file_name.
1186 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
1188         * elf64-ppc.c (CROR_151515, CROR_313131): Define.
1189         (ppc64_elf_relocate_section): Use them.  Don't look for plt calls
1190         on R_PPC64_ADDR24 relocs.  Require a nop or no link reg on plt
1191         call branches.  Correct undefined weak destination.
1192         (ppc64_elf_func_desc_adjust): Always create at least one blr in
1193         .sfpr, and correct case where either only savef* or restf* is
1194         needed.
1196         Long branch stubs, multiple stub sections.
1197         * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
1198         (ppc64_elf_next_input_section): Declare.
1199         * elf64-ppc.c: Move linker-only prototypes.
1200         (STUB_SUFFIX): Define.
1201         (enum ppc_stub_type): New.
1202         (struct ppc_stub_hash_entry): New.
1203         (struct ppc_branch_hash_entry): New.
1204         (struct ppc_link_hash_entry): Add stub_cache, oh.
1205         (struct ppc_link_hash_table): Add stub_hash_table etc.  Remove
1206         sstub.  Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
1207         Rename plt_overflow to stub_error.
1208         (ppc_stub_hash_lookup): Define.
1209         (ppc_branch_hash_lookup): Define.
1210         (stub_hash_newfunc): New function.
1211         (branch_hash_newfunc): New function.
1212         (link_hash_newfunc): Init new fields.
1213         (ppc64_elf_link_hash_table_create): Likewise.
1214         (ppc64_elf_link_hash_table_free): New function.
1215         (ppc_stub_name): New function.
1216         (ppc_get_stub_entry): New function.
1217         (ppc_add_stub): New function.
1218         (create_linkage_sections): Use bfd_make_section_anyway.  Create
1219         .branch_lt and .rela.branch_lt sections.  Don't create .stub.
1220         (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
1221         and set up for plt call stubs.  Link func and func desc syms.
1222         (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
1223         (func_desc_adjust): Avoid hash lookup when func desc sym available
1224         via shortcut, and set links when processing.
1225         (ppc64_elf_hide_symbol): Likewise.
1226         (allocate_dynrelocs): Don't allocate stub section here.
1227         (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
1228         Remove sstub code.
1229         (ppc_type_of_stub): New function.
1230         (build_one_stub): Delete.
1231         (ppc_build_one_stub): New function.
1232         (ppc_size_one_stub): New function.
1233         (ppc64_elf_setup_section_lists): New function.
1234         (ppc64_elf_next_input_section): New function.
1235         (group_sections): New function.
1236         (get_local_syms): New function.
1237         (ppc64_elf_size_stubs): Rewrite.
1238         (ppc64_elf_build_stubs): Rewrite.
1239         (ppc64_elf_relocate_section): Look up stub entry for REL24
1240         relocs.  Don't propagate REL14* to dynamic objects.  Look for long
1241         branch stubs if REL14* or REL24 relocs won't reach.
1242         (bfd_elf64_bfd_link_hash_table_free): Define.
1244 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
1246         * bfd/config.bfd: Add support for powerpc-*-windiss.
1248 2002-04-30  Tom Rix  <trix@redhat.com>
1250         * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
1251         symbol names into the hash table.
1253 2002-04-28  Tom Rix  <trix@redhat.com>
1255         * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
1256         calulating relocations.
1257         (xcoff_complain_overflow) : Function table for relocation errors.
1258         (xcoff_ppc_relocate_section): Use relocation and complain function
1259         tables.
1260         (xcoff_complain_overflow_unsigned_func): New complain function.
1261         (xcoff_complain_overflow_signed_func): Same.
1262         (xcoff_complain_overflow_bitfield_func): Same.
1263         (xcoff_complain_overflow_dont_func): Same.
1264         (xcoff_reloc_type_crel): New recot function.
1265         (xcoff_reloc_type_br): Same.
1266         (xcoff_reloc_type_ba): Same.
1267         (xcoff_reloc_type_toc): Same.
1268         (xcoff_reloc_type_rel): Same.
1269         (xcoff_reloc_type_neg): Same.
1270         (xcoff_reloc_type_pos): Same.
1271         (xcoff_reloc_type_fail): Same.
1272         (xcoff_reloc_type_noop): Same.
1273         * libxcoff.h : Declare common parts for xcoff64.
1274         * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
1275         and complain function tables.
1277 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
1279         * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
1280         * elf32-hppa.c (elf32_hppa_final_link): Formatting.
1282 2002-04-26  Alan Modra  <amodra@bigpond.net.au>
1284         * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
1285         * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
1287         * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
1288         same as the output before calling elf_link_input_bfd.
1290         * coffcode.h (coff_compute_section_file_positions): Set
1291         section_tail after shuffling section list.
1293 2002-04-24  Christian Groessler <chris@groessler.org>
1295         * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
1296         addresses are 23bit with a special layout, not plain 32bit
1297         values.  Prevent relocation of immediate values.
1299 2002-04-24  Chris G. Demetriou  <cgd@broadcom.com>
1301         * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
1302         MIPS-16 ASE flags are set, print something to indicate that.
1304 2002-04-23  Alan Modra  <amodra@bigpond.net.au>
1306         * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
1307         under which a plt call stub is used.
1308         (final_link_relocate): Similarly.
1309         (allocate_plt_static): Clear h-plabel except when plt entry is
1310         exclusively used for a plabel.
1311         (allocate_dynrelocs): Use the above to simplify plt sizing.
1312         (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
1313         (elf32_hppa_link_hash_table_create): Init.
1314         (BL22_RP): Define.
1315         (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
1316         (elf32_hppa_check_relocs): Set has_22bit_branch.
1318         * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
1319         (final_link_relocate): Likewise.
1321 2002-04-22  Jakub Jelinek  <jakub@redhat.com>
1323         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
1324         search table if some FDE is DW_EH_PE_aligned encoded either.
1325         (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
1327 2002-04-22  Richard Smith  <richard@ex-parrot.com>
1328             Jakub Jelinek  <jakub@redhat.com>
1330         * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
1331         (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
1332         encoded personality.
1333         (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
1334         for CIE/FDE removal.
1336 2002-04-20  Tom Rix  <trix@redhat.com>
1338         * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
1340 2002-04-20  Alan Modra  <amodra@bigpond.net.au>
1342         * archures.c (bfd_lookup_arch): Move the list order comment..
1343         (struct bfd_arch_info): ..to where it belongs.
1344         * bfd-in2.h: Regenerate.
1346         * archures.c (bfd_lookup_arch): Add comment on list order.
1347         (bfd_default_set_arch_mach): Use bfd_lookup_arch.
1348         * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
1349         is always at head of list.
1351 2002-04-18  Nick Clifton  <nickc@cambridge.redhat.com>
1353         * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
1354         insert_thumb_branch, record_thumb_to_arm_glue): Suppress
1355         definition of these functions for ARM_WINCE builds as they are
1356         not used.
1357         (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
1358         for ARM_WINCE builds.
1360 2002-04-18  Nick Clifton  <nickc@cambridge.redhat.com>
1362         * coff-arm.c (bfd_arm_process_before_allocation):
1364 2002-04-17  J"orn Rennecke <joern.rennecke@superh.com>
1366         * cpu-sh.c (scan_mach): Delete.
1367         (arch_info_struct): Replace scan_mach with bfd_default_scan.
1368         (bfd_sh_arch): Likewise.
1370 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
1372         * ihex.c (ihex_write_object_contents): Fix check for records
1373         crossing 64K boundaries.
1375 2002-04-16  Alan Modra  <amodra@bigpond.net.au>
1377         * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
1378         type rather than just assuming entries are ELF.
1379         * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
1380         * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
1381         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
1382         * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
1383         rather than elf_link_hash_entry.
1385 2002-04-15  Richard Henderson  <rth@redhat.com>
1387         * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
1388         n32 binaries.
1390 2002-04-15  Michael Snyder  <msnyder@redhat.com>
1392         * opncls.c (bfd_close): Write contents if writeable.
1393         Minor formatting tidy-ups.
1395 2002-04-15  Alan Modra  <amodra@bigpond.net.au>
1397         * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
1399 2002-04-12  Michael Snyder  <msnyder@redhat.com>
1401         * bfd-in.h (bfd_get_section_lma): New access macro.
1402         Minor white-space fix-up.
1404 2002-04-12  Alan Modra  <amodra@bigpond.net.au>
1406         * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
1407         header pad.
1409 2002-04-09  DJ Delorie  <dj@redhat.com>
1411         * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
1413 2002-04-09  Casper S. Hornstrup <chorns@users.sourceforge.net>
1415         * coffcode.h (coff_read_word): New.
1416         (coff_compute_checksum): New.
1417         (coff_apply_checksum): New.
1418         (coff_write_object_contents): Call coff_apply_checksum () to
1419         apply checksum to PE image.
1421 2002-04-08  Randolph Chung  <tausq@debian.org>
1423         * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
1424         (elf32_hppa_final_link): Split out sorting logic to..
1425         * elf-hppa.h (elf_hppa_sort_unwind): ..here.
1426         (elf_hppa_final_link): Call elf_hppa_sort_unwind.
1428 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
1430         * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
1431         pattern.
1432         * configure: Re-generate.
1434 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
1436         * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
1437         is greater or equal to 4.3.3.
1438         * configure: Regenerate.
1439         Fix PR gdb/344.
1441 2002-04-05  Hans-Peter Nilsson  <hp@axis.com>
1443         * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
1444         R_CRIS_32_PCREL>: Fix typo in name.
1445         (cris_elf_check_relocs): Always create .rela.got here when
1446         R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
1447         (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
1448         assume it's created.
1450 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
1452         * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
1453         * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
1454         define.
1455         * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
1456         * bfd.c (bfd_link_hash_table_free): Define.
1457         * binary.c (binary_bfd_link_hash_table_free): Define.
1458         * bout.c (b_out_bfd_link_hash_table_free): Define.
1459         * coff-rs6000.c (rs6000coff_vec): Include
1460         _bfd_generic_link_hash_table_free.
1461         (pmac_xcoff_vec): Likewise.
1462         * coff64-rs6000.c (rs6000coff64_vec): Likewise.
1463         (aix5coff64_vec): Likewise.
1464         * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
1465         * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
1466         (bfd_elf32_bfd_link_hash_table_free): Define.
1467         * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
1468         (bfd_elf32_bfd_link_hash_table_free): Define.
1469         * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
1470         define.
1471         * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
1472         * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
1473         * ieee.c (ieee_bfd_link_hash_table_free): Define.
1474         * ihex.c (ihex_bfd_link_hash_table_free): Define.
1475         * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
1476         (_bfd_generic_link_hash_table_free): Add prototype.
1477         * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
1478         * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
1479         * linker.c (_bfd_generic_link_hash_table_free): New function.
1480         * mmo.c (mmo_bfd_link_hash_table_free): Define.
1481         * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
1482         * oasys.c (oasys_bfd_link_hash_table_free): Define.
1483         * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
1484         * som.c (som_bfd_link_hash_table_free): Define.
1485         * srec.c (srec_bfd_link_hash_table_free): Define.
1486         * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
1487         * versados.c (versados_bfd_link_hash_table_free): Define.
1488         * vms.c (vms_bfd_link_hash_table_free): New function.
1489         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
1491         * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
1492         instead of bfd_alloc.
1493         * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
1494         * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
1495         * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
1496         * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
1497         * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
1498         * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
1499         * elf.c (_bfd_elf_link_hash_table_create): Likewise.
1500         * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
1501         * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
1502         * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
1503         * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
1504         * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
1505         * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
1506         * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
1507         * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
1508         * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
1509         * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
1510         * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
1511         * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
1512         * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
1513         * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
1514         * linker.c (_bfd_generic_link_hash_table_create): Likewise.
1515         * m68klinux.c (linux_link_hash_table_create): Likewise.
1516         * sparclinux.c (linux_link_hash_table_create): Likewise.
1517         * sunos.c (sunos_link_hash_table_create): Likewise.
1518         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
1520         * targets.c: Add _bfd_link_hash_table_free to xvec.
1522         * bfd-in2.h: Regenerate.
1523         * libbfd.h: Regenerate.
1524         * libcoff.h: Regenerate.
1526 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
1528         * dep-in.sed: Cope with absolute paths.
1529         * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
1530         Run "make dep-am".
1531         * Makefile.in: Regenerate.
1532         * coff-arm.c: Fix copyright date.
1533         * cpu-h8300.c: Likewise.
1534         * cpu-i370.c: Likewise.
1535         * cpu-s390.c: Likewise.
1536         * cpu-mips.c: Likewise.
1537         * po/SRC-POTFILES.in: Regenerate.
1539 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1541         * Makefile.am: Add elfxx-mips.c to the known backends.
1542         (elf32-mips.lo): remove dependency to coff/external.h.
1543         * Makefile.in: Regenerate.
1544         * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
1545         Remove elf32-mips.lo from 64 bit vectors. Update dependencies
1546         accordingly.
1547         * configure: Regenerate.
1548         * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
1549         (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
1550         (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
1551         MIPS specific backend functions.
1552         * elf32-mips.c: Moved most code to elfxx-mips.c.
1553         (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
1554         static.
1555         (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
1556         (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
1557         (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
1558         (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
1559         interface to allow selection of the right REL or RELA howto table.
1560         (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
1561         static. Let it refuse n32 objects.
1562         (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
1563         (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
1564         (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
1565         (elf32_mips_ignore_discarded_relocs): Rename from
1566         _bfd_elf32_mips_ignore_discarded_relocs.
1567         (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
1568         (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
1569         (elf_mips_howto_table_rela): Remove.
1570         * elf64-mips.c: Moved most code to elfxx-mips.c.
1571         (bfd_elf64_bfd_reloc_type_lookup): Make static.
1572         (mips_elf64_rtype_to_howto): New function.
1573         (mips_elf64_object_p): Likewise.
1574         (elf64_mips_irix_compat): Likewise.
1575         * elfxx-mips.c: New file containing common code merged together from
1576         elf32-mips.c and elf64-mips.c.
1577         * elfxx-mips.h: New file containing MIPS specific prototypes from
1578         elf-bfd.h.
1579         * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
1580         elf_backend_mips_rtype_to_howto.
1582 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
1584         * srec.c (MAXCHUNK, Chunk): Revise comments.
1585         (srec_write_record): Correct buffer size.
1586         (srec_write_header): Do without intermediate buffer.
1587         (srec_write_section): Validate Chunk.
1588         (srec_write_terminator): Pass NULL instead of dummy buffer.
1589         (srec_write_symbols): Pass file and symbol names directly to
1590         bfd_bwrite so sprintf won't overflow buffer.
1592 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
1594         * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
1595         PC relative relocs against hidden symbols.
1596         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1598 2002-04-03  Alan Modra  <amodra@bigpond.net.au>
1600         * elf.c (_bfd_elf_make_section_from_shdr): When setting section
1601         LMAs, loop over segments until p_vaddr and p_memsz specify an
1602         extent enclosing the section.
1604 2002-04-02  Nick Clifton  <nickc@cambridge.redhat.com>
1606         * ihex.c (ihex_write_object_contents): Do not allow records to
1607         cross a 64K boundary - wrap if necessary.
1609 2002-04-01  Nathan Williams  <nathanw@wasabisystems.com>
1611         * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
1612         which caused the returned LWP ID to always be 0.
1614 2002-04-01  Richard Henderson  <rth@redhat.com>
1616         * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
1617         (elf32_sparc_relocate_section): Use it to figure out when to
1618         initialize .got entries.
1619         * elf64-sparc.c: Similarly.
1621 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
1623         * linker.c (link_action): Ignore duplicate warning syms.
1624         (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
1625         * elflink.h (elf_adjust_dynstr_offsets): Likewise.
1626         (elf_adjust_dynamic_symbol): Likewise.
1627         (elf_export_symbol): Likewise.
1628         (elf_link_find_version_dependencies): Likewise.
1629         (elf_link_assign_sym_version): Likewise.
1630         (elf_link_sec_merge_syms): Likewise.
1631         (elf_link_output_extsym): Likewise.
1632         (elf_gc_sweep_symbol): Likewise.
1633         (elf_gc_propagate_vtable_entries_used): Likewise.
1634         (elf_gc_smash_unused_vtentry_relocs): Likewise.
1635         (elf_gc_allocate_got_offsets): Likewise.
1636         (elf_collect_hash_codes): Likewise.
1637         * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
1638         * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
1639         (elf_hppa_remark_useless_dynamic_symbols): Likewise.
1640         * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
1641         * elf32-arm.h (elf32_arm_discard_copies): Likewise.
1642         * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
1643         (elf_cris_discard_excess_dso_dynamics): Likewise.
1644         * elf32-hppa.c (clobber_millicode_symbols): Likewise.
1645         (mark_PIC_calls): Likewise.
1646         (allocate_plt_static): Likewise.
1647         (allocate_dynrelocs): Likewise.
1648         (readonly_dynrelocs): Likewise.
1649         * elf32-i386.c (allocate_dynrelocs): Likewise.
1650         (readonly_dynrelocs): Likewise.
1651         * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
1652         * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
1653         * elf32-mips.c (mips_elf_output_extsym): Likewise.
1654         (mips_elf_sort_hash_table_f): Likewise.
1655         (mips_elf_check_mips16_stubs): Likewise.
1656         * elf32-s390.c (allocate_dynrelocs): Likewise.
1657         (readonly_dynrelocs): Likewise.
1658         * elf32-sh.c (sh_elf_discard_copies): Likewise.
1659         * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
1660         (xstormy16_relax_plt_realloc): Likewise.
1661         * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
1662         (elf64_alpha_output_extsym): Likewise.
1663         * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
1664         * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
1665         (mips_elf64_check_mips16_stubs): Likewise.
1666         (mips_elf64_output_extsym): Likewise.
1667         * elf64-ppc.c (func_desc_adjust): Likewise.
1668         (allocate_dynrelocs): Likewise.
1669         (readonly_dynrelocs): Likewise.
1670         * elf64-s390.c (allocate_dynrelocs): Likewise.
1671         (readonly_dynrelocs): Likewise.
1672         * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
1673         * elf64-x86-64.c (allocate_dynrelocs): Likewise.
1674         (readonly_dynrelocs): Likewise.
1675         * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
1676         * aoutx.h (aout_link_write_other_symbol): Likewise.
1677         * cofflink.c (_bfd_coff_write_task_globals): Likewise.
1678         (_bfd_coff_write_global_sym): Likewise.
1679         * i386linux.c (linux_tally_symbols): Likewise.
1680         * m68klinux.c (linux_tally_symbols): Likewise.
1681         * sparclinux.c (linux_tally_symbols): Likewise.
1682         * pdp11.c (aout_link_write_other_symbol): Likewise.
1683         * sunos.c (sunos_scan_dynamic_symbol): Likewise.
1684         * xcofflink.c (xcoff_build_ldsyms): Likewise.
1685         (xcoff_write_global_symbol): Likewise.
1687         * cofflink.c (_bfd_coff_final_link): Formatting.
1688         * cpu-mips.c (mips_compatible): Make static, prototype.
1689         * elf32-i386.c (elf_i386_check_relocs): Formatting.
1690         * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
1691         * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
1692         * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
1693         (mips_elf64_final_link): Likewise.
1694         * elflink.h (elf_link_find_version_dependencies): Remove duplicate
1695         prototype.
1697 2002-03-27  Nick Clifton  <nickc@cambridge.redhat.com>
1699         * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
1700         (SWAP_OUT_RELOC_OFFSET): Define.
1702 2002-03-27  Gregory Steuck <greg@nest.cx>
1704         * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
1705         terminating NULL if empty symbol table.
1706         (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
1708 2002-03-26  H.J. Lu  (hjl@gnu.org)
1710         * elflink.h (elf_link_input_bfd): Revert the last change since
1711         the gcc exception handling isn't fixed yet.
1713 2002-03-26  H.J. Lu  (hjl@gnu.org)
1715         * elflink.h (elf_link_input_bfd): Complain about relocations
1716         against local symbols in discarded sections.
1718 2002-03-26  Alan Modra  <amodra@bigpond.net.au>
1720         * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
1722 2002-03-23  Alan Modra  <amodra@bigpond.net.au>
1724         * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
1725         section file offset for !SEC_LOAD sections.
1727 2002-03-21  Richard Earnshaw  <rearnsha@arm.com>
1729         * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
1730         <case R_ARM_GOT>): Handle relocations to Thumb functions.
1732 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
1734         * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
1735         Whitespace changes.
1736         * archive.c: Update copyright date.
1737         * bfd-in2.h: Regenerate.
1738         * libbfd.h: Regenerate.
1739         * Makefile.am: Run "make dep-am"
1740         * Makefile.in: Regenerate.
1741         * po/SRC-POTFILES.in: Regenerate.
1743 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
1745         * dwarf2.c (struct funcinfo): Move up.
1746         (lookup_address_in_function_table): New argument function_ptr.
1747         Set it.
1748         (lookup_address_in_line_table): New argument function.  If function
1749         is non-NULL, use it to handle ``addr'' before the first line note of
1750         the function.
1751         (comp_unit_find_nearest_line): Update and swap calls to
1752         lookup_address_in_function_table and lookup_address_in_line_table.
1753         * syms.c (_bfd_stab_section_find_nearest_line): Use the first
1754         N_SLINE encountered if we see an N_FUN before any N_SLINE.
1756 2002-03-20  Tom Rix  <trix@redhat.com>
1758         * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
1759         _bfd_xcoff_generic_stat_arch_elt.  Fix format check.
1760         * coff64-rs6000.c :  Use _bfd_xcoff_stat_arch_elt.
1762 2002-03-19  Tom Rix  <trix@redhat.com>
1764         * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
1765         dynamic objects in archives.
1767 2002-03-19  Hans-Peter Nilsson  <hp@bitrange.com>
1769         * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
1770         STT_NOTYPE symbols to STT_OBJECT.
1772 2002-03-18  Jan Hubicka  <jh@suse.cz>
1774         * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
1776 2002-03-18  Tom Rix  <trix@redhat.com>
1778         * aix5ppc.core.c : New file for AIX 5 64 bit core support.
1779         * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
1780         * coff-rs6000 (do_pad) : New function for archive padding.
1781         (do_copy) : New function for object file copying in archives.
1782         (do_shared_object_padding) : New function for padding shared
1783         objects to their text section alignment in archives.
1784         (bfd_xcoff_ar_achive_set_magic) : Stub.
1785         (xcoff_write_armap_big) : Use do_copy and do_pad.
1786         (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
1787         do_copy and do_pad.
1788         * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
1789         bfd_xcoff_magic_number.
1790         (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
1791         fop.
1792         (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
1793         (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
1794         (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
1795         * rs6000-core.c : Update copyright date.
1796         * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
1797         csectpp.
1798         * coffcode.h (coff_new_section_hook) : Use new accessor macros.
1799         (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
1800         (coff_set_flags) : Use bfd_xcoff_magic_number.
1801         * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
1802         * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
1803         * Makefile.am : Same.
1804         * config.bfd : Same.
1805         * targets.c : Same.
1806         * configure : Regnerate.
1807         * Makefile.in : Same.
1808         * bfd-in2.h : Same.
1810 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
1812         * po/fr.po: Updated version.
1814 2002-03-18  Alan Modra  <amodra@bigpond.net.au>
1816         * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
1817         * libbfd.h: Regenerate.
1818         * archive.c (coff_write_armap): Pass on failures from
1819         bfd_write_bigendian_4byte_int.
1821 2002-03-14  H.J. Lu <hjl@gnu.org>
1823         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
1824         error to bfd_error_nonrepresentable_section for reinit_array
1825         section in DSO.
1827 2002-03-14  Nick Clifton  <nickc@cambridge.redhat.com>
1829         * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
1830         OR it in rather than replacing previously selected flags.
1832         * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
1833         (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
1835 2002-03-14  Alan Modra  <amodra@bigpond.net.au>
1837         * cpu-mips.c (mips_compatible): New.  Don't check bits_per_word.
1838         (N): Use the above.
1839         * elflink.h (elf_bfd_final_link): Revert last change.  Instead,
1840         ensure reloc size matches before calling elf_link_input_bfd.
1841         Add an assert to check reloc size when counting output relocs.
1843 2002-03-14  Nick Clifton  <nickc@cambridge.redhat.com>
1845         * mmo.c (mmo_get_loc): Return NULL rather than false.
1847 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
1849         * po/fr.po: Updated version.
1851 2002-03-13  Alan Modra  <amodra@bigpond.net.au>
1853         * archures.c (bfd_default_compatible): Test bits_per_word.
1854         * cpu-i386.c (i386_compatible): Remove.  Replace occurrences with
1855         bfd_default_compatible.
1856         * cpu-i370.c (i370_compatible): Likewise.
1857         * cpu-sparc.c (sparc_compatible): Likewise.
1858         * cpu-h8300.c (compatible): Test in->arch == out->arch.
1860         * elflink.h: Formatting fixes.
1861         (elf_link_output_extsym): Merge undefined and undef weak cases.
1863         * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
1864         when word size of input matches output word size.
1866 2002-03-12  Andreas Jaeger  <aj@suse.de>
1868         * cpu-i386.c (i386_compatible): New.  Use it instead of
1869         bfd_default_compatible.
1871 2002-03-07  H.J. Lu  (hjl@gnu.org)
1873         * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
1874         as the type for bfd_reloc_val.
1876 2002-03-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1878         * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
1879         (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
1880         (elf_hppa_final_link_relocate): Correct relocations for indirect
1881         references to local data through the DLT.  Fix .opd creation for
1882         local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
1883         relocations.  Use e_lsel selector for R_PARISC_DLTIND21L,
1884         R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
1885         "Processor-Specific ELF for PA_RISC, Version 1.43" document.
1886         Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
1887         * elf32-hppa.c (final_link_relocate): Revise relocation selectors
1888         as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
1890 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
1892         * merge.c (_bfd_merge_sections): Don't segfault if there
1893         is nothing to merge due to GC.
1895 2002-03-05  Alan Modra  <amodra@bigpond.net.au>
1897         * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
1898         symbols that have been forced local.
1900         * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
1901         to output forced local syms for non-shared link.
1902         (elf_link_output_extsym): Tweak condition for calling backend
1903         adjust_dynamic_symbol so that previous behaviour is kept.
1904         Whitespace changes throughout file.
1906 2002-03-04  H.J. Lu <hjl@gnu.org>
1908         * elf.c (bfd_section_from_shdr): Handle special sections,
1909         .init_array, .fini_array and .preinit_array.
1910         (elf_fake_sections): Likewise.
1912         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
1913         DT entry only if the section is in output for .init_array,
1914         .fini_array and .preinit_array. Complain about .preinit_array
1915         section in DSO.
1916         (elf_bfd_final_link): Warn zero size for .init_array,
1917         .fini_array and .preinit_array sections.
1919         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
1920         SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
1921         (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
1922         .preinit_array.
1924 2002-03-04  Alan Modra  <amodra@bigpond.net.au>
1926         * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
1927         * configure: Regenerate.
1929 2002-03-02  Tom Rix  <trix@redhat.com>
1931         * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
1932         symbolic equiv.
1933         * coff-rs6000.c (xcoff_howto_table): Same.
1935 2002-03-01  David Mosberger  <davidm@hpl.hp.com>
1937         * elflink.h (size_dynamic_sections): If section named
1938         ".preinit_array" exists, create DT_PREINIT_ARRAY and
1939         DT_PREINIT_ARRAYSZ entries in dynamic table.  Analogously for
1940         ".init_array" and ".fini_array".
1941         (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
1942         DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
1943         DT_FINI_ARRAY.
1945 2002-02-26  Andrew Macleod  <amacleod@cygnus.com>
1947         * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
1948         dynsyms.
1950 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
1952         * elf64-hppa.h: Update copyright date.
1954         * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
1955         (ppc64_elf_relocate_section): Don't generate power4 style branch
1956         hints for *_BRTAKEN and *_BRNTAKEN relocs.
1958 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
1960         * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
1961         last patch.
1962         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1964 2002-02-21  Andreas Jaeger  <aj@suse.de>
1966         * elf64-x86-64.c: Major rework that introduces all recent changes
1967         to the x86-64 backend.  Get a closer match to elf32-i386.
1968         (struct elf64_x86_64_dyn_relocs): Rename from
1969         elf64_x86_64_pcrel_relocs_copied, add additional fields.  Change
1970         all users.
1971         (struct elf64_x86_64_link_hash_table): Add short cuts to some
1972         sections.
1973         (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
1974         remove casts, initialize new hash members.
1975         (create_got_section): New.
1976         (elf64_x86_64_create_dynamic_sections): New.
1977         (elf64_x86_64_copy_indirect_symbol): New.
1978         (elf64_x86_64_check_relocs): Don't allocate space for dynamic
1979         relocs, .got or .relgot here but do it in allocate_dynrelocs.
1980         Reference count possible .plt and .got entries.  Don't test input
1981         section SEC_READONLY here to try to avoid copy relocs, and keep
1982         dyn_relocs regardless of ELF_LINK_NON_GOT_REF.  Don't set
1983         DF_TEXTREL here.  Delay setting of variables until needed.  Cache
1984         pointer to "sreloc" section in elf_section_data. Tweak condition
1985         under which .got created.  Report files with bad relocation
1986         section names.
1987         (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
1988         Reference count possible .plt entries.  Don't deallocate .got and
1989         .relgot space here.
1990         (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc.  Don't
1991         do copy reloc processing for weakdefs.  Remove redundant casts and
1992         aborts.  Delay setting of vars until needed.  Move creation of
1993         dynamic symbols and allocation of .plt and .rela.plt to
1994         allocate_dynrelocs.  Replace BFD_ASSERT with abort.
1995         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
1996         (allocate_dynrelocs): New.
1997         (readonly_dynrelocs): New.
1998         (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
1999         Allocate space for dyn relocs.  Replace BFD_ASSERT with abort.
2000         Zero out the dynamic allocated content space.
2001         (elf64_x86_64_discard_copies): Removed.
2002         (elf64_x86_64_relocate_section): Make use of dynamic section
2003         short-cuts.  Localise vars, and delay setting.  Better error
2004         reporting, replace BFD_ASSERT with abort.  Check
2005         ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
2006         regular object file and tread the weak definition as the normal
2007         one.  Don't discard relocs for undefweak or undefined symbols and
2008         check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
2009         relocs.
2010         (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
2011         symbols that have been forced local.  Use same test to decide if
2012         we can use a relative reloc for got as relocate_section.  Expand
2013         SHN_UNDEF comment.  Move expressions out of function calls.
2014         Replace BFD_ASSERT with abort.
2015         (bfd_elf64_bfd_final_link): Removed.
2016         (elf_backend_copy_indirect_symbol): Define.
2018 2002-02-20  Tom Rix  <trix@redhat.com>
2020         * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
2021         (_bfd_xcoff_reloc_type_lookup): Use it.
2022         * coff64-rs6000.c (xcoff64_howto_table): Same.
2023         (xcoff64_reloc_type_lookup): Same.
2025 2002-02-20  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
2027         * osf-core.c (osf_core_vec):  OSF/1 (Digital Unix) core files are
2028         little endian.
2030 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2032         * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
2033         (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
2034         * bfd-in2.h: Regenerate.
2035         * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
2036         Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
2037         with "s390:64-bit".
2038         * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
2039         (elf_s390_reloc_type_lookup): Likewise.
2040         (elf_s390_check_relocs): Likewise.
2041         (elf_s390_gc_sweep_hook): Likewise.
2042         (elf_s390_relocate_section): Likewise.
2043         (elf_s390_object_p): Use renamed architecture define.
2044         * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
2046 2002-02-19  Frank Ch. Eigler  <fche@redhat.com>
2048         * syms.c (stt[]): Sorted.  Added .init/.fini -> "t" mapping.
2050 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
2052         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
2053         absptr -> pcrel optimization for shared libs.
2054         Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
2055         library cannot be converted to pcrel.
2056         (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
2057         relative.
2058         * elf32-i386.c (elf_i386_relocate_section): If
2059         _bfd_elf_section_offset returned -2, skip, but make sure the
2060         relocation is installed.
2061         * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
2062         * elf32-cris.c (cris_elf_relocate_section): Likewise.
2063         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
2064         * elf32-i370.c (i370_elf_relocate_section): Likewise.
2065         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2066         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
2067         * elf32-s390.c (elf_s390_relocate_section): Likewise.
2068         * elf32-sh.c (sh_elf_relocate_section): Likewise.
2069         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2070         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2071         * elf64-s390.c (elf_s390_relocate_section): Likewise.
2072         * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
2073         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2074         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
2075         * elf64-alpha.c (elf64_alpha_relocate_section): Handle
2076         _bfd_elf_section_offset returning -2 the same way as -1.
2077         * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
2078         * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
2079         and BFD_ASSERT.
2080         * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
2082 2002-02-18  Tom Rix  <trix@redhat.com>
2084         * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
2085         (bfd_xcoff_size_dynamic_sections): Same.
2086         * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
2087         (bfd_xcoff_size_dynamic_sections): Same.
2088         * coff-rs6000.c (xcoff_generate_rtinit): Same.
2089         * coff-rs646000.c (xcoff64_generate_rtinit): Same.
2090         * libxcoff.h (struct xcoff_backend_data_rec): Same.
2091         * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
2092         * bfd-in2.h: Regenerate.
2094 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
2096         * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
2097         (struct ppc_link_hash_table): Add sfpr.
2098         (ppc64_elf_link_hash_table_create): Init it.
2099         (ppc64_elf_create_dynamic_sections): Split creation of .stub and
2100         .glink out to..
2101         (create_linkage_sections): ..here.  Make .sfpr too.
2102         (ppc64_elf_check_relocs): Call create_linkage_sections, and set
2103         dynobj early.
2104         (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
2105         (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
2106         ._restf* functions, and create as needed.
2107         (func_desc_adjust): Only force_local for shared libs.
2109 2002-02-18  David O'Brien  <obrien@FreeBSD.org>
2111         * configure.in: Bump version number post 2.12 branching.
2112         * configure: Regenerate.
2114 2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
2116         * mmo.c: Correct and improve comments.
2117         (mmo_write_chunk): Store trailing byte in bfd buffer; don't
2118         zero-pad.  Use input to fill up non-empty bfd buffer.
2119         (mmo_flush_chunk): New function.
2120         (mmo_write_loc_chunk): Add parameter last_vmap, all callers
2121         changed.  Don't emit location specifier if VMA is same as
2122         *LAST_VMAP after omitting leading zero contents.  Call
2123         mmo_flush_chunk before emitting location specifier.
2124         (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
2125         with mmo_write_loc_chunk calls.
2126         (mmo_internal_write_section): Call mmo_flush_chunk after
2127         mmo_write_chunk.
2128         (mmo_write_symbols_and_terminator): Move :Main to first position
2129         in symbol array.  Add faked one if it does not exist if there are
2130         other symbols.  Don't add it if there are no symbols at all.  Move
2131         out test for value of :Main from symbol loop.  Rename table
2132         fakemain to maintable and variable mainsym to fakemain.
2134 2002-02-15  Richard Henderson  <rth@redhat.com>
2136         * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
2137         section with no got matches any got.  Simplify error generaion.
2139 2002-02-15  Alan Modra  <amodra@bigpond.net.au>
2141         Support arbitrary length fill patterns.
2142         * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
2143         (_bfd_default_link_order): Remove bfd_fill_link_order code.
2144         Call default_data_link_order.
2145         (default_fill_link_order): Delete.
2146         (default_data_link_order): New function.
2147         * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
2148         of bfd_fill_link_order with bfd_data_link_order.
2149         * elf64-alpha.c (elf64_alpha_final_link): Likewise.
2150         * elf64-mips.c (mips_elf64_final_link): Likewise.
2152         * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
2153         Correct value returned in "end" for "0x<non-hex>".
2155 2002-02-14  Nick Clifton  <nickc@cambridge.redhat.com>
2157         * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
2158         (scan): Test against 'mach' field in info structure.
2160 2002-02-14  Alan Modra  <amodra@bigpond.net.au>
2162         * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
2164 2002-02-14  Matt Fredette  <fredette@netbsd.org>
2166         * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
2167         EF_M68000.
2169 2002-02-13  Nick Clifton  <nickc@cambridge.redhat.com>
2171         * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
2172         non-zero physical addresses when adjusting the LMAs of new
2173         sections.
2175 2002-02-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2177         * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
2178         from _bfd_elf_hppa_gen_reloc_type.
2179         (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
2180         * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
2181         * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
2182         * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
2184 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
2186         * elf-m10300.c (mn10300_elf_relax_section): Skip section before
2187         loading its contents if there's nothing to do in it.
2189 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
2191         * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
2192         64k boundary.
2194         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
2195         DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
2196         (ppc64_elf_finish_dynamic_sections): Set values for them.
2198 2002-02-11  Michael Snyder  <msnyder@redhat.com>
2200         * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
2201         * elf.c (elfcore_grok_pstatus): Add prototype.
2202         (elfcore_grok_lwpstatus): Add prototype.
2203         (elfcore_write_lwpstatus): New function.
2204         (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
2206 2002-02-11  Alexandre Oliva  <aoliva@redhat.com>
2208         * elf32-sh.c: Added missing prototypes.
2209         * elf32-sh64.c: Likewise.
2210         (sh_elf_align_loads): Mark unused args as such.
2211         * elf64-sh64.c: Added missing prototypes.
2212         (struct elf_sh64_link_hash_entry): Fix typo.
2213         (sh_elf64_relocate_section): Fix info argument passed to
2214         _bfd_elf_section_offset.
2216 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
2218         * Makefile.am: "make dep-am".
2219         * Makefile.in: Regenerate.
2220         * aclocal.m4: Regenerate.
2221         * config.in: Regenerate.
2222         * configure: Regenerate.
2224 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
2226         * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
2227         variable warnings.
2228         * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
2229         comparison warning.
2230         * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
2231         cast warnings for the common case.
2233 2002-02-10  Hans-Peter Nilsson  <hp@bitrange.com>
2235         * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
2236         vectors.
2237         (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
2238         vectors.
2240 2002-02-09  Richard Henderson  <rth@redhat.com>
2242         * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
2243         (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
2244         (elf64_alpha_relocate_section): Likewise.
2245         * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
2246         * bfd-in2.h, libbfd.h: Rebuild.
2248 2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
2250         * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
2251         that base-plus-offset reloc accounting is consistent.
2252         (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
2253         up to date for undefined symbols.
2255 2002-02-08  Eric Christopher  <echristo@redhat.com>
2257         From Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2259         * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
2260         sections for the O32 ABI.
2262 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
2264         * elf32-arm.h: Fix formatting of _("...").
2265         * elf32-d10v.c: Likewise.
2266         * elf32-m68k.c: Likewise.
2267         * elf32-mips.c: Likewise.
2269 2002-02-08  Ivan Guzvinec <ivang@opencores.org>
2271         * coff-or32.c: Fix compile time warning messages.
2273 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
2275         Contribute sh64-elf.
2276         2002-01-23  Alexandre Oliva  <aoliva@redhat.com>
2277         * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
2278         R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
2279         R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
2280         R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
2281         R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
2282         R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
2283         R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
2284         R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
2285         R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
2286         New relocs.
2287         * libbfd.h, bfd-in2.h: Rebuilt.
2288         * elf32-sh.c (sh_elf_howto_table): Define new relocs.
2289         (sh_reloc_map): Map them.
2290         (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
2291         elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
2292         elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
2293         elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
2294         elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
2295         elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
2296         movi_shori_putval) [INCLUDE_SHMEDIA]: New.
2297         (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
2298         datalabel_got_offset.
2299         (sh_elf_link_hash_newfunc): Initialize it.
2300         (sh_elf_relocate_section): Augment the scope of
2301         seen_stt_datalabel.  Introduce GOTPLT support.  Extend GOTPC, PLT,
2302         GOT and GOTOFF handling to new SHmedia relocation types.  Support
2303         GOT_BIAS.
2304         (sh_elf_check_relocs): Likewise.
2305         (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
2306         PLT entries using movi_shori_putval.  Support GOT_BIAS.
2307         (sh_elf_finish_dynamic_sections): Likewise.
2308         * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
2309         relocation, it's now done by the caller.
2310         (GOT_BIAS): New.
2311         * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
2312         elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
2313         elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
2314         elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
2315         elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
2316         elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
2317         sh64_elf64_hash_table): New.
2318         (sh_elf64_howto_table): Introduce new relocs.
2319         (sh_elf64_info_to_howto): Accept new PIC relocs.
2320         (sh_elf64_relocate_section): Augment the scope of
2321         seen_stt_datalabel.  Support new PIC relocs.
2322         (sh_elf64_check_relocs): Support new PIC relocs.
2323         (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
2324         elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
2325         elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
2326         elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
2327         sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
2328         movi_shori_putval, movi_3shori_putval,
2329         sh64_elf64_create_dynamic_sections,
2330         sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
2331         sh64_elf64_size_dynamic_sections,
2332         sh64_elf64_finish_dynamic_symbol,
2333         sh64_elf64_finish_dynamic_sections): New.
2334         (elf_backend_create_dynamic-sections,
2335         bfd_elf64_bfd_link_hash_table_create,
2336         elf_backend_adjust_dynamic_symbol,
2337         elf_backend_size_dynamic_sections,
2338         elf_backend_finish_dynamic_symbol,
2339         elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
2340         elf_backend_plt_readonly, elf_backend_want_plt_sym,
2341         elf_backend_got_header_size, elf_backend_plt_header_size):
2342         Define.
2343         2001-05-16  Alexandre Oliva  <aoliva@redhat.com>
2344         * elf32-sh.c: Renumbered and renamed some SH5 relocations to
2345         match official numbers and names; moved unmaching ones to the
2346         range 0xf2-0xff.
2347         * elf32-sh64.c, elf64-sh64.c: Likewise.
2348         2001-03-12  DJ Delorie  <dj@redhat.com>
2349         * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
2350         sections.
2351         2001-03-12  DJ Delorie  <dj@redhat.com>
2352         * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
2353         be aligned.
2354         * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
2355         2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
2356         * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
2357         (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
2358         .cranges section with SEC_SORT_ENTRIES set.
2359         (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
2360         incoming sorted .cranges section.
2361         (sh64_bfd_elf_copy_private_section_data): New.
2362         (sh64_elf_final_write_processing): Only sort .cranges and modify
2363         start address if called by linker.
2364         2001-01-08  Ben Elliston  <bje@redhat.com>
2365         * elf32-sh64.c (sh64_elf_final_write_processing): Activate
2366         Hans-Peter Nilsson's set bit 0 patch from       2001-01-06.
2367         * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
2368         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
2369         * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
2370         line.  Add comments before all entries.
2371         <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
2372         comment.
2373         (sh_elf64_reloc): Correct head comment.
2374         (sh_elf64_relocate_section): Correct spacing.
2375         <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
2376         instead call reloc_dangerous callback.
2377         <case R_SH_SHMEDIA_CODE>: New case.
2378         (sh_elf64_gc_mark_hook): Correct spacing.
2379         (sh_elf64_check_relocs): Ditto.
2380         * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
2381         New case.
2382         * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
2383         functions.
2384         (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
2385         clarify describing comment.  Add comments before all entries.
2386         (sh_elf_relocate_section) <relocating for a local symbol>: Do not
2387         honour STO_SH5_ISA32; instead call reloc_dangerous callback.
2388         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
2389         Sort .cranges section in final link.  Prepare to set bit 0 on
2390         entry address.
2391         * elf32-sh64.c (struct sh64_find_section_vma_data): New.
2392         (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
2393         (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
2394         .cranges section.
2395         (sh64_backend_section_from_shdr): New, to recognize
2396         SHT_SH5_CR_SORTED on incoming .cranges section.
2397         (elf_backend_section_from_shdr): Define.
2398         (sh64_elf_final_write_processing): Sort outgoing .cranges
2399         section.  (New, temporarily disabled:) Set bit 0 on entry address
2400         according to ISA type.
2401         (sh64_find_section_for_address): New.
2402         (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
2403         crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
2404         (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c.  Use
2405         bfd_malloc, not xmalloc.
2406         (sh64_get_contents_type): Move here from opcodes/sh64-dis.c.  Make
2407         global.
2408         * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
2409         temporarily disabled) setting bit 0 on entry address.
2410         (elf_backend_final_write_processing): Define.
2411         2001-01-05  Hans-Peter Nilsson  <hpn@cygnus.com>
2412         * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
2413         be a proper relocation for PTA and PTB rather than a marker.
2414         <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
2415         R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
2416         R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
2417         R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
2418         R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
2419         Zero src_mask.
2420         * elf64-sh64.c: Ditto.
2421         (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
2422         * elf32-sh64.c: Include opcodes/sh64-opc.h
2423         (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
2424         argument.  Drop const qualifiers from "bfd *" and "bfd_byte *"
2425         parameters.  No unused parameters.  Caller changed.
2426         <case R_SH_PT_16>: New case.
2427         * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
2428         * Makefile.in: Regenerate.
2429         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
2430         * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
2431         all code sections.
2432         (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
2433         (sh64_elf_merge_private_data): Ditto.
2434         * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
2435         to access stored section flags.
2436         (sh64_elf_final_write_processing): Return immediately unless
2437         called by linker.  Use sh64_elf_section_data (cranges) to get size
2438         of linker-generated cranges entries.
2439         (sh64_elf_copy_private_data): Add missing "return true".
2440         (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
2441         (sh_elf64_merge_private_data): Ditto.
2442         2000-12-19  Hans-Peter Nilsson  <hpn@cygnus.com>
2443         * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
2444         elf64-sh64.c:sh64_elf_fake_sections.
2445         (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
2446         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
2447         * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
2448         (sh64_elf_final_write_processing): New.
2449         (elf_backend_final_write_processing): Define.
2450         (sh64_elf_fake_sections): Get header flags from tdata field.
2451         (sh64_elf_copy_private_data): Do not call
2452         sh64_elf_copy_private_data_internal, just copy e_flags field.
2453         (sh64_elf_merge_private_data): Do not call
2454         sh64_elf_copy_private_data_internal.
2455         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
2456         Remove EF_SH64_ABI64, let ELF size make difference.
2457         Remove SH64-specific BFD section flag.
2458         * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
2459         containing SHmedia through elf_section_data (asect)->tdata
2460         non-zero, not using a BFD section flag.
2461         (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
2462         (sh64_elf_merge_private_data): Similar.
2463         (elf_backend_section_flags): Don't define.
2464         (sh64_elf_backend_section_flags): Delete.
2465         * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
2466         not EF_SH64_ABI64.
2467         (sh_elf64_merge_private_data): Similar.
2468         * section.c (Section flags definitions): Don't define
2469         SEC_SH_ISA_SHMEDIA.
2470         (bfd-in2.h): Regenerate.
2471         2000-12-09  Hans-Peter Nilsson  <hpn@cygnus.com>
2472         Make DataLabel references work with partial linking.
2473         * elf32-sh64.c: Fix formatting.
2474         (sh64_elf_link_output_symbol_hook): New.
2475         (elf_backend_link_output_symbol_hook): Define to
2476         sh64_elf_link_output_symbol_hook.
2477         (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
2478         undefined if partial linking.  Adjust sanity check.
2479         * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
2480         (elf_backend_link_output_symbol_hook): Define to
2481         sh64_elf64_link_output_symbol_hook.
2482         (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
2483         undefined if partial linking.  Adjust sanity check.
2484         2000-12-07  Hans-Peter Nilsson  <hpn@cygnus.com>
2485         Implement semantics for inter-file DataLabel references.
2486         * elf64-sh64.c (DATALABEL_SUFFIX): Define.
2487         (sh64_elf64_add_symbol_hook): New.
2488         (sh_elf64_relocate_section): If passing an indirect symbol with
2489         st_type STT_DATALABEL on the way to a symbol with st_other
2490         STO_SH5_ISA32, do not bitor 1 to the relocation.
2491         (elf_backend_add_symbol_hook): Define to
2492         sh64_elf64_add_symbol_hook.
2493         * elf64-sh32.c: Tweak comments.
2494         (DATALABEL_SUFFIX): Define.
2495         (sh64_elf_add_symbol_hook): New.
2496         (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
2497         * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
2498         symbol with st_type STT_DATALABEL on the way to a symbol with
2499         st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
2500         2000-12-05  Hans-Peter Nilsson  <hpn@cygnus.com>
2501         Pass through STT_DATALABEL.
2502         * elf32-sh64.c (sh64_elf_get_symbol_type): New.
2503         (elf_backend_get_symbol_type): Define.
2504         * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
2505         (elf_backend_get_symbol_type): Define.
2506         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
2507         * elf32-sh64.c: Tweak comments.
2508         (sh64_elf_copy_private_data_internal): Add prototype.
2509         (bfd_elf32_bfd_set_private_flags): Define.
2510         (sh64_elf_copy_private_data_internal): Compare machine name, not
2511         textual BFD target name, to check whether to copy section flag
2512         SHF_SH5_ISA32.
2513         (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
2514         Tweak section-contents-type-mismatch message.
2515         (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
2516         Validize reloc-types.
2517         * elf64-sh64.c: New file.
2518         * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
2519         * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
2520         (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
2521         Regenerate dependencies.
2522         * Makefile.in: Regenerate.
2523         * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
2524         bfd_elf64_sh64l_vec.
2525         * configure.in: Handle bfd_elf64_sh64_vec and
2526         bfd_elf64_sh64l_vec.
2527         * configure: Regenerate.
2528         * po/POTFILES.in: Regenerate.
2529         * po/bfd.pot: Regenerate.
2530         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
2531         * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
2532         anything else but EF_SH64 and EF_SH64_ABI64.
2533         (sh64_elf_merge_private_data): Emit error for anything else but
2534         EF_SH64 and EF_SH64_ABI64.
2535         * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
2536         from targ_selvecs.
2537         * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
2538         bfd_elf32_sh64l_vec as a temporary measure.
2539         * configure: Regenerate.
2540         2000-11-27  Hans-Peter Nilsson  <hpn@cygnus.com>
2541         * cpu-sh.c (arch_info_struct): Include sh5 item
2542         unconditionalized.
2543         * config.bfd (sh64-*-elf*): Do not set targ_cflags.
2544         Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
2545         bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
2546         * elf32-sh64.c: Tweak comments.
2547         (sh64_elf_set_mach_from_flags): Recognize all machine flags that
2548         are proper subsets of SH64 as bfd_mach_sh5.  Add EF_SH64_ABI64.
2549         (sh64_elf_copy_private_data_internal): Wrap long line.
2550         (sh64_elf_merge_private_data): Rewrite to allow objects from
2551         SH64 subsets to be linked together.
2552         (INCLUDE_SHMEDIA): Define.
2553         * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
2554         Parenthesize plus-expression inside or-expression.
2555         <global symbol>: Ditto.
2556         (sh_elf_set_mach_from_flags): Remove code refusing
2557         deleted EF_SH64_32BIT_ABI flag.
2558         2000-11-26  Hans-Peter Nilsson  <hpn@cygnus.com>
2559         * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
2560         R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
2561         R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
2562         (sh_elf_relocate_section) <local symbol>: Or 1 in
2563         calculation of relocation if sym->st_other & STO_SH5_ISA32.
2564         <global symbol>: Ditto if h->other & STO_SH5_ISA32.
2565         * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
2566         relocation.
2567         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
2568         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
2569         (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
2570         Regenerate dependencies.
2571         * Makefile.in: Regenerate.
2572         * archures.c: Add bfd_mach_sh5.
2573         * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
2574         Handle sh64-*-elf*.  Set targ_cflags to -DINCLUDE_SHMEDIA.
2575         * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
2576         * configure: Regenerate.
2577         * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
2578         BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
2579         BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
2580         BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
2581         BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
2582         BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
2583         BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
2584         BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
2585         BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
2586         * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
2587         in item for SH5.
2588         * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
2589         for SHmedia relocs.
2590         [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
2591         [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
2592         shmedia_prepare_reloc, goto final_link_relocate if it returns
2593         non-zero, else fail as before.
2594         (sh_elf_set_mach_from_flags): Provide function only if not defined
2595         as macro.  Do not recognize objects with EF_SH64_32BIT_ABI set.
2596         (sh_elf_set_private_flags): Provide function only if not defined
2597         as a macro.
2598         (sh_elf_copy_private_data): Similar.
2599         (sh_elf_merge_private_data): Similar.
2600         * section.c (SEC_SH_ISA_SHMEDIA): New.
2601         * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
2602         * elf32-sh64.c: New file.
2603         * libbfd.h: Regenerate.
2604         * bfd-in2.h: Regenerate.
2605         * po/POTFILES.in: Regenerate.
2606         * po/bfd.pot: Regenerate.
2607         * bfd-in2.h: Regenerate.
2608         * libbfd.h: Regenerate.
2610 2002-02-07  Daniel Jacobowitz  <drow@mvista.com>
2612         * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
2613         been included, not drag it in.
2614         * bfd-in2.h: Regenerate.
2616 2002-02-06  H.J. Lu  (hjl@gnu.org)
2618         * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
2619         the mach and ISA fields if necessary.
2621 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
2623         * coffcode.h (coff_set_arch_mach_hook): Select the highest known
2624         ARM architecture when an F_ARM_5 flag is detected, since we cannot
2625         be sure exactly which architecture this represents.
2627 2002-02-05  Nick Clifton  <nickc@redhat.com>
2629         * po/tr.po: Updated translation.
2631 2002-02-05  Alan Modra  <amodra@bigpond.net.au>
2633         From Jimi X <jimix@watson.ibm.com>
2634         * archures (bfd_mach_ppc64): Define.
2635         (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
2636         (bfd_powerpc_arch): Define.
2637         * bfd-in2.h: Regenerate.
2638         * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
2639         (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
2640         (bfd_powerpc_archs): Add default powerpc64 arch.
2642 2002-02-05  Alan Modra  <amodra@bigpond.net.au>
2644         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
2645         against section syms in readonly sections.  Don't do the global
2646         sym check if we find one.
2647         * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
2648         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
2649         * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
2650         * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
2651         (elf_s390_grok_prstatus): Add missing prototype.
2653 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
2655         * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
2656         (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
2657         Call bfd_get_section_by_name only once.  Initialize
2658         bpodata->n_bpo_relocs_this_section.
2659         (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
2660         referring to DSOs.
2661         (bpo_reloc_request_sort_fn): Don't use difference of values as
2662         return-value.
2664 2002-02-02  David O'Brien  <obrien@FreeBSD>
2666         * configure.in: Tweak the FreeBSD 4.x recognition more.  Only treat
2667         version 4.5 and later the same as 5-CURRENT.
2668         * configure: Re-generate.
2670 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
2672         * config.bfd (hppa*-*-netbsd*): New target.
2674 2002-01-31  Philipp Thomas  <pthomas@suse.de>
2676         * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
2677         to front of message. Unify messages with elf32-arm.h. Use
2678         commas where neccessary.
2679         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
2680         ERROR in messages. Unify messages with coff-arm.c. Correct
2681         VFP/FPA error message.
2682         (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
2683         APCS-32 for translation.
2685 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
2687         Perform on-demand global register allocation from
2688         R_MMIX_BASE_PLUS_OFFSET relocs.
2689         * elf64-mmix.c (struct bpo_reloc_section_info, struct
2690         bpo_reloc_request, struct bpo_greg_section_info): New.
2691         (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
2692         bpo_reloc_request_sort_fn, mmix_elf_relax_section,
2693         _bfd_mmix_check_all_relocs,
2694         _bfd_mmix_prepare_linker_allocated_gregs,
2695         _bfd_mmix_finalize_linker_allocated_gregs): New functions.
2696         (elf_mmix_howto_table): Correct src_mask for most relocs.
2697         (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
2698         case.
2699         (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
2700         case.  Fix typo in comment.  New label do_mmix_reloc.
2701         (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
2702         store first object file with a base-plus-offset reloc.  Call
2703         mmix_elf_check_common_relocs for the part common with mmo.
2704         (mmix_elf_final_link): Write out linker-allocated register
2705         contents section.
2706         (elf_backend_gc_sweep_hook): Define.
2707         (bfd_elf64_bfd_relax_section): Define.
2709         * mmo.c: Don't include <ctype.h>
2710         (mmo_init): Correct init-once logic.
2712 2002-02-01  Tom Rix  <trix@redhat.com>
2714         * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
2716 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
2718         * Makefile.am: Run "make dep-am"
2719         * Makefile.in: Regenerate.
2721 2002-01-31  David O'Brien  <obrien@FreeBSD>
2723         * configure.in: Recognize the differences in core files from FreeBSD
2724         4.{0,1} and later versions of 4.x.  This treats 4.2+ the same as
2725         5-CURRENT.
2726         * configure: Regenerate.
2728 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
2730         * coff-or32.c: New file.
2731         * cpu-or32.c: New file.
2732         * elf32-or32.c: New file.
2733         * archures.c: Add support for or32.
2734         * targets.c: Add support for or32.
2735         * bfd-in2.h: Regenerate.
2736         * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
2737         coff_write_object_contents): Add support for or32.
2738         * config.bfd: Add target.
2739         * configure.in: Add support for or32.
2740         * configure: Regenerate.
2741         * Makefile.am: Add support for or32.
2742         * Makefile.in: Regenerate.
2743         * po/SRC-POTFILES.in: Add or32 files.
2744         * po/bfd.pot: Regenerate.
2746 2002-01-31  Nick Clifton  <nickc@cambridge.redhat.com>
2747             Don Lindsay  <lindsayd@cisco.com>
2749         * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
2750         false' with a return of a bfd_reloc_ error code.
2752 2002-01-31  Hans-Peter Nilsson  <hp@axis.com>
2754         * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
2755         unexport unreferenced symbols when --export-dynamic.  Call
2756         _bfd_elf_strtab_delref when unexporting.
2758 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
2760         * bfd-in.h: Include <stdbool.h> if it is available.
2761         * bfd-in2.h: Regenerated.
2763 2002-01-31  Alan Modra  <amodra@bigpond.net.au>
2765         * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
2766         not go via the plt.
2768 2002-01-30  Nick Clifton  <nickc@cambridge.redhat.com>
2770         * archures.c: Tidy up formatting of embedded comments.
2771         * bfd.c: Tidy up formatting of embedded comments.
2772         * bfd-in.h: Fix formatting of comments.
2773         * reloc.c: Tidy up formatting of ordinary & embedded comments.
2774         * section.c: Tidy up formatting of embedded comments.
2775         * syms.c: Tidy up formatting of embedded comments.
2776         * targets.c: Tidy up formatting of embedded comments.
2778         * bfd-in2.h: Regenerate.
2780 2002-01-30  Nick Clifton  <nickc@cambridge.redhat.com>
2782         * vms-tir.c (cmd_name): New function.
2783         (tir_cmd_name): New function.
2784         (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
2785         (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
2786         Fix formatting.
2788         * peXXigen.c (pe_print_idata): Rearrange message to aid in
2789         translation.
2790         (pe_print_pdata):  Rearrange message to aid in translation.
2792         * libbfd.c (warn_deprecated): Rearrange error message to aid in
2793         translation.
2795         * ihex.c (ihex_write_object_contents): Fix spelling typo.
2797         * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
2799         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
2800         message to aid in translation.
2802         * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
2803         to aid in translation.
2805         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
2807 2002-01-30  Philipp Thomas  <pthomas@suse.de>
2809         * coff-arm.c, elf32-elf.h: Unify messages.
2811 2002-01-30  Nick Clifton <nickc@redhat.com>
2813         * po/sv.po: Updated translation.
2815 2002-01-30  Philipp Thomas  <pthomas@suse.de>
2817         * dwarf2.c (read_abbrev): Use full section name in error message.
2818         (decode_line_info): Likewise.
2820         * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
2821         message.
2823 2002-01-30  Alan Modra  <amodra@bigpond.net.au>
2825         * elf64-ppc.c (func_desc_adjust): Only provide missing function
2826         descriptor symbols for undefined function code syms.  Clear
2827         ELF_LINK_NON_ELF so that they can stay weak.
2829 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
2830             Mitch Lichtenberg  <mpl@broadcom.com>
2832         * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
2833         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
2834         to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
2835         generation.
2836         * bfd-in2.h: Regenerate.
2838 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
2840         * elf32-mips.c: Add additional comments about HI16 relocation
2841         processing.
2842         (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
2843         pc-relative relocations.  (Reverts change made on 2001-10-31.)
2844         (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
2845         for pc-relative relocations.
2846         (mips_elf_calculate_relocation): Add a comment about a kludge
2847         in the R_MIPS_GNU_REL_HI16 handling.
2848         (_bfd_mips_elf_relocate_section): Implement that kludge;
2849         adjust pc-relative HI16 relocation for difference in HI16 and
2850         LO16 addresses, since it can't easily be done in
2851         mips_elf_calculate_relocation.
2853 2002-01-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2855         * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
2856         relocations with PC32 relocations for undefined or weak symbols.
2857         * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
2858         * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
2860 2002-01-28  Jason Thorpe  <thorpej@wasabisystems.com>
2862         * elfcore.h (elf_core_file_p): Improve comment for last change.
2864 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
2866         * configure: Regenerated.
2868 2002-01-27  Jason Thorpe  <thorpej@wasabisystems.com>
2870         * elfcore.h (elf_core_file_p): Set the machine architecture
2871         before processing the program headers.
2873 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
2875         * configure.in <64-bit configuration>: If using gcc, check and
2876         emit error for egcs-1.1.2.
2877         * configure: Regenerate.
2879 2002-01-26  Egor Duda  <deo@logos-m.ru>
2881         * elf.c (elfcore_grok_win32pstatus): Copy only as much information
2882         as possible to avoid stack corruption.
2884 2002-01-26  Richard Henderson  <rth@redhat.com>
2886         * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
2887         for non-allocated sections.
2889 2002-01-25  Mark Kettenis  <kettenis@gnu.org>
2891         * elf.c (elfcore_write_prstatus): Make sure we pass the address of
2892         prstat.pr_reg even if it is a struct.
2894 2002-01-25  Steve Ellcey <sje@cup.hp.com>
2896         * bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
2898 2002-01-25  Philipp Thomas  <pthomas@suse.de>
2900         * coffgen.c (coff_print_symbol): Don't mark info message
2901         for translation.
2903 2002-01-25  Nick Clifton <nickc@redhat.com>
2905         * po/fr.po: Updated translation.
2906         * po/es.po: Updated translation.
2908 2002-01-25  Philipp Thomas  <pthomas@suse.de>
2910         * coff-alpha.c (alpha_relocate_section): Unify warning message
2911         for GP relative relocations without GP defined.
2912         * coff-mips.c (mips_relocate_section): Likewise.
2914 2002-01-25  Alan Modra  <amodra@bigpond.net.au>
2916         * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
2917         unsigned overflow when new_offset < old_offset.
2919 2002-01-24  Philipp Thomas  <pthomas@suse.de>
2921         * bfd.c (_bfd_abort): Fix typo.
2923 2002-01-23  Richard Henderson  <rth@redhat.com>
2925         * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
2926         plt entries for undefweak symbols.
2928 2002-01-23  Steve Ellcey <sje@cup.hp.com>
2930         * bfd/targets.c (bfd_elf32_ia64_hpux_big_vec): Add to
2931         DEFAULT_VECTOR.
2932         (bfd_elf64_ia64_hpux_big_vec): Ditto.
2933         (bfd_elf32_h8300_vec): Ditto.
2935 2002-01-23  Alan Modra  <amodra@bigpond.net.au>
2937         * elf64-ppc.c: Remove stale part of ABI comment.
2938         (NO_OPD_RELOCS): Define.
2939         (ppc64_elf_check_relocs): Use it.
2940         (ppc64_elf_relocate_section): Here too.
2941         (build_one_stub): Don't point function syms at the stub.  Instead,
2942         hijack plt.offset.
2943         (ppc64_elf_relocate_section): Check whether REL24 relocs should
2944         really go to the stub.  Make all dynamic relocs in opd against
2945         locals.
2946         (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
2947         plt.offset.
2949 2002-01-22  Richard Henderson  <rth@redhat.com>
2951         * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
2953 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
2955         * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
2956         TOC_BASE_OFF adjustment.
2958         * Makefile.am: Run "make dep-am".
2959         * Makefile.in: Regenerate.
2960         * po/SRC-POTFILES.in: Regenerate.
2962 2002-01-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2964         * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
2965         host defines.
2967 2002-01-21  Hans-Peter Nilsson  <hp@axis.com>
2969         * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
2970         Check for and emit error if sgot is NULL at this point.
2972 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
2974         * config.bfd (ia64*-*-netbsd*): New target.
2976 2002-01-21  Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2978         * som.c (som_write_space_strings): Comment typo fix.
2980 2002-01-21  Alan Modra  <amodra@bigpond.net.au>
2982         * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
2983         is_func_descriptor fields.
2984         (link_hash_newfunc): Init them.
2985         (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
2986         dot are candidates for plt entries.  When processing .opd relocs,
2987         set function descriptor strings to point inside function code
2988         string, and set new ppc_link_hash_entry fields.
2989         (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
2990         (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
2991         function descriptors.  It's now done in..
2992         (func_desc_adjust): New.
2993         (ppc64_elf_func_desc_adjust): New.
2994         (define elf_backend_always_size_sections): Define.
2995         (ppc64_elf_hide_symbol): New.
2996         (define elf_backend_hide_symbol): Define.
2997         (allocate_dynrelocs): Remove code looking up function descriptors
2998         as that has been done earlier.
2999         (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
3000         table.
3001         (ppc64_elf_finish_dynamic_symbol): Likewise.  Remove code looking
3002         up function descriptor.
3003         (build_one_stub): Look up the function code sym.  Check for
3004         invalid plt offsets.
3005         (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
3006         Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
3008         * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
3009         boolean param.
3010         (_bfd_elf_link_hash_hide_symbol): Likewise.
3011         * elflink.h (elf_link_add_object_symbols): Adjust call to
3012         elf_backend_hide_symbol.
3013         (elf_fix_symbol_flags): Likewise.
3014         (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
3015         than bfd_alloc.
3016         * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
3017         Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
3018         * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
3019         (clobber_millicode_symbols): Adjust to suit new hide_symbol.
3020         * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
3021         and adjust to suit.
3022         * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
3023         _bfd_elf_link_hash_hide_symbol rather than duplicating code.
3024         * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
3026 2002-01-18  Alan Modra  <amodra@bigpond.net.au>
3028         * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
3029         dynamic function descriptor symbol, not the associated function
3030         symbol.
3032 2002-01-17  Eric Christopher  <echristo@redhat.com>
3034         * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
3036 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
3038         * po/bfd.pot: Regenerate.
3039         * po/fr.po: Regenerate.
3041 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
3043         * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
3044         Remove "Elf_Internal_Shdr *" param.
3045         (_bfd_mips_elf_section_from_bfd_section): Ditto.
3046         * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
3047         * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
3048         * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
3049         * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
3050         * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
3051         * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
3052         function to override special sections.  Remove hdr arg from
3053         backend call, and don't loop.
3055 2002-01-16  Eric Christopher  <echristo@redhat.com>
3057         * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
3058         on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
3059         relocations requiring gp0 and gp.
3061 2002-01-16  Richard Earnshaw  <rearnsha@arm.com>
3063         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
3064         EF_ARM_VFP_FLOAT.
3065         (elf32_arm_print_private_bfd_data): Likewise.
3067 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
3069         * po/tr.po: Import new version.
3071 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
3073         * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
3074         (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
3075         (ORI_R0_R0_0): Correct.
3077 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
3079         * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
3080         when plt_not_loaded.
3081         * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
3082         clear .plt SEC_CODE here.  Create .stub and correct .glink flags.
3083         (PLT_INITIAL_ENTRY_SIZE): Set to 24.
3084         (ppc64_elf_glink_code): Delete.
3085         (PPC64_ELF_GLINK_SIZE): Delete.
3086         (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
3087         BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
3088         ORI_R0_R0_0): Define.
3089         (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
3090         (struct ppc_link_hash_table): Add sstub and plt_overflow.
3091         (ppc64_elf_link_hash_table_create): Init them.
3092         (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
3093         Don't copy to shared lib.
3094         (ppc64_elf_check_relocs): Call bfd_set_error on errors.
3095         (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
3096         (allocate_dynrelocs <plt>): Don't change function sym here.  Make
3097         room for .stub and .glink code.
3098         (ppc64_elf_size_dynamic_sections): Handle .stub.  Make entry for
3099         DT_PPC64_GLINK.
3100         (ppc64_elf_final_link): Rename to ppc64_elf_set_toc.  Don't call
3101         bfd_elf64_bfd_final_link.
3102         (bfd_elf64_bfd_final_link): Don't define.
3103         (ppc64_elf_size_stubs): New.
3104         (build_plt_stub): New.
3105         (build_one_stub): New.
3106         (ppc64_elf_build_stubs): New.
3107         (ppc64_elf_relocate_section <toc relocs>): Remove assert.
3108         (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
3109         (ppc64_elf_finish_dynamic_symbol): Don't build stubs here.  Set
3110         DT_PPC64_GLINK entry.  Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
3111         case output sections not separate.  Adjust DT_RELASZ to not
3112         include plt relocs.  Set reserved got entry.  Set got and plt
3113         entry size.
3114         (elf_backend_got_header_size): Set to 8.
3115         * elf64-ppc.h: New file.
3117 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
3119         * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
3120         sections, use bfd_section_list_remove.
3121         * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
3122         * elflink.h (elf_link_add_object_symbols): When removing all
3123         sections, use bfd_section_list_clear.
3125 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
3127         * po/sv.po: New file: Swedish translation.
3128         * configure.in (ALL_LINGUAS): Add sv.
3129         * configure: Regenerate.
3131 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
3133         * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
3134         * elf.c (merge_sections_remove_hook): New function.
3135         (_bfd_elf_merge_sections): Pass it as 3rd argument to
3136         _bfd_merge_sections.
3137         * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
3138         * libbfd.h: Rebuilt.
3139         * merge.c (_bfd_merge_sections): Add remove_hook argument.
3140         Call remove_hook if a SEC_EXCLUDE section is encountered.
3142 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
3144         * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
3145         (xstormy16_reloc_map): Initialise new field with correct howto
3146         table.
3147         (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
3148         howto entry.
3150 2002-01-10  Michael Snyder  <msnyder@redhat.com>
3152         * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
3153         (elfcore_write_pstatus): Use long instead of pid_t;
3154         * elf-bfd.h: Change prototypes to use long instead of pid_t;
3156 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
3158         * elf.c: Update copyright years.
3159         (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
3160         and NT_NETBSDCORE_FIRSTMACH.  Improve a comment.
3162 2002-01-08  Michael Snyder  <msnyder@redhat.com>
3164         Add capability to write corefile note sections, for gdb.
3165         * elf.c (elfcore_write_note): New function.
3166         (elfcore_write_prpsinfo): New function.
3167         (elfcore_write_prstatus): New function.
3168         (elfcore_write_pstatus): New function.
3169         (elfcore_write_prfpreg): New function.
3170         (elfcore_write_prxfpreg): New function.
3171         * elf-bfd.h: Add prototypes for above functions.
3173 2002-01-08  Alexandre Oliva  <aoliva@redhat.com>
3175         * elf.c (elf_fake_sections): Propagate errors from
3176         elf_backend_fake_section.
3178 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
3180         * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
3181         (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
3182         (elf32-sh-nbsd.lo): New rule.
3183         * Makefile.in: Regenerate.
3184         * config.bfd (sh*le-*-netbsdelf*): New target.
3185         (sh*-*-netbsdelf*): New target.
3186         * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
3187         (bfd_elf32_shnbsd_vec): New vector.
3188         (bfd_elf32_shlnbsd_vec): New vector.
3189         * configure: Regenerate.
3190         * elf32-sh-nbsd.c: New file.
3191         * targets.c: Update copyright years.
3192         (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
3193         bfd_elf32_shnbsd_vec.
3195 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
3197         * coff-rs6000.c (READ20): Use bfd_scan_vma.
3199 2002-01-07  Geoffrey Keating  <geoffk@redhat.com>
3201         * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
3202         of a symbol in a section that will be deleted.
3204 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
3206         * po/es.po: New file: Spanish translation.
3207         * configure.in (ALL_LINGUAS): Add es.
3208         * configure: Regenerate.
3210 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
3212         * elfxx-ia64.c (is_unwind_section_name): Add target vector as
3213         argument so we can handle HP-UX specially.
3214         (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
3215         (elfNN_hpux_backend_section_from_bfd_section): New for support
3216         of SHN_IA_64_ANSI_COMMON.
3217         (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
3218         (is_unwind_section_name): Add special HP-UX support.
3219         (elfNN_ia64_section_from_shdr): Add support for more sections.
3220         (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
3221         add support for more sections.
3222         (elfNN_ia64_additional_program_headers): Modify
3223         is_unwind_section_name call.
3224         (elfNN_ia64_modify_segment_map): Remove assumption that there is
3225         only one unwind section in segment.
3227 2002-01-06  Alan Modra  <amodra@bigpond.net.au>
3229         * syms.c (_bfd_generic_make_empty_symbol): New function.
3230         * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
3231         _bfd_generic_make_empty_symbol.
3232         * libbfd.h: Regenerate.
3233         * bfd-in2.h: Regenerate.
3234         * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
3235         (hppabsd_core_get_symtab_upper_bound): Don't define.
3236         (hppabsd_core_get_symtab): Likewise.
3237         (hppabsd_core_print_symbol): Likewise.
3238         (hppabsd_core_get_symbol_info): Likewise.
3239         (hppabsd_core_bfd_is_local_label_name): Likewise.
3240         (hppabsd_core_get_lineno): Likewise.
3241         (hppabsd_core_find_nearest_line): Likewise.
3242         (hppabsd_core_bfd_make_debug_symbol): Likewise.
3243         (hppabsd_core_read_minisymbols): Likewise.
3244         (hppabsd_core_minisymbol_to_symbol): Likewise.
3245         (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
3246         Formatting fixes.
3247         * hpux-core.c: Similarly.
3248         * irix-core.c: Similarly.
3249         * osf-core.c: Similarly.
3250         * sco5-core.c: Similarly.
3251         * binary.c (binary_make_empty_symbol): Remove function, define as
3252         _bfd_generic_make_empty_symbol.
3253         * ihex.c (ihex_make_empty_symbol): Likewise.
3254         * mmo.c (mmo_make_empty_symbol): Likewise.
3255         * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
3256         * srec.c (srec_make_empty_symbol): Likewise.
3257         * versados.c (versados_make_empty_symbol): Likewise.
3258         * vms.c (_bfd_vms_make_empty_symbol): Remove.
3259         (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
3260         * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
3261         rather than _bfd_vms_make_empty_symbol.
3262         * vms-misc.c (new_symbol): Likewise.
3264 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
3266         * section.c (bfd_section_init): Remove unnecessary initialisations.
3267         (bfd_section_list_clear): New function.
3268         (bfd_section_list_remove, bfd_section_list_insert): New macros.
3269         (_bfd_strip_section_from_output): Use them.
3270         * coffcode.h (coff_set_alignment_hook): Likewise.
3271         * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
3272         * elf64-mips.c (mips_elf64_final_link): Likewise.
3273         * elf64-mmix.c (mmix_elf_final_link): Likewise.
3274         * sunos.c (sunos_add_dynamic_symbols): Likewise.
3275         * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
3276         * bfd-in2.h: Regenerate.
3278         * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
3279         rather than doing our own section handling.  Clean up after errors
3280         with bfd_release and bfd_section_list_clear.  Handle unexpected
3281         flags.
3282         * aoutf1.h (sunos4_core_file_p): Likewise.
3283         * aix386-core.c (aix386_core_file_p): Likewise.
3284         * cisco-core.c (cisco_core_file_validate): Likewise.
3285         * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
3286         * trad-core.c (trad_unix_core_file_p): Likewise.
3288         * hppabsd-core.c (hppabsd_core_core_file_p):  Clean up after errors
3289         with bfd_release and bfd_section_list_clear.
3290         * hpux-core.c (hpux_core_core_file_p): Likewise.
3291         * irix-core.c (irix_core_core_file_p): Likewise.
3292         * lynx-core.c (lynx_core_file_p): Likewise.
3293         * osf-core.c (osf_core_core_file_p): Likewise.
3294         * rs6000-core.c (rs6000coff_core_p): Likewise.
3295         * sco5-core.c (sco5_core_file_p): Likewise.
3297         * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
3298         sign extension adjustments without conditionals.
3300 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
3302         * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
3303         CIE at .eh_frame start is removed due to no FDEs referencing it.
3305 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
3307         * config.bfd (x86_64-*-netbsd*): New target.
3308         * configure.in (x86_64-*-netbsd*): Set COREFILE
3309         to netbsd-core.lo.
3310         * configure: Regenerated.
3312 2002-01-03  Tom Rix  <trix@redhat.com>
3314         * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
3315         for recent bfd_make_section_anyway change.
3317 2002-01-03  Nick Clifton  <nickc@cambridge.redhat.com>
3319         * elf32-arm.h (elf32_arm_final_link_relocate): Handle
3320         R_ARM_THM_PC11 reloc.
3322 2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
3324         * configure.in (LINGUAS): Add ja.
3325         * configure: Regenerate.
3326         * po/ja.po: Import from translation project's web site.
3328 2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
3330         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
3331         messages to ease translation into other languages.
3333 For older changes see ChangeLog-0001
3335 Local Variables:
3336 mode: change-log
3337 left-margin: 8
3338 fill-column: 74
3339 version-control: never
3340 End: