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