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