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