76b916d3115923390a40452f124b3adc8146d5f7
[external/binutils.git] / bfd / ChangeLog
1 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
2
3         * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
4         pattern.
5         * configure: Re-generate.
6
7 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8
9         * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
10         is greater or equal to 4.3.3.
11         * configure: Regenerate.
12         Fix PR gdb/344.
13
14 2002-04-05  Hans-Peter Nilsson  <hp@axis.com>
15
16         * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
17         R_CRIS_32_PCREL>: Fix typo in name.
18         (cris_elf_check_relocs): Always create .rela.got here when
19         R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
20         (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
21         assume it's created.
22
23 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
24
25         * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
26         * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
27         define.
28         * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
29         * bfd.c (bfd_link_hash_table_free): Define.
30         * binary.c (binary_bfd_link_hash_table_free): Define.
31         * bout.c (b_out_bfd_link_hash_table_free): Define.
32         * coff-rs6000.c (rs6000coff_vec): Include
33         _bfd_generic_link_hash_table_free.
34         (pmac_xcoff_vec): Likewise.
35         * coff64-rs6000.c (rs6000coff64_vec): Likewise.
36         (aix5coff64_vec): Likewise.
37         * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
38         * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
39         (bfd_elf32_bfd_link_hash_table_free): Define.
40         * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
41         (bfd_elf32_bfd_link_hash_table_free): Define.
42         * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
43         define.
44         * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
45         * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
46         * ieee.c (ieee_bfd_link_hash_table_free): Define.
47         * ihex.c (ihex_bfd_link_hash_table_free): Define.
48         * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
49         (_bfd_generic_link_hash_table_free): Add prototype.
50         * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
51         * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
52         * linker.c (_bfd_generic_link_hash_table_free): New function.
53         * mmo.c (mmo_bfd_link_hash_table_free): Define.
54         * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
55         * oasys.c (oasys_bfd_link_hash_table_free): Define.
56         * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
57         * som.c (som_bfd_link_hash_table_free): Define.
58         * srec.c (srec_bfd_link_hash_table_free): Define.
59         * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
60         * versados.c (versados_bfd_link_hash_table_free): Define.
61         * vms.c (vms_bfd_link_hash_table_free): New function.
62         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
63
64         * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
65         instead of bfd_alloc.
66         * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
67         * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
68         * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
69         * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
70         * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
71         * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
72         * elf.c (_bfd_elf_link_hash_table_create): Likewise.
73         * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
74         * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
75         * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
76         * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
77         * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
78         * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
79         * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
80         * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
81         * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
82         * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
83         * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
84         * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
85         * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
86         * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
87         * linker.c (_bfd_generic_link_hash_table_create): Likewise.
88         * m68klinux.c (linux_link_hash_table_create): Likewise.
89         * sparclinux.c (linux_link_hash_table_create): Likewise.
90         * sunos.c (sunos_link_hash_table_create): Likewise.
91         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
92
93         * targets.c: Add _bfd_link_hash_table_free to xvec.
94
95         * bfd-in2.h: Regenerate.
96         * libbfd.h: Regenerate.
97         * libcoff.h: Regenerate.
98
99 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
100
101         * dep-in.sed: Cope with absolute paths.
102         * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
103         Run "make dep-am".
104         * Makefile.in: Regenerate.
105         * coff-arm.c: Fix copyright date.
106         * cpu-h8300.c: Likewise.
107         * cpu-i370.c: Likewise.
108         * cpu-s390.c: Likewise.
109         * cpu-mips.c: Likewise.
110         * po/SRC-POTFILES.in: Regenerate.
111
112 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
113
114         * Makefile.am: Add elfxx-mips.c to the known backends.
115         (elf32-mips.lo): remove dependency to coff/external.h.
116         * Makefile.in: Regenerate.
117         * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
118         Remove elf32-mips.lo from 64 bit vectors. Update dependencies
119         accordingly.
120         * configure: Regenerate.
121         * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
122         (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
123         (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
124         MIPS specific backend functions.
125         * elf32-mips.c: Moved most code to elfxx-mips.c.
126         (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
127         static.
128         (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
129         (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
130         (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
131         (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
132         interface to allow selection of the right REL or RELA howto table.
133         (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
134         static. Let it refuse n32 objects.
135         (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
136         (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
137         (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
138         (elf32_mips_ignore_discarded_relocs): Rename from
139         _bfd_elf32_mips_ignore_discarded_relocs.
140         (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
141         (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
142         (elf_mips_howto_table_rela): Remove.
143         * elf64-mips.c: Moved most code to elfxx-mips.c.
144         (bfd_elf64_bfd_reloc_type_lookup): Make static.
145         (mips_elf64_rtype_to_howto): New function.
146         (mips_elf64_object_p): Likewise.
147         (elf64_mips_irix_compat): Likewise.
148         * elfxx-mips.c: New file containing common code merged together from
149         elf32-mips.c and elf64-mips.c.
150         * elfxx-mips.h: New file containing MIPS specific prototypes from
151         elf-bfd.h.
152         * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
153         elf_backend_mips_rtype_to_howto.
154
155 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
156
157         * srec.c (MAXCHUNK, Chunk): Revise comments.
158         (srec_write_record): Correct buffer size.
159         (srec_write_header): Do without intermediate buffer.
160         (srec_write_section): Validate Chunk.
161         (srec_write_terminator): Pass NULL instead of dummy buffer.
162         (srec_write_symbols): Pass file and symbol names directly to
163         bfd_bwrite so sprintf won't overflow buffer.
164
165 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
166
167         * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
168         PC relative relocs against hidden symbols.
169         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
170
171 2002-04-03  Alan Modra  <amodra@bigpond.net.au>
172
173         * elf.c (_bfd_elf_make_section_from_shdr): When setting section
174         LMAs, loop over segments until p_vaddr and p_memsz specify an
175         extent enclosing the section.
176
177 2002-04-02  Nick Clifton  <nickc@cambridge.redhat.com>
178
179         * ihex.c (ihex_write_object_contents): Do not allow records to
180         cross a 64K boundary - wrap if necessary.
181
182 2002-04-01  Nathan Williams  <nathanw@wasabisystems.com>
183
184         * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
185         which caused the returned LWP ID to always be 0.
186
187 2002-04-01  Richard Henderson  <rth@redhat.com>
188
189         * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
190         (elf32_sparc_relocate_section): Use it to figure out when to
191         initialize .got entries.
192         * elf64-sparc.c: Similarly.
193
194 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
195
196         * linker.c (link_action): Ignore duplicate warning syms.
197         (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
198         * elflink.h (elf_adjust_dynstr_offsets): Likewise.
199         (elf_adjust_dynamic_symbol): Likewise.
200         (elf_export_symbol): Likewise.
201         (elf_link_find_version_dependencies): Likewise.
202         (elf_link_assign_sym_version): Likewise.
203         (elf_link_sec_merge_syms): Likewise.
204         (elf_link_output_extsym): Likewise.
205         (elf_gc_sweep_symbol): Likewise.
206         (elf_gc_propagate_vtable_entries_used): Likewise.
207         (elf_gc_smash_unused_vtentry_relocs): Likewise.
208         (elf_gc_allocate_got_offsets): Likewise.
209         (elf_collect_hash_codes): Likewise.
210         * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
211         * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
212         (elf_hppa_remark_useless_dynamic_symbols): Likewise.
213         * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
214         * elf32-arm.h (elf32_arm_discard_copies): Likewise.
215         * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
216         (elf_cris_discard_excess_dso_dynamics): Likewise.
217         * elf32-hppa.c (clobber_millicode_symbols): Likewise.
218         (mark_PIC_calls): Likewise.
219         (allocate_plt_static): Likewise.
220         (allocate_dynrelocs): Likewise.
221         (readonly_dynrelocs): Likewise.
222         * elf32-i386.c (allocate_dynrelocs): Likewise.
223         (readonly_dynrelocs): Likewise.
224         * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
225         * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
226         * elf32-mips.c (mips_elf_output_extsym): Likewise.
227         (mips_elf_sort_hash_table_f): Likewise.
228         (mips_elf_check_mips16_stubs): Likewise.
229         * elf32-s390.c (allocate_dynrelocs): Likewise.
230         (readonly_dynrelocs): Likewise.
231         * elf32-sh.c (sh_elf_discard_copies): Likewise.
232         * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
233         (xstormy16_relax_plt_realloc): Likewise.
234         * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
235         (elf64_alpha_output_extsym): Likewise.
236         * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
237         * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
238         (mips_elf64_check_mips16_stubs): Likewise.
239         (mips_elf64_output_extsym): Likewise.
240         * elf64-ppc.c (func_desc_adjust): Likewise.
241         (allocate_dynrelocs): Likewise.
242         (readonly_dynrelocs): Likewise.
243         * elf64-s390.c (allocate_dynrelocs): Likewise.
244         (readonly_dynrelocs): Likewise.
245         * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
246         * elf64-x86-64.c (allocate_dynrelocs): Likewise.
247         (readonly_dynrelocs): Likewise.
248         * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
249         * aoutx.h (aout_link_write_other_symbol): Likewise.
250         * cofflink.c (_bfd_coff_write_task_globals): Likewise.
251         (_bfd_coff_write_global_sym): Likewise.
252         * i386linux.c (linux_tally_symbols): Likewise.
253         * m68klinux.c (linux_tally_symbols): Likewise.
254         * sparclinux.c (linux_tally_symbols): Likewise.
255         * pdp11.c (aout_link_write_other_symbol): Likewise.
256         * sunos.c (sunos_scan_dynamic_symbol): Likewise.
257         * xcofflink.c (xcoff_build_ldsyms): Likewise.
258         (xcoff_write_global_symbol): Likewise.
259
260         * cofflink.c (_bfd_coff_final_link): Formatting.
261         * cpu-mips.c (mips_compatible): Make static, prototype.
262         * elf32-i386.c (elf_i386_check_relocs): Formatting.
263         * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
264         * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
265         * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
266         (mips_elf64_final_link): Likewise.
267         * elflink.h (elf_link_find_version_dependencies): Remove duplicate
268         prototype.
269
270 2002-03-27  Nick Clifton  <nickc@cambridge.redhat.com>
271
272         * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
273         (SWAP_OUT_RELOC_OFFSET): Define.
274
275 2002-03-27  Gregory Steuck <greg@nest.cx>
276
277         * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
278         terminating NULL if empty symbol table.
279         (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
280
281 2002-03-26  H.J. Lu  (hjl@gnu.org)
282
283         * elflink.h (elf_link_input_bfd): Revert the last change since
284         the gcc exception handling isn't fixed yet.
285
286 2002-03-26  H.J. Lu  (hjl@gnu.org)
287
288         * elflink.h (elf_link_input_bfd): Complain about relocations
289         against local symbols in discarded sections.
290
291 2002-03-26  Alan Modra  <amodra@bigpond.net.au>
292
293         * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
294
295 2002-03-23  Alan Modra  <amodra@bigpond.net.au>
296
297         * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
298         section file offset for !SEC_LOAD sections.
299
300 2002-03-21  Richard Earnshaw  <rearnsha@arm.com>
301
302         * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
303         <case R_ARM_GOT>): Handle relocations to Thumb functions.
304
305 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
306
307         * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
308         Whitespace changes.
309         * archive.c: Update copyright date.
310         * bfd-in2.h: Regenerate.
311         * libbfd.h: Regenerate.
312         * Makefile.am: Run "make dep-am"
313         * Makefile.in: Regenerate.
314         * po/SRC-POTFILES.in: Regenerate.
315
316 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
317
318         * dwarf2.c (struct funcinfo): Move up.
319         (lookup_address_in_function_table): New argument function_ptr.
320         Set it.
321         (lookup_address_in_line_table): New argument function.  If function
322         is non-NULL, use it to handle ``addr'' before the first line note of
323         the function.
324         (comp_unit_find_nearest_line): Update and swap calls to
325         lookup_address_in_function_table and lookup_address_in_line_table.
326         * syms.c (_bfd_stab_section_find_nearest_line): Use the first
327         N_SLINE encountered if we see an N_FUN before any N_SLINE.
328
329 2002-03-20  Tom Rix  <trix@redhat.com>
330
331         * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from 
332         _bfd_xcoff_generic_stat_arch_elt.  Fix format check.
333         * coff64-rs6000.c :  Use _bfd_xcoff_stat_arch_elt. 
334
335 2002-03-19  Tom Rix  <trix@redhat.com>
336
337         * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all 
338         dynamic objects in archives.
339
340 2002-03-19  Hans-Peter Nilsson  <hp@bitrange.com>
341
342         * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
343         STT_NOTYPE symbols to STT_OBJECT.
344
345 Mon Mar 18 17:38:03 CET 2002  Jan Hubicka  <jh@suse.cz>
346
347         * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
348
349 2002-03-18  Tom Rix  <trix@redhat.com>
350
351         * aix5ppc.core.c : New file for AIX 5 64 bit core support.
352         * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
353         * coff-rs6000 (do_pad) : New function for archive padding.
354         (do_copy) : New function for object file copying in archives.
355         (do_shared_object_padding) : New function for padding shared
356         objects to their text section alignment in archives.
357         (bfd_xcoff_ar_achive_set_magic) : Stub.
358         (xcoff_write_armap_big) : Use do_copy and do_pad.
359         (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
360         do_copy and do_pad.
361         * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
362         bfd_xcoff_magic_number. 
363         (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
364         fop.
365         (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
366         (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
367         (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
368         * rs6000-core.c : Update copyright date.
369         * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL 
370         csectpp.
371         * coffcode.h (coff_new_section_hook) : Use new accessor macros.
372         (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
373         (coff_set_flags) : Use bfd_xcoff_magic_number.
374         * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
375         * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
376         * Makefile.am : Same.
377         * config.bfd : Same.
378         * targets.c : Same.
379         * configure : Regnerate.
380         * Makefile.in : Same.
381         * bfd-in2.h : Same.
382
383 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
384
385         * po/fr.po: Updated version.
386
387 2002-03-18  Alan Modra  <amodra@bigpond.net.au>
388
389         * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
390         * libbfd.h: Regenerate.
391         * archive.c (coff_write_armap): Pass on failures from
392         bfd_write_bigendian_4byte_int.
393
394 2002-03-14  H.J. Lu <hjl@gnu.org>
395
396         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
397         error to bfd_error_nonrepresentable_section for reinit_array
398         section in DSO.
399
400 2002-03-14  Nick Clifton  <nickc@cambridge.redhat.com>
401
402         * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
403         OR it in rather than replacing previously selected flags.
404
405         * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
406         (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
407
408 2002-03-14  Alan Modra  <amodra@bigpond.net.au>
409
410         * cpu-mips.c (mips_compatible): New.  Don't check bits_per_word.
411         (N): Use the above.
412         * elflink.h (elf_bfd_final_link): Revert last change.  Instead,
413         ensure reloc size matches before calling elf_link_input_bfd.
414         Add an assert to check reloc size when counting output relocs.
415
416 2002-03-14  Nick Clifton  <nickc@cambridge.redhat.com>
417
418         * mmo.c (mmo_get_loc): Return NULL rather than false.
419
420 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
421
422         * po/fr.po: Updated version.
423
424 2002-03-13  Alan Modra  <amodra@bigpond.net.au>
425
426         * archures.c (bfd_default_compatible): Test bits_per_word.
427         * cpu-i386.c (i386_compatible): Remove.  Replace occurrences with
428         bfd_default_compatible.
429         * cpu-i370.c (i370_compatible): Likewise.
430         * cpu-sparc.c (sparc_compatible): Likewise.
431         * cpu-h8300.c (compatible): Test in->arch == out->arch.
432
433         * elflink.h: Formatting fixes.
434         (elf_link_output_extsym): Merge undefined and undef weak cases.
435
436         * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
437         when word size of input matches output word size.
438
439 2002-03-12  Andreas Jaeger  <aj@suse.de>
440
441         * cpu-i386.c (i386_compatible): New.  Use it instead of
442         bfd_default_compatible.
443
444 2002-03-07  H.J. Lu  (hjl@gnu.org)
445
446         * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
447         as the type for bfd_reloc_val.
448
449 2002-03-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
450
451         * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
452         (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
453         (elf_hppa_final_link_relocate): Correct relocations for indirect
454         references to local data through the DLT.  Fix .opd creation for
455         local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
456         relocations.  Use e_lsel selector for R_PARISC_DLTIND21L,
457         R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
458         "Processor-Specific ELF for PA_RISC, Version 1.43" document.
459         Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
460         * elf32-hppa.c (final_link_relocate): Revise relocation selectors
461         as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
462
463 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
464
465         * merge.c (_bfd_merge_sections): Don't segfault if there
466         is nothing to merge due to GC.
467
468 2002-03-05  Alan Modra  <amodra@bigpond.net.au>
469
470         * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
471         symbols that have been forced local.
472
473         * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
474         to output forced local syms for non-shared link.
475         (elf_link_output_extsym): Tweak condition for calling backend
476         adjust_dynamic_symbol so that previous behaviour is kept.
477         Whitespace changes throughout file.
478
479 2002-03-04  H.J. Lu <hjl@gnu.org>
480
481         * elf.c (bfd_section_from_shdr): Handle special sections,
482         .init_array, .fini_array and .preinit_array.
483         (elf_fake_sections): Likewise.
484
485         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
486         DT entry only if the section is in output for .init_array,
487         .fini_array and .preinit_array. Complain about .preinit_array
488         section in DSO.
489         (elf_bfd_final_link): Warn zero size for .init_array,
490         .fini_array and .preinit_array sections.
491
492         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
493         SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
494         (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
495         .preinit_array.
496
497 2002-03-04  Alan Modra  <amodra@bigpond.net.au>
498
499         * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
500         * configure: Regenerate.
501
502 2002-03-02  Tom Rix  <trix@redhat.com>
503
504         * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
505         symbolic equiv.
506         * coff-rs6000.c (xcoff_howto_table): Same.
507
508 2002-03-01  David Mosberger  <davidm@hpl.hp.com>
509
510         * elflink.h (size_dynamic_sections): If section named
511         ".preinit_array" exists, create DT_PREINIT_ARRAY and
512         DT_PREINIT_ARRAYSZ entries in dynamic table.  Analogously for
513         ".init_array" and ".fini_array".
514         (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
515         DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
516         DT_FINI_ARRAY.
517
518 2002-02-26  Andrew Macleod  <amacleod@cygnus.com>
519
520         * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
521         dynsyms.
522
523 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
524
525         * elf64-hppa.h: Update copyright date.
526
527         * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
528         (ppc64_elf_relocate_section): Don't generate power4 style branch
529         hints for *_BRTAKEN and *_BRNTAKEN relocs.
530
531 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
532
533         * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
534         last patch.
535         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
536
537 2002-02-21  Andreas Jaeger  <aj@suse.de>
538
539         * elf64-x86-64.c: Major rework that introduces all recent changes
540         to the x86-64 backend.  Get a closer match to elf32-i386.
541         (struct elf64_x86_64_dyn_relocs): Rename from
542         elf64_x86_64_pcrel_relocs_copied, add additional fields.  Change
543         all users.
544         (struct elf64_x86_64_link_hash_table): Add short cuts to some
545         sections.
546         (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
547         remove casts, initialize new hash members.
548         (create_got_section): New.
549         (elf64_x86_64_create_dynamic_sections): New.
550         (elf64_x86_64_copy_indirect_symbol): New.
551         (elf64_x86_64_check_relocs): Don't allocate space for dynamic
552         relocs, .got or .relgot here but do it in allocate_dynrelocs.
553         Reference count possible .plt and .got entries.  Don't test input
554         section SEC_READONLY here to try to avoid copy relocs, and keep
555         dyn_relocs regardless of ELF_LINK_NON_GOT_REF.  Don't set
556         DF_TEXTREL here.  Delay setting of variables until needed.  Cache
557         pointer to "sreloc" section in elf_section_data. Tweak condition
558         under which .got created.  Report files with bad relocation
559         section names.
560         (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
561         Reference count possible .plt entries.  Don't deallocate .got and
562         .relgot space here.
563         (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc.  Don't
564         do copy reloc processing for weakdefs.  Remove redundant casts and
565         aborts.  Delay setting of vars until needed.  Move creation of
566         dynamic symbols and allocation of .plt and .rela.plt to
567         allocate_dynrelocs.  Replace BFD_ASSERT with abort.
568         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
569         (allocate_dynrelocs): New.
570         (readonly_dynrelocs): New.
571         (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
572         Allocate space for dyn relocs.  Replace BFD_ASSERT with abort.
573         Zero out the dynamic allocated content space.
574         (elf64_x86_64_discard_copies): Removed.
575         (elf64_x86_64_relocate_section): Make use of dynamic section
576         short-cuts.  Localise vars, and delay setting.  Better error
577         reporting, replace BFD_ASSERT with abort.  Check
578         ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
579         regular object file and tread the weak definition as the normal
580         one.  Don't discard relocs for undefweak or undefined symbols and
581         check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
582         relocs.
583         (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
584         symbols that have been forced local.  Use same test to decide if
585         we can use a relative reloc for got as relocate_section.  Expand
586         SHN_UNDEF comment.  Move expressions out of function calls.
587         Replace BFD_ASSERT with abort.
588         (bfd_elf64_bfd_final_link): Removed.
589         (elf_backend_copy_indirect_symbol): Define.
590
591 2002-02-20  Tom Rix  <trix@redhat.com>
592
593         * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
594         (_bfd_xcoff_reloc_type_lookup): Use it.
595         * coff64-rs6000.c (xcoff64_howto_table): Same.
596         (xcoff64_reloc_type_lookup): Same.
597
598 2002-02-20  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
599
600         * osf-core.c (osf_core_vec):  OSF/1 (Digital Unix) core files are
601         little endian.
602
603 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
604
605         * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
606         (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
607         * bfd-in2.h: Regenerate.
608         * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
609         Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
610         with "s390:64-bit".
611         * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
612         (elf_s390_reloc_type_lookup): Likewise.
613         (elf_s390_check_relocs): Likewise.
614         (elf_s390_gc_sweep_hook): Likewise.
615         (elf_s390_relocate_section): Likewise.
616         (elf_s390_object_p): Use renamed architecture define.
617         * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
618
619 2002-02-19  Frank Ch. Eigler  <fche@redhat.com>
620
621         * syms.c (stt[]): Sorted.  Added .init/.fini -> "t" mapping.
622
623 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
624
625         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
626         absptr -> pcrel optimization for shared libs.
627         Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
628         library cannot be converted to pcrel.
629         (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
630         relative.
631         * elf32-i386.c (elf_i386_relocate_section): If
632         _bfd_elf_section_offset returned -2, skip, but make sure the
633         relocation is installed.
634         * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
635         * elf32-cris.c (cris_elf_relocate_section): Likewise.
636         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
637         * elf32-i370.c (i370_elf_relocate_section): Likewise.
638         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
639         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
640         * elf32-s390.c (elf_s390_relocate_section): Likewise.
641         * elf32-sh.c (sh_elf_relocate_section): Likewise.
642         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
643         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
644         * elf64-s390.c (elf_s390_relocate_section): Likewise.
645         * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
646         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
647         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
648         * elf64-alpha.c (elf64_alpha_relocate_section): Handle
649         _bfd_elf_section_offset returning -2 the same way as -1.
650         * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
651         * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
652         and BFD_ASSERT.
653         * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
654
655 2002-02-18  Tom Rix  <trix@redhat.com>
656
657         * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
658         (bfd_xcoff_size_dynamic_sections): Same.
659         * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
660         (bfd_xcoff_size_dynamic_sections): Same.
661         * coff-rs6000.c (xcoff_generate_rtinit): Same.
662         * coff-rs646000.c (xcoff64_generate_rtinit): Same.
663         * libxcoff.h (struct xcoff_backend_data_rec): Same.
664         * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
665         * bfd-in2.h: Regenerate.
666
667 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
668
669         * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
670         (struct ppc_link_hash_table): Add sfpr.
671         (ppc64_elf_link_hash_table_create): Init it.
672         (ppc64_elf_create_dynamic_sections): Split creation of .stub and
673         .glink out to..
674         (create_linkage_sections): ..here.  Make .sfpr too.
675         (ppc64_elf_check_relocs): Call create_linkage_sections, and set
676         dynobj early.
677         (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
678         (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
679         ._restf* functions, and create as needed.
680         (func_desc_adjust): Only force_local for shared libs.
681
682 2002-02-18  David O'Brien  <obrien@FreeBSD.org>
683
684         * configure.in: Bump version number post 2.12 branching.
685         * configure: Regenerate.
686
687 2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
688
689         * mmo.c: Correct and improve comments.
690         (mmo_write_chunk): Store trailing byte in bfd buffer; don't
691         zero-pad.  Use input to fill up non-empty bfd buffer.
692         (mmo_flush_chunk): New function.
693         (mmo_write_loc_chunk): Add parameter last_vmap, all callers
694         changed.  Don't emit location specifier if VMA is same as
695         *LAST_VMAP after omitting leading zero contents.  Call
696         mmo_flush_chunk before emitting location specifier.
697         (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
698         with mmo_write_loc_chunk calls.
699         (mmo_internal_write_section): Call mmo_flush_chunk after
700         mmo_write_chunk.
701         (mmo_write_symbols_and_terminator): Move :Main to first position
702         in symbol array.  Add faked one if it does not exist if there are
703         other symbols.  Don't add it if there are no symbols at all.  Move
704         out test for value of :Main from symbol loop.  Rename table
705         fakemain to maintable and variable mainsym to fakemain.
706
707 2002-02-15  Richard Henderson  <rth@redhat.com>
708
709         * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
710         section with no got matches any got.  Simplify error generaion.
711
712 2002-02-15  Alan Modra  <amodra@bigpond.net.au>
713
714         Support arbitrary length fill patterns.
715         * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
716         (_bfd_default_link_order): Remove bfd_fill_link_order code.
717         Call default_data_link_order.
718         (default_fill_link_order): Delete.
719         (default_data_link_order): New function.
720         * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
721         of bfd_fill_link_order with bfd_data_link_order.
722         * elf64-alpha.c (elf64_alpha_final_link): Likewise.
723         * elf64-mips.c (mips_elf64_final_link): Likewise.
724
725         * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
726         Correct value returned in "end" for "0x<non-hex>".
727
728 2002-02-14  Nick Clifton  <nickc@cambridge.redhat.com>
729
730         * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
731         (scan): Test against 'mach' field in info structure.
732
733 2002-02-14  Alan Modra  <amodra@bigpond.net.au>
734
735         * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
736
737 2002-02-14  Matt Fredette  <fredette@netbsd.org>
738
739         * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
740         EF_M68000.
741
742 2002-02-13  Nick Clifton  <nickc@cambridge.redhat.com>
743
744         * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
745         non-zero physical addresses when adjusting the LMAs of new
746         sections.
747
748 2002-02-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
749
750         * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
751         from _bfd_elf_hppa_gen_reloc_type.
752         (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
753         * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
754         * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
755         * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
756
757 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
758
759         * elf-m10300.c (mn10300_elf_relax_section): Skip section before
760         loading its contents if there's nothing to do in it.
761
762 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
763
764         * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
765         64k boundary.
766
767         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
768         DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
769         (ppc64_elf_finish_dynamic_sections): Set values for them.
770
771 2002-02-11  Michael Snyder  <msnyder@redhat.com>
772
773         * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
774         * elf.c (elfcore_grok_pstatus): Add prototype.
775         (elfcore_grok_lwpstatus): Add prototype.
776         (elfcore_write_lwpstatus): New function.
777         (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
778
779 2002-02-11  Alexandre Oliva  <aoliva@redhat.com>
780
781         * elf32-sh.c: Added missing prototypes.
782         * elf32-sh64.c: Likewise.
783         (sh_elf_align_loads): Mark unused args as such.
784         * elf64-sh64.c: Added missing prototypes.
785         (struct elf_sh64_link_hash_entry): Fix typo.
786         (sh_elf64_relocate_section): Fix info argument passed to
787         _bfd_elf_section_offset.
788
789 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
790
791         * Makefile.am: "make dep-am".
792         * Makefile.in: Regenerate.
793         * aclocal.m4: Regenerate.
794         * config.in: Regenerate.
795         * configure: Regenerate.
796
797 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
798
799         * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
800         variable warnings.
801         * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
802         comparison warning.
803         * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
804         cast warnings for the common case.
805
806 2002-02-10  Hans-Peter Nilsson  <hp@bitrange.com>
807
808         * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
809         vectors.
810         (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
811         vectors.
812
813 2002-02-09  Richard Henderson  <rth@redhat.com>
814
815         * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
816         (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
817         (elf64_alpha_relocate_section): Likewise.
818         * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
819         * bfd-in2.h, libbfd.h: Rebuild.
820
821 2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
822
823         * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
824         that base-plus-offset reloc accounting is consistent.
825         (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
826         up to date for undefined symbols.
827
828 2002-02-08  Eric Christopher  <echristo@redhat.com>
829
830         From Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
831
832         * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
833         sections for the O32 ABI.
834
835 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
836
837         * elf32-arm.h: Fix formatting of _("...").
838         * elf32-d10v.c: Likewise.
839         * elf32-m68k.c: Likewise.
840         * elf32-mips.c: Likewise.
841
842 2002-02-08  Ivan Guzvinec <ivang@opencores.org>
843
844         * coff-or32.c: Fix compile time warning messages.
845
846 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
847
848         Contribute sh64-elf.
849         2002-01-23  Alexandre Oliva  <aoliva@redhat.com>
850         * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
851         R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
852         R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
853         R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
854         R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
855         R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
856         R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
857         R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
858         R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
859         New relocs.
860         * libbfd.h, bfd-in2.h: Rebuilt.
861         * elf32-sh.c (sh_elf_howto_table): Define new relocs.
862         (sh_reloc_map): Map them.
863         (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
864         elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
865         elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
866         elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
867         elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
868         elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
869         movi_shori_putval) [INCLUDE_SHMEDIA]: New.
870         (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
871         datalabel_got_offset.
872         (sh_elf_link_hash_newfunc): Initialize it.
873         (sh_elf_relocate_section): Augment the scope of
874         seen_stt_datalabel.  Introduce GOTPLT support.  Extend GOTPC, PLT,
875         GOT and GOTOFF handling to new SHmedia relocation types.  Support
876         GOT_BIAS.
877         (sh_elf_check_relocs): Likewise.
878         (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
879         PLT entries using movi_shori_putval.  Support GOT_BIAS.
880         (sh_elf_finish_dynamic_sections): Likewise.
881         * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
882         relocation, it's now done by the caller.
883         (GOT_BIAS): New.
884         * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
885         elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
886         elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
887         elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
888         elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
889         elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
890         sh64_elf64_hash_table): New.
891         (sh_elf64_howto_table): Introduce new relocs.
892         (sh_elf64_info_to_howto): Accept new PIC relocs.
893         (sh_elf64_relocate_section): Augment the scope of
894         seen_stt_datalabel.  Support new PIC relocs.
895         (sh_elf64_check_relocs): Support new PIC relocs.
896         (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
897         elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
898         elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
899         elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
900         sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
901         movi_shori_putval, movi_3shori_putval,
902         sh64_elf64_create_dynamic_sections,
903         sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
904         sh64_elf64_size_dynamic_sections,
905         sh64_elf64_finish_dynamic_symbol,
906         sh64_elf64_finish_dynamic_sections): New.
907         (elf_backend_create_dynamic-sections,
908         bfd_elf64_bfd_link_hash_table_create,
909         elf_backend_adjust_dynamic_symbol,
910         elf_backend_size_dynamic_sections,
911         elf_backend_finish_dynamic_symbol,
912         elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
913         elf_backend_plt_readonly, elf_backend_want_plt_sym,
914         elf_backend_got_header_size, elf_backend_plt_header_size):
915         Define.
916         2001-05-16  Alexandre Oliva  <aoliva@redhat.com>
917         * elf32-sh.c: Renumbered and renamed some SH5 relocations to
918         match official numbers and names; moved unmaching ones to the
919         range 0xf2-0xff.
920         * elf32-sh64.c, elf64-sh64.c: Likewise.
921         2001-03-12  DJ Delorie  <dj@redhat.com>
922         * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
923         sections.
924         2001-03-12  DJ Delorie  <dj@redhat.com>
925         * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
926         be aligned.
927         * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
928         2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
929         * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
930         (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
931         .cranges section with SEC_SORT_ENTRIES set.
932         (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
933         incoming sorted .cranges section.
934         (sh64_bfd_elf_copy_private_section_data): New.
935         (sh64_elf_final_write_processing): Only sort .cranges and modify
936         start address if called by linker.
937         2001-01-08  Ben Elliston  <bje@redhat.com>
938         * elf32-sh64.c (sh64_elf_final_write_processing): Activate
939         Hans-Peter Nilsson's set bit 0 patch from       2001-01-06.
940         * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
941         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
942         * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
943         line.  Add comments before all entries.
944         <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
945         comment.
946         (sh_elf64_reloc): Correct head comment.
947         (sh_elf64_relocate_section): Correct spacing.
948         <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
949         instead call reloc_dangerous callback.
950         <case R_SH_SHMEDIA_CODE>: New case.
951         (sh_elf64_gc_mark_hook): Correct spacing.
952         (sh_elf64_check_relocs): Ditto.
953         * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
954         New case.
955         * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
956         functions.
957         (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
958         clarify describing comment.  Add comments before all entries.
959         (sh_elf_relocate_section) <relocating for a local symbol>: Do not
960         honour STO_SH5_ISA32; instead call reloc_dangerous callback.
961         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
962         Sort .cranges section in final link.  Prepare to set bit 0 on
963         entry address.
964         * elf32-sh64.c (struct sh64_find_section_vma_data): New.
965         (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
966         (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
967         .cranges section.
968         (sh64_backend_section_from_shdr): New, to recognize
969         SHT_SH5_CR_SORTED on incoming .cranges section.
970         (elf_backend_section_from_shdr): Define.
971         (sh64_elf_final_write_processing): Sort outgoing .cranges
972         section.  (New, temporarily disabled:) Set bit 0 on entry address
973         according to ISA type.
974         (sh64_find_section_for_address): New.
975         (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
976         crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
977         (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c.  Use
978         bfd_malloc, not xmalloc.
979         (sh64_get_contents_type): Move here from opcodes/sh64-dis.c.  Make
980         global.
981         * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
982         temporarily disabled) setting bit 0 on entry address.
983         (elf_backend_final_write_processing): Define.
984         2001-01-05  Hans-Peter Nilsson  <hpn@cygnus.com>
985         * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
986         be a proper relocation for PTA and PTB rather than a marker.
987         <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
988         R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
989         R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
990         R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
991         R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
992         Zero src_mask.
993         * elf64-sh64.c: Ditto.
994         (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
995         * elf32-sh64.c: Include opcodes/sh64-opc.h
996         (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
997         argument.  Drop const qualifiers from "bfd *" and "bfd_byte *"
998         parameters.  No unused parameters.  Caller changed.
999         <case R_SH_PT_16>: New case.
1000         * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
1001         * Makefile.in: Regenerate.
1002         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
1003         * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
1004         all code sections.
1005         (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
1006         (sh64_elf_merge_private_data): Ditto.
1007         * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
1008         to access stored section flags.
1009         (sh64_elf_final_write_processing): Return immediately unless
1010         called by linker.  Use sh64_elf_section_data (cranges) to get size
1011         of linker-generated cranges entries.
1012         (sh64_elf_copy_private_data): Add missing "return true".
1013         (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
1014         (sh_elf64_merge_private_data): Ditto.
1015         2000-12-19  Hans-Peter Nilsson  <hpn@cygnus.com>
1016         * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
1017         elf64-sh64.c:sh64_elf_fake_sections.
1018         (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
1019         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
1020         * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
1021         (sh64_elf_final_write_processing): New.
1022         (elf_backend_final_write_processing): Define.
1023         (sh64_elf_fake_sections): Get header flags from tdata field.
1024         (sh64_elf_copy_private_data): Do not call
1025         sh64_elf_copy_private_data_internal, just copy e_flags field.
1026         (sh64_elf_merge_private_data): Do not call
1027         sh64_elf_copy_private_data_internal.
1028         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
1029         Remove EF_SH64_ABI64, let ELF size make difference.
1030         Remove SH64-specific BFD section flag.
1031         * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
1032         containing SHmedia through elf_section_data (asect)->tdata
1033         non-zero, not using a BFD section flag.
1034         (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
1035         (sh64_elf_merge_private_data): Similar.
1036         (elf_backend_section_flags): Don't define.
1037         (sh64_elf_backend_section_flags): Delete.
1038         * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
1039         not EF_SH64_ABI64.
1040         (sh_elf64_merge_private_data): Similar.
1041         * section.c (Section flags definitions): Don't define
1042         SEC_SH_ISA_SHMEDIA.
1043         (bfd-in2.h): Regenerate.
1044         2000-12-09  Hans-Peter Nilsson  <hpn@cygnus.com>
1045         Make DataLabel references work with partial linking.
1046         * elf32-sh64.c: Fix formatting.
1047         (sh64_elf_link_output_symbol_hook): New.
1048         (elf_backend_link_output_symbol_hook): Define to
1049         sh64_elf_link_output_symbol_hook.
1050         (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
1051         undefined if partial linking.  Adjust sanity check.
1052         * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
1053         (elf_backend_link_output_symbol_hook): Define to
1054         sh64_elf64_link_output_symbol_hook.
1055         (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
1056         undefined if partial linking.  Adjust sanity check.
1057         2000-12-07  Hans-Peter Nilsson  <hpn@cygnus.com>
1058         Implement semantics for inter-file DataLabel references.
1059         * elf64-sh64.c (DATALABEL_SUFFIX): Define.
1060         (sh64_elf64_add_symbol_hook): New.
1061         (sh_elf64_relocate_section): If passing an indirect symbol with
1062         st_type STT_DATALABEL on the way to a symbol with st_other
1063         STO_SH5_ISA32, do not bitor 1 to the relocation.
1064         (elf_backend_add_symbol_hook): Define to
1065         sh64_elf64_add_symbol_hook.
1066         * elf64-sh32.c: Tweak comments.
1067         (DATALABEL_SUFFIX): Define.
1068         (sh64_elf_add_symbol_hook): New.
1069         (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
1070         * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
1071         symbol with st_type STT_DATALABEL on the way to a symbol with
1072         st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
1073         2000-12-05  Hans-Peter Nilsson  <hpn@cygnus.com>
1074         Pass through STT_DATALABEL.
1075         * elf32-sh64.c (sh64_elf_get_symbol_type): New.
1076         (elf_backend_get_symbol_type): Define.
1077         * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
1078         (elf_backend_get_symbol_type): Define.
1079         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
1080         * elf32-sh64.c: Tweak comments.
1081         (sh64_elf_copy_private_data_internal): Add prototype.
1082         (bfd_elf32_bfd_set_private_flags): Define.
1083         (sh64_elf_copy_private_data_internal): Compare machine name, not
1084         textual BFD target name, to check whether to copy section flag
1085         SHF_SH5_ISA32.
1086         (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
1087         Tweak section-contents-type-mismatch message.
1088         (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
1089         Validize reloc-types.
1090         * elf64-sh64.c: New file.
1091         * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
1092         * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
1093         (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
1094         Regenerate dependencies.
1095         * Makefile.in: Regenerate.
1096         * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
1097         bfd_elf64_sh64l_vec.
1098         * configure.in: Handle bfd_elf64_sh64_vec and
1099         bfd_elf64_sh64l_vec.
1100         * configure: Regenerate.
1101         * po/POTFILES.in: Regenerate.
1102         * po/bfd.pot: Regenerate.
1103         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
1104         * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
1105         anything else but EF_SH64 and EF_SH64_ABI64.
1106         (sh64_elf_merge_private_data): Emit error for anything else but
1107         EF_SH64 and EF_SH64_ABI64.
1108         * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
1109         from targ_selvecs.
1110         * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
1111         bfd_elf32_sh64l_vec as a temporary measure.
1112         * configure: Regenerate.
1113         2000-11-27  Hans-Peter Nilsson  <hpn@cygnus.com>
1114         * cpu-sh.c (arch_info_struct): Include sh5 item
1115         unconditionalized.
1116         * config.bfd (sh64-*-elf*): Do not set targ_cflags.
1117         Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
1118         bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
1119         * elf32-sh64.c: Tweak comments.
1120         (sh64_elf_set_mach_from_flags): Recognize all machine flags that
1121         are proper subsets of SH64 as bfd_mach_sh5.  Add EF_SH64_ABI64.
1122         (sh64_elf_copy_private_data_internal): Wrap long line.
1123         (sh64_elf_merge_private_data): Rewrite to allow objects from
1124         SH64 subsets to be linked together.
1125         (INCLUDE_SHMEDIA): Define.
1126         * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
1127         Parenthesize plus-expression inside or-expression.
1128         <global symbol>: Ditto.
1129         (sh_elf_set_mach_from_flags): Remove code refusing
1130         deleted EF_SH64_32BIT_ABI flag.
1131         2000-11-26  Hans-Peter Nilsson  <hpn@cygnus.com>
1132         * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
1133         R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
1134         R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
1135         (sh_elf_relocate_section) <local symbol>: Or 1 in
1136         calculation of relocation if sym->st_other & STO_SH5_ISA32.
1137         <global symbol>: Ditto if h->other & STO_SH5_ISA32.
1138         * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
1139         relocation.
1140         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
1141         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
1142         (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
1143         Regenerate dependencies.
1144         * Makefile.in: Regenerate.
1145         * archures.c: Add bfd_mach_sh5.
1146         * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
1147         Handle sh64-*-elf*.  Set targ_cflags to -DINCLUDE_SHMEDIA.
1148         * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
1149         * configure: Regenerate.
1150         * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
1151         BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
1152         BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
1153         BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
1154         BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
1155         BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
1156         BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
1157         BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
1158         BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
1159         * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
1160         in item for SH5.
1161         * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
1162         for SHmedia relocs.
1163         [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
1164         [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
1165         shmedia_prepare_reloc, goto final_link_relocate if it returns
1166         non-zero, else fail as before.
1167         (sh_elf_set_mach_from_flags): Provide function only if not defined
1168         as macro.  Do not recognize objects with EF_SH64_32BIT_ABI set.
1169         (sh_elf_set_private_flags): Provide function only if not defined
1170         as a macro.
1171         (sh_elf_copy_private_data): Similar.
1172         (sh_elf_merge_private_data): Similar.
1173         * section.c (SEC_SH_ISA_SHMEDIA): New.
1174         * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
1175         * elf32-sh64.c: New file.
1176         * libbfd.h: Regenerate.
1177         * bfd-in2.h: Regenerate.
1178         * po/POTFILES.in: Regenerate.
1179         * po/bfd.pot: Regenerate.
1180         * bfd-in2.h: Regenerate.
1181         * libbfd.h: Regenerate.
1182
1183 2002-02-07  Daniel Jacobowitz  <drow@mvista.com>
1184
1185         * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
1186         been included, not drag it in.
1187         * bfd-in2.h: Regenerate.
1188
1189 2002-02-06  H.J. Lu  (hjl@gnu.org)
1190
1191         * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
1192         the mach and ISA fields if necessary.
1193
1194 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
1195
1196         * coffcode.h (coff_set_arch_mach_hook): Select the highest known
1197         ARM architecture when an F_ARM_5 flag is detected, since we cannot
1198         be sure exactly which architecture this represents.
1199
1200 2002-02-05  Nick Clifton  <nickc@redhat.com>
1201
1202         * po/tr.po: Updated translation.
1203
1204 2002-02-05  Alan Modra  <amodra@bigpond.net.au>
1205
1206         From Jimi X <jimix@watson.ibm.com>
1207         * archures (bfd_mach_ppc64): Define.
1208         (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
1209         (bfd_powerpc_arch): Define.
1210         * bfd-in2.h: Regenerate.
1211         * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
1212         (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
1213         (bfd_powerpc_archs): Add default powerpc64 arch.
1214
1215 2002-02-05  Alan Modra  <amodra@bigpond.net.au>
1216
1217         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
1218         against section syms in readonly sections.  Don't do the global
1219         sym check if we find one.
1220         * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
1221         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
1222         * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
1223         * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
1224         (elf_s390_grok_prstatus): Add missing prototype.
1225
1226 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
1227
1228         * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
1229         (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
1230         Call bfd_get_section_by_name only once.  Initialize
1231         bpodata->n_bpo_relocs_this_section.
1232         (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
1233         referring to DSOs.
1234         (bpo_reloc_request_sort_fn): Don't use difference of values as
1235         return-value.
1236
1237 2002-02-02  David O'Brien  <obrien@FreeBSD>
1238
1239         * configure.in: Tweak the FreeBSD 4.x recognition more.  Only treat
1240         version 4.5 and later the same as 5-CURRENT.
1241         * configure: Re-generate.
1242
1243 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
1244
1245         * config.bfd (hppa*-*-netbsd*): New target.
1246
1247 2002-01-31  Philipp Thomas  <pthomas@suse.de>
1248
1249         * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
1250         to front of message. Unify messages with elf32-arm.h. Use
1251         commas where neccessary.
1252         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
1253         ERROR in messages. Unify messages with coff-arm.c. Correct
1254         VFP/FPA error message.
1255         (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
1256         APCS-32 for translation.
1257
1258 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
1259
1260         Perform on-demand global register allocation from
1261         R_MMIX_BASE_PLUS_OFFSET relocs.
1262         * elf64-mmix.c (struct bpo_reloc_section_info, struct
1263         bpo_reloc_request, struct bpo_greg_section_info): New.
1264         (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
1265         bpo_reloc_request_sort_fn, mmix_elf_relax_section,
1266         _bfd_mmix_check_all_relocs,
1267         _bfd_mmix_prepare_linker_allocated_gregs,
1268         _bfd_mmix_finalize_linker_allocated_gregs): New functions.
1269         (elf_mmix_howto_table): Correct src_mask for most relocs.
1270         (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
1271         case.
1272         (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
1273         case.  Fix typo in comment.  New label do_mmix_reloc.
1274         (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
1275         store first object file with a base-plus-offset reloc.  Call
1276         mmix_elf_check_common_relocs for the part common with mmo.
1277         (mmix_elf_final_link): Write out linker-allocated register
1278         contents section.
1279         (elf_backend_gc_sweep_hook): Define.
1280         (bfd_elf64_bfd_relax_section): Define.
1281
1282         * mmo.c: Don't include <ctype.h>
1283         (mmo_init): Correct init-once logic.
1284
1285 2002-02-01  Tom Rix  <trix@redhat.com>
1286
1287         * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
1288
1289 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
1290
1291         * Makefile.am: Run "make dep-am"
1292         * Makefile.in: Regenerate.
1293
1294 2002-01-31  David O'Brien  <obrien@FreeBSD>
1295
1296         * configure.in: Recognize the differences in core files from FreeBSD
1297         4.{0,1} and later versions of 4.x.  This treats 4.2+ the same as
1298         5-CURRENT.
1299         * configure: Regenerate.
1300
1301 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
1302
1303         * coff-or32.c: New file.
1304         * cpu-or32.c: New file.
1305         * elf32-or32.c: New file.
1306         * archures.c: Add support for or32.
1307         * targets.c: Add support for or32.
1308         * bfd-in2.h: Regenerate.
1309         * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
1310         coff_write_object_contents): Add support for or32.
1311         * config.bfd: Add target.
1312         * configure.in: Add support for or32.
1313         * configure: Regenerate.
1314         * Makefile.am: Add support for or32.
1315         * Makefile.in: Regenerate.
1316         * po/SRC-POTFILES.in: Add or32 files.
1317         * po/bfd.pot: Regenerate.
1318
1319 2002-01-31  Nick Clifton  <nickc@cambridge.redhat.com>
1320             Don Lindsay  <lindsayd@cisco.com>
1321
1322         * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
1323         false' with a return of a bfd_reloc_ error code.
1324
1325 2002-01-31  Hans-Peter Nilsson  <hp@axis.com>
1326
1327         * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
1328         unexport unreferenced symbols when --export-dynamic.  Call
1329         _bfd_elf_strtab_delref when unexporting.
1330
1331 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
1332
1333         * bfd-in.h: Include <stdbool.h> if it is available.
1334         * bfd-in2.h: Regenerated.
1335
1336 2002-01-31  Alan Modra  <amodra@bigpond.net.au>
1337
1338         * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
1339         not go via the plt.
1340
1341 2002-01-30  Nick Clifton  <nickc@cambridge.redhat.com>
1342
1343         * archures.c: Tidy up formatting of embedded comments.
1344         * bfd.c: Tidy up formatting of embedded comments.
1345         * bfd-in.h: Fix formatting of comments.
1346         * reloc.c: Tidy up formatting of ordinary & embedded comments.
1347         * section.c: Tidy up formatting of embedded comments.
1348         * syms.c: Tidy up formatting of embedded comments.
1349         * targets.c: Tidy up formatting of embedded comments.
1350
1351         * bfd-in2.h: Regenerate.
1352
1353 2002-01-30  Nick Clifton  <nickc@cambridge.redhat.com>
1354
1355         * vms-tir.c (cmd_name): New function.
1356         (tir_cmd_name): New function.
1357         (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
1358         (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
1359         Fix formatting.
1360
1361         * peXXigen.c (pe_print_idata): Rearrange message to aid in
1362         translation.
1363         (pe_print_pdata):  Rearrange message to aid in translation.
1364
1365         * libbfd.c (warn_deprecated): Rearrange error message to aid in
1366         translation.
1367
1368         * ihex.c (ihex_write_object_contents): Fix spelling typo.
1369
1370         * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
1371
1372         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
1373         message to aid in translation.
1374
1375         * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
1376         to aid in translation.
1377
1378         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
1379
1380 2002-01-30  Philipp Thomas  <pthomas@suse.de>
1381
1382         * coff-arm.c, elf32-elf.h: Unify messages.
1383
1384 2002-01-30  Nick Clifton <nickc@redhat.com>
1385
1386         * po/sv.po: Updated translation.
1387
1388 2002-01-30  Philipp Thomas  <pthomas@suse.de>
1389
1390         * dwarf2.c (read_abbrev): Use full section name in error message.
1391         (decode_line_info): Likewise.
1392
1393         * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
1394         message.
1395
1396 2002-01-30  Alan Modra  <amodra@bigpond.net.au>
1397
1398         * elf64-ppc.c (func_desc_adjust): Only provide missing function
1399         descriptor symbols for undefined function code syms.  Clear
1400         ELF_LINK_NON_ELF so that they can stay weak.
1401
1402 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
1403             Mitch Lichtenberg  <mpl@broadcom.com>
1404
1405         * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
1406         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
1407         to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
1408         generation.
1409         * bfd-in2.h: Regenerate.
1410
1411 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
1412
1413         * elf32-mips.c: Add additional comments about HI16 relocation
1414         processing.
1415         (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
1416         pc-relative relocations.  (Reverts change made on 2001-10-31.)
1417         (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
1418         for pc-relative relocations.
1419         (mips_elf_calculate_relocation): Add a comment about a kludge
1420         in the R_MIPS_GNU_REL_HI16 handling.
1421         (_bfd_mips_elf_relocate_section): Implement that kludge;
1422         adjust pc-relative HI16 relocation for difference in HI16 and
1423         LO16 addresses, since it can't easily be done in
1424         mips_elf_calculate_relocation.
1425
1426 2002-01-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1427
1428         * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
1429         relocations with PC32 relocations for undefined or weak symbols.
1430         * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
1431         * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
1432
1433 2002-01-28  Jason Thorpe  <thorpej@wasabisystems.com>
1434
1435         * elfcore.h (elf_core_file_p): Improve comment for last change.
1436
1437 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
1438
1439         * configure: Regenerated.
1440
1441 2002-01-27  Jason Thorpe  <thorpej@wasabisystems.com>
1442
1443         * elfcore.h (elf_core_file_p): Set the machine architecture
1444         before processing the program headers.
1445
1446 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
1447
1448         * configure.in <64-bit configuration>: If using gcc, check and
1449         emit error for egcs-1.1.2.
1450         * configure: Regenerate.
1451
1452 2002-01-26  Egor Duda  <deo@logos-m.ru>
1453
1454         * elf.c (elfcore_grok_win32pstatus): Copy only as much information
1455         as possible to avoid stack corruption.
1456
1457 2002-01-26  Richard Henderson  <rth@redhat.com>
1458
1459         * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
1460         for non-allocated sections.
1461
1462 2002-01-25  Mark Kettenis  <kettenis@gnu.org>
1463
1464         * elf.c (elfcore_write_prstatus): Make sure we pass the address of
1465         prstat.pr_reg even if it is a struct.
1466
1467 2002-01-25  Steve Ellcey <sje@cup.hp.com>
1468
1469         * bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
1470
1471 2002-01-25  Philipp Thomas  <pthomas@suse.de>
1472
1473         * coffgen.c (coff_print_symbol): Don't mark info message
1474         for translation.
1475
1476 2002-01-25  Nick Clifton <nickc@redhat.com>
1477
1478         * po/fr.po: Updated translation.
1479         * po/es.po: Updated translation.
1480
1481 2002-01-25  Philipp Thomas  <pthomas@suse.de>
1482
1483         * coff-alpha.c (alpha_relocate_section): Unify warning message
1484         for GP relative relocations without GP defined.
1485         * coff-mips.c (mips_relocate_section): Likewise.
1486
1487 2002-01-25  Alan Modra  <amodra@bigpond.net.au>
1488
1489         * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
1490         unsigned overflow when new_offset < old_offset.
1491
1492 2002-01-24  Philipp Thomas  <pthomas@suse.de>
1493
1494         * bfd.c (_bfd_abort): Fix typo.
1495
1496 2002-01-23  Richard Henderson  <rth@redhat.com>
1497
1498         * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
1499         plt entries for undefweak symbols.
1500
1501 2002-01-23  Steve Ellcey <sje@cup.hp.com>
1502
1503         * bfd/targets.c (bfd_elf32_ia64_hpux_big_vec): Add to
1504         DEFAULT_VECTOR.
1505         (bfd_elf64_ia64_hpux_big_vec): Ditto.
1506         (bfd_elf32_h8300_vec): Ditto.
1507
1508 2002-01-23  Alan Modra  <amodra@bigpond.net.au>
1509
1510         * elf64-ppc.c: Remove stale part of ABI comment.
1511         (NO_OPD_RELOCS): Define.
1512         (ppc64_elf_check_relocs): Use it.
1513         (ppc64_elf_relocate_section): Here too.
1514         (build_one_stub): Don't point function syms at the stub.  Instead,
1515         hijack plt.offset.
1516         (ppc64_elf_relocate_section): Check whether REL24 relocs should
1517         really go to the stub.  Make all dynamic relocs in opd against
1518         locals.
1519         (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
1520         plt.offset.
1521
1522 2002-01-22  Richard Henderson  <rth@redhat.com>
1523
1524         * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
1525
1526 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
1527
1528         * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
1529         TOC_BASE_OFF adjustment.
1530
1531         * Makefile.am: Run "make dep-am".
1532         * Makefile.in: Regenerate.
1533         * po/SRC-POTFILES.in: Regenerate.
1534
1535 2002-01-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1536
1537         * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
1538         host defines.
1539
1540 2002-01-21  Hans-Peter Nilsson  <hp@axis.com>
1541
1542         * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
1543         Check for and emit error if sgot is NULL at this point.
1544
1545 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
1546
1547         * config.bfd (ia64*-*-netbsd*): New target.
1548
1549 2002-01-21  Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
1550
1551         * som.c (som_write_space_strings): Comment typo fix.
1552
1553 2002-01-21  Alan Modra  <amodra@bigpond.net.au>
1554
1555         * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
1556         is_func_descriptor fields.
1557         (link_hash_newfunc): Init them.
1558         (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
1559         dot are candidates for plt entries.  When processing .opd relocs,
1560         set function descriptor strings to point inside function code
1561         string, and set new ppc_link_hash_entry fields.
1562         (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
1563         (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
1564         function descriptors.  It's now done in..
1565         (func_desc_adjust): New.
1566         (ppc64_elf_func_desc_adjust): New.
1567         (define elf_backend_always_size_sections): Define.
1568         (ppc64_elf_hide_symbol): New.
1569         (define elf_backend_hide_symbol): Define.
1570         (allocate_dynrelocs): Remove code looking up function descriptors
1571         as that has been done earlier.
1572         (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
1573         table.
1574         (ppc64_elf_finish_dynamic_symbol): Likewise.  Remove code looking
1575         up function descriptor.
1576         (build_one_stub): Look up the function code sym.  Check for
1577         invalid plt offsets.
1578         (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
1579         Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
1580
1581         * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
1582         boolean param.
1583         (_bfd_elf_link_hash_hide_symbol): Likewise.
1584         * elflink.h (elf_link_add_object_symbols): Adjust call to
1585         elf_backend_hide_symbol.
1586         (elf_fix_symbol_flags): Likewise.
1587         (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
1588         than bfd_alloc.
1589         * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
1590         Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
1591         * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
1592         (clobber_millicode_symbols): Adjust to suit new hide_symbol.
1593         * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
1594         and adjust to suit.
1595         * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
1596         _bfd_elf_link_hash_hide_symbol rather than duplicating code.
1597         * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
1598
1599 2002-01-18  Alan Modra  <amodra@bigpond.net.au>
1600
1601         * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
1602         dynamic function descriptor symbol, not the associated function
1603         symbol.
1604
1605 2002-01-17  Eric Christopher  <echristo@redhat.com>
1606
1607         * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
1608
1609 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
1610
1611         * po/bfd.pot: Regenerate.
1612         * po/fr.po: Regenerate.
1613
1614 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
1615
1616         * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
1617         Remove "Elf_Internal_Shdr *" param.
1618         (_bfd_mips_elf_section_from_bfd_section): Ditto.
1619         * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
1620         * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
1621         * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
1622         * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
1623         * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
1624         * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
1625         function to override special sections.  Remove hdr arg from
1626         backend call, and don't loop.
1627
1628 2002-01-16  Eric Christopher  <echristo@redhat.com>
1629
1630         * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
1631         on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
1632         relocations requiring gp0 and gp.
1633
1634 2002-01-16  Richard Earnshaw  <rearnsha@arm.com>
1635
1636         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
1637         EF_ARM_VFP_FLOAT.
1638         (elf32_arm_print_private_bfd_data): Likewise.
1639
1640 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
1641
1642         * po/tr.po: Import new version.
1643
1644 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
1645
1646         * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
1647         (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
1648         (ORI_R0_R0_0): Correct.
1649
1650 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
1651
1652         * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
1653         when plt_not_loaded.
1654         * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
1655         clear .plt SEC_CODE here.  Create .stub and correct .glink flags.
1656         (PLT_INITIAL_ENTRY_SIZE): Set to 24.
1657         (ppc64_elf_glink_code): Delete.
1658         (PPC64_ELF_GLINK_SIZE): Delete.
1659         (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
1660         BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
1661         ORI_R0_R0_0): Define.
1662         (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
1663         (struct ppc_link_hash_table): Add sstub and plt_overflow.
1664         (ppc64_elf_link_hash_table_create): Init them.
1665         (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
1666         Don't copy to shared lib.
1667         (ppc64_elf_check_relocs): Call bfd_set_error on errors.
1668         (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
1669         (allocate_dynrelocs <plt>): Don't change function sym here.  Make
1670         room for .stub and .glink code.
1671         (ppc64_elf_size_dynamic_sections): Handle .stub.  Make entry for
1672         DT_PPC64_GLINK.
1673         (ppc64_elf_final_link): Rename to ppc64_elf_set_toc.  Don't call
1674         bfd_elf64_bfd_final_link.
1675         (bfd_elf64_bfd_final_link): Don't define.
1676         (ppc64_elf_size_stubs): New.
1677         (build_plt_stub): New.
1678         (build_one_stub): New.
1679         (ppc64_elf_build_stubs): New.
1680         (ppc64_elf_relocate_section <toc relocs>): Remove assert.
1681         (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
1682         (ppc64_elf_finish_dynamic_symbol): Don't build stubs here.  Set
1683         DT_PPC64_GLINK entry.  Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
1684         case output sections not separate.  Adjust DT_RELASZ to not
1685         include plt relocs.  Set reserved got entry.  Set got and plt
1686         entry size.
1687         (elf_backend_got_header_size): Set to 8.
1688         * elf64-ppc.h: New file.
1689
1690 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
1691
1692         * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
1693         sections, use bfd_section_list_remove.
1694         * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
1695         * elflink.h (elf_link_add_object_symbols): When removing all
1696         sections, use bfd_section_list_clear.
1697
1698 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
1699
1700         * po/sv.po: New file: Swedish translation.
1701         * configure.in (ALL_LINGUAS): Add sv.
1702         * configure: Regenerate.
1703
1704 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
1705
1706         * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
1707         * elf.c (merge_sections_remove_hook): New function.
1708         (_bfd_elf_merge_sections): Pass it as 3rd argument to
1709         _bfd_merge_sections.
1710         * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
1711         * libbfd.h: Rebuilt.
1712         * merge.c (_bfd_merge_sections): Add remove_hook argument.
1713         Call remove_hook if a SEC_EXCLUDE section is encountered.
1714
1715 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
1716
1717         * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
1718         (xstormy16_reloc_map): Initialise new field with correct howto
1719         table.
1720         (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
1721         howto entry.
1722
1723 2002-01-10  Michael Snyder  <msnyder@redhat.com>
1724
1725         * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
1726         (elfcore_write_pstatus): Use long instead of pid_t;
1727         * elf-bfd.h: Change prototypes to use long instead of pid_t;
1728
1729 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
1730
1731         * elf.c: Update copyright years.
1732         (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
1733         and NT_NETBSDCORE_FIRSTMACH.  Improve a comment.
1734
1735 2002-01-08  Michael Snyder  <msnyder@redhat.com>
1736
1737         Add capability to write corefile note sections, for gdb.
1738         * elf.c (elfcore_write_note): New function.
1739         (elfcore_write_prpsinfo): New function.
1740         (elfcore_write_prstatus): New function.
1741         (elfcore_write_pstatus): New function.
1742         (elfcore_write_prfpreg): New function.
1743         (elfcore_write_prxfpreg): New function.
1744         * elf-bfd.h: Add prototypes for above functions.
1745
1746 2002-01-08  Alexandre Oliva  <aoliva@redhat.com>
1747
1748         * elf.c (elf_fake_sections): Propagate errors from
1749         elf_backend_fake_section.
1750
1751 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
1752
1753         * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
1754         (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
1755         (elf32-sh-nbsd.lo): New rule.
1756         * Makefile.in: Regenerate.
1757         * config.bfd (sh*le-*-netbsdelf*): New target.
1758         (sh*-*-netbsdelf*): New target.
1759         * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
1760         (bfd_elf32_shnbsd_vec): New vector.
1761         (bfd_elf32_shlnbsd_vec): New vector.
1762         * configure: Regenerate.
1763         * elf32-sh-nbsd.c: New file.
1764         * targets.c: Update copyright years.
1765         (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
1766         bfd_elf32_shnbsd_vec.
1767
1768 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
1769
1770         * coff-rs6000.c (READ20): Use bfd_scan_vma.
1771
1772 2002-01-07  Geoffrey Keating  <geoffk@redhat.com>
1773
1774         * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
1775         of a symbol in a section that will be deleted.
1776
1777 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
1778
1779         * po/es.po: New file: Spanish translation.
1780         * configure.in (ALL_LINGUAS): Add es.
1781         * configure: Regenerate.
1782
1783 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
1784
1785         * elfxx-ia64.c (is_unwind_section_name): Add target vector as
1786         argument so we can handle HP-UX specially.
1787         (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
1788         (elfNN_hpux_backend_section_from_bfd_section): New for support
1789         of SHN_IA_64_ANSI_COMMON.
1790         (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
1791         (is_unwind_section_name): Add special HP-UX support.
1792         (elfNN_ia64_section_from_shdr): Add support for more sections.
1793         (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
1794         add support for more sections.
1795         (elfNN_ia64_additional_program_headers): Modify
1796         is_unwind_section_name call.
1797         (elfNN_ia64_modify_segment_map): Remove assumption that there is
1798         only one unwind section in segment.
1799
1800 2002-01-06  Alan Modra  <amodra@bigpond.net.au>
1801
1802         * syms.c (_bfd_generic_make_empty_symbol): New function.
1803         * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
1804         _bfd_generic_make_empty_symbol.
1805         * libbfd.h: Regenerate.
1806         * bfd-in2.h: Regenerate.
1807         * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
1808         (hppabsd_core_get_symtab_upper_bound): Don't define.
1809         (hppabsd_core_get_symtab): Likewise.
1810         (hppabsd_core_print_symbol): Likewise.
1811         (hppabsd_core_get_symbol_info): Likewise.
1812         (hppabsd_core_bfd_is_local_label_name): Likewise.
1813         (hppabsd_core_get_lineno): Likewise.
1814         (hppabsd_core_find_nearest_line): Likewise.
1815         (hppabsd_core_bfd_make_debug_symbol): Likewise.
1816         (hppabsd_core_read_minisymbols): Likewise.
1817         (hppabsd_core_minisymbol_to_symbol): Likewise.
1818         (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
1819         Formatting fixes.
1820         * hpux-core.c: Similarly.
1821         * irix-core.c: Similarly.
1822         * osf-core.c: Similarly.
1823         * sco5-core.c: Similarly.
1824         * binary.c (binary_make_empty_symbol): Remove function, define as
1825         _bfd_generic_make_empty_symbol.
1826         * ihex.c (ihex_make_empty_symbol): Likewise.
1827         * mmo.c (mmo_make_empty_symbol): Likewise.
1828         * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
1829         * srec.c (srec_make_empty_symbol): Likewise.
1830         * versados.c (versados_make_empty_symbol): Likewise.
1831         * vms.c (_bfd_vms_make_empty_symbol): Remove.
1832         (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
1833         * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
1834         rather than _bfd_vms_make_empty_symbol.
1835         * vms-misc.c (new_symbol): Likewise.
1836
1837 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
1838
1839         * section.c (bfd_section_init): Remove unnecessary initialisations.
1840         (bfd_section_list_clear): New function.
1841         (bfd_section_list_remove, bfd_section_list_insert): New macros.
1842         (_bfd_strip_section_from_output): Use them.
1843         * coffcode.h (coff_set_alignment_hook): Likewise.
1844         * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
1845         * elf64-mips.c (mips_elf64_final_link): Likewise.
1846         * elf64-mmix.c (mmix_elf_final_link): Likewise.
1847         * sunos.c (sunos_add_dynamic_symbols): Likewise.
1848         * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
1849         * bfd-in2.h: Regenerate.
1850
1851         * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
1852         rather than doing our own section handling.  Clean up after errors
1853         with bfd_release and bfd_section_list_clear.  Handle unexpected
1854         flags.
1855         * aoutf1.h (sunos4_core_file_p): Likewise.
1856         * aix386-core.c (aix386_core_file_p): Likewise.
1857         * cisco-core.c (cisco_core_file_validate): Likewise.
1858         * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
1859         * trad-core.c (trad_unix_core_file_p): Likewise.
1860
1861         * hppabsd-core.c (hppabsd_core_core_file_p):  Clean up after errors
1862         with bfd_release and bfd_section_list_clear.
1863         * hpux-core.c (hpux_core_core_file_p): Likewise.
1864         * irix-core.c (irix_core_core_file_p): Likewise.
1865         * lynx-core.c (lynx_core_file_p): Likewise.
1866         * osf-core.c (osf_core_core_file_p): Likewise.
1867         * rs6000-core.c (rs6000coff_core_p): Likewise.
1868         * sco5-core.c (sco5_core_file_p): Likewise.
1869
1870         * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
1871         sign extension adjustments without conditionals.
1872
1873 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
1874
1875         * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
1876         CIE at .eh_frame start is removed due to no FDEs referencing it.
1877
1878 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
1879
1880         * config.bfd (x86_64-*-netbsd*): New target.
1881         * configure.in (x86_64-*-netbsd*): Set COREFILE
1882         to netbsd-core.lo.
1883         * configure: Regenerated.
1884
1885 2002-01-03  Tom Rix  <trix@redhat.com>
1886
1887         * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
1888         for recent bfd_make_section_anyway change.
1889
1890 2002-01-03  Nick Clifton  <nickc@cambridge.redhat.com>
1891
1892         * elf32-arm.h (elf32_arm_final_link_relocate): Handle
1893         R_ARM_THM_PC11 reloc.
1894
1895 2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
1896
1897         * configure.in (LINGUAS): Add ja.
1898         * configure: Regenerate.
1899         * po/ja.po: Import from translation project's web site.
1900
1901 2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
1902
1903         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
1904         messages to ease translation into other languages.
1905
1906 For older changes see ChangeLog-0001
1907 \f
1908 Local Variables:
1909 mode: change-log
1910 left-margin: 8
1911 fill-column: 74
1912 version-control: never
1913 End: