* elf64-x86-64.c (elf64_x86_64_relocate_section): Fix linking of
[binutils.git] / bfd / ChangeLog
blob201938be5dc7edf85a214cf2c8b696b54d41f4e7
1 2001-06-20  Bo Thorsen  <bo@suse.co.uk>
3         * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix linking of
4         shared libraries.
6 2001-06-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8         * configure.host (mips64-*-linux): Reformat.
10 2001-06-21  Alan Modra  <amodra@bigpond.net.au>
12         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Always
13         allocate local .got space.  Use shortcuts from hash table for .got
14         and .plt rather than comparing section names.
15         (elf32_hppa_check_relocs): Use local_plt_refcounts var rather than
16         adjusting index into local_got_refcounts to document what we are
17         really doing.
18         (elf32_hppa_relocate_section): Similarly for local_plt_offsets.
19         Tidy .got and .plt error checking.
21 2001-06-20  Catherine Moore  <clm@redhat.com>
23         * elf-bfd.h (struct elf_backend_data):
24         elf_backend_emit_relocs: New field: Function for emitting
25         relocs.
26         elf_backend_count_relocs: New field: Function for determining
27         the number of relocs to be emitted.
28         * elfxx-target.h: Provide default (NULL) values for
29         elf_backend_emit_relocs and elf_backend_count_relocs.
30         * elflink.h (elf_link_size_reloc_section): Make the hash table
31         big enough to hold the relocs counted by either reloc_count or
32         o->reloc_count.
33         (elf_bfd_final_link) emit_relocs: New boolean, set if relocs
34         should be emitted, either because of a command line option
35         stored in the info structure or because the target provides a
36         special reloc emitting function.
37         If the target provides a reloc counting function use it,
38         unless performing a relocatable link or emitting all relocs.
39         Also set the SEC_RELOC flag on any output section which will
40         contain relocs.
41         (elf_link_input_bfd): emit_relocs: New boolean, set if relocs
42         should be emitted, either because of a command line option
43         stored in the info structure or because the target provides a
44         special reloc emitting function.
45         If the target provides a reloc emitting function, use it,
46         unless performing a relocatable link or emitting all relocs.
48 2001-06-20  H.J. Lu  <hjl@gnu.org>
50         * elf32-i386.c (elf_i386_size_dynamic_sections): Always
51         allocate local .got space.
53 2001-06-19  Andreas Jaeger  <aj@suse.de>
55         * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix creation of
56         dynamic symbols.
58 2001-06-18  Hans-Peter Nilsson  <hp@axis.com>
60         * elflink.h (struct elf_assign_sym_version_info): Remove member
61         export_dynamic.  All users changed to use info member.
62         NAME(bfd_elf,size_dynamic_sections)): Remove parameter
63         export_dynamic, instead use member in parameter info.
64         * bfd-in.h (bfd_elf32_size_dynamic_sections,
65         bfd_elf64_size_dynamic_sections): Update prototype.
66         * bfd-in2.h: Regenerate.
68 2001-06-18  H.J. Lu  <hjl@gnu.org>
70         * elflink.h (elf_info_failed): Add a new field, verdefs.
71         (NAME(bfd_elf,size_dynamic_sections): Pass verdefs to
72         elf_export_symbol.
73         (elf_export_symbol): Check eif->verdefs to decide if a symbol
74         should be exported.
76 2001-06-17  H.J. Lu  <hjl@gnu.org>
78         * elf32-mips.c (mips_elf_link_hash_entry): Add a new field,
79         readonly_reloc, to record if a relocation in the .rel.dyn
80         section is against a read-only section.
81         (mips_elf_link_hash_newfunc): Initialize the readonly_reloc
82         field to false.
83         (_bfd_mips_elf_check_relocs): Record if there is a relocation
84         in the .rel.dyn section against a read-only section by setting
85         DF_TEXTREL or readonly_reloc.
86         (_bfd_mips_elf_copy_indirect_symbol): Copy readonly_reloc if
87         it is true.
88         (_bfd_mips_elf_adjust_dynamic_symbol): Record DF_TEXTREL if
89         there is a relocation in the .rel.dyn section against a
90         read-only section.
91         (_bfd_mips_elf_size_dynamic_sections): Set DT_TEXTREL if
92         DF_TEXTREL is set.
94 2001-06-12  Nick Clifton  <nickc@cambridge.redhat.com>
96         * coffcode.h (styp_flags_to_sec_flags): Change to a boolean
97         function.  Move flagword result into parameter list.  Remove
98         comment about setting bfd_error_handler to intercept failure
99         results.
100         * coffgen.c (make_a_section_from_file): Examine result of
101         calling bfd_coff_styp_to_sec_flags and pass a failure back to
102         caller.
103         * ecoff.h (styp_flags_to_sec_flags): Change to a boolean
104         function.  Move flagword result into parameter list.
105         * libcoff.h: Regenerate.
106         * libecoff.h: Regenerate.
108 2001-06-13  Nick Clifton  <nickc@cambridge.redhat.com>
110         * aoutx.h (adjust_z_magic): Only pad the tesxt section if the data
111         section is going to follow it.
113 2001-06-12  Catherine Moore  <clm@redhat.com>
115         * elflink.h (elf_gc_propagate_vtable_entries): Replace FILE_ALIGN
116         with the file_align entry from elf_backend_data.
117         (elf_gc_smash_unused_vtentry_relocs): Likewise.
118         (elf_gc_record_vtentry): Likewise.
120 2001-06-10  Alan Modra  <amodra@bigpond.net.au>
122         * elflink.h: Whitespace changes.
123         (elf_link_read_relocs_from_section): Use "unsigned int" iterator
124         rather than "unsigned char".
125         (elf_link_output_relocs): Likewise.
126         (elf_link_input_bfd): Likewise.
127         (elf_reloc_link_order): LIkewise.
128         * elf.c: s/CONST/const/.  Whitespace changes.
129         * elf32-mips.c: Formatting fix.
131         * Makefile.am (SOURCE_HFILES): Include xcoff-target.h, remove xcoff.h.
132         * Makefile.in: Regenerate.
133         * po/Make-in: Remove trailing tab.
135 2001-06-09  Philip Blundell  <philb@gnu.org>
137         * elf32-arm.h (elf32_arm_plt0_entry): Correct error in last
138         change.
139         (elf32_arm_plt_entry): Likewise.
141 2001-06-08  H.J. Lu  <hjl@gnu.org>
143         * elf.c (swap_out_syms): Keep names for global section symbols.
145 2001-06-07  H.J. Lu  <hjl@gnu.org>
147         * config.bfd: Put back ecoff for Linux/mips. Firmwares on some
148         MIPS-based machines need it.
150 2001-06-07  H.J. Lu  <hjl@gnu.org>
152         * elf32-mips.c (_bfd_mips_elf_object_p): Set the bad symtab
153         for SGI only.
155         * config.bfd: Remove ecoff from Linux/mips.
157 2001-06-07  Andreas Jaeger  <aj@suse.de>
159         * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Add an
160         assertion.
161         (elf64_x86_64_check_relocs): Fix VTENTRY relocation; set an
162         alignment of 8 for .rela sections; handle further relocations.
164 2001-06-06  Christian Groessler <cpg@aladdin.de>
166         * coff-z8k.c: Fix formatting.
167         Fix howtos: howto->size was always 1.
169 2001-06-05  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
171         * configure.host (mips64*-*-linux*): Define.
173 2001-06-05  Alan Modra  <amodra@bigpond.net.au>
175         * elf32-i386.c (elf_i386_discard_copies): Rename to
176         discard_copies, and use elf_link_hash_entry arg rather than
177         elf_i386_link_hash_entry.
178         (elf_i386_link_hash_traverse): Delete.
179         (elf_i386_size_dynamic_sections): Adjust call to discard_copies.
180         Tidy sizing of dynamic sections.
181         (elf_i386_check_relocs <R_386_32, R_386_PC32>): Reference count
182         possible .plt entries.
183         (elf_i386_gc_sweep_hook): Likewise.
184         (elf_i386_adjust_dynamic_symbol): Discard .plt entries for
185         everything with plt.refcount <= 0.
187         * elf32-i386.c (elf_i386_check_relocs): Don't allocate .got and
188         .relgot space here.
189         (elf_i386_gc_sweep_hook): ..and no need to deallocate here..
190         (elf_i386_adjust_dynamic_symbol): ..and don't allocate .plt and
191         .rel.plt here..
192         (allocate_plt_and_got): ..instead do it all here.  New function.
193         (elf_i386_size_dynamic_sections): Allocate local .got space and
194         call allocate_plt_and_got.  No need to zap .relgot if not dynamic.
195         (bfd_elf32_bfd_final_link): Delete.  (ie. use regular final link
196         rather than gc variety).
197         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
198         (elf_i386_relocate_section): Use it here and correct handling of
199         R_386_GOT32.  Provide section and offset for "unresolvable
200         relocation" error message.
201         (elf_i386_finish_dynamic_symbol): Correct handling of R_386_GOT32.
203         * elf32-i386.c (struct elf_i386_link_hash_table): Add sgot,
204         sgotplt, srelgot, splt, srelplt, sdynbss, srelbss fields.
205         (elf_i386_link_hash_table_create): Init them.
206         (create_got_section): New function.
207         (elf_i386_create_dynamic_sections): New function.
208         (elf_backend_create_dynamic_sections): Set to above.
209         (elf_i386_check_relocs): Use shortcuts from hash table rather than
210         calling bfd_get_section_by_name.
211         (elf_i386_gc_sweep_hook): Likewise.
212         (elf_i386_adjust_dynamic_symbol): Likewise.
213         (elf_i386_size_dynamic_sections): Likewise.
214         (elf_i386_relocate_section): Likewise.
215         (elf_i386_finish_dynamic_sections): Likewise.
217         * elf32-hppa.c (allocate_plt_and_got): Skip indirect and warning syms.
219 2001-06-02  H.J. Lu  <hjl@gnu.org>
221         * elf32-hppa.c (elf32_hppa_object_p): Check ELFOSABI_LINUX
222         and ELFOSABI_HPUX.
223         * elf64-hppa.c (elf64_hppa_object_p): Likewise.
225 2001-06-02  H.J. Lu  <hjl@gnu.org>
227         * aout-cris.c (MACHTYPE_OK): New. Defined.
229 2001-06-02  Hans-Peter Nilsson  <hp@axis.com>
231         * section.c (_bfd_strip_section_from_output): Handle NULL
232         output_section.
234 2001-06-02  H.J. Lu  <hjl@gnu.org>
236         * config.bfd (powerpc-*-aix*, powerpc-*-beos*, rs6000-*-*): Add
237         rs6000coff64_vec only if BFD64 is defined.
238         (powerpc64-*-aix*): Enable only if BFD64 is defined.
240 2001-06-02  H.J. Lu  <hjl@gnu.org>
242         * coff-ia64.c (ia64coff_object_p): Rewrite with
243         external_PEI_DOS_hdr and external_PEI_IMAGE_hdr.
245 2001-06-01  Andreas Jaeger  <aj@suse.de>
247         * elf64-x86-64.c (elf64_x86_64_relocate_section): Add PC8
248         relocation, small reformatting.
250 2001-05-29  Andreas Jaeger  <aj@suse.de>
252         * elf64-x86-64.c (elf64_x86_64_check_relocs): Handle R_X86_64_64.
253         (elf64_x86_64_relocate_section): Likewise.
255 2001-05-30  Alan Modra  <amodra@one.net.au>
257         * elf32-hppa.c (elf32_hppa_check_relocs): Don't NEED_PLT for
258         millicode.  Don't allocate .got and .rela.got space here..
259         (elf32_hppa_gc_sweep_hook): ..and no need to deallocate here..
260         (elf32_hppa_adjust_dynamic_symbol): ..and don't allocate .plt and
261         .rela.plt here..
262         (hppa_handle_PIC_calls): ..nor here..
263         (allocate_plt_and_got): ..instead do it all here.  New function.
264         (elf32_hppa_size_dynamic_sections): Allocate local .got space and
265         call allocate_plt_and_got.  No need to zap .got if not dynamic.
266         (elf32_hppa_final_link): Call regular bfd_final_link instead of
267         gc_common_final_link.
268         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
269         (elf32_hppa_relocate_section): Use it here.
270         (elf32_hppa_finish_dynamic_symbol): Remove superfluous test of
271         dynamic_sections_created.
272         (hppa_type_of_stub): Don't LONG_BRANCH_VIA_PLT if millicode sym.
274 2001-05-28  Andreas Jaeger  <aj@suse.de>
276         * elf64-x86-64.c (elf64_86_64_size_info): Remove, we can use the
277         generic version since we want a hashsize of 4.
278         (elf_backend_size_info): Likewise.
280 2001-05-28  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
282         * elflink.h (elf_link_size_reloc_section): Use bfd_zmalloc instead of
283         a zeroing loop.
284         (elf_link_output_relocs): Handle MIPS ELF64 relocations correctly.
285         (elf_link_input_bfd): Likewise.
286         (elf_reloc_link_order): Likewise.
287         (elf_finish_pointer_linker_section): Typo. Handle MIPS ELF64
288         relocations correctly.
290 2001-05-28  Nicolas Pitre <nico@cam.org>
292         * elf32-arm.h: fix PLT generation for big endian ARM
294 2001-05-28  Alan Modra  <amodra@one.net.au>
296         * elf32-hppa.c (elf32_hppa_relocate_section): Set up .plt entries
297         for symbols forced local that need plabels.
298         (elf32_hppa_adjust_dynamic_symbol): Don't allocate space in
299         .plt.rela for local syms if non-shared.
300         (hppa_build_one_stub): Mask lsb of plt.offset.
301         (elf32_hppa_finish_dynamic_symbol): Abort if lsb of plt.offset set.
302         (clobber_millicode_symbols): Correct comment.
303         (elf32_hppa_relocate_section): Likewise.
304         (elf32_hppa_finish_dynamic_symbol): Likewise.
306 2001-05-28  Jeff Sturm  <jsturm@one-point.com>
308         * reloc.c: Add BFD_RELOC_SPARC_UA16 and BFD_RELOC_SPARC_UA64.
309         * bfd-in2.h: Regenerate.
310         * libbfd.h: Regenerate.
311         * elf32-sparc.c: Enable BFD_RELOC_SPARC_UA16, BFD_RELOC_SPARC_UA32
312         and BFD_RELOC_SPARC_UA64 mapping
313         * elf64-sparc.c: Likewise.
315 2001-05-25  H.J. Lu  <hjl@gnu.org>
317         * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
318         (BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
319         (coff-rs6000.lo): Remove the old dependency.
320         * Makefile.in: Rebuild.
322         * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
323         coff-rs6000.lo.
325 2001-05-25  H.J. Lu  <hjl@gnu.org>
327         * coff-rs6000.c (rs6000coff_vec): Use rs6000coff_core_p,
328         rs6000coff_core_file_matches_executable_p,
329         rs6000coff_core_file_failing_command and
330         rs6000coff_core_file_failing_signal only if AIX_CORE is
331         defined.
332         (pmac_xcoff_vec): Likewise.
333         * coff64-rs6000.c (rs6000coff64_vec): Likewise.
335 2001-05-25  Timothy Wall  <twall@redhat.com>
337         * elfxx-ia64.c (allocate_dynrel_entries): Don't allocate an entry
338         for __GLOB_DATA_PTR on AIX5.  Clean up some relocation bugs.
340 2001-05-25  H.J. Lu  <hjl@gnu.org>
342         * bfd-in2.h: Regenerated.
343         * libcoff.h: Likewise.
345 2001-05-25  Alan Modra  <amodra@one.net.au>
347         * elf32-hppa.c (elf32_hppa_relocate_section): Don't allow
348         undefined millicode syms in shared libs.
349         (hppa_build_one_stub): Turn BFD_ASSERTs into aborts.
350         (elf32_hppa_check_relocs): Likewise.
351         (elf32_hppa_adjust_dynamic_symbol): Likewise.
352         (elf32_hppa_size_dynamic_sections): Likewise.
353         (elf32_hppa_relocate_section): Likewise.
354         (elf32_hppa_finish_dynamic_symbol): Likewise.
355         (elf32_hppa_finish_dynamic_sections): Likewise.
357 2001-05-24  Tom Rix <trix@redhat.com>
359         * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
360         xcoff-target.h not used to define rs6000 or ppc bfd.
361         * Makefile.in same
363         * bfd-in.h : (struct lineno_cache_entry) promote element "offset"
364         to 64 bit.
366         * coff-rs6000.c : Many changes for 64 bit support.  Move common
367         32/64 code to xcofflink.c.  Explictly define the rs6000coff_vec
368         and pmac_xcoff_vec
370         * coff64-rs6000.c : Many changes for 64 bit support.  64 bit
371         linker now supported.  Explictly define the rs6000coff64_vec.
373         * coffcode.h : (coff_set_arch_mach_hook) xcoff 64 bit support
374         (coff_print_aux) same
375         (coff_write_object_contents) same
376         (coff_slurp_line_table) same
378         * coffgen.c : (coff_fix_symbol_name) formatting
379         (coff_mangle_symbols) xcoff 64 bit support
380         (coff_write_symbol) same
381         (coff_write_alien_symbol) same
382         (coff_write_native_symbol) same
383         (coff_write_symbols) same
384         (coff_get_symbol_info) same
385         (bfd_coff_get_syment) same
386         (coff_print_symbol) same
388         * config.bfd : add powerpc64-*-aix* target
390         * libcoff-in.h : formatting
392         * libcoff.h : move xcoff extern declarations to libxcoff.h
394         * libxcoff.h : New file
396         * xcofflink.c : Many changes for xcoff64 support.  Move common
397         structures to include/coff/xcoff.h.  Move specific structure to
398         backends coff-rs6000.c and coff64-rs6000.c.   Use new backend
399         functions, defined in libxcoff.h, to isolate 32/64 dependencies.
401         (bfd_xcoff_size_dynamic_sections) : special __rtinit symbol for
402         aix4.2+ -binitfini.
404         (xcoff_build_ldsyms) : handle special __rtinit symbol.
406 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
408         * elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
409         s/ENTIRES/ENTRIES/.
411 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
413         * reloc.c (bfd_reloc_code_real): Add MIPS ELF64 relocations.
414         * libbfd.h: Regenerate.
415         * bfd-in2.h: Regenerate.
417         * aoutx.h (aout_@var{size}_machine_type): Add MIPS r12k support.
418         * archures.c (bfd_mach_mips12000): Define.
419         * cpu-mips.c (arch_info_struct): Add MIPS r12k support.
420         * elf32-mips.c (_bfd_mips_elf_final_write_processing): Add MIPS r12k
421         support.
422         (_bfd_mips_elf_size_dynamic_sections): Use official bfd typedef.
423         * bfd-in2.h: Regenerate.
424         * elfxx-target.h: Do not redefine bfd_elfNN_bfd_make_debug_symbol.
426 2001-05-23  kaz Kojima  <kkojima@rr.iij4u.or.jp>
428         * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry,
429         elf_sh_plt_entry_be, elf_sh_plt_entry, elf_sh_pic_plt_entry_be,
430         elf_sh_pic_plt_entry): New PLT code, that does not use r2, since
431         that is used by GCC.
433 2001-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
435         * elf-bfd.h (NUM_SHDR_ENTRIES): New macro: compute the number
436         of entries in a structured section.
437         * elf.c: Use new macro.
438         * elf32-i386.c: Use new macro.
439         * elf32-mips.c: Use new macro.
440         * elf64-alpha.c: Use new macro.
441         * elf64-sparc.c: Use new macro.
442         * elfcode.h: Use new macro.
443         * elflink.h: Use new macro.
445 2001-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
447         * bfdint.texi: Replace -oformat with --oformat.
449 2001-05-21  Andreas Jaeger  <aj@suse.de>
451         * dwarf2.c (decode_line_info): Fix error message.
452         (read_abbrevs): Fix test for offset as suggested by Alan Modra and
453         adjust error message.
455 2001-05-18  H.J. Lu  <hjl@gnu.org>
457         * elflink.h (elf_link_add_object_symbols): Revert the last
458         change.
460 2001-05-17  Alan Modra  <amodra@one.net.au>
462         * elf32-hppa.c (clobber_millicode_symbols): Temporarily set
463         ELF_LINK_FORCED_LOCAL to suit 2001-04-30 change.
464         (hppa_build_one_stub): Add an assert to check plt.offset.
466 2001-05-17  H.J. Lu  <hjl@gnu.org>
468         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the
469         version definition to basename of the output filename.
471 2001-05-17  H.J. Lu  <hjl@gnu.org>
473         * elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to
474         basename of the bfd filename.
476 2001-05-16  Alan Modra  <amodra@one.net.au>
478         * section.c (asection): Add linker_has_input field.
479         (STD_SECTION): Adjust initialization to suit.
480         * ecoff.c (bfd_debug_section): Likewise.
481         * bfd-in2.h: Regenerate.
483 2001-05-15  Alexandre Oliva  <aoliva@redhat.com>
485         * elf-m10300.c (mn10300_elf_relax_section): Don't relax
486         negative 32-bit operands to 16 operands when the operand is
487         going to be zero-extended by the modified opcode.
489 2001-05-12  Peter Targett  <peter.targett@arccores.com>
491         * cpu-arc.c (arch_info_struct): Add entry 'base' representing old
492         name for 'arc5' core versions.
493         (bfd_arc_arch): Make bfd_mach_arc_6 default.
495         * elf32-arc.c (arc_elf_object_p): Make E_ARC_MACH_ARC6 default
496         architecture.
497         (arc_elf_final_write_processing): Make bfd_mach_arc_6 default.
499 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
501         * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwind
502         sections as well.
503         (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO
504         to .gnu.linkonce.t.FOO text section.
506 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
508         * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix
509         fields, change sec into secinfo.
510         (struct sec_merge_info): Add chain, remove last fields.
511         (struct sec_merge_sec_info): Add next, sec, psecinfo fields.
512         (sec_merge_hash_lookup): If lookup could not use a string only
513         because it has bad alignment, mark the old string for deletion.
514         (sec_merge_add): Add secinfo argument. Don't compute entry's
515         position, instead record the section.
516         (sec_merge_emit): Update for the sec into secinfo change in
517         struct sec_merge_hash_entry.
518         (_bfd_merge_section): Only record the section for merging, defer
519         putting strings into the hash table.
520         (cmplengthentry, last4_eq, last_eq, record_section, merge_strings,
521         _bfd_merge_sections): New functions.
522         (_bfd_merged_section_offset): Update for the sec_merge_hash_entry
523         changes.
524         * libbfd-in.h (_bfd_merge_sections): Add prototype.
525         (_bfd_nolink_bfd_merge_sections): Define.
526         * libbfd.h: Likewise.
527         (bfd_generic_merge_sections): Add prototype.
528         * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_merge_sections.
529         (struct bfd_target): Likewise.
530         * bfd.c (bfd_merge_sections): Define.
531         * bfd-in2.h: Rebuilt.
532         * elf.c (_bfd_elf_merge_sections): New function.
533         * elf-bfd.h (_bfd_elf_merge_sections): Add prototype.
534         * elfxx-target.h (bfd_elfNN_bfd_merge_sections): Define.
535         * reloc.c (bfd_generic_merge_sections): New function.
536         * vms.c (vms_bfd_merge_sections): New function.
537         * aout-adobe.c (aout_32_bfd_merge_sections): Define.
538         * aout-target.h (MY_bfd_merge_sections): Define.
539         * aout-tic30.c (MY_bfd_merge_sections): Define.
540         * binary.c (binary_bfd_merge_sections): Define.
541         * bout.c (b_out_bfd_merge_sections): Define.
542         * coff-alpha.c (_bfd_ecoff_bfd_merge_sections): Define.
543         * coffcode.c (coff_bfd_merge_sections): Define.
544         * coff-mips.c (_bfd_ecoff_bfd_merge_sections): Define.
545         * i386msdos.c (msdos_bfd_merge_sections): Define.
546         * i386os9k.c (os9k_bfd_merge_sections): Define.
547         * ieee.c (ieee_bfd_merge_sections): Define.
548         * ihex.c (ihex_bfd_merge_sections): Define.
549         * nlm-target.h (nlm_bfd_merge_sections): Define.
550         * oasys.c (oasys_bfd_merge_sections): Define.
551         * ppcboot.c (ppcboot_bfd_merge_sections): Define.
552         * som.c (som_bfd_merge_sections): Define.
553         * srec.c (srec_bfd_merge_sections): Define.
554         * tekhex.c (tekhex_bfd_merge_sections): Define.
555         * versados.c (versados_bfd_merge_sections): Define.
556         * xcoff-target.h (_bfd_xcoff_bfd_merge_sections): Define.
558 2001-05-11  Nick Clifton  <nickc@cambridge.redhat.com>
560         * dwarf1.c (_bfd_dwarf1_find_nearest_line): Change type of 'addr'
561         to be unsigned long, in order to match its use.
563 2001-05-10  H.J. Lu  <hjl@gnu.org>
565         * linker.c (_bfd_generic_link_add_one_symbol): Check loop on
566         indirect symbols.
568 2001-05-09  H.J. Lu  <hjl@gnu.org>
570         * elflink.h (elf_link_add_object_symbols): Fix a typo. Allocate
571         versymhdr->sh_size bytes for extversym instead of hdr->sh_size.
572         Remove the unused veriable `dynver'.
574 2001-05-08  Ian Lance Taylor  <ian@zembu.com>
576         * coff-i386.c (coff_i386_reloc): Don't dump core if output_bfd is
577         NULL or is not COFF.
578         (coff_i386_rtype_to_howto): Don't dump core if output section
579         owner is not COFF.
581 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
583         * ecoff.c (bfd_debug_section): Fix initialization.
584         * elf.c (_bfd_elf_slurp_version_tables): Change maxidx to unsigned, it
585         is always a positive integer. Cast away sign mismatch.
586         * elf32-mips.c: Fix misleading comment and typo.
587         (_bfd_mips_elf_section_from_bfd_section): Remove unused attribute, use
588         correct data type.
589         * elflink.c: Fix typo.
590         (_bfd_elf_create_dynamic_sections): Remove superfluous initialization.
591         * ecoffswap.h (ecoff_swap_fdr_in): Cast away sign mismatch.
593 2001-05-04  Richard Henderson  <rth@redhat.com>
595         * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.
597 2001-05-04  Nick Clifton  <nickc@cambridge.redhat.com>
599         * elf32-arm.h (elf32_arm_final_link_relocate): Set
600         EF_ARM_HASENTRY if the start address is set.
602 2001-05-03  Nick Clifton  <nickc@cambridge.redhat.com>
604         * targets.c (_bfd_target_vector_entries): Compute value based on
605         the size of the _bfd_target_vector and not bfd_target_vector.
607 2001-05-03  H.J. Lu  <hjl@gnu.org>
609         * elfcode.h: Include "libiberty.h".
611         * elflink.h (elf_link_add_object_symbols): Set
612         elf_dt_name (abfd) to basename of the bfd filename.
613         (NAME(bfd_elf,size_dynamic_sections)): Set vn_file to basename
614         of the bfd filename.
616 2001-05-03  Andreas Jaeger  <aj@suse.de>
618         * elf64-gen.c (elf_generic_info_to_howto): Add unused attribute.
619         (elf_generic_info_to_howto_rel): Likewise.
620         * coff-alpha.c (reloc_nil): Likewise.
621         (alpha_ecoff_bad_format_hook): Likewise.
622         (alpha_adjust_reloc_out): Likewise.
623         (alpha_bfd_reloc_type_lookup): Likewise.
624         (alpha_convert_external_reloc): Likewise.
625         * elf64-alpha.c (elf64_alpha_reloc_nil): Likewise.
626         (elf64_alpha_reloc_bad): Likewise.
627         (elf64_alpha_reloc_gpdisp): Likewise.
628         (elf64_alpha_bfd_reloc_type_lookup): Likewise.
629         (elf64_alpha_info_to_howto): Likewise.
630         (elf64_alpha_add_symbol_hook): Likewise.
631         (elf64_alpha_create_got_section): Likewise.
632         (elf64_alpha_is_local_label_name): Likewise.
633         (elf64_alpha_merge_ind_symbols): Likewise.
634         * elf64-mips.c (mips_elf64_reloc_type_lookup): Likewise.
635         (mips_elf64_get_reloc_upper_bound): Likewise.
636         * nlm32-alpha.c (nlm_alpha_mangle_relocs): Likewise.
637         (nlm_alpha_get_public_offset): Likewise.
639 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
641         * elf32-openrisc.c (openrisc_elf_howto_table): Do not complain
642         about overflow in R_OPENRISC_LO_16_IN_INSN and
643         R_OPENRISC_HI_16_IN_INSN.Index: bfd/elf32-openrisc.c
645 2001-04-30  H.J. Lu  <hjl@gnu.org>
647         * elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1
648         only for ELF_LINK_FORCED_LOCAL.
649         * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
650         * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise.
651         * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
653         * elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL
654         if the symbol has hidden or internal visibility.
656 2001-04-30  Alan Modra  <amodra@one.net.au>
658         * elf32-hppa.c (final_link_relocate): Branch to .+8 for
659         calls to undefined weak symbols.
661 2001-04-30  Andreas Jaeger  <aj@suse.de>, Andreas Schwab <schwab@suse.de>
663         * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test for
664         R_X86_64_GOTPCREL, don't use assignments instead of comparisons.
666 2001-04-27  Andreas Jaeger  <aj@suse.de>
668         * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Only swap
669         out handled entries.
670         (elf64_x86_64_finish_dynamic_symbol): Set up GOT entries.
671         (elf64_x86_64_relocate_section): Fix GOTPCREL calculation.
672         (elf64_x86_64_relocate_section): Merge entries for GOTPCREL and
673         GOT32.
675 2001-04-27  Sean McNeil <sean@mcneil.com>
677         * config.bfd: Add arm-vxworks target.
678         * coff-arm (coff_arm_relocate_section): Add in symbol value to
679         addend (fro VXworks targets).
681 2001-04-26  H.J. Lu  <hjl@gnu.org>
683         * elf32-i386.c (elf_i386_check_relocs): Verify if r_symndx is
684         valid.
686 2001-04-25  Frank Ch. Eigler  <fche@redhat.com>
688         * bfd-in.h (bfd_cache_close): Declare newly exported function.
689         * bfd-in2.h: Regenerated.
691 2001-04-24  Jakub Jelinek  <jakub@redhat.com>
693         * merge.c (struct sec_merge_hash_entry): Add alignment field.
694         (struct sec_merge_hash): Remove alignment_power.
695         (sec_merge_hash_newfunc): Clear alignment.
696         (sec_merge_hash_lookup): Pass alignment as argument.
697         Use hashp->root.next, not hashp->next to walk the hash chain.
698         If a string already in the hashtable does not have required
699         alignment, create a new hashtable entry.
700         (sec_merge_init): Remove alignment_power argument.
701         (sec_merge_add): Add alignment argument.
702         (sec_merge_emit): Alignment is now a per-entity thing, not per
703         section.
704         (_bfd_merge_section): Sanity check even non-SEC_STRINGS sections
705         for proper alignment.
706         Pass alignment information to sec_merge_add.
708 2001-04-24  Christian Groessler  <cpg@aladdin.de>
710         * coff-z8k.c (extra_case): added handler for R_DISP7, R_CALLR
711         and R_REL16 reloc types; accept odd values for R_REL16 type
713 2001-04-24  Johan Rydberg  <jrydberg@opencores.org>
715         * cpu-openrisc.c: New file.
716         * elf32-openrisc.c: Likewise.
718         * Makefile.am (ALL_MACHINES): Add cpu-openrisc.lo.
719         (ALL_MACHINES_CFILES): Add cpu-openrisc.c.
720         (BFD32_BACKENDS): Add elf32-openrisc.lo.
721         (BFD32_BACKENDS_CFILES): Add elf32-openrisc.c.
722         (cpu-openrisc.lo, elf32-openrisc.lo): New rules.
723         * Makefile.in: Regenerated.
724         * config.bfd: (openrisc-*-elf): New target.
725         * configure.in (bfd_elf32_openrisc_vec): New vector.
726         * configure: Regenerated.
727         * libbfd.h: Regenerated.
728         * bfd-in2.h: Regenerated.
729         * reloc.c: Add OpenRISC relocations.
730         * targets.c (bfd_elf32_openrisc_vec): Declare.
731         (bfd_target_vect): Add bfd_elf32_openrisc_vec.
732         * archures.c (enum bfd_architecture): Add bfd_arch_openrisc.
733         (bfd_openrisc_arch): Declare.
734         (bfd_archures_list): Add bfd_openrisc_arch.
735         * elf.c (prep_headers): Add bfd_arch_openrisc.
737 2001-04-23  Bo Thorsen  <bo@suse.de>
739         * elf64-x86-64.c: Add c++ vtable hack.
740         Small whitespace and comment changes.
742 2001-04-19  Andreas Jaeger  <aj@suse.de>
744         * elf64-x86-64.c (elf64_x86_64_plt0_entry): Fix instructions.
745         (elf64_x86_64_plt_entry): Likewise.
746         (elf64_x86_64_finish_dynamic_sections): Fix PLT0 generation.
747         (elf64_x86_64_finish_dynamic_symbol): Fix PLT generation.
749 2001-04-17  Hans-Peter Nilsson  <hp@axis.com>
751         * elf32-cris.c: Tweak comments related to dynamic linking.
752         (cris_elf_relocate_section): When not creating shared object, fill
753         in the .got table for any symbol not in the dynamic symbol table.
754         (elf_cris_finish_dynamic_symbol): When not creating shared object,
755         only emit a .got.rela reloc if the symbol is in the dynamic symbol
756         table.
757         (cris_elf_check_relocs): Use variable r_type in all places rather
758         than the original expression.  Add default case in switch for
759         reloc types.
760         (elf_cris_size_dynamic_sections): Iterate over
761         elf_cris_discard_excess_program_dynamics when not creating shared
762         library.
763         (elf_cris_discard_excess_dso_dynamics): Renamed from
764         elf_cris_discard_copies.  Correct typo, s/Rel/Rela/.
765         (elf_cris_discard_excess_program_dynamics): New.
767 2001-04-14  Mark Elbrecht  <snowball3@bigfoot.com>
769         * coffcode.h (coff_write_object_contents): Use
770         bfd_coff_swap_filehdr_out instead of coff_swap_filehdr_out.
772 2001-04-14  H.J. Lu  <hjl@gnu.org>
774         * bfd-in2.h: Regenerate.
776 2001-04-14  Jakub Jelinek <jakub@redhat.com>
778         * section.c (STD_SECTION): Add entsize.
780 2001-04-13  H.J. Lu  <hjl@gnu.org>
782         * section.c (SEC_MERGE): Define new flag for merging.
783         (SEC_STRINGS): Likewise.
784         (entsize): New field.
786 2001-04-13  Roger Sayle  <roger@metaphorics.com>
788         * coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section
789         flag on pe-i386 targets.
791 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
793         * libbfd-in.h (_bfd_merge_section): New.
794         (_bfd_write_merged_section): New.
795         (_bfd_merged_section_offset): New.
796         * libbfd.h: Rebuilt.
797         * linker.c (_bfd_generic_link_output_symbols): Handle
798         discard_sec_merge.
799         * aoutx.h (aout_link_write_symbols): Likewise.
800         * pdp11.c (aout_link_write_symbols): Likewise.
801         * elflink.h (elf_link_add_object_symbols): Call _bfd_merge_section.
802         (elf_bfd_final_link): Adjust global symbols pointing into SEC_MERGE
803         sections.
804         (elf_link_sec_merge_syms): New.
805         (elf_link_input_bfd): Call _bfd_merged_section_offset
806         and _bfd_write_merged_section.
807         Handle discard_sec_merge.
808         * elf-bfd.h (struct elf_link_hash_table): Add merge_info
809         field.
810         (struct bfd_elf_section_data): Likewise.
811         * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_MERGE and
812         SEC_STRINGS section flags and entsize from their ELF counterparts.
813         (_bfd_elf_link_hash_table_init): Initialize merge_info.
814         (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize
815         from their BFD counterparts.
816         * merge.c: New file.
817         * Makefile.am: Add strtab.lo.
818         * Makefile.in: Rebuilt.
820 2001-04-09  Hans-Peter Nilsson  <hp@axis.com>
822         * elflink.h (elf_fix_symbol_flags): For non-default visibilities,
823         only hide symbols marked STV_INTERNAL or STV_HIDDEN.
825 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
827         * config.bfd (mips*el*-*-linux-gnu*): Use traditional little
828         endian MIPS ELF target.
829         * config.bfd (mips*-*-linux-gnu*): Use traditional big endian
830         MIPS ELF target.
832         * configure.in (bfd_elf64_tradbigmips_vec): New. Traditional
833         64bit big endian MIPS ELF target.
834         (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
835         endian MIPS ELF target.
836         * configure: Regenerated.
838         * elf32-mips.c (IRIX_COMPAT): Handle traditional 64bit and
839         little endian targets.
840         (mips_elf_sym_is_global): Handle traditional targets.
842         * elf64-mips.c (bfd_elf64_tradbigmips_vec): New. Traditional
843         64bit big endian MIPS ELF target.
844         (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
845         endian MIPS ELF target.
847         * targets.c: (_bfd_target_vector): Add bfd_elf64_tradbigmips_vec
848         and bfd_elf64_tradlittlemips_vec.
850 2001-04-05  David Mosberger  <davidm@hpl.hp.com>
852         * elf32-i386.c (elf_i386_fake_sections): Treat ".reloc" as an
853         ordinary "progbits" section.
855 2001-04-04  Alan Modra  <alan@linuxcare.com.au>
857         * elflink.h (elf_fix_symbol_flags): Call elf_backend_hide_symbol
858         when -Bsymbolic causes a symbol to no longer need a .plt entry.
860 2001-04-03  David Mosberger  <davidm@hpl.hp.com>
862         * efi-app-ia32.c (ALIGN_SECTIONS_IN_FILE): Deleted.
864 2001-03-30  H.J. Lu  <hjl@gnu.org>
866         * efi-app-ia32.c (PEI_TARGET_SUBSYSTEM): Rename from ...
867         (PEI_DEFAULT_TARGET_SUBSYSTEM): This.
869 2001-03-26  H.J. Lu  <hjl@gnu.org>
871         * elf32-gen.c (elf32_generic_link_add_symbols): New. Check
872         if there are any relocations for generic ELF.
873         (bfd_elf32_bfd_link_add_symbols): Defined to
874         elf32_generic_link_add_symbols.
875         * elf64-gen.c (elf64_generic_link_add_symbols): New. Check
876         if there are any relocations for generic ELF.
877         (bfd_elf64_bfd_link_add_symbols): Defined to
878         elf64_generic_link_add_symbols.
880 2001-03-23  Nick Clifton  <nickc@redhat.com>
882         * Makefile.am (BUILD_CFILES): New variable: List of C source
883         files created in build directory.
884         (BUILD_HFILES): New variable: List of header files created in
885         build directory.
886         (POTFILES): Delete.
887         (po/POTFILES.in): Replace rule with empty entry.
888         (po/SRC-POTFILES.in): New rule: Create a list of source files
889         in the source directory.
890         (po/BLD-POTFILES.in): New rule: Create a list of source files
891         in the build directory.
892         (MOSTLYCLEAN): Do not delete source files created in build
893         directory.
894         * Makefile.in: Regenerate.
895         * configure.in: Insert SRC-POTFILES.in and BLD-POTFILES.in
896         into po/Makefile.
897         * configure: Regenerate.
899         * po/Make-in: Replace occurrences of POTFILES with SRC-POTFILES
900         and BLD_POTFILES.
901         Add .. to the search path when building bfd.pot.
902         Delete POTFILES when performing distclean.
903         Add comment describing why distclean is broken in maintainer mode.
904         * po/POTFILES.in: Delete.
905         * po/SRC-POTFILES.in: New file.
906         * po/BLD-POTFILES.in: New file.
907         * po/bfd.pot: Regenerate.
909 2001-03-22  Hans-Peter Nilsson  <hp@axis.com>
911         * elf32-cris.c: Shlib and PIC support.  PCREL tweaks.
912         (elf_cris_discard_copies, elf_cris_adjust_gotplt_to_got,
913         elf_cris_try_fold_plt_to_got, elf_cris_link_hash_newfunc,
914         elf_cris_link_hash_table_create, elf_cris_adjust_dynamic_symbol,
915         elf_cris_size_dynamic_sections, elf_cris_finish_dynamic_symbol,
916         elf_cris_finish_dynamic_sections,elf_cris_hide_symbol): New
917         functions.
918         (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL,
919         R_CRIS_32_PCREL>: Correct comments.  Set pcrel_offset to false.
920         <R_CRIS_COPY, R_CRIS_GLOB_DAT, R_CRIS_JUMP_SLOT, R_CRIS_RELATIVE,
921         R_CRIS_16_GOT, R_CRIS_32_GOT, R_CRIS_16_GOTPLT, R_CRIS_32_GOTPLT,
922         R_CRIS_32_GOTREL, R_CRIS_32_PLT_GOTREL, R_CRIS_32_PLT_PCREL>:
923         New HOWTO members for new relocs.
924         (cris_reloc_map): Map new relocs.
925         (ELF_DYNAMIC_INTERPRETER): Define.
926         (PLT_ENTRY_SIZE): Define.
927         (elf_cris_plt0_entry, elf_cris_plt_entry, elf_cris_pic_plt0_entry,
928         elf_cris_pic_plt_entry): New, PLT templates.
929         (struct elf_cris_pcrel_relocs_copied, struct
930         elf_cris_link_hash_entry, struct elf_cris_link_hash_table): New.
931         (elf_cris_link_hash_traverse, elf_cris_hash_table): Define.
932         (cris_final_link_relocate): Check that 16-bit GOT relocs have
933         positive values.  Adjust PCREL relocs to be relative to location
934         after relocation.
935         (cris_elf_relocate_section): Handle relocations to dynamic
936         objects.  Handle new relocations.  Call error handler when seeing
937         non-PIC relocation for read-only sections while generating shared
938         object.
939         (cris_elf_check_relocs): Set reference counts for GOT and PLT
940         entries.
941         (bfd_elf32_bfd_link_hash_table_create,
942         elf_backend_adjust_dynamic_symbol,
943         elf_backend_size_dynamic_sections,
944         elf_backend_finish_dynamic_symbol,
945         elf_backend_finish_dynamic_sections,
946         elf_backend_create_dynamic_sections, bfd_elf32_bfd_final_link,
947         elf_backend_hide_symbol, elf_backend_want_got_plt,
948         elf_backend_plt_readonly, elf_backend_want_plt_sym,
949         elf_backend_got_header_size, elf_backend_plt_header_size):
950         Define.
952         * reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,
953         BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE,
954         BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT,
955         BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT,
956         BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL,
957         BFD_RELOC_CRIS_32_PLT_PCREL): New relocs.
958         * bfd-in2.h, libbfd.h: Regenerate.
960 2001-03-21  Diego Novillo  <dnovillo@redhat.com>
962         (_bfd_mips_elf_relocate_section): Give a better error message when
963         a relocation is not recognized.
965 2001-03-21  Alan Modra  <alan@linuxcare.com.au>
967         * elf32-hppa.c (elf32_hppa_set_gp): Check sec->output_section
968         non-NULL before attempting to dereference.
970 2001-03-20  H.J. Lu  <hjl@gnu.org>
972         * configure.in: Remove the redundent AC_ARG_PROGRAM.
973         * configure: Rebuild.
975 2001-03-20  Andreas Schwab  <schwab@suse.de>
977         * elf32-m68k.c (elf_m68k_relocate_section): Don't need the
978         relocation value when resolving a reference from a debugging
979         section.
981 2001-03-16  Scott Thomason  <SThomaso@hii.com>
983         * coff64-rs6000.c (xcoff64_swap_sym_out): Fix syntax errors.
984         (xcoff64_swap_sym_out): Fix syntax errors.
986 2001-03-16  Richard Sandiford  <rsandifo@redhat.com>
988         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix warning.
990 2001-03-15  Alan Modra  <alan@linuxcare.com.au>
992         * elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.
993         (hppa_link_hash_newfunc): Init it.
994         (hppa_type_of_stub): Only use non-PIC to PIC call stub if caller
995         section appears to be non-PIC.
996         (final_link_relocate): Likewise.
997         (elf32_hppa_adjust_dynamic_symbol): Set maybe_pic_call for any
998         possible candidate function, and set pic_call for those that will
999         only have a .plt entry for the PIC call stub.
1000         (hppa_handle_PIC_calls): Set maybe_pic_call.
1002 2001-03-12  DJ Delorie  <dj@redhat.com>
1004         * elf32-sh.c (sh_elf_relocate_section): Only relocation
1005         R_SH_DIR8WP* relocs if they're against external symbols, else
1006         they're just for relaxing.  Validate the reloc values.
1008 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
1010         * binary.c (bfd_external_binary_architecture): Declare.
1011         (binary_object_p): If bfd_external_binary_architecture is defined,
1012         set the architecture to this string.
1014 2001-03-11  Philip Blundell  <philb@gnu.org>
1016         * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT
1017         entries that could serve as a definition for a weak symbol.
1019 2001-03-08  Nick Clifton  <nickc@redhat.com>
1021         * Most files: Update copyright notices using Perl script created
1022         by Kevin Buettner <kevinb@redhat.com>.
1024 2001-03-07  Nick Clifton  <nickc@redhat.com>
1026         * elf32-arm.h (elf32_arm_final_link_relocate): Conditionalise
1027         prior patch on ! defined OLD_ARM_ABI.
1029 2001-03-07  Andreas Jaeger  <aj@suse.de>
1031         * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of
1032         some relocation values.
1034 2001-03-06  Nick Clifton  <nickc@redhat.com>
1036         * elf32-arm.h (elf32_arm_final_link_relocate): Clear bit zero
1037         of offset in BLX(1) instruction.
1038         * coff-arm.c (coff_arm_relocate_section): Clear bit zero of
1039         offset in BLX(1) instruction.
1040         Fix formatting.
1042 2001-03-06  Nick Clifton  <nickc@redhat.com>
1044         * coff-arm.c (coff_arm_reloc_type_lookup): Add
1045         BFD_RELOC_THUMB_PCREL_BLX.
1047 2001-03-06  Igor Shevlyakov  <igor@windriver.com>
1049         * archures.c (bfd_default_scan): Add Coldfire CPUs.
1050         * bfd-in2.h: Regenerate.
1051         * cpu-m68k.c: Add Coldfire CPUs for arch table.
1052         * ieee.c (ieee_write_processor): Set proper id for
1053         Coldfire CPUs.
1055 2001-03-01  D.J. Barrow <djbarrow@de.ibm.com,barrow_dj@yahoo.com>
1057         * configure.in: Add s390 target.
1058         * configure: Regenerate.
1060 2001-02-28  Andreas Jaeger  <aj@suse.de>
1062         * elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
1063         to addend.
1065 2001-02-28  Philip Blundell  <pb@futuretv.com>
1067         * elf32-arm.h: Update mentions of renamed EF_xx constants.
1068         (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.
1070 2001-02-27  H.J. Lu  <hjl@gnu.org>
1072         * aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
1073         abfd->tdata.aout_data == NULL.
1075 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
1077         * elf32-hppa.c: Correct field selector in stub comments.
1078         (clobber_millicode_symbols): Formatting fix.
1080         * configure.in: Bump version to 2.11.90.
1081         * configure: Regenerate.
1082         * Makefile.am (CFILES): Rename to SOURCE_CFILES.
1083         (CFILES): $SOURCE_CFILES + generated C files.
1084         (POTFILES): Include $HFILES not $SOURCE_HFILES.
1085         Run "make dep-am"
1086         * Makefile.in: Regenerate.
1087         * doc/Makefile.in: This too.
1089 2001-02-26  Timothy Wall  <twall@cygnus.com>
1091         * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Remove obsolete
1092         comments.
1094 2001-02-26  Nick Clifton <nickc@redhat.com>
1096         * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Tidy
1097         up, replacing multiple if statements with a switch.
1098         (handle_COMDAT): New function.
1100 2001-02-26  H.J. Lu  <hjl@gnu.org>
1102         * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Issue
1103         a warning for section flags we do not handle instead of
1104         aborting.
1106 2001-02-26  Andreas Jaeger  <aj@suse.de>
1108         * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
1110 2001-02-22  Timothy Wall  <twall@cygnus.com>
1112         * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey).
1113         * configure.in: Add objects for elf64_ia64_aix vectors.
1114         * configure: Regenerated.
1115         * configure.host: Recognize ia64-*-aix*.
1116         * elfxx-ia64.c: Add hooks for ELF64 on AIX5.  Define new vectors
1117         for AIX.  AIX5 requires most relocations to be dynamic (*all*
1118         binaries are somewhat similar to shared libraries).
1119         * targets.c: Add elf64_ia64_aix vectors.
1121 2001-02-21  David Mosberger  <davidm@hpl.hp.com>
1123         * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
1124         C8 said "1" instead of "8".  Clarify error string for IMM22:
1125         "signed integer" instead of just "integer".
1127 2001-02-20  Andreas Jaeger  <aj@suse.de>
1129         * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make
1130         PLT entries that could serve as a definition for a weak symbol.
1132 2001-02-19  Jakub Jelinek  <jakub@redhat.com>
1134         * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLT
1135         entries that could serve as a definition for a weak symbol.
1136         * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
1138 2001-02-18  David O'Brien  <obrien@FreeBSD>
1140         * configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat
1141         FreeBSD/i386-CURRENT differently until I can figure out the needed
1142         corefile changes.
1143         * configure: Regenerate.
1144         * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm,
1145         FreeBSD/PowerPC, and FreeBSD/sparc64.
1147 2001-02-18  lars brinkhoff  <lars@nocrew.org>
1149         * Makefile.am: Add PDP-11 a.out target.
1150         * config.bfd: Likewise.
1151         * configure.in: Likewise.
1152         * targets.c: Likewise.
1153         * archures.c: Likewise.
1154         * bfd-in2.h: Likewise.  Add PDP-11 relocations.
1155         * libbfd.h: Add PDP-11 relocations.
1156         * reloc.c: Likewise.
1157         * cpu-pdp11.c: New file.
1158         * pdp11.c: New file.
1160         * libaout.h (GET_WORD) [ARCH_SIZE==16]: Define.
1161         (GET_SWORD) [ARCH_SIZE==16]: Likewise.
1162         (GET_SWORD) [ARCH_SIZE==16]: Likewise.
1163         (PUT_WORD) [ARCH_SIZE==16]: Likewise.
1164         (GET_MAGIC): New macro.
1165         (PUT_MAGIC): Likewise.
1166         * aout-target.h (MY(object_p)): Use GET_MAGIC to read magic word.
1168 2001-02-18  Jim Kingdon  <jkingdon@engr.sgi.com>
1170         * irix-core.c (irix_core_core_file_p): Set the architecture (GDB
1171         multiarch needs it).
1173 2001-02-18  H.J. Lu  <hjl@gnu.org>
1175         * elflink.h (elf_link_input_bfd): Ignore invalid section symbol
1176         index.
1178 2001-02-18  Kazu Hirata  <kazu@hxi.com>
1180         * vms-misc.c: Fix formatting.
1182 2001-02-16  Kazu Hirata  <kazu@hxi.com>
1184         * vms.c: Fix formatting.
1186 2001-02-14  H.J. Lu  <hjl@gnu.org>
1188         * elf.c (elf_find_function): New function.
1189         (_bfd_elf_find_nearest_line): Call elf_find_function () to find
1190         the file name and function name.
1192 2001-02-14  Nick Clifton  <nickc@redhat.com>
1194         * ecoff.c (bfd_debug_section): Update to initialise new fields in
1195         asection structure.
1197         * Makefile.am (BFD32_BACKENDS_CFILES): Remove peigen.c
1198         (BFD64_BACKENDS): Add pepigen.c
1199         Add rules to create peigen.c and pepigen.c from peXXigen.c.
1201         * Makefile.in: Regenerate.
1202         * configure:  Regenerate.
1203         * po/POTFILES.in: Regenerate.
1204         * po/bfd.pot: Regenerate.
1206 2001-02-14  H.J. Lu  <hjl@gnu.org>
1208         * libcoff-in.h (pe_tdata): Add members target_subsystem and
1209         force_minimum_alignment.
1211 2001-02-14  Bo Thorsen  <bo@suse.de>
1213         * elf64-x86-64.c: Small formatting fixes and rearrangements of code.
1214         (elf64_86_64_size_info): Struct added to fix a problem
1215         with the hashtable string entries.
1216         (elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt.
1217         (elf64_x86_64_size_dynamic_sections): A FIXME removed.
1218         (elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and
1219         remove the FIXME for this.
1220         (elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt
1221         section. Also removed the FIXME for it.
1222         (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
1223         (ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker.
1224         (elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing.
1226 2001-02-13  Richard Henderson  <rth@redhat.com>
1228         * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
1229         and not user provided.
1231 2001-02-13  Kazu Hirata  <kazu@hxi.com>
1233         * vms.c (vms_print_symbol): Remove unreachable code.
1235         * rs6000-core.c: Fix formatting.
1237 2001-02-13  David Mosberger  <davidm@hpl.hp.com>
1239         * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
1240         as _bfd_XXi_only_swap_filehdr_out.
1241         (pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
1242         pe->force_minimum_alignment to TRUE.
1243         (pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
1244         PEI_TARGET_SUBSYSTEM.
1245         (pe_print_private_bfd_data): Call
1246         _bfd_XX_print_private_bfd_data_common() instead of
1247         _bfd_pe_print_private_bfd_data_common().
1248         (pe_bfd_copy_private_bfd_data): Call
1249         _bfd_XX_bfd_copy_private_bfd_data_common() instead of
1250         _bfd_pe_bfd_copy_private_bfd_data_common().
1251         (coff_bfd_copy_private_section_data): Define as
1252         _bfd_XX_bfd_copy_private_section_data instead of
1253         _bfd_pe_bfd_copy_private_section_data.
1254         (coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
1255         of a _bfd_pe_get_symbol_info.
1257         * peigen.c: Delete.
1259         * peXXigen.c: Renamed from peigen.c.
1260         (COFF_WITH_XX): Define this macro (will get expanded into
1261         COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
1262         compiled as peigen.c or pepigen.c.
1263         [COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
1264         define the canonical PEP structures and definitions.
1265         (_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
1266         effect, enforce minimum file and section alignments.  If
1267         extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
1268         pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
1269         so, by default, this is a no-op).
1271         * libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
1272         (_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
1273         _bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
1274         _bfd_pefoo if it's not defined.  Use these macros to define
1275         coff swap macros.
1277         * libcoff.h (pe_tdata): Add members target_subsystem and
1278         force_minimum_alignment.
1280         * efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
1281         COFF_WITH_pep.
1282         (PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.
1284         * configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
1285         peigen.lo.
1287         * coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
1288         (AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
1289         PEPAOUTHDR.
1291         * Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
1292         (BFD64_BACKENDS_CFILES): Mention pepigen.c
1293         (peigen.c): Add rule to generate from peXXigen.c.
1294         (pepigen.c): Ditto.
1295         (pepigen.lo): List dependencies for pepigen.lo.
1297 2001-02-13  Alan Modra  <alan@linuxcare.com.au>
1299         * elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$.  If
1300         $global$ referenced but not defined, set its value here.
1302 2001-02-09  Bo Thorsen  <bo@suse.de>
1304         * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
1305         alignment to 3.
1306         (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
1307         and relocation.
1308         (elf64_x86_64_relocate_section): Fix formatting.
1309         (elf64_x86_64_relocate_section): Fix addend for relocation of
1310         R_X86_64_(8|16|32|PC8|PC16|PC32).
1312 2001-02-12  Jan Hubicka  <jh@suse.cz>
1314         * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
1316 2001-02-11  H.J. Lu  <hjl@gnu.org>
1318         * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
1319         alignment.
1321 2001-02-11  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1323         * elf32-mips.c (mips_elf_create_dynamic_relocation): Undo patch
1324         from 2000-10-13.  Do not add the symbol's value for R_MIPS_REL32
1325         relocations against dynsym symbols.
1327         * elf32-mips.c (elf_mips_howto_table): Fix the comment on
1328         the R_MIPS_26 relocation.
1329         (mips_elf_calculate_relocation): Use (p + 4) instead of p for
1330         the R_MIPS_26 relocation.
1331         (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
1332         relocation.
1333         * elf64-mips.c (mips_elf64_howto_table_rel): Fix the comment on
1334         the R_MIPS_26 relocation.
1335         (mips_elf64_howto_table_rela): Likewise.
1337         * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub
1338         member to mark symbols that have non-CALL relocations against
1339         them.
1340         (mips_elf_link_hash_newfunc): Initialize no_fn_stub.
1341         (mips_elf_calculate_relocation): Handle R_MIPS_CALL16 like
1342         R_MIPS_GOT16.
1343         (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a
1344         non-CALL relocation against it is encountered.
1345         (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well.
1346         (_bfd_mips_elf_adjust_dynamic_symbol): Only create a stub if
1347         no_fn_stub is not set.
1349         * elf32-mips.c (mips_elf_output_extsym): Get the output section
1350         information from the real symbol for indirect ones.
1351         Check no_fn_stub to find out if a symbol has a function stub
1352         indeed.
1354 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1356         * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
1357         * Makefile.in: Regenerate.
1359 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
1361         * elfxx-ia64.c (is_unwind_section_name): New function.  Returns
1362         true if section name is an unwind table section name.
1363         (elfNN_ia64_additional_program_headers): Count each unwind section
1364         separately.
1365         (elfNN_ia64_modify_segment_map): Install one unwind program header
1366         for each unwind separate section.  Note: normally the linker
1367         script merges the unwind sections that go into a single segment,
1368         so this still generates at most one unwind program header per
1369         segment.
1371         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
1372         name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
1373         (elfNN_ia64_fake_sections): Mark sections with names that start
1374         with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
1375         unwind section.
1377         * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
1378         Use it to make sh_info in unwind section point to the text section
1379         it applies to.
1381 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1383         * Makefile.am: Add linux target for S/390.
1384         * archures.c: Likewise.
1385         * bfd-in2.h: Likewise.
1386         * config.bfd: Likewise.
1387         * configure.in: Likewise.
1388         * elf.c: Likewise.
1389         * libbfd.h: Likewise.
1390         * targets.c: Likewise.
1391         * cpu-s390.c: New file.
1392         * elf32-s390.c: New file.
1393         * elf64-s390.c: New file.
1395 2001-02-09  Nick Clifton  <nickc@redhat.com>
1397         * peigen.c (_bfd_pe_get_symbol_info): Suppress addition of
1398         ImageBase.  This has already been done by coff_swap_hdr_in.
1400 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
1402         * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
1404 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
1406         * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
1407         (sparc64_elf_relocate_section): Likewise.
1409 2001-02-09  Mark Kettenis  <kettenis@gnu.org>
1411         * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
1412         similar to R_SPARC_32.
1413         * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
1415 2001-02-08  H.J. Lu  <hjl@gnu.org>
1417         * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
1418         relocation entries for weak definitions when building DSO with
1419         -Bsymbolic.
1421 2001-02-08  Richard Henderson  <rth@redhat.com>
1423         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
1424         before visibility.  Locally defined protected symbols are not
1425         dynamic.
1427 2001-02-08  Geoffrey Keating  <geoffk@redhat.com>
1429         * config.bfd: Enable coff64 for rs6000-*.  Patch from
1430         <hzoli@austin.ibm.com>.
1432 2001-02-07  Mark Elbrecht  <snowball3@bigfoot.com>
1434         * coffgen.c (coff_find_nearest_line): If stabs info is successfully
1435         found, do not attempt to find dwarf2 info before returning.
1437 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
1439         * elflink.h (is_global_symbol_definition): Rename to
1440         is_global_data_symbol_definition and have it reject function
1441         symbols.
1442         (elf_link_is_defined_archive_symbol): Use renamed function.
1444 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
1446         * libbfd-in.h (bfd_target_vector): Change extern array to pointer.
1447         * libbfd.h (bfd_target_vector): Likewise.
1448         * targets.c (bfd_target_vector): Rename to _bfd_target_vector and
1449         make static; create pointer reference named bfd_target_vector.
1450         (_bfd_target_vector_entries): Calculate this based on the array
1451         typed _bfd_target_vector.
1453 2001-02-06  H.J. Lu  <hjl@gnu.org>
1455         * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
1456         internal symbols are not dynamic.
1457         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
1459 2001-02-06  Nick Clifton  <nickc@redhat.com>
1461         * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so
1462         that it will not be pulled into the list of files that make up
1463         po/POTFILES.in.
1464         * Makefile.in: Regenerate.
1465         * po/bfd.pot:  Regenerate.
1467 2001-02-06  H.J. Lu  <hjl@gnu.org>
1469         * peicode.h (coff_swap_filehdr_in): Remove the e_magic
1470         checking.
1471         (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
1472         external_PEI_IMAGE_hdr.
1474 2001-02-06  Kazu Hirata  <kazu@hxi.com>
1476         * elf-m10200.c: Fix formatting.
1478 2001-02-04  Nick Clifton  <nickc@redhat.com>
1480         * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC
1481         rel, it will be handled later on.
1483 2001-02-02  Fred Fish  <fnf@ninemoons.com>
1485         * Makefile.in: Fix typo.
1487 2001-02-01  Kazu Hirata  <kazu@hxi.com>
1489         * elf-m10300.c: Fix formatting.
1491 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
1493         * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
1494         (elf_backend_get_symbol_type): Define.
1495         (elf64_hppa_object_p): Set architecture and machine from elf
1496         header flags.
1498 2001-01-30  Curtis L. Janssen  <cljanss@ca.sandia.gov>
1500         * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
1501         before mdebug.
1503 2001-01-26  Richard Henderson  <rth@redhat.com>
1505         * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
1506         for non-default visibility.
1507         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
1508         delete ugly macro and replace with pretty function.
1510 2001-01-25  Mark Elbrecht  <snowball3@bigfoot.com>
1512         * coff-go32.c: Update copyright.
1513         * coff-stgo32.c: Likewise.
1514         * coff-go32.c (COFF_LONG_FILENAMES): Define.
1515         * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
1516         * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
1517         * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
1519 2001-01-25  Kazu Hirata  <kazu@hxi.com>
1521         * bfd-in2.h: Rebuild.
1522         * libbfd.h: Likewise.
1524 2001-01-23  H.J. Lu  <hjl@gnu.org>
1526         * bfd-in2.h: Rebuild.
1528 2001-01-23  H.J. Lu  <hjl@gnu.org>
1530         * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
1531         is NULL or PRIV(vms_rec) is outside of the buffer.
1533 2001-01-23  Kazu Hirata  <kazu@hxi.com>
1535         * coff64-rs6000.c: Fix formatting.
1536         * coff-arm.c: Likewise.
1537         * coffgen.c: Likewise.
1538         * cofflink.c: Likewise.
1539         * coff-mcore.c: Likewise.
1540         * coff-mips.c: Likewise.
1541         * coff-pmac.c: Likewise.
1542         * coff-ppc.c: Likewise.
1543         * coff-rs6000.c: Likewise.
1544         * elf32.c: Likewise.
1545         * elf32-fr30.c: Likewise.
1546         * elf32-i370.c: Likewise.
1547         * elf32-i860.c: Likewise.
1548         * elf32-m32r.c: Likewise.
1549         * elf32-m68k.c: Likewise.
1550         * elf32-mcore.c: Likewise.
1551         * elf32-ppc.c: Likewise.
1552         * elf32-sh.c: Likewise.
1553         * elf32-v850.c: Likewise.
1554         * elf64-alpha.c: Likewise.
1555         * elf64-sparc.c: Likewise.
1556         * elflink.c: Likewise.
1557         * elflink.h: Likewise.
1558         * elf-m10200.c: Likewise.
1559         * elf-m10300.c: Likewise.
1560         * elfxx-ia64.c: Likewise.
1562         * aoutx.h: Fix formatting.
1563         * bfd.c: Likewise.
1564         * bfd-in2.h: Likewise.
1565         * bfd-in.h: Likewise.
1566         * cpu-i386.c: Likewise.
1567         * cpu-m68hc11.c: Likewise.
1568         * dwarf2.c: Likewise.
1569         * elf64-x86-64.c: Likewise.
1570         * format.c: Likewise.
1571         * freebsd.h: Likewise.
1572         * hash.c: Likewise.
1573         * hp300hpux.c: Likewise.
1574         * hppabsd-core.c: Likewise.
1575         * hpux-core.c: Likewise.
1577 2001-01-22  Bo Thorsen  <bo@suse.de>
1579         * elf64-x86-64.c: Added PIC support for X86-64.
1580         (elf64_x86_64_link_hash_newfunc): Function added.
1581         (elf64_x86_64_link_hash_table_create): Likewise.
1582         (elf64_x86_64_check_relocs): Likewise.
1583         (elf64_x86_64_gc_mark_hook): Likewise.
1584         (elf64_x86_64_gc_sweep_hook): Likewise.
1585         (elf64_x86_64_adjust_dynamic_symbol): Likewise.
1586         (elf64_x86_64_size_dynamic_sections): Likewise.
1587         (elf64_x86_64_discard_copies): Likewise.
1588         (elf64_x86_64_finish_dynamic_symbol): Likewise.
1589         (elf64_x86_64_finish_dynamic_sections): Likewise.
1590         (elf64_x86_64_relocate_section): Add relocation of PIC sections.
1592 2001-01-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1594         * Makefile.am (install-data-local): Make use of $(DESTDIR).
1595         * Makefile.in: Regenerate.
1597 2001-01-21  Kazu Hirata  <kazu@hxi.com>
1599         * coff-a29k.c: Fix formatting.
1601 2001-01-19  H.J. Lu  <hjl@gnu.org>
1603         * elf32-i386.c (elf_i386_check_relocs): Report files with bad
1604         relocation section names.
1605         (elf_i386_relocate_section): Report files with bad relocation
1606         section names and return false.
1608 2001-01-17  Bo Thorsen  <bo@suse.de>
1610         * targets.c: Alphabetize list of xvecs.
1612 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
1614         * config.bfd: Add linux target variant for elfxx-hppa.
1615         * configure.in: Recognize bfd_elf32_hppa_linux_vec and
1616         bfd_elf64_hppa_linux_vec.
1617         * configure: Regenerate.
1618         * elf64-hppa.c: Include elf64-target.h again to support linux
1619         target variant.
1620         (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
1621         * elf32-hppa.c: Include elf32-target.h again to support linux
1622         target variant.
1623         (elf32_hppa_post_process_headers): New function.
1624         (elf_backend_post_process_headers): Define.
1625         * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
1626         bfd_elf32_hppa_linux_vec.
1628         * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
1629         and data_segment_base fields.
1630         (elf32_hppa_link_hash_table_create ): Init them.
1631         (elf32_hppa_check_relocs): Update comments.
1632         (hppa_record_segment_addr): New function.
1633         (elf32_hppa_relocate_section): Call it.
1634         (final_link_relocate): Handle R_PARISC_SEGREL32.
1635         (elf32_hppa_final_link): New function.
1636         (bfd_elf32_bfd_final_link): Define to call it.
1637         (hppa_unwind_entry_compare): New function.
1638         * cache.c (bfd_open_file): Create files in write+read mode.
1640         * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
1641         SEGREL32 and numerous other relocs.  Change duplicate
1642         R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
1644         * opncls.c (bfd_fdopenr): Add parens like the comment says around
1645         O_ACCMODE.
1647         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
1648         .plt entries for DT_INIT and DT_FINI.
1649         (elf32_hppa_finish_dynamic_sections): Remove special handling of
1650         DT_INIT and DT_FINI.
1652         * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
1653         offsets for stub .plt access if wide mode.  Check offset in range.
1655 2001-01-13  Nick Clifton  <nickc@redhat.com>
1657         * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
1658         line.
1660         * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
1661         line.
1663 2001-01-12  Alan Modra  <alan@linuxcare.com.au>
1665         * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
1666         * configure: Regenerate.
1668 2001-01-11  Peter Targett  <peter.targett@arccores.com>
1670         * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
1671         bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
1672         * cpu-arc.c (arch_info_struct): Add entries for variants.
1673         (bfd_arc_arch) Set default to bfd_mach_arc_5.
1674         (arc_get_mach) Don't assume machine names prefixed arc- before
1675         testing.
1676         * elf32-arc.c (arc_elf_object_p): Set machine number based on new
1677         selections.
1678         (arc_elf_final_write_processing) Likewise.
1679         (ELF_MACHINE_CODE) Use EM_ARC.
1681 2001-01-10  Nick Clifton  <nickc@redhat.com>
1683         * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
1685 2001-01-07  Philip Blundell  <philb@gnu.org>
1687         * README: Replace `bug-gnu-utils@gnu.org' with
1688         `bug-binutils@gnu.org'.
1690 2001-01-04  Kazu Hirata  <kazu@hxi.com>
1692         * som.c: Fix formatting.
1694 2001-01-03  Kazu Hirata  <kazu@hxi.com>
1696         * ecoffswap.h: Fix formatting.
1697         * elf-bfd.h: Likewise.
1698         * elfarm-nabi.c: Likewise.
1699         * elfarm-oabi.c: Likewise.
1700         * elfcode.h: Likewise.
1701         * elfcore.h: Likewise.
1702         * elflink.c: Likewise.
1703         * elflink.h: Likewise.
1704         * elfxx-ia64.c: Likewise.
1705         * elfxx-target.h: Likewise.
1706         * libbfd.c: Likewise
1707         * linker.c: Likewise.
1708         * lynx-core.c: Likewise.
1710 2001-01-02  Kazu Hirata  <kazu@hxi.com>
1712         * pc532-mach.c: Fix formatting.
1713         * pe-arm.c: Likewise.
1714         * pe-i386.c: Likewise.
1715         * pe-mips.c: Likewise.
1716         * pe-ppc.c: Likewise.
1717         * pe-sh.c: Likewise.
1718         * pei-mips.c: Likewise.
1719         * pei-sh.c: Likewise.
1720         * peicode.h: Likewise.
1721         * ppcboot.c: Likewise.
1722         * ptrace-core.c: Likewise.
1724 2001-01-01  Kazu Hirata  <kazu@hxi.com>
1726         * reloc.c: Fix formatting.
1727         * riscix.c: Likewise.
1728         * rs6000-core.c: Likewise.
1729         * xcoff-target.h: Likewise.
1731 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
1733         * elfcode.h (elf_object_p): Also restore the bfd mach field on
1734         error, by calling bfd_default_set_arch_mach with incoming
1735         values.
1737 2000-12-26  Kazu Hirata  <kazu@hxi.com>
1739         * vaxnetbsd.c: Fix formatting.
1740         * versados.c: Likewise.
1741         * vms-gsd.c: Likewise.
1742         * vms-hdr.c: Likewise.
1743         * vms-misc.c: Likewise.
1745 2000-12-25  Alexandre Oliva  <aoliva@redhat.com>
1747         * archive.c (coff_write_armap): Don't write more than symbol_count
1748         `archive_member_file_ptr's.
1750 2000-12-25  Kazu Hirata  <kazu@hxi.com>
1752         * vms-tir.c: Fix formatting.
1754 2000-12-23  Kazu Hirata  <kazu@hxi.com>
1756         * vms.c: Fix formatting.
1757         * vms.h: Likewise.
1759 2000-12-21  Santeri Paavolainen <santtu@ssh.com>
1761         * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
1763         * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
1765         * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
1766         arithmetic.
1768         * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
1770         * coffcode.h (styp_to_sec_flags): Add empty statement after label.
1772 2000-12-21  Richard Sandiford  <rsandifo@redhat.com>
1774         * libbfd.c (bfd_get_bits): Added
1775         (bfd_put_bits): Likewise
1776         * bfd-in.h: Declared the above.
1777         * bfd-in2.h: Regenerated.
1779 2000-12-20  Kazu Hirata  <kazu@hxi.com>
1781         * targets.c: Fix formatting.
1782         * tekhex.c: Likewise.
1783         * trad-core.c: Likewise.
1785 2000-12-19  Kazu Hirata  <kazu@hxi.com>
1787         * sco5-core.c: Fix formatting.
1788         * section.c: Likewise.
1789         * sparclinux.c: Likewise.
1790         * sparclynx.c: Likewise.
1791         * sparcnetbsd.c: Likewise.
1792         * srec.c: Likewise.
1793         * stabs.c: Likewise.
1794         * stab-syms.c: Likewise.
1795         * sunos.c: Likewise.
1796         * syms.c: Likewise.
1797         * sysdep.h: Likewise.
1799 2000-12-18  Nick Clifton  <nickc@redhat.com>
1801         * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
1802         defined.
1803         * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
1804         * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
1806 2000-12-18  Nick Clifton  <nickc@redhat.com>
1808         * vms-misc.c (_bfd_vms_get_record): Add default case to
1809         file_format switch.
1811 2000-12-15  Miloslav Trmac <mitr@volny.cz>
1813         * elfcore.h (elf_core_file_p): Move to the start of the program
1814         headers before attempting to read them.
1816 2000-12-14  Kazu Hirata  <kazu@hxi.com>
1818         * peigen.c: Fix formatting.
1819         * som.c: Likewise.
1820         * som.h: Likewise.
1822 2000-12-13  Kazu Hirata  <kazu@hxi.com>
1824         * peigen.c: Fix formatting.
1826 2000-12-12  Jim Wilson  <wilson@redhat.com>
1828         *  elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
1830 2000-12-08  Mark Salter  <msalter@redhat.com>
1832         * binary.c (binary_set_section_contents): Ignore sections
1833         with zero size.
1835 2000-12-12  Kazu Hirata  <kazu@hxi.com>
1837         * m68klinux.c: Fix formatting.
1838         * m68knetbsd.c: Likewise.
1839         * mipsbsd.c: Likewise.
1840         * netbsd-core.c: Likewise.
1841         * netbsd.h: Likewise.
1842         * newsos3.c: Likewise.
1843         * nlm32-alpha.c: Likewise.
1844         * nlm32-i386.c: Likewise.
1845         * nlm32-ppc.c: Likewise.
1846         * nlm32-sparc.c: Likewise.
1847         * nlmcode.h: Likewise.
1848         * nlmswap.h: Likewise.
1849         * nlm-target.h: Likewise.
1850         * ns32knetbsd.c: Likewise.
1852 2000-12-10  Fred Fish  <fnf@be.com>
1854         * elflink.h (elf_link_output_extsym): Don't complain about undefined
1855         symbols in shared objects if allow_shlib_undefined is true.
1857 2000-12-12  Nick Clifton  <nickc@redhat.com>
1859         * cpu-sh.c: Fix formattng.
1860         * elf.c: Fix formattng.
1861         * elf32-mips.c: Fix formattng.
1862         * elf32-sh.c: Fix formattng.
1863         * elf64-alpha.c: Fix formattng.
1865 2000-12-09  Nick Clifton  <nickc@redhat.com>
1867         * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
1868         dwarf2_find_line_info as last parameter to invocation of
1869         _bfd_dwarf2_find_nearest_line.
1870         * elf32-arm.h (elf32_arm_find_nearest_line): Pass
1871         dwarf2_find_line_info as last parameter to invocation of
1872         _bfd_dwarf2_find_nearest_line.
1874 2000-12-08  Mark Elbrecht  <snowball3@bigfoot.com>
1876         * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
1877         (BFD_LIBS): ...to here.
1878         (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
1879         (BFD_LIBS_CFILES): ...to here.
1880         * Makefile.in: Regenerate.
1881         * configure.in: Remove dwarf.lo from the elf shell variable.
1882         * configure: Regenerate.
1883         * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
1884         * libcoff.h: Regenerate.
1885         * coffgen.c (coff_find_nearest_line): Call
1886         _bfd_dwarf2_find_nearest_line.
1887         * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
1888         accordingly.
1889         (read_abbrevs): Likewise
1890         (decode_line_info): Likewise.
1891         (parse_comp_unit): Likewise.
1892         (comp_unit_find_nearest_line): Likewise.
1893         * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
1894         * libbfd.h: Regenerate.
1895         * elf.c (_bfd_elf_find_nearest_line): Update call.
1896         * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
1897         * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
1898         * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
1899         (sec_to_styp_flags): Use them. Handle DWARF2 sections.
1900         (styp_to_sec_flags): Handle DWARF2 sections.
1901         * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
1902         to _bfd_find_nearest_line.
1903         * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
1904         call to _bfd_find_nearest_line.
1906 2000-12-08  Kazu Hirata  <kazu@hxi.com>
1908         * coffgen.c: Fix formatting.
1909         * elf-m10300.c: Likewise.
1910         * elf32-i386.c: Likewise.
1911         * elf32-i960.c: Likewise.
1912         * elf32-m68k.c: Likewise.
1913         * elf32-mcore.c: Likewise.
1914         * elf32-ppc.c: Likewise.
1915         * elf32-sh.c: Likewise.
1916         * elf32-sparc.c: Likewise.
1917         * elf32-v850.c: Likewise.
1918         * elf64-alpha.c: Likewise.
1919         * elf64-hppa.c: Likewise.
1920         * elf64-mips.c: Likewise.
1921         * elf64-sparc.c: Likewise.
1923 2000-12-07  Kazu Hirata  <kazu@hxi.com>
1925         * elf32-ppc.c: Fix formatting.
1926         * elf64-x86-64.c: Likewise.
1928 2000-12-06  Ulf Carlsson  <ulfc@engr.sgi.com>
1930         From  Ralf Baechle  <ralf@gnu.org>
1932         * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
1933         BFDs containing no sections or empty .text, .data or .bss sections
1934         to be merged, regardless of their flags.
1936 2000-12-06  Kazu Hirata  <kazu@hxi.com>
1938         * elf32-m32r.c: Fix formatting.
1939         * elf32-m68hc11.c: Likewise.
1940         * elf32-m68hc12.c: Likewise.
1941         * elf32-m68k.c: Likewise.
1942         * elf32-mcore.c: Likewise.
1943         * elf32-pj.c: Likewise.
1944         * elf32-ppc.c: Likewise.
1946 2000-12-05  Kazu Hirata  <kazu@hxi.com>
1948         * elf32-fr30.c: Fix formatting.
1949         * elf32-hppa.c: Likewise.
1950         * elf32-i370.c: Likewise.
1951         * elf32-i386.c: Likewise.
1952         * elf32-i860.c: Likewise.
1953         * elf32-i960.c: Likewise.
1955 2000-12-03  Kazu Hirata  <kazu@hxi.com>
1957         * elf32-arm.h: Fix formatting.
1958         * elf32-avr.c: Likewise.
1959         * elf32-cris.c: Likewise.
1960         * elf32-d10v.c: Likewise.
1961         * elf32-d30v.c: Likewise.
1962         * elf-hppa.h: Likewise.
1963         * elf-m10200.c: Likewise.
1964         * elf-m10300.c: Likewise.
1966 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
1968         * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
1969         bfd_mach_mips32_4k.  Update FIXME comment.
1970         * archures.c (bfd_mach_mips32): New constant.
1971         (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
1972         the latter, renumber it.
1973         * bfd-in2.h (bfd_mach_mips32): New constant.
1974         (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
1975         the latter, renumber it.
1976         * cpu-mips.c (I_mips32): New constant.
1977         (I_mips4K, I_mips32_4k): Rename the former to the latter.
1978         (arch_info_struct): Add bfd_mach_mips32 entry, replace
1979         bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
1980         * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
1981         (elf_mips_mach): Likewise.  Also, replace E_MIPS_MACH_MIPS32
1982         with E_MIPS_MACH_MIPS32_4K.
1983         (_bfd_mips_elf_final_write_processing): Replace
1984         bfd_mach_mips4K with bfd_mach_mips32_4k case, add
1985         bfd_mach_mips32 case.
1986         (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
1987         comparison with support for MIPS32.
1988         (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
1989         MIPS32.
1991         * aoutx.h (NAME(aout,machine_type)): Add cases for
1992         bfd_mach_mips5 and bfd_mach_mips64.
1993         * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
1994         * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
1995         * cpu_mips.c (I_mips5, I_mips64): New definitions.
1996         (arch_info_struct): Add entries for bfd_mach_mips5 and
1997         bfd_mach_mips64.
1998         * elf32-mips.c (elf_mips_isa, elf_mips_mach,
1999         _bfd_mips_elf_print_private_bfd_data): Add cases for
2000         E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
2001         (_bfd_mips_elf_final_write_processing): Add cases for
2002         bfd_mach_mips5 and bfd_mach_mips64.
2004         * aoutx.h (NAME(aout,machine_type)): Add a
2005         bfd_mach_mips_sb1 case.
2006         * archures.c (bfd_mach_mips_sb1): New constant.
2007         * bfd-in2.h (bfd_mach_mips_sb1): New constant.
2008         * cpu-mips.c (I_sb1): New constant.
2009         (arch_info_struct): Add entry for bfd_mach_mips_sb1.
2010         * elf32-mips.c (elf_mips_mach): Add case for
2011         E_MIPS_MACH_SB1.
2012         (_bfd_mips_elf_final_write_processing): Add case for
2013         bfd_mach_mips_sb1.
2015 2000-12-01  Joel Sherrill <joel@OARcorp.com>
2017         * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
2018         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
2019         (sparc*-*-rtems*): Switched from a.out to ELF.
2021 2000-11-30  Jan Hubicka  <jh@suse.cz>
2023         * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
2024         BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
2025         (elf64-x86-64.lo): Add dependencies.
2026         * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
2027         bfd_mach_x86_64_intel_syntax.
2028         * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
2029         * config.bfd (x86_64): Add.
2030         * configure.in: Add support for bfd_elf64_x86_64_vec.
2031         * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
2032         (bfd_i386_arch, i8086_ar): Link in.
2033         * elf64-x86-64.c: New file.
2034         * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
2035         * targets.c (bfd_elf64_x86_64_vec): Add.
2036         (bfd_target_vect): Add bfd_elf64_x86_64_vec.
2038 2000-11-30  Kazu Hirata  <kazu@hxi.com>
2040         * xcofflink.c: Fix formatting.
2042 2000-11-28  Kazu Hirata  <kazu@hxi.com>
2044         * aoutx.h: Fix formatting.
2045         * bfd-in.h: Likewise.
2046         * bfd-in2.h: Likewise.
2047         * cache.c: Likewise.
2048         * cisco-core.c: Likewise.
2049         * coff64-rs6000.c: Likewise.
2050         * coffcode.h: Likewise.
2051         * coffswap.h: Likewise.
2052         * corefile.c: Likewise.
2053         * elf32-mips.c: Likewise.
2055 2000-11-27  Kazu Hirata  <kazu@hxi.com>
2057         * aout-adobe.c: Fix formatting.
2058         * coff64-rs6000.c: Likewise.
2059         * coffgen.c: Likewise.
2060         * cofflink.c: Likewise.
2062 2000-11-27  Philip Blundell  <pb@futuretv.com>
2064         * libcoff-in.h (coff_tdata): Add `strings_written' flag.
2065         (obj_coff_strings_written): New accessor macro for above.
2066         * libcoff.h: Regenerate.
2067         * cofflink.c (_bfd_coff_final_link): Say that we wrote the
2068         strings.
2069         * coffcode.h (coff_write_object_contents): No need to write out
2070         the string table if it's already been done.
2072 2000-11-22  Philip Blundell  <pb@futuretv.com>
2074         * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
2075         weak undefined symbols.
2077 2000-11-24  Nick Clifton  <nickc@redhat.com>
2079         * archures.c (bfd_mach_arm_5TE): Define.
2080         (bfd_mach_arm+XScale): Define.
2081         * bfd-in2.h: Regenerate.
2083         * coff-arm.c (coff_arm_reloc_type_lookup): Accept
2084         BFD_RELOC_ARM_PCREL_BLX.
2086         * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
2087         XScale machine numbers.
2089         * config.bfd (xscale-elf): Add target.
2090         (xscale-coff): Add target.
2092         * cpu-arm.c: Add xscale machine name.
2093         Add v5t, v5te and XScale machine numbers.
2095 2000-11-23  Kazu Hirata  <kazu@hxi.com>
2097         * aix386-core.c: Fix formatting.
2099 2000-11-22  Jim Wilson  <wilson@redhat.com>
2101         * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
2102         (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
2103         * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
2104         (ins_imms_scaled): Initialize sign_bit at function entry.
2105         (elf64_ia64_operands): Add missing initializers.
2106         * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
2107         elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
2108         elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
2109         elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
2110         elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
2111         parameters.
2112         (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
2113         and free_extsyms at function entry.
2114         (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
2115         (elfNN_ia64_create_dynamic_sections): Delete unused local h.
2116         (get_got): Delete unused local srel.
2117         (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
2118         (elfNN_ia64_relocate_section): Delete unused local dynindx.
2120 2000-11-21  Kazu Hirata  <kazu@hxi.com>
2122         * coff-a29k.c: Fix formatting.
2123         * coff-h8500.c: Likewise.
2124         * coff-i960.c: Likewise.
2125         * coff-ppc.c: Likewise.
2126         * coff-rs6000.c: Likewise.
2127         * coff-stgo32.c: Likewise.
2128         * coff-tic54x.c: Likewise.
2129         * coff-w65.c: Likewise.
2130         * cpu-h8500.c: Likewise.
2131         * cpu-hppa.c: Likewise.
2132         * cpu-ns32k.c: Likewise.
2133         * ecoff.c: Likewise.
2134         * ecofflink.c: Likewise.
2136 2000-11-21  Nick Clifton  <nickc@redhat.com>
2138         * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
2139         remove possibility of infinite loop.
2141 2000-11-20  Kazu Hirata  <kazu@hxi.com>
2143         * aix386-core.c: Fix formatting.
2144         * aout-adobe.c: Likewise.
2145         * aout-arm.c: Likewise.
2146         * aout-encap.c: Likewise.
2147         * aout-ns32k.c: Likewise.
2148         * aout-target.h: Likewise.
2149         * aout-tic30.c: Likewise.
2150         * aoutf1.h: Likewise.
2151         * aoutx.h: Likewise.
2152         * archive.c: Likewise.
2153         * bfd-in.h: Likewise.
2154         * bfd-in2.h: Likewise.
2155         * bfd.c: Likewise.
2156         * bout.c: Likewise.
2158 2000-11-17  H.J. Lu  <hjl@gnu.org>
2160         * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
2161         pltoff entries for DT_INIT and DT_FINI.
2162         (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
2163         (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
2164         entries.
2166 2000-11-16  Richard Henderson  <rth@redhat.com>
2168         * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
2169         (allocate_dynrel_entries): Likewise.
2170         (elfNN_ia64_relocate_section): Likewise.  Set REL addends correctly.
2171         (set_pltoff_entry): Likewise.
2172         (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
2173         (elfNN_ia64_reloc_type_lookup): Likewise.
2174         (elfNN_ia64_install_value): Likewise.
2175         (elfNN_ia64_relocate_section): Likewise.
2176         * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
2177         (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
2179 2000-11-16  Kazu Hirata  <kazu@hxi.com>
2181         * cpu-a29k.c: Fix formatting.
2182         * cpu-alpha.c: Likewise.
2183         * cpu-arm.c: Likewise.
2184         * cpu-avr.c: Likewise.
2185         * cpu-d10v.c: Likewise.
2186         * cpu-h8500.c: Likewise.
2187         * cpu-hppa.c: Likewise.
2188         * cpu-i370.c: Likewise.
2189         * cpu-i386.c: Likewise.
2190         * cpu-i960.c: Likewise.
2191         * cpu-ia64-opc.c: Likewise.
2192         * cpu-ia64.c: Likewise.
2193         * cpu-m32r.c: Likewise.
2194         * cpu-m68hc11.c: Likewise.
2195         * cpu-m68hc12.c: Likewise.
2196         * cpu-m68k.c: Likewise.
2197         * cpu-m88k.c: Likewise.
2198         * cpu-mips.c: Likewise.
2199         * cpu-ns32k.c: Likewise.
2200         * cpu-pj.c: Likewise.
2201         * cpu-powerpc.c: Likewise.
2202         * cpu-sh.c: Likewise.
2203         * cpu-sparc.c: Likewise.
2204         * cpu-tic54x.c: Likewise.
2205         * cpu-v850.c: Likewise.
2206         * cpu-vax.c: Likewise.
2207         * cpu-w65.c: Likewise.
2208         * cpu-we32k.c: Likewise.
2209         * cpu-z8k.c: Likewise.
2210         * dwarf1.c: Likewise.
2211         * dwarf2.c: Likewise.
2213 2000-11-15  Kazu Hirata  <kazu@hxi.com>
2215         * coff-arm.c: Fix formatting.
2216         * coff-ppc.c: Likewise.
2217         * coff-rs6000.c: Likewise.
2218         * coff-sh.c: Likewise.
2219         * coff-sparc.c: Likewise.
2220         * coff-tic30.c: Likewise.
2221         * coff-tic54x.c: Likewise.
2222         * coff-tic80.c: Likewise.
2223         * coff-w65.c: Likewise.
2224         * coff-we32k.c: Likewise.
2225         * coff-z8k.c: Likewise.
2227 2000-11-15  Richard Henderson  <rth@redhat.com>
2229         * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
2230         section with the same ALLOC|LOAD flags as the source section.
2232 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
2234         * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
2235         by STO_ALPHA constants.
2237 2000-11-14  Kazu Hirata  <kazu@hxi.com>
2239         * coff-pmac.c: Fix formatting.
2240         * coff-ppc.c: Likewise.
2242 2000-11-13  H.J. Lu  <hjl@gnu.org>
2244         * elflink.h (elf_link_add_object_symbols): Also add indirect
2245         symbols for common symbols with the default version.
2247 2000-11-09  Philip Blundell  <pb@futuretv.com>
2249         * section.c (STD_SECTION): Set gc_mark flag.
2251 2000-11-11  Kazu Hirata  <kazu@hxi.com>
2253         * coff-i960.c: Likewise.
2254         * coff-m68k.c: Likewise.
2255         * coff-m88k.c: Likewise.
2256         * coff-mcore.c: Likewise.
2257         * coff-mips.c: Likewise.
2259 2000-11-11  Bernd Schmidt  <bernds@cygnus.co.uk>
2261         * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
2263 2000-11-10  Kazu Hirata  <kazu@hxi.com>
2265         * coff-h8300.c: Fix formatting.
2266         * coff-h8500.c: Likewise.
2267         * coff-i386.c: Likewise.
2268         * coff-i860.c: Likewise.
2269         * coff-i960.c: Likewise.
2270         * coff-ia64.c: Likewise.
2272 2000-11-09  Kazu Hirata  <kazu@hxi.com>
2274         * archive.c: Fix formatting.
2275         * archures.c: Likewise.
2277 2000-11-07  Richard Henderson  <rth@redhat.com>
2279         * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
2280         Set it before bfd_elf64_bfd_final_link call.  Use it after the call.
2281         * section.c (bfd_set_section_contents): Call memcpy if
2282         section->contents set and location not equal to contents plus offset.
2284 2000-11-08  Kazu Hirata  <kazu@hxi.com>
2286         * bfd-in.h: Fix formatting.
2287         * bfd-in2.h: Likewise.
2288         * bfd.c: Likewise.
2289         * binary.c: Likewise.
2290         * bout.c: Likewise.
2291         * coff-a29k.c: Likewise.
2292         * coff-alpha.c: Likewise.
2293         * coff-apollo.c: Likewise.
2294         * coff-aux.c: Likewise.
2296 2000-11-07  Kazu Hirata  <kazu@hxi.com>
2298         * aix386-core.c: Fix formatting.
2299         * aoutf1.h: Likewise.
2300         * aoutx.h: Likewise.
2301         * archures.c: Likewise.
2302         * armnetbsd.c: Likewise.
2304 2000-11-07  Alan Modra  <alan@linuxcare.com.au>
2306         * coff-h8300.c (special): Adjust reloc address.
2308 2000-11-06  Steve Ellcey <sje@cup.hp.com>
2310         * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
2311         to differentiate elf32 and elf64 on ia64.
2312         * bfd-in2.h: Regenerate.
2313         * config.bfd: Add target for "ia64*-*-hpux*".
2314         * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
2315         * configure: Regenerate.
2316         * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
2317         * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
2319         * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
2320         from elfxx-ia64.c.  Add depenency rules for making elf32-ia64.lo.
2321         * Makefile.in: Regnerate.
2322         * elf64-ia64.c: Deleted.
2323         * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
2325 2000-11-06  Kazu Hirata  <kazu@hxi.com>
2327         * aout-adobe.c: Fix formatting.
2328         * aout-arm.c: Likewise.
2329         * aout-cris.c: Likewise.
2330         * aout-encap.c: Likewise.
2331         * aout-ns32k.c: Likewise.
2332         * aout-target.h: Likewise.
2333         * aout-tic30.c: Likewise.
2335 2000-11-05  Philip Blundell  <philb@gnu.org>
2337         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
2338         BFDs containing no sections to be merged, regardless of their flags.
2340 2000-11-04  Philip Blundell  <philb@gnu.org>
2342         * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
2343         if a relocation for an undefined symbol also results in an
2344         overflow.
2346 2000-11-06  Christopher Faylor <cgf@cygnus.com>
2348         * config.bfd: Add support for Sun Chorus.
2350 2000-11-05  David O'Brien  <obrien@FreeBSD.org>
2352         * configure.in: Recognize alpha-*-freebsd*.
2353         * configure: Regenerate.
2355 2000-11-02  Luciano Gemme <ishitawa@yahoo.com>
2357         * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
2358         (Chunk): New global variable set by a parameter in objcopy.c.
2359         (S3Forced): New global variable set by a parameter in
2360         objcopy.c.
2361         (srec_set_section_contents): If S3Forced is true, always generate
2362         S3 records.
2363         (srec_write_section): Use 'Chunk' to limit maximum length of S
2364         records.
2366 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
2368         * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
2369         * Makefile.in: Regenerate.
2370         * bfd-in2.h: Regenerate.
2371         * po/bfd.pot: Regenerate.
2373 2000-10-31  Philip Blundell  <philb@gnu.org>
2375         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
2376         EF_SOFT_FLOAT if it is defined.
2378 2000-10-27  Philip Blundell  <philb@gnu.org>
2380         * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
2381         attempts to mix PIC code with non-PIC, just mark the output as
2382         being position dependent.
2383         (elf32_arm_merge_private_bfd_data): Likewise.  Print an error
2384         message for EF_SOFT_FLOAT mismatches.  Display diagnostics for
2385         all mismatches, not just the first one.
2387 2000-10-25  Chris Demetriou  <cgd@sibyte.com>
2389         * ieee.c (ieee_archive_p): Plug one of many possible
2390         memory leaks in error handling.
2392 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
2394         * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
2395         elf32_sparc_object_p, elf32_sparc_final_write_processing):
2396         Support v8plusb.
2397         * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
2398         sparc64_elf_object_p): Support v9b.
2399         * archures.c: Declare v8plusb and v9b machines.
2400         * bfd-in2.h: Ditto.
2401         * cpu-sparc.c: Ditto.
2403 2000-10-16  Geoffrey Keating  <geoffk@shoggoth.cygnus.com>
2405         * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
2406         of a GOT reloc.
2408         * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
2409         (SYMBOL_CALLS_LOCAL): New macro.
2410         (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
2411         (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
2412         (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
2413         (ppc_elf_relocate_section): Use flag variable to determine
2414         whether the relocation refers to a local symbol.
2415         Test whether a PLTREL24 reloc will produce a reloc by looking
2416         to see whether a PLT entry was made.
2418 2000-10-14  Geoffrey Keating  <geoffk@shoggoth.cygnus.com>
2420         * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
2421         entries that could serve as a definition for a weak symbol.
2423 2000-10-13  Ulf Carlsson  <ulfc@engr.sgi.com>
2425         From  Ralf Baechle  <ralf@gnu.org>
2427         * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
2428         local_p.  Add symbol value only for non-R_MIPS_REL32 relocations
2429         against local symbols.
2430         (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
2432 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
2434         * section.c (struct sec): Add kept_section.
2435         (struct bfd_comdat_info): Remove sec, we can use above.
2436         (STD_SECTION): Add initializer.
2437         (bfd_make_section_anyway): Init here too.
2439         * bfd-in2.h: Regenerate.
2441         * elflink.h (elf_link_add_object_symbols): Remove unnecessary
2442         zeroing of `flags'.
2443         (elf_link_input_bfd): Set all asection->symbol->value's here, and
2444         fudge values for discarded link-once section symbols.
2446         * elf64-hppa.c: Include alloca-conf.h
2448 2000-10-11  Alan Modra  <alan@linuxcare.com.au>
2450         * elf.c (swap_out_syms): Revert 2000-10-07 changes.
2452         * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
2454 2000-10-10  Alan Modra  <alan@linuxcare.com.au>
2456         * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
2458 2000-10-10  Tom Rix <trix@redhat.com>
2460         * section.c (bfd_make_section_anyway): Release newsect ptr when
2461         newsect->symbol fails to alloc.  Use bfd_release instead of free.
2463 2000-10-09  Richard Henderson  <rth@cygnus.com
2465         * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
2466         (elf64_ia64_unwind_entry_compare): New.
2467         (elf64_ia64_final_link): Sort the .IA_64.unwind section.
2469 2000-10-07  Alan Modra  <alan@linuxcare.com.au>
2471         * elflink.h (size_dynamic_sections): Don't create various tags if
2472         .dynstr is excluded from the link.  Don't set first dynsym entry
2473         if dynsymcount is zero.
2474         (elf_bfd_final_link): Don't try to swap out dynamic syms if
2475         .dynsym excluded from the link.  Don't try to write any dynamic
2476         sections excluded from the link.
2478         * elf.c (swap_out_syms): Handle global section symbols.
2480 2000-10-05  DJ Delorie  <dj@redhat.com>
2482         * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
2483         * coffcode.h (coff_set_alignment_hook): read extended reloc count
2484         (coff_write_relocs): write extended reloc count
2485         (coff_write_object_contents): account for extended relocs
2487 2000-10-05  Jim Wilson  <wilson@cygnus.com>
2489         * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
2490         field.
2491         * elf.c (_bfd_elf_make_section_from_shdr): Call the
2492         elf_backend_section_flags function.
2493         * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
2494         code.
2495         (elf64_ia64_section_flags): New function containing flag conversion
2496         code.
2497         (elf_backend_section_flags): Define to elf64_ia64_section_flags.
2498         * elfxx-target.h (elf_backend_section_flags): Define.
2499         (elfNN_bed): Initialize elf_backend_section_flags field.
2501 2000-10-02  Alan Modra  <alan@linuxcare.com.au>
2503         * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
2504         _bfd_elf32_gc_record_vtable.  Correct a comment.
2506 2000-10-01  Ulf Carlsson  <ulfc@engr.sgi.com>
2508         From  Ralf Baechle  <ralf@gnu.org>
2510         * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
2511         produces binaries with got[1] = 0x80000001 to differenciate them
2512         for the dynamic linker from the broken binaries produced by old
2513         versions.
2515 2000-09-30  Petr Sorfa <petrs@sco.com>
2517         * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
2518         (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
2519         * configure.in: Add check for pxstatus_t and lwpxstatus_t.
2520         * configure: Regenerate.
2522 2000-09-27  Hans-Peter Nilsson  <hp@axis.com>
2524         Define two bfd_targets for absence and presence of leading
2525         underscore on symbols.  Make sure to only link same kind.
2526         * elf32-cris.c (cris_elf_object_p,
2527         cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
2528         cris_elf_merge_private_bfd_data): New.
2529         (elf_backend_object_p, elf_backend_final_write_processing,
2530         bfd_elf32_bfd_print_private_bfd_data,
2531         bfd_elf32_bfd_merge_private_bfd_data): Define.
2532         <Target vector definition>: Include elf32-target.h twice with
2533         different macro settings:
2534         (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
2535         bfd_elf32_us_cris_vec.
2536         (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
2537         (elf_symbol_leading_char): First as 0, then '_'.
2538         (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
2539         * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
2540         * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
2541         * configure: Regenerate.
2542         * targets.c: Declare bfd_elf32_us_cris_vec.
2543         * po/bfd.pot: Regenerate.
2545 2000-09-29  Momchil Velikov  <velco@fadata.bg>
2547         * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
2548         R_ARM_THM_PC22 relocations.
2550 2000-09-29  NIIBE Yutaka <gniibe@chroot.org>
2552         * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
2554 2000-09-29  Momchil Velikov <velco@fadata.bg>
2556         * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
2557         is has the SEC_HAS_CONTENTS flag set.
2559 2000-09-28  ï¿½Ã–rjan Friberg  <orjanf@axis.com>
2560             Hans-Peter Nilsson  <hp@axis.com>
2562         * aout-cris.c (N_TXTADDR): Define.
2564 2000-09-28  John David Anglin <dave@hiauly1.hia.nrc.ca>
2566         * som.c: Include alloca-conf.h.
2567         * Makefile.am: "make dep-am"
2568         * Makefile.in: Regenerate.
2570 2000-09-27  Alan Modra  <alan@linuxcare.com.au>
2572         * elf32-hppa.c (plt_stub): New.
2573         (PLT_STUB_ENTRY): Define.
2574         (elf32_hppa_link_hash_table): Change multi_subspace to packed
2575         boolean.  Add need_plt_stub, has_12bit_branch and has_17bit_branch.
2576         (elf32_hppa_link_hash_table_create): Init to suit.
2577         (elf32_hppa_check_relocs): Set has_12bit_branch and
2578         has_17bit_branch as appropriate.
2579         (elf32_hppa_adjust_dynamic_symbol): Set need_plt_stub for
2580         non-local functions.
2581         (elf32_hppa_size_dynamic_sections): Correct setting of reltext.
2582         Add space for plt_stub as needed.
2583         (elf32_hppa_finish_dynamic_symbol): Point .plt entries for global
2584         functions at plt_stub.
2585         (elf32_hppa_finish_dynamic_sections): Write plt_stub.
2586         (elf32_hppa_create_dynamic_sections): Leave .plt executable.
2588         * elf32-hppa.h (elf32_hppa_size_stubs): Add group_size param.
2589         * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.  Use it instead
2590         of fixed size, and if negative, disable handling of input sections
2591         before stub section.  Set up default stub group size depending
2592         on detected branch relocs.
2593         (hppa_build_one_stub): Use lrsel and rrsel for import stubs to
2594         ensure different offsets from sym_value aren't rounded to
2595         different 2k blocks.  Use lrsel and rrsel for other stubs too for
2596         consistency rather than necessity.
2597         (elf32_hppa_check_relocs): Handle R_PARISC_DIR14F.
2598         (final_link_relocate): Likewise.
2599         (elf32_hppa_relocate_section): Likewise.
2601         * elf-hppa.h (elf_hppa_howto_table): Add R_PARISC_DIR14F reloc.
2602         (_bfd_elf_hppa_gen_reloc_type): Generate them.
2603         (elf_hppa_final_link_relocate): Handle them.
2604         (elf_hppa_relocate_insn): Likewise.
2605         (_bfd_elf_hppa_gen_reloc_type): Add missing e_ldsel and e_rdsel cases.
2607 2000-09-26  Hans-Peter Nilsson  <hp@axis.com>
2609         * elfcode.h (elf_object_p): Preserve and clear abfd section
2610         information.  Restore at error.
2612 2000-09-26  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
2614         * peigen.c (_bfd_pei_swap_aouthdr_in): If some DataDirectory
2615         is empty, make sure that its rva also 0. NT loader dislikes
2616         having otherwise.
2618 2000-09-26  Steve Ellcey <sje@cup.hp.com>
2620         * som.c (som_bfd_derive_misc_symbol_info): Make weak symbols
2621         global by default.
2623 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
2625         * elf32-hppa.c (elf32_hppa_check_relocs): Fix weak sym handling in
2626         currently unused RELATIVE_DYNAMIC_RELOCS code.
2627         (hppa_discard_copies): Likewise.
2628         (elf32_hppa_size_stubs): Size `input_list' array correctly.  Correct
2629         comments.  Don't check non-code output sections for stub grouping.
2631 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
2633         * section.c (bfd_get_unique_section_name): Return NULL if
2634         bfd_malloc fails.
2636 2000-09-19  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2638         * elf32-m68k.c (elf_cpu32_plt0_entry): Change the PLT entry 0
2639         instruction sequence to actually work.
2640         (elf_m68k_finish_dynamic_sections): Change the patch-in offset
2641         accordingly.
2643 2000-09-18  Alexandre Oliva  <aoliva@redhat.com>
2645         * elf32-sh.c (sh_elf_relocate_section): Use
2646         _bfd_final_link_relocate to apply the relocation against a section
2647         symbol, when doing relocatable links.
2649 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
2651         * elf32-hppa.c (elf32_hppa_stub_hash_entry): Rename input_section
2652         to id_sec.
2653         (stub_hash_newfunc): Here too.
2654         (hppa_add_stub): And here.
2655         (elf32_hppa_link_hash_table): Remove stub_section_created,
2656         reloc_section_created, first_init_sec and first_fini_sec.  Add
2657         stub_group.
2658         (elf32_hppa_link_hash_table_create): Init to suit.
2659         (hppa_get_stub_entry): Add support for grouping stub sections.
2660         (hppa_add_stub): Likewise.  Remove sec_count param and init/fini
2661         section code.  Index stub vars by section->id.
2662         (elf32_hppa_size_stubs): Likewise.  Remove duplicated function
2663         exit paths.  Zap allocation of above removed vars.  Refine
2664         link-once test.
2666         * elf32-hppa.h (elf32_hppa_size_stubs): Add output_bfd param.
2667         * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
2668         (hppa_get_stub_entry): Pass in pointer to elf32_hppa_link_hash_table
2669         rather than pointer to bfd_link_info.
2670         (hppa_add_stub): Likewise.
2671         (final_link_relocate): Likewise.
2673 2000-09-17  David Huggins-Daines  <dhd@linuxcare.com>
2675         (elf32_hppa_size_stubs): Don't try to build stubs for discarded
2676         link-once sections.
2678 2000-09-16  Alexandre Oliva  <aoliva@redhat.com>
2680         * elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match
2681         ld/emulparams/shelf.sh.
2683 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2685         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): New function.
2686         * bfd-in.h (bfd_m68k_elf32_create_embedded_relocs): Add declaration.
2687         * bfd-in2.h: Regenerate.
2689 2000-09-15  Kenneth Block  <Kenneth.Block@compaq.com>
2691         * elf64-alpha.c (elf64_alpha_relax_with_lituse): ld performs
2692         LITUSE relocations incorrectly if -relax is specified on the ld
2693         command line and the displacement field of the load or store
2694         instruction is non-zero. (Patch by paul.winalski@compaq.com)
2696 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
2698         * elf32-hppa.c (hppa_add_stub): Dont set first_init_sec and
2699         first_fini_sec here.
2700         (elf32_hppa_size_stubs): Instead correctly find the first .init
2701         and .fini section here.
2703 2000-09-15  David Huggins-Daines  <dhd@linuxcare.com>
2705         * elf32-hppa.c (clobber_millicode_symbols): New function.
2706         (elf32_hppa_size_dynamic_sections): Call it.
2708 2000-09-14  Alan Modra  <alan@linuxcare.com.au>
2710         * elf32-hppa.c (elf32_hppa_link_hash_entry): Make pic_call
2711         packed.  Add plabel, plt_abs packed booleans.
2712         (hppa_link_hash_newfunc): Init new fields.
2713         (PLABEL_PLT_ENTRY_SIZE): Define.
2714         (hppa_stub_name): Use size_t len vars.
2715         (hppa_add_stub): Likewise.
2716         (elf32_hppa_build_stubs): Likewise.
2717         (hppa_build_one_stub): Kill some compiler warnings.
2718         (elf32_hppa_check_relocs): Always generate a plt entry for PLABELs
2719         if dynamic linking.  Munge the local plt offsets into
2720         local_got_refcounts.  Set h->plabel for all global PLABELs.  Use
2721         size_t len vars.  Add assert for plabel addend.
2722         (elf32_hppa_gc_sweep_hook): Sweep local plt entries too.
2723         (elf32_hppa_hide_symbol): New function.
2724         (elf_backend_hide_symbol): Define.
2725         (elf32_hppa_adjust_dynamic_symbol): Don't throw away plt entries
2726         with h->plabel set.  Don't make plt entries to have dynamic syms
2727         when they have been forced local.  If plt entry is used by a
2728         plabel, make it PLABEL_PLT_ENTRY_SIZE.
2729         (elf32_hppa_size_dynamic_sections): Set plt_abs for init fns.
2730         Set up .plt offsets for local syms.
2731         (elf32_hppa_relocate_section): Initialise plt entries for local
2732         syms.  Leave weak undefined plabels zero.  Make global plabel
2733         relocs against function symbol, and leave the addend zero.
2734         Use *ABS* DIR32 relocs instead of SEGREL32 for dynamic got relocs.
2735         (elf32_hppa_finish_dynamic_symbol): Set up IPLT relocs for
2736         non-dynamic syms.  Init extra plt for plabels.  Use *ABS* DIR32
2737         relocs instead of SEGREL32 for dynamic got relocs.
2738         (elf32_hppa_finish_dynamic_sections): Reserve one more .got entry.
2739         (elf_backend_got_header_size): Adjust.
2740         (elf32_hppa_set_gp): Calculate an "ideal" LTP.
2742         * elf32-hppa.c (LONG_BRANCH_VIA_PLT): Define.
2743         (hppa_type_of_stub): Use it instead of #if 0
2744         (hppa_discard_copies): Use it here too.
2745         (elf32_hppa_size_dynamic_sections): And here.
2747         * elf32-hppa.c (elf32_hppa_link_hash_table): Remove `offset' field.
2748         (elf32_hppa_link_hash_table_create): And here.
2749         (hppa_build_one_stub): And here.  Instead keep track of stub
2750         offset using _raw_size.
2751         (elf32_hppa_size_stubs): Likewise.
2752         (elf32_hppa_build_stubs): Likewise.
2753         (hppa_size_one_stub): Likewise.  Resize reloc section too.
2755         * elf32-hppa.c (hppa_add_stub): Correct first_init_sec and
2756         first_fini_sec handling.  Don't search for reloc section or set
2757         hplink->reloc_section_created here.
2758         (elf32_hppa_size_stubs): Instead search for reloc sections, and
2759         set reloc_section_created here.
2760         (hppa_handle_PIC_calls): Set ELF_LINK_HASH_NEEDS_PLT.
2761         (elf32_hppa_size_dynamic_sections): Make a .plt entry for DT_INIT
2762         and DT_FINI.
2763         (elf32_hppa_finish_dynamic_sections): Set DT_INIT and DT_FINI.
2765         * elf32-hppa.c (hppa_build_one_stub): Replace `elf_hash_table (info)'
2766         with `hplink->root.'.
2767         (elf32_hppa_check_relocs): Likewise.
2768         (elf32_hppa_gc_sweep_hook): Likewise.
2769         (elf32_hppa_adjust_dynamic_symbol): Likewise.
2770         (hppa_handle_PIC_calls): Likewise.
2771         (elf32_hppa_size_dynamic_sections): Likewise.
2772         (elf32_hppa_set_gp): Likewise.
2773         (elf32_hppa_relocate_section): Likewise.
2774         (elf32_hppa_finish_dynamic_symbol): Likewise.
2775         (elf32_hppa_finish_dynamic_sections): Likewise.
2777         From  David Huggins-Daines  <dhd@linuxcare.com>
2778         * elf32-hppa.c (hppa_type_of_stub): Generate import stubs for
2779         defined weak symbols in shared links.
2780         (final_link_relocate): Calls to defined weak symbols in shared
2781         objects must go via import stubs, as the target might not be known
2782         at link time.
2784 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
2786         * elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
2787         R_SH_COPY, R_SH_GLOB_DAT, R_SH_JMP_SLOT, R_SH_RELATIVE,
2788         R_SH_GOTOFF, R_SH_GOTPC) to the range from 160 to 167.  Replaced
2789         the original entries with EMPTY_HOWTOs, and added new ones to fill
2790         in the gap.
2791         (sh_elf_info_to_howto): Make sure the new gap isn't used.
2792         (sh_elf_relocate_section): Likewise.
2794 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
2796         * cpu-mips.c (arch_info_struct): Add mips:4K
2797         * bfd-in2.h (bfd_mach_mips4K): New define.
2798         * archures.c: Add bfd_mach_mips4K to comment.
2799         * elf32-mips.c (_bfd_mips_elf_final_write_processing): Return
2800         E_MIPS_ARCH_2 for bfd_mach_mips4K.
2802 2000-09-13  Marco Franzen <marcof@thyron.com>
2804         * som.c (som_write_symbol_strings): Do not used fixed buffers,
2805         use size_t as a counter.
2806         (som_write_space_strings): Similarly.
2808 2000-09-12  Jason Eckhardt  <jle@cygnus.com>
2810         * elf32-i860.c (elf32_i860_relocate_pc26): New function
2811         and prototype.
2812         (elf32_i860_relocate_section): Invoke new function from here.
2814 2000-09-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2816         * elf.c (_bfd_elf_make_section_from_shdr): Make debug_sec_names
2817         static.
2819 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2821         * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): Emit 8 NULs for
2822         target section name instead of dumping core when the target symbol is
2823         undefined.
2825 2000-09-09  Kazu Hirata  <kazu@hxi.com>
2827         * riscix.c: Remove DEFUN.
2829 2000-09-08  Nick Clifton  <nickc@redhat.com>
2831         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Do not
2832         initialise flags in output bfd if the input bfd is the default
2833         architecture with the default flags.
2835 2000-09-08  Kazu Hirata  <kazu@hxi.com>
2837         * archive.c: Fix formatting.
2838         * coff-arm.c: Likewise.
2839         * doc/chew.c: Likewise.
2841 2000-09-08  Alan Modra  <alan@linuxcare.com.au>
2843         * section.c (bfd_get_unique_section_name): Put a dot before the
2844         numeric suffix.
2846 2000-09-07  Kazu Hirata  <kazu@hxi.com>
2848         * doc/chew.c: Remove all uses of DEFUN and DEFUN_VOID.
2849         * elf.c: Fix formatting.
2851 2000-09-07  Alexandre Oliva  <aoliva@redhat.com>
2853         * config.bfd (sh-*-linux*): Added.
2854         * configure.in (bfd_elf32_shlin_vec, bfd_elf32_shblin_vec): New.
2855         * targets.c: Declare them.
2856         * elf32-sh-lin.c: New file.
2857         * Makefile.am: Compile it.
2858         * elf32-sh.c: Don't override defines from elf32-sh-lin.c.
2859         * configure, Makefile.in: Rebuilt.
2861 2000-09-06  Geoffrey Keating  <geoffk@cygnus.com>
2863         * xcofflink.c (xcoff_link_input_bfd): Include the .tocbss
2864         pseduo-section when determining where the TOC ends.
2866         * coff-rs6000.c (_bfd_xcoff_swap_aux_out): Use bfd_h_put_16 to
2867         output x_tvndx as it is only two bytes wide.
2869         * coff-rs6000.c (xcoff_howto_table): A modifiable branch-absolute
2870         reloc is 26 or 32 bits wide.
2872         * coff-rs6000.c (_bfd_xcoff_rtype2howto): The bitsize is irrelevant
2873         for relocs that don't change anything.  Also look at the full
2874         6 bits of bitsize.
2876 2000-09-06  Philip Blundell  <philb@gnu.org>
2878         * config.bfd (arm*-*-uclinux*): New target.
2880 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
2882         * configure: Rebuilt with new libtool.m4.
2884 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
2886         * section.c (bfd_get_unique_section_name): Avoid c++ reserved
2887         word for variable name.
2888         * bfd-in2.h: Regenerate.
2890 2000-09-05  Nick Clifton  <nickc@redhat.com>
2892         * config.in: Regenerate.
2893         * libbfd.h: Regenerate.
2894         * po/bfd.pot: Regenerate.
2895         * doc/bfdint.texi: Remove CVS date string - it foils compares with
2896         local versions.
2898 2000-09-05  Steven Johnson  <sbjohnson@ozemail.com.au>
2900         * cpu-powerpc.c  (arch_info_struct): Added MPC860 Family entry.
2902 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
2904         Shared library and PIC support.
2905         * elf32-hppa.c (PLT_ENTRY_SIZE): New.
2906         (GOT_ENTRY_SIZE): New.
2907         (ELF_DYNAMIC_INTERPRETER): New.
2908         (STUB_SUFFIX): Define.
2909         (LONG_BRANCH_PIC_IN_SHLIB): Define.
2910         (RELATIVE_DYNAMIC_RELOCS): Define.
2911         (enum elf32_hppa_stub_type): New.
2912         (struct elf32_hppa_stub_hash_entry): Rename offset to
2913         stub_offset.  Add a number of new fields.
2914         (struct elf32_hppa_link_hash_entry): New.
2915         (struct elf32_hppa_link_hash_table): Add numerous fields.  Remove
2916         global_value.
2917         (elf32_hppa_hash_table): Rename to hppa_link_hash_table.
2918         (elf32_hppa_stub_hash_lookup): Rename to hppa_stub_hash_lookup.
2919         (elf32_hppa_stub_hash_newfunc): Rename to stub_hash_newfunc.  Init
2920         new fields.
2921         (hppa_link_hash_newfunc): New function.
2922         (elf32_hppa_link_hash_table_create): Use above function. Init new
2923         fields.
2924         (elf32_hppa_stub_name): Rename to hppa_stub_name.  Pass in reloc
2925         instead of addend, and remove sym_name from args.  Don't use
2926         symbol name for local syms, instead use sym index.
2927         (elf32_hppa_size_of_stub): Rename to hppa_type_of_stub, and return
2928         stub type rather than size.  Pass in hash and handle import stub
2929         case.  Also pass in reloc instead of offset so we can calculate
2930         PCREL22F and PCREL12F branches properly.
2931         (elf32_hppa_build_one_stub): Rename to hppa_build_one_stub.  Build
2932         import and export stubs too.
2933         (elf32_hppa_size_one_stub): Rename to hppa_size_one_stub.  Handle
2934         import and export stub sizing.
2935         (elf32_hppa_check_relocs): New function.
2936         (elf32_hppa_adjust_dynamic_symbol): New function.
2937         (hppa_discard_copies): New function.
2938         (elf32_hppa_size_dynamic_sections): New function.
2939         (elf_backend_size_dynamic_sections): Define.
2940         (elf32_hppa_finish_dynamic_symbol): New function.
2941         (elf_backend_finish_dynamic_symbol): Define.
2942         (elf32_hppa_size_stubs): Stash params in link hash table, and move
2943         some local vars into the link hash table too.  For shared links,
2944         trundle over function syms, generating export stubs.  Handle
2945         PCREL22F branches.  Break out stub creation code from here..
2946         (hppa_add_stub): .. to here.  New function.
2947         (elf32_hppa_final_link): Rename to elf32_hppa_set_gp, and don't
2948         call the bfd linker.  Use elf_gp to record global pointer.
2949         Calculate a value from sections if $global$ is missing.
2950         (bfd_elf32_bfd_final_link): Define as _bfd_elf32_gc_common_final_link.
2951         (elf32_hppa_gc_mark_hook): New function.
2952         (elf_backend_gc_mark_hook): Define.
2953         (elf32_hppa_gc_sweep_hook): New function.
2954         (elf_backend_gc_sweep_hook): Define.
2955         (elf32_hppa_bfd_final_link_relocate): Rename to final_link_relocate.
2956         Add rel to args, and remove howto, input_bfd, offset, addend,
2957         sym_name as we can recalculate these locally.  Handle calls to
2958         dynamic objects, extra PIC relocs, PCREL22F branches.  Change
2959         handling of undefined weak syms.  Check that stubs are in range.
2960         Only look for import stubs on PCREL17F and PCREL22F relocs.  Add
2961         message on hitting a DPREL21L reloc that needs fixing.  Subtract
2962         off PC for PCREL14F.  Break out code that does a stub lookup from
2963         here..
2964         (hppa_get_stub_entry): ..to here.  New function.
2965         (elf32_hppa_relocate_insn): Merge into final_link_relocate.
2966         (elf32_hppa_relocate_section): Handle got and plt relocs, dynamic
2967         relocs, etc. etc.
2968         (elf32_hppa_finish_dynamic_sections): New function.
2969         (elf_backend_finish_dynamic_sections): Define.
2970         (elf_backend_final_write_processing) Define.
2971         (hppa_handle_PIC_calls): New function.
2972         (elf32_hppa_build_stubs): Call it.  Pass link_info to
2973         hppa_build_one_stub.
2974         (elf32_hppa_create_dynamic_sections): New function
2975         to create .plt and .got then set .plt flags correctly.
2976         (elf_backend_create_dynamic_sections): Define.
2977         (elf32_hppa_object_p): New function.
2978         (elf_backend_object_p): Define.
2979         (elf32_hppa_elf_get_symbol_type): New function.
2980         (elf_backend_get_symbol_type): Define.
2981         (elf_backend_can_gc_sections): Define.
2982         (elf_backend_want_got_plt): Define.
2983         (elf_backend_plt_alignment): Set to 2.
2984         (elf_backend_plt_readonly): Define.
2985         (elf_backend_want_plt_sym): Define.
2986         (elf_backend_got_header_size): Reserve one entry.
2988         * elf32-hppa.h (elf32_hppa_build_stubs): Don't pass stub bfd.
2989         (elf32_hppa_size_stubs): Pass in multi_subspace.
2990         (elf32_hppa_set_gp): Declare.
2992         * section.c (SEC_HAS_GOT_REF): Define new flag for asection.
2993         (bfd_get_unique_section_name): New function.
2994         * bfd-in2.h: Regenerate.
2996         * elf64-hppa.c (elf64_hppa_check_relocs): Handle R_PARISC_PCREL12F.
2997         (elf64_hppa_size_dynamic_sections): Remove the FIXME at bfd_zalloc
2998         comment.
3000         From  David Huggins-Daines  <dhd@linuxcare.com>
3001         * elf64-hppa.c (elf64_hppa_check_relocs): Fix a warning.
3002         (elf64_hppa_mark_exported_functions): Set dyn_h->st_shndx.
3003         (elf64_hppa_link_output_symbol_hook): Test dyn_h->st_shndx has
3004         been updated in finish_dynamic_symbol before modifying function
3005         symbol.
3007         * elf-hppa.h (elf_hppa_howto_table): Restructure into groups of
3008         eight entries.  Replace NULL with bfd_elf_generic_reloc.  Add
3009         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT and R_PARISC_PCREL12F.
3010         (_bfd_elf_hppa_gen_reloc_type): Handle R_PARISC_GNU_VT*.  Add some
3011         comments.  Handle format == 12 for R_HPPA_PCREL_CALL.
3012         (elf_hppa_final_link_relocate): Handle R_PARISC_PCREL12F.
3013         (elf_hppa_relocate_insn): Likewise.  Reformat some comments.
3014         (elf_hppa_final_write_processing): Expose it for ARCH_SIZE == 32.
3016         From David Huggins-Daines  <dhd@linuxcare.com>
3017         * elf-hppa.h (elf_hppa_is_local_label_name): Accept the SysV/ELF
3018         style of local labels as well.
3020 2000-09-03  Philip Blundell  <philb@gnu.org>
3022         * elf32-arm.h (elf32_arm_relocate_section): Don't try to relocate
3023         references to undefined symbols in debugging sections.
3025 2000-09-02  H.J. Lu  <hjl@gnu.org>
3027         * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
3028         BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE,
3029         BFD_RELOC_SH_GOTPC): Move them from the MIPS section to the SH
3030         section.
3032 2000-09-02  Jason Eckhardt  <jle@cygnus.com>
3034         * elf32-i860.c (bfd_elf32_bfd_is_local_label_name): Define macro.
3035         (elf32_i860_is_local_label_name): New function and prototype.
3037 2000-09-02  Nick Clifton  <nickc@redhat.com>
3039         * configure.in: Increase version number to 2.10.91.
3040         * configure: Regenerate.
3041         * aclocal.m4: Regenerate.
3042         * config.in: Regenerate.
3043         * po/bfd.pot: Regenerate.
3045 2000-09-02  Daniel Berlin <dberlin@redhat.com>
3047         * elf.c (_bfd_elf_make_section_from_shdr): Add
3048         .gnu.linkobce.wi. to the list of debug section names.
3050 2000-09-02  Nick Clifton  <nickc@redhat.com>
3052         * dwarf2.c (find_debug_info): New function: Locate a section
3053         containing dwarf2 debug information.
3054         (bfd_dwarf2_find_nearest_line): Find all sections containing
3055         debug information and include them in the stash.
3057 2000-09-01  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
3059         * elf32-sh.c (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
3060         R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New.
3061         (sh_reloc_map): Add new relocs.
3062         (sh_elf_check_relocs, sh_elf_link_hash_newfunc,
3063         sh_elf_link_hash_table_create, sh_elf_adjust_dynamic_symbol,
3064         sh_elf_size_dynamic_sections, sh_elf_finish_dynamic_symbol,
3065         sh_elf_finishe_dynamic_sections, sh_elf_discard_copies): New
3066         functions.
3067         (ELF_DYNAMIC_INTERPRETER, PLT_ENTRY_SIZE): Define.
3068         (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
3069         elf_sh_plt_entry_be, elf_sh_plt_entry_le,
3070         elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
3071         New array constants.
3072         (elf_sh_plt0_entry, elf_sh_plt_entry, elf_sh_pic_plt_entry):
3073         New variables.
3074         (elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
3075         elf_sh_plt0_linker_offset, elf_sh_plt0_gotid_offset,
3076         elf_sh_plt_temp_offset, elf_sh_plt_symbol_offset,
3077         elf_sh_plt_reloc_offset): Define.
3078         (elf_sh_pcrel_relocs_copied, elf_sh_link_hash_entry,
3079         elf_sh_link_hash_table): New structs.
3080         (sh_elf_link_hash_traverse, sh_elf_hash_table): New macros.
3081         (sh_elf_relocate_section, sh_elf_check_relocs): Handle new
3082         relocation types.
3083         (elf_backend_create_dynamic_sections,
3084         bfd_elf32_bfd_link_hash_table_create,
3085         elf_backend_adjust_dynamic_symbol,
3086         elf_backend_size_dynamic_sections,
3087         elf_backend_finish_dynamic_symbol,
3088         elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
3089         elf_backend_plt_readonly, elf_backend_want_plt_sym,
3090         elf_backend_got_header_size, elf_backend_plt_header_size):
3091         Define.
3092         * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
3093         BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE, BFD_RELOC_SH_GOTPC):
3094         New relocs.
3095         * bfd-in2.h, libbfd.h: Rebuilt.
3097 2000-09-01  Alan Modra  <alan@linuxcare.com.au>
3099         * elf32-i386.c (elf_i386_finish_dynamic_symbol): Revert 2000-08-27
3100         change.
3102 2000-08-31  J"orn Rennecke <amylaar@cygnus.co.uk>
3104         * elf32-sh.c (sh_elf_merge_private_data): If ibfd's elf header flags
3105         not initialized, set them to indicate the SH1 instruction set.
3107 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
3109         * acinclude.m4: Include libtool and gettext macros from the
3110         top level.
3111         * aclocal.m4, configure: Rebuilt.
3113 2000-08-29  Michael Snyder  <msnyder@seadog.cygnus.com>
3115         * elf.c: Eliminate references to __sparcv9 macro; replace with
3116         autoconf variables HAVE_PSINFO32_T etc.
3117         * configure.in: Auto-configure HAVE_PSINFO_32_T, HAVE_PRPSINFO32_T,
3118         HAVE_PSTATUS32_T, HAVE_PRSTATUS32_T, HAVE_PRSTATUS32_T_PR_WHO.
3119         * config.in: Ditto.
3120         * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE) define _SYSCALL32 so it can
3121         detect the above typedefs.  (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Ditto.
3122         * aclocal.m4: Ditto.
3123         * configure: Regenerate.
3125 2000-08-27  Alan Modra  <alan@linuxcare.com.au>
3127         * elf32-i386.c (elf_i386_check_relocs): Keep info on relocs copied
3128         for any shared link, not just shared -Bsymbolic.
3129         (elf_i386_size_dynamic_sections): Call elf_i386_discard_copies on
3130         any shared link, and pass link info to it.
3131         (elf_i386_size_dynamic_sections): Update comment.
3132         (elf_i386_discard_copies): Modify to discard relocs for symbols
3133         that have been forced local.
3134         (elf_i386_finish_dynamic_symbol): Don't copy relocs for symbols
3135         that have been forced local.
3137 2000-08-24  Denis Chertykov  <denisc@overta.ru> & Nick Clifton  <nickc@redhat.com>
3139         * elflink.h (elf_link_add_object_symbols): Allow common
3140         symbols to have an alignment of 1 if explicitly requested, and
3141         not overridden by other definitions.
3143 2000-08-22  Doug Kwan <dkwan@transmeta.com>
3145         * coff-w65.c (CREATE_LITTLE_COFF_TARGET): Fix typo.
3146         * coffcode.h (coff_set_flags): Add detection of w65 architecture.
3148 2000-08-22  H.J. Lu  <hjl@gnu.org>
3150         * elf-bfd.h (elf_link_hash_table): Add runpath.
3152         * bfd-in.h (bfd_elf_get_runpath_list): New prototype.
3153         * bfd-in2.h: Rebuilt.
3155         * elf.c (_bfd_elf_link_hash_table_init): Initialize the
3156         "runpath" field to NULL.
3157         (bfd_elf_get_runpath_list): New function.
3159         * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and
3160         DT_RUNPATH entries.
3162 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
3164         * elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W,
3165         R_SH_DIR8WPN, R_SH_DIR8WPZ, R_SH_DIR8WPL]: Handle them
3166         explicitly.  Improve validation of r_type.
3168 2000-08-21  H.J. Lu  <hjl@gnu.org>
3170         * elf32-i386.c (elf_i386_size_dynamic_sections): Zero out the
3171         dynamic allocated content space.  Add a comment to remind us that
3172         one day this ought to be fixed.
3173         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
3174         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
3175         * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
3177 2000-08-21  Jason Eckhardt  <jle@cygnus.com>
3179         * elf32-i860.c (elf32_i860_relocate_pc16): Just write the immediate
3180         field with the newly relocated value instead of adding it to the
3181         existing immediate field.
3182         (elf32_i860_relocate_splitn): Likewise.
3183         (elf32_i860_relocate_highadj): Likewise.
3185 2000-08-16  Jason Eckhardt  <jle@cygnus.com>
3187         * elf32-i860.c (elf32_i860_relocate_pc16): Implemented function (it
3188         was previously just a stub).
3190 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
3192         * elflink.c (_bfd_elf_create_got_section): Don't abort().
3193         Formatting fixes.
3194         (_bfd_elf_create_dynamic_sections): Likewise.
3196 2000-08-16  Andrew Macleod  <amacleod@cygnus.com>
3198         * elf64-sparc.c (sparc64_elf_relocate_section): Set relocation address
3199         for undefined symbols to be the beginning of the section.
3201         * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Don't allocate
3202         four extra entries at the beginning of the .rela.plt section.
3203         (sparc64_elf_finish_dynamic_symbol): Adjust the offset in the .rela.plt
3204         section to account for the four reserved entries in the .plt section.
3206 2000-08-15  Geoffrey Keating  <geoffk@cygnus.com>
3208         * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Add ori r0,r0,0
3209         to the list of NOPs we recognize after a branch-and-link.
3210         Use the ori NOP when one is needed.
3212         * coff-rs6000.c (_bfd_xcoff_slurp_armap): Finish implementation
3213         for large archives.
3215 2000-08-14  Jim Wilson  <wilson@cygnus.com>
3217         * elf64-ia64.c (elf64_ia64_merge_private_bfd_data): Handle
3218         EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP, and EF_IA_64_NOFUNCDESC_CONS_GP.
3219         (elf64_ia64_print_private_bfd_data): Likewise.  Also handle
3220         EF_IA_64_ABSOLUTE.
3222 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
3224         * elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
3226 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
3228         * elf32-i860.c (elf32_i860_relocate_section): New function.
3229         (i860_final_link_relocate): New function.
3230         (elf32_i860_relocate_splitn): New function.
3231         (elf32_i860_relocate_pc16): New function.
3232         (elf32_i860_relocate_highadj): New function.
3233         (elf32_i860_howto): Minor adjustments to some relocations.
3234         (elf_info_to_howto_rel): Define.
3235         (elf_backend_relocate_section): Define.
3237 2000-08-10  Nick Clifton  <nickc@cygnus.com>
3239         * elf32-arm.h: Fix formatting.
3241 2000-08-10  Bernd Schmidt  <bernds@cygnus.co.uk>
3243         * elf32-sh.c (sh_elf_reloc_loop): Make LAST_SYMBOL_SECTION static.
3245 2000-08-08  Jason Eckhardt  <jle@cygnus.com>
3247         * elf32-i860.c (elf32_i860_howto_table): Updated some fields.
3249 2000-08-07  Kazu Hirata  <kazu@hxi.com>
3251         * ieee.c (ieee_write_debug_part): Rewrite a comment.
3252         * elf64-ia64.c: Fix a typo.
3254 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
3256         * elf32-i860.c (elf32_i860_howto_table): New structure.
3257         (lookup_howto): New function.
3258         (elf32_i860_reloc_type_lookup): New function.
3259         (elf32_i860_info_to_howto_rela): New function.
3260         (elf_code_to_howto_index): New structure.
3261         (elf_info_to_howto): Re-define as elf32_i860_info_to_howto_rela.
3262         (bfd_elf32_bfd_reloc_type_lookup): Re-define as
3263         elf32_i860_reloc_type_lookup.
3265 2000-08-04  Rodney Brown  <RodneyBrown@pmsc.com>
3267         * som.c (struct fixup_format): Constify `format'.
3268         (som_hppa_howto_table): Use SOM_HOWTO macro.
3269         (try_prev_fixup, hppa_som_reloc): Decorate unused parameter.
3270         (som_bfd_reloc_type_lookup): Likewise.
3271         (compare_subspaces): Remove unused `count1', `count2'.
3272         (som_begin_writing): Remove unused `total_reloc_size'.
3273         (som_bfd_derive_misc_symbol_info): Decorate unused parameter.
3274         (som_print_symbol, som_bfd_is_local_label_name): Likewise.
3275         (som_set_reloc_info): Constify `cp'. Remove unused `addend'.
3276         (som_find_nearest_line): Decorate unused parameter(s).
3277         (som_sizeof_headers, som_get_symbol_info, som_write_armap): Likewise.
3278         (som_bfd_link_split_section): Likewise.
3280 2000-08-03  Nick Clifton  <nickc@cygnus.com>
3282         * section.c: Restore backed out code.
3283         * elf.c: Restore backed out code.
3284         (copy_private_bfd_data): Fix bug preventing stipped dynamic
3285         binaries from working.
3286         * bfd-in2.h: Regenerate.
3288 2000-08-03  H.J. Lu  <hjl@gnu.org>
3290         * section.c: Back out the change made by Nick Clifton
3291         <nickc@cygnus.com> on 2000-07-31. It breaks stripping dynamic
3292         binaries.
3293         * bfd-in2.h: Likewise.
3294         * elf.c: Likewise.
3296 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
3298         * elf32-sh.c (sh_elf_reloc_loop): Warning removal.
3300 2000-07-31  Jason Eckhardt  <jle@cygnus.com>
3302         * reloc.c (BFD_RELOC_860_*): New bfd relocs for i860.
3303         * bfd-in2.h, libbfd.h: Regenerate.
3305 2000-07-31  Nick Clifton  <nickc@cygnus.com>
3307         * section.c (struct sec): Add new boolean field 'segment_mark'.
3308         (STD_SECTION): Initialise new field to zero.
3310         * bfd-in2.h: Regenerate.
3312         * elf.c (copy_private_bfd_data): Reorganise section to segment
3313         mapping to cope with moved sections requiring new segments,
3314         and overlapping segments.
3315         (SEGMENT_END): New macro: Return the end address of a segment.
3316         (IS_CONTAINED_BY_VMA): New macro: Determine if a segment
3317         contains a section by comparing their VMA addresses.
3318         (IS_CONTAINED_BY_LMA): New macro: Determine if a segment
3319         contains a section by comparing their LMA addresses.
3320         (INCLUDE_SECTION_IN_SEGMENT): New macro: Determine if a
3321         section should be included in a segment.
3322         (SEGMENT_AFTER_SEGMENT): New macro: Determine if one segment
3323         follows another in memory.
3324         (SEGMENT_OVERLAPS_SEGMENT): New macro: Determine if two
3325         segments overlap.
3327 2000-07-22  Jason Eckhardt  <jle@cygnus.com>
3329         * cpu-i860.c: Added comments.
3331         * elf32-i860.c (TARGET_LITTLE_SYM): Defined to
3332         bfd_elf32_i860_little_vec.
3333         (TARGET_LITTLE_NAME): Defined to "elf32-i860-little".
3334         (ELF_MAXPAGESIZE): Changed to 4096.
3336         * targets.c (bfd_elf32_i860_little_vec): Declaration of
3337         new target.
3338         (bfd_target_vector): Added bfd_elf32_i860_little_vec.
3340         * config.bfd (i860-stardent-sysv4*, i860-stardent-elf*): Added
3341         config for little endian elf32 i860.
3342         (targ_defvec): Define for the new config above
3343         as "bfd_elf32_i860_little_vec".
3344         (targ_selvecs): Define for the new config above
3345         as "bfd_elf32_i860_vec bfd_elf32_i860_little_vec"
3347         * configure.in (bfd_elf32_i860_little_vec): Added recognition
3348         of new target vec.
3350         * configure: Regenerated.
3352 2000-07-27  H.J. Lu  <hjl@gnu.org>
3354         * elflink.h (elf_merge_symbol): Take one more argument,
3355         dt_needed, to indicate if the symbol comes from a DT_NEEDED
3356         entry. Don't overide the existing weak definition if dt_needed
3357         is true.
3358         (elf_link_add_object_symbols): Pass dt_needed to
3359         elf_merge_symbol ().
3361 2000-07-27  Nick Clifton  <nickc@cygnus.com>
3363         * elflink.h (elf_link_size_reloc_section): Zeroes the section's
3364         allocated contents.
3366 2000-07-25  Geoffrey Keating  <geoffk@cygnus.com>
3368         * configure.host (*-*-aix*): AIX has 'long long' always.
3370         * coff-rs6000.c (xcoff_write_one_armap_big): New procedure.
3371         (xcoff_write_armap_big): Write both 32-bit and 64-bit armaps.
3372         (xcoff_write_archive_contents_big): Don't update the offset
3373         of the symbol table, xcoff_write_armap will do it.
3375 2000-07-23  Ulf Carlsson  <ulfc@engr.sgi.com>
3377         * elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead
3378         of dynobj for SGI_COMPAT checks.
3380 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3382         * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): New function.
3383         * bfd-in.h (bfd_m68k_coff_create_embedded_relocs): Add declaration.
3384         * bfd-in2.h: Regenerate.
3386 2000-07-21  Nick Clifton  <nickc@cygnus.com>
3388         * elf32-mips.c (_bfd_mips_elf_check_relocs): Detect out of
3389         range symbol indices in relocs and issue an error message.
3391 2000-07-20  H.J. Lu  <hjl@gnu.org>
3393         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't check
3394         info->new_dtags when setting DT_FLAGS_1. It will only be set
3395         by the new linker options. It shouldn't break anything.
3397 2000-07-20  H.J. Lu  <hjl@gnu.org>
3399         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set DT_FLAGS_1
3400         only if info->new_dtags is true.
3402 2000-07-20  H.J. Lu  <hjl@gnu.org>
3404         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set
3405         DT_RUNPATH and DT_FLAGS only if info->new_dtags is true.
3407 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
3409         * Makefile.am (ALL_MACHINES): Add cpu-cris.lo.
3410         (ALL_MACHINES_CFILES): Add cpu-cris.c.
3411         (BFD32_BACKENDS): Add aout-cris.lo and elf32-cris.lo.
3412         (BFD32_BACKENDS_CFILES): Add aout-cris.c and elf32-cris.c.
3413         (cpu-cris.lo, aout-cris.lo, elf32-cris.lo): New rules.
3414         * Makefile.in: Rebuild.
3415         * aclocal.m4: Rebuild.
3416         * aoutx.h (NAME(aout,machine_type)): Add case for bfd_arch_cris.
3417         * archures.c (enum bfd_architecture): Add bfd_arch_cris.
3418         (bfd_cris_arch): Declare.
3419         (bfd_archures_list): Add bfd_cris_arch.
3420         * bfd-in2.h: Rebuild.
3421         * config.bfd: (cris-*-*): New target.
3422         * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vectors.
3423         * configure: Rebuild.
3424         * elf.c (prep_headers): Add bfd_arch_cris.
3425         * libbfd.h: Rebuild.
3426         * libaout.h (enum machine_type): Add M_CRIS.
3427         * reloc.c: Add CRIS relocations.
3428         * targets.c (bfd_elf32_cris_vec, cris_aout_vec): Declare.
3429         (bfd_target_vect): Add bfd_elf32_cris_vec and cris_aout_vec.
3430         * cpu-cris.c, aout-cris.c, elf32-cris.c: New files.
3431         * po/POTFILES.in, po/bfd.pot: Regenerate.
3433 2000-07-19  H.J. Lu  <hjl@gnu.org>
3435         * elf32-arm.h (elf32_arm_size_dynamic_sections): Also set
3436         DF_TEXTREL if DT_TEXTREL is set.
3437         * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
3438         * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
3439         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
3440         * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Likewise.
3441         * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
3442         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
3443         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
3444         * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
3445         * elf64-ia64.c (elf64_ia64_size_dynamic_sections): Likewise.
3446         * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
3448         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also
3449         set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if
3450         DT_RPATH is set.
3451         Set the DT_FLAGS and DT_FLAGS_1 entries if necessary.
3453 2000-07-19  H.J. Lu  <hjl@gnu.org>
3455         * bfd-in.h (bfd_elf_set_dt_needed_soname): New.
3456         * bfd-in2.h: Rebuild.
3458         * elf-bfd.h (elf_obj_tdata): Add dt_soname.
3459         (elf_dt_soname): New.
3461         * elf.c (bfd_elf_set_dt_needed_soname): New.
3463         * elflink.h (elf_link_add_object_symbols): Add the DT_NEEDED
3464         entry if the shared object loaded by DT_NEEDED is used to
3465         resolve the reference in a regular object.
3467 2000-07-19  H.J. Lu  <hjl@gnu.org>
3469         * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_CONFIG,
3470         DT_DEPAUDIT and DT_AUDIT as strings.
3472 2000-07-19  Nick Clifton  <nickc@cygnus.com>
3474         * format.c: Fix formatting.
3476 2000-07-19  H.J. Lu  <hjl@gnu.org>
3478         * elf.c (_bfd_elf_print_private_bfd_data): Fix DT_CHECKSUM.
3480 2000-07-19  H.J. Lu  <hjl@gnu.org>
3482         * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_BIND_NOW,
3483         DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
3484         DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
3485         DT_PLTPADSZ, DT_MOVEENT, DT_MOVESZ, DT_FEATURE, DT_POSFLAG_1,
3486         DT_SYMINSZ, DT_SYMINENT, DT_CONFIG, DT_DEPAUDIT, DT_AUDIT,
3487         DT_PLTPAD, DT_MOVETAB, DT_SYMINFO, DT_RELACOUNT, DT_RELCOUNT,
3488         DT_FLAGS_1, DT_USED and DT_CHECKSUM.
3490 2000-07-18  Andrew Cagney  <cagney@b1.cygnus.com>
3492         * elf.c (bfd_elf_get_sign_extend_vma, bfd_elf_get_arch_size): Move
3493         renamed functions from here...
3494         (assign_section_numbers): Use renamed functions.
3495         (prep_headers): Use renamed functions.
3497         * bfd.c (bfd_get_sign_extend_vma, bfd_get_arch_size): ...To here.
3498         * bfd-in.h (bfd_get_sign_extend_vma, bfd_get_arch_size): Update.
3499         * bfd-in2.h: Regenerate.
3501 2000-07-18  Ulf Carlsson  <ulfc@engr.sgi.com>
3503         * elf32-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Add
3504         parenthesis in if statement.
3506 2000-07-17  Koundinya K  <kk@ddeorg.soft.net>
3508         Enable the support for Traditional MIPS.
3509         * elf32-mips.c (IRIX_COMPAT): Recognize bfd_elf32_tradbigmips_vecand
3510         return ict_none appropriately for traditional mips targets.
3511         (STUB_LW): Change 0x8f998000 to 0x8f998010 for traditional mips.
3512         (STUB_MOVE): Conditionalize for traditonal mips.
3513         (STUB_LI16): Likewise.
3514         (_bfd_mips_elf_modify_segment_map): Conditionalize to avoid making
3515         room for RTPROC header.
3516         (_bfd_mips_elf_modify_segment_map): For a normal mips executable set
3517         the permission for the PT_DYNAMIC as read, write and execute.
3518         (mips_elf_calculate_relocation): Check for the symbol _DYNAMIC_LINKING
3519         for traditonal mips.
3520         (_bfd_mips_elf_create_dynamic_sections): Add the symbol
3521         _DYNAMIC_LINKING for traditonal mips.
3522         (_bfd_mips_elf_create_dynamic_sections): Add the symbol __RLD_MAP
3523         in case of traditonal mips.
3524         (_bfd_mips_elf_adjust_dynamic_symbol): Create a stub only if a PLT
3525         entry is required. For a function if PLT is not required then set the
3526         corresponding hash table entry to 0.
3527         (_bfd_mips_elf_size_dynamic_sections): Add DT_DEBUG entry for
3528         traditonal mips.
3529         (_bfd_mips_elf_finish_dynamic_symbol): for a undefined symbol in a
3530         shared object set the value to 0.
3531         (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol
3532         _DYNAMIC_LINKING for traditonal mips.
3533         (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol __RLD_MAP
3534         for traditonal mips.
3536 2000-07-15  H.J. Lu  <hjl@gnu.org>
3538         * aoutx.h (translate_to_native_sym_flags): Handle BSF_LOCAL.
3540 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
3542         * libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing
3543         out a structure that is BFD_IN_MEMORY.
3545 2000-07-11  Alan Modra  <alan@linuxcare.com.au>
3547         * elf64-hppa.c (get_dyn_name): Pass in section pointer instead of
3548         bfd pointer.  Print section id instead of bfd pointer for local
3549         syms.  Prefix addend with `+' for global syms as well as local.
3550         Correct calculation of name component lengths.
3551         (elf64_hppa_check_relocs): Update call to get_dyn_name.
3553         From David Huggins-Daines  <dhd@linuxcare.com>
3554         * elf-hppa.h (elf_hppa_relocate_section): Update calls here too.
3555         * elf64-hppa.c (elf64_hppa_check_relocs): Fix some warnings.
3556         (elf64_hppa_modify_segment_map): Likewise.
3558 2000-07-11  Andrew Cagney  <cagney@b1.cygnus.com>
3560         * elf.c (bfd_elf_get_sign_extend_vma): Return tendency of VMA
3561         addresses to be "naturally" sign extended.  Return -1 if unknown.
3562         * bfd-in.h (bfd_elf_get_sign_extend_vma): Add declaration.
3563         * bfd-in2.h: Regenerate.
3565 2000-07-11  Andrew Cagney  <cagney@b1.cygnus.com>
3567         * ecoffswap.h (ecoff_get_off, ecoff_put_off): Add ECOFF_SIGNED_32
3568         and ECOF_SIGNED_64 to list ways to extract an offset.
3569         (ecoff_swap_fdr_in, ecoff_swap_fdr_out, ecoff_swap_pdr_in,
3570         ecoff_swap_pdr_out, ecoff_swap_ext_in, ecoff_swap_ext_out):
3571         Update.
3572         * elf64-mips.c (ECOFF_SIGNED_64): Define instead of ECOFF_64.
3573         * elf32-mips.c (ECOFF_SIGNED_32): Define instead of ECOFF_32.
3575 2000-07-11  Andrew Cagney  <cagney@b1.cygnus.com>
3577         * elfcode.h (elf_object_p): Use bfd_set_start_address and not
3578         bfd_get_start_address.
3579         (elf_swap_ehdr_in): Sign extend e_entry when applicable.
3580         (elf_swap_ehdr_out): Ditto.
3582 2000-07-10  Alexander Aganichev  <AAganichev@hypercom.com>
3584         * archures.c (bfd_default_scan): Add set of bfd_mach_ cases for
3585         compatibility with older binutils.
3587 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
3589         * section.c (bfd_make_section_anyway): Start section_id at 0x10.
3590         (STD_SECTION): Avoid negative ids, instead use 0 to 3.
3592         From Ryan Bradetich  <rbradetich@uswest.net>
3593         * dwarf1.c (parse_die): Cure signed/unsigned char warnings.
3594         (parse_line_table): Ditto.
3595         (_bfd_dwarf1_find_nearest_line): Ditto.
3596         * syms.c (cmpindexentry): Remove extra `*' from params.
3598 2000-07-09  Koundinya K  <kk@ddeorg.soft.net>
3600         * elf32-mips.c (sort_dynamic_relocs): New Function.
3601         (_bfd_mips_elf_finish_dynamic_sections): Call sort_dynamic_relocs
3602         via qsort to sort the dynamic relocations in increasing r_symndx
3603         value.
3605 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
3607         * elf64-hppa.c (elf64_hppa_dyn_hash_table_init): Add
3608         ATTRIBUTE_UNUSED to unused args.
3609         (get_opd): Likewise.
3610         (get_plt): Likewise.
3611         (get_dlt): Likewise.
3612         (get_stub): Likewise.
3613         (elf64_hppa_adjust_dynamic_symbol): Likewise.
3614         (elf64_hppa_link_output_symbol_hook): Likewise.
3615         (elf64_hppa_check_relocs): Delete unused var.
3616         (elf64_hppa_size_dynamic_sections): Likewise.
3617         (elf64_hppa_finalize_opd): Likewise.
3618         (elf64_hppa_finalize_dynreloc): Likewise.
3619         (elf64_hppa_modify_segment_map): Likewise.
3620         (elf64_hppa_finish_dynamic_sections): Likewise.
3622         * elf-hppa.h (elf_hppa_final_write_processing): Add
3623         ATTRIBUTE_UNUSED to unused args.
3624         (elf_hppa_final_link_relocate): Likewise.
3625         (elf_hppa_record_segment_addrs): Add paretheses.
3626         (elf_hppa_relocate_section): Constify dyn_name.
3628         From  David Huggins-Daines  <dhd@linuxcare.com>
3629         * config.bfd: Add hppa*64*-*-linux-gnu 64-bit target, and
3630         rearrange case statement so that it gets preferred to 32-bit ones.
3632         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Use
3633         asection->id instead of address of asection structure.
3634         (elf32_hppa_size_stubs): Likewise.
3636         * elf32-hppa.c (elf32_hppa_size_stubs): Use just one stub section
3637         for .init* and .fini*.
3639         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Mask pointers
3640         and addends used in stub names to 32 bits.
3641         (elf32_hppa_size_stubs): Likewise.
3643         * elf-hppa.h (elf_hppa_final_link_relocate): Don't sum addend
3644         twice for R_PARISC_GPREL64.  Use bfd_put_32 for R_PARISC_PCREL32,
3645         not bfd_put_64.  Fix minor comment typo and formatting.
3647         Changes to create multiple linker stubs, positioned immediately
3648         before the section where they are required.
3649         * elf32-hppa.c: Don't include hppa_stubs.h.
3650         (elf32_hppa_stub_hash_entry): Add a pointer to the stub section.
3651         (elf32_hppa_stub_hash_table): Delete.
3652         (elf32_hppa_link_hash_entry): Delete.
3653         (elf32_hppa_link_hash_table): Use plain bfd_hash_table for
3654         stub_hash_table, and store the struct here rather than a pointer.
3655         Delete output_symbol_count.  Add offset array.  Change
3656         global_value to a bfd_vma.
3657         (elf32_hppa_stub_hash_lookup): Use table instead of table->root.
3658         (elf32_hppa_stub_hash_traverse): Delete.
3659         (elf32_hppa_name_of_stub): Delete.
3660         (elf32_hppa_link_hash_lookup): Delete.
3661         (elf32_hppa_link_hash_traverse): Delete.
3662         (elf32_hppa_stub_hash_table_init): Delete.
3663         (elf32_hppa_size_of_stub): Pass input section and offset rather
3664         than location and calculate location here.  Don't pass name as all
3665         stubs are now the same size.
3666         (elf32_hppa_stub_hash_newfunc): Init new fields.
3667         (elf32_hppa_link_hash_table_create): Likewise, and stub_hash_table
3668         too.
3669         (elf32_hppa_bfd_final_link_relocate): Cast enums to int before
3670         comparing against ints.  Rewrite stub handling code.
3671         (elf32_hppa_relocate_section): Make r_type and r_symndx unsigned.
3672         Case enums to int before comparing against ints.  Remove
3673         bfd_reloc_dangerous case.
3674         (elf32_hppa_build_one_stub): Rewrite.
3675         (elf32_hppa_size_one_stub): New function.
3676         (elf32_hppa_build_stubs): Rewrite.
3677         (elf32_hppa_size_stubs): Pass in linker call-back functions.
3678         Rewrite stub-handling specific code.
3680         * elf32-hppa.h (elf32_hppa_size_stubs): Update prototype.
3682         * elf64-hppa.c (elf64_hppa_dyn_hash_entry): Fix a comment typo.
3684         * hppa_stubs.h: Delete.
3685         * Makefile.am (SOURCE_HFILES): Remove hppa_stubs.h
3686         (elf32-hppa.lo): Remove hppa_stubs.h from dependencies.
3687         * Makefile.in: Regenerate.
3689         * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle e_nlsel and
3690         e_nlrsel.
3692         * libhppa.h (hppa_field_adjust): Correct e_nsel case.
3694         * elf32-hppa.c (elf32_hppa_relocate_section): Mention the offset
3695         and section name for bfd_reloc_notsupported error message.
3696         (elf32_hppa_bfd_final_link_relocate): Print reasons for returning
3697         bfd_reloc_notsupported.
3698         (elf32_hppa_relocate_section): Add ATTRIBUTE_UNUSED to output_bfd.
3700         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Handle
3701         undefined weak symbols for all relocs.
3702         (elf32_hppa_size_of_stub): Adjust calculation by 8 since branch
3703         offsets are relative to one past the delay slot.
3704         (elf32_hppa_size_stubs): Account for reloc addend when calculating
3705         branch destination.  Put addend into stub name too.
3706         (elf32_hppa_bfd_final_link_relocate): Account for reloc addend and
3707         adjust by 8 when deciding whether a linker stub is needed.  Put
3708         addend into stub name as for above.
3710         * elf32-hppa.c (hppa_elf_relocate_insn): Change signed/unsigned on
3711         various args and vars.
3712         (elf32_hppa_bfd_final_link_relocate): Here too.
3713         (elf32_hppa_size_stubs): Rename index -> indx.  Use e_indx for
3714         inner block var to avoid shadowing.
3716         * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type):  Make `field' arg
3717         unsigned.
3718         * elf64-hppa.h (_bfd_elf64_hppa_gen_reloc_type): Ditto.
3719         * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Ditto.
3720         (elf_hppa_fake_sections): Rename local var to avoid shadowing.
3722         * libhppa.h: Change practically all unsigned ints to plain ints.
3723         Remove tests on gcc version.  Instead use ATTRIBUTE_UNUSED for
3724         prototypes.
3726         From Ryan Bradetich  <rbradetich@uswest.net>
3727         * libhppa.h (hppa_opcode_type): New enum to replace #define's.
3728         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Modify to
3729         suit above.
3730         From  David Huggins-Daines  <dhd@linuxcare.com>
3731         * elf-hppa.h (elf_hppa_relocate_insn): Update the opcode constants
3732         to the new OP_* ones.
3734         * elf32-hppa.c (elf32_hppa_size_stubs): Consolidate freeing on
3735         error exit.  Bail out earlier on plabel relocs that we aren't
3736         interested in.  Don't tell elf32_hppa_stub_hash_lookup to copy
3737         string, and then don't free our copy.
3738         (elf32_hppa_build_one_stub): Make insn unsigned int.
3740         * libhppa.h (bfd_hppa_insn2fmt): 22 bit branches are only
3741         available with BL, not BE and BLE.
3743         * elf32-hppa.c (hppa_elf_relocate_insn): Add some more example
3744         code for elf arg relocs.
3745         (elf32_hppa_bfd_final_link_relocate): Replace boolean is_local
3746         argument with elf_link_hash_entry h.  Handle undefined weak
3747         symbols.  Move $global$ lookup from here...
3748         (elf32_hppa_relocate_section): ...to here.  Return correct error
3749         message for non-handled relocs.
3750         (elf32_hppa_size_of_stub): Correctly test branch range.  Previous
3751         wrong test was -0x3ffff to +0x40000.
3753         * elf-hppa.h (elf_hppa_final_link_relocate): R_PARISC_DIR17R,
3754         R_PARISC_DIR17F, and R_PARISC_DIR21L are for absolute branches;
3755         Handle them as such.
3756         (elf_hppa_relocate_insn): Fix a typo.
3758         * libhppa.h (GET_FIELD, GET_BIT, MASK, CATENATE, ELEVEN): Delete.
3759         (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
3760         assemble_17, assemble_21): Delete.
3761         Supply defines for all 64 possible opcodes.
3762         (bfd_hppa_insn2fmt): Add bfd argument, and use to select wide mode
3763         formats.  Handle COMICLR.
3764         (hppa_rebuild_insn): Delete bfd argument.  Handle formats 10, -11,
3765         -10, -16, 16, 22.
3767         * elf32-hppa.c (hppa_elf_relocate_insn): Complete rewrite.
3768         (elf32_hppa_bfd_final_link_relocate): Major rewrite.
3769         (elf32_hppa_build_one_stub): Modify hppa_elf_relocate_insn calls
3770         to suit.
3771         (elf32_hppa_size_stubs): Don't free stub_name twice.  Read in all
3772         the local syms - did this code get deleted accidentally?  Ignore
3773         undefined and undefweak syms.
3775         * elf-hppa.h (elf_hppa_final_link): Move hppa_info to outermost
3776         block.  Use it instead of elf64_hppa_hash_table (info).
3777         (elf_hppa_final_link_relocate): Use hppa_info instead of
3778         elf64_hppa_hash_table (info).
3780         * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
3781         re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
3782         (hppa_rebuild_insn): Mask immediate bits here instead.
3783         * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
3785 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
3787         * section.c (struct sec): Add id field.  Tidy comment formatting.
3788         (bfd_make_section_anyway): Set id.
3789         (STD_SECTION): Init id too.
3790         Change CONST to const throughout.
3791         * archures.c (bfd_arch_info): Tidy comment.
3792         (bfd_arch_list): Change a CONST to const.
3793         * libbfd-in.h: Tidy comments and replace CONST with const.
3794         * elf-bfd.h: Likewise.
3795         * libbfd.h: Regenerate.
3796         * bfd-in2.h: Regenerate.
3797         * libcoff.h: Regenerate.
3799 2000-07-07  DJ Delorie  <dj@redhat.com>
3801         * archive.c (_bfd_write_archive_contents): Add an informative
3802         comment.
3804 2000-07-06  Kazu Hirata  <kazu@hxi.com>
3806         * srec.c: Fix formatting.
3808 2000-06-05  DJ Delorie  <dj@redhat.com>
3810         * MAINTAINERS: new
3812 2000-07-04  Alexandre Oliva  <aoliva@redhat.com>
3814         * coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
3815         value of PC-relative offsets.
3817 2000-07-03  Jim Wilson  <wilson@cygnus.com>
3819         * elf64-alpha.c (alpha_elf_size_info): New.
3820         (elf_backend_size_info): Define to alpha_elf_size_info.
3821         * elfcode.h (elf_size_info): Change hash bucket size to 4.
3823 2000-07-03  Ulf Carlsson  <ulfc@engr.sgi.com>
3825         * elf32-mips.c: Include elf32-target.h again for the traditional
3826         MIPS targets.
3828 2000-07-03  Marek Michalkiewicz  <marekm@linux.org.pl>
3830         * elf32-avr.c (bfd_elf32_bfd_reloc_type_lookup):
3831         Add ATTRIBUTE_UNUSED to unused arguments to avoid warnings.
3832         (avr_info_to_howto_rela): Likewise.
3833         (elf32_avr_gc_mark_hook): Likewise.
3834         (elf32_avr_gc_sweep_hook): Likewise.
3835         (elf32_avr_relocate_section): Likewise.
3837 2000-07-03  Mark Elbrecht  <snowball3@bigfoot.com>
3839         * cofflink.c (_bfd_coff_write_global_sym): Turn a weak symbol into
3840         an external symbol for a non-shared, non-relocatable link.
3842 2000-07-03  Nick Clifton  <nickc@redhat.com>
3844         * cofflink.c (IS_EXTERNAL): New macro: Return true if the symbol
3845         is an external symbol.
3846         (IS_WEAK_EXTERNAL): New macro: Return true if the symbol is a weak
3847         external symbol.
3849 2000-07-03  Kazu Hirata  <kazu@hxi.com>
3851         * reloc16.c: Fix formatting.
3853 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
3855         * config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4*
3856         to add a new target for traditional mips i.e
3857         bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec.
3858         * configure.in: Likewise.
3859         * configure: Rebuild.
3860         * targets.c (bfd_elf32_tradbigmips_vec): Declare and put in
3861         bfd_target_vector.
3862         (bfd_elf32_tradlittlemips_vec): Likewise.
3863         * elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test
3864         to see that elfNN_bed does not get redefined even if the target file
3865         is included twice for a chip. See elf32-mips.c.
3867 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
3869         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
3870         (CLEANFILES): Add DEPA.
3871         * Makefile.in: Regenerate.
3873 2000-06-30  DJ Delorie  <dj@cygnus.com>
3875         * peicode.h (coff_swap_filehdr_in): can't use e_magic because we
3876         can't assume the PE header is at 0x80.
3878 2000-06-29  Mark Elbrecht  <snowball3@bigfoot.com>
3880         * syms.c (_bfd_stab_section_find_nearest_line): Use IS_ABSOLUTE_PATH.
3882 2000-06-28  Mark Elbrecht  <snowball3@bigfoot.com>
3884         * go32stub.h: Update stub.
3886 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
3888         * archures.c (bfd_mach_avr5): Define.
3889         * bfd-in2.h (bfd_mach_avr5): Define.
3890         * cpu-avr.c (arch_info_struct): Rename bfd_mach_avr4 to
3891         bfd_mach_avr5, add bfd_mach_avr4.  Update comments.
3892         (compatible): Update comment.  Add missing test.
3893         * elf32-avr.c (avr_final_link_relocate): Support 8K wrap
3894         for avr2 and avr4.  Simplify 8K wrap code.
3895         (bfd_elf_avr_final_write_processing): Recognize bfd_mach_avr5.
3896         (elf32_avr_object_p): Recognize E_AVR_MACH_AVR5.
3898 2000-06-26  Kazu Hirata  <kazu@hxi.com>
3900         * coff-h8300.c: Fix formatting.
3901         * cpu-h8300.c: Likewise.
3903 2000-06-24  Alexandre Oliva  <aoliva@redhat.com>
3905         * elf32-arm.h (elf32_arm_final_link_relocate): Print `(local)'
3906         for local symbols whose names are unknown.
3908 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
3910         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
3911         find one.
3912         * Makefile.in: Regenerate.
3913         * doc/Makefile.in: Regenerate.
3915 2000-06-20  H.J. Lu  <hjl@gnu.org>
3917         * Makefile.am: Rebuild dependency.
3918         * Makefile.in: Rebuild.
3920 2000-06-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3922         * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): New function.
3923         (elf_backend_copy_indirect_symbol): Map to the new function.
3925 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
3927         * archive.c (normalize): Correct pointer comparison when checking
3928         for backslashes.
3929         (bfd_bsd_truncate_arname): Likewise.
3930         (bfd_gnu_truncate_arname): Likewise.
3932 2000-06-20  Ulf Carlsson  <ulfc@engr.sgi.com>
3934         * elf-bfd.h (struct elf_obj_tdata): Define per BFD Irix 5 virtual
3935         sections elf_{text,data}_{section,symbol}.
3936         * elf32-mips.c: mips_elf_{text,data}_{section,symbol}{,_ptr}: Remove.
3937         (_bfd_mips_elf_hide_symbol): New function.
3938         (elf_backend_hide_symbol): Map to the new function.
3939         (_bfd_mips_elf_add_symbol_hook): Change to use new per BFD
3940         definitions of mips_elf_{text,data}_{section,symbol}.
3941         (mips_elf_local_relocation_p): Try to find the direct symbol
3942         based on new check_forced argument.
3943         (mips_elf_calculate_relocation): Use new version of
3944         mips_elf_local_relocation_p.
3945         (mips_elf_relocate_section): Likewise.
3946         (_bfd_mips_elf_relocate_section): Likewise.
3947         (mips_elf_sort_hash_table): Only assert that have enough GOT
3948         space.
3949         (mips_elf_got16_entry): Match all 32 bits to the existing GOT
3950         entry if the relocation based on the new external argument.
3951         (mips_elf_create_dynamic_relocation): Assert that we have a
3952         section contents allocated where we can swap out the dynamic
3953         relocations.
3954         (mips_elf_calculate_relocation): Find the real hash-table entry
3955         correctly by using h->root.root.type.  Only create a dynamic
3956         relocation entry if the symbol is defined in a shared library.
3957         Create an external GOT entry for the GOT16 relocation if the
3958         symbol was forced local.
3959         (_bfd_mips_elf_finish_dynamic_symbol): Don't assert there is a
3960         dynamic index if the symbol was forced local.
3962 2000-06-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3964         * elf32-mips.c: Fix typos in comments.
3966 2000-06-19  Mark Kettenis  <kettenis@gnu.org>
3968         * rs6000-core.c: Wrap definition of `union VmInfo' within #ifdef
3969         CORE_VERSION_1.
3971 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
3973         * Makefile.in, bfd-in2.h, libbfd.h, configure: Rebuild.
3974         * Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES, BFD32_BACKENDS,
3975         BFD32_BACKENDS_CFILES): Add 68hc12, 68hc11 files.
3976         * configure.in (bfd_elf32_m68hc12_vec): Recognize.
3977         (bfd_elf32_m68hc11_vec): Likewise.
3978         * config.bfd (targ_cpu): Recognize 68hc12 and 68hc11.
3979         Supports 68hc11 & 68hc12  at the same time.
3980         * targets.c (bfd_elf32_m68hc12_vec): Declare and put in
3981         bfd_target_vector.
3982         (bfd_elf32_m68hc11_vec): Likewise.
3983         * elf.c (prep_headers): Recognize bfd_arch_m68hc12 and 68hc11.
3984         * archures.c (bfd_m68hc12_arch): Define and register in global list
3985         (bfd_m68hc11_arch): Likewise.
3986         * reloc.c (BFD_RELOC_M68HC11_HI8, BFD_RELOC_M68HC11_LO8,
3987         BFD_RELOC_M68HC11_3B): Define.
3988         * cpu-m68hc12.c, elf32-m68hc12.c: New files for 68hc12 support.
3989         * cpu-m68hc11.c, elf32-m68hc11.c: New files for 68hc11 support.
3991 2000-06-18  Ulf Carlsson  <ulfc@engr.sgi.com>
3993         * elf_bfd.h (struct elf_backend_data): Add info argument to
3994         elf_backend_hide_symbol.
3995         (_bfd_elf_link_hash_hide_symbol): Likewise.
3996         * elf.c (_bfd_elf_link_hash_hide_symbol): Likewise.
3997         * elf64-ia64.c (elf64_ia64_hash_hide_symbol): Likewise.
3998         * elflink.h (elf_link_add_object_symbols): Likewise.
3999         (elf_link_assign_sym_version): Likewise.
4001 2000-06-18  H.J. Lu  <hjl@gnu.org>
4003         * coff-i386.c (coff_i386_reloc): Don't return in case of
4004         output_bfd == (bfd *) NULL if COFF_WITH_PE is defined.
4005         Compensate PE relocations when linking with non-PE object
4006         files to generate a non-PE executable.
4008 2000-06-17  Ulf Carlsson  <ulfc@engr.sgi.com>
4010         * elf32-mips.c (mips_elf_calculate_relocation): Explicitly write
4011         GOT entries if we're doing a static link or -Bsymbolic link.
4013 2000-06-15  Ulf Carlsson  <ulfc@engr.sgi.com>
4015         * elflink.h (elf_link_adjust_relocs): Check for and call backend
4016         specifific swap_reloc_{in,out} and swap_reloca_{in,out} if
4017         available.
4018         (elf_link_output_relocs): Likewise.
4019         (elf_reloc_link_order): Likewise.
4021 2000-06-16  Nicholas Duffek  <nsd@redhat.com>
4023         * archures.c (enum bfd_architecture): #define constants for
4024         PowerPc and RS6000 machine numbers.
4025         * bfd-in2.h: Regenerate.
4026         * coffcode.h (coff_set_arch_mach_hook): #ifdef XCOFF64, set arch
4027         to bfd_arch_powerpc instead of bfd_arch_rs6000.  Refer to PowerPc
4028         and RS6000 machine numbers using #defined constants from
4029         archures.c.
4030         * cpu-powerpc.c (arch_info_struct): Refer to PowerPc and RS6000
4031         machine numbers using #defined constants from archures.c.  Add
4032         entries for EC603e, 630, A35, RS64II, RS64III, 7400.  Specify
4033         64-bit words in 620 entry.
4034         * cpu-rs6000.c (arch_info_struct): Create with entries for RS1,
4035         RSC, and RS2.
4036         (bfd_rs6000_arch): Change default machine to 0 (bfd_mach_rs6k).
4038 2000-06-16  Nicholas Duffek  <nsd@cygnus.com>
4040         * coffcode.h (coff_mkobject_hook): Set xcoff_tdata.xcoff64.
4041         * libcoff-in.h (struct xcoff_tdata): Define xcoff64 field.
4042         * libcoff.h (struct xcoff_tdata): Define xcoff64 field.
4044 2000-06-16  Nicholas Duffek  <nsd@redhat.com>
4046         * bfd-in.h (bfd_family_coff): Define.
4047         * bfd-in2.h: Regenerate.
4048         * coffgen.c (coff_count_linenumbers, coff_symbol_from,
4049         coff_find_nearest_line): Check COFFness using bfd_family_coff()
4050         instead of bfd_target_coff_flavour.
4051         * cofflink.c (_bfd_coff_final_link): Likewise.
4052         * cpu-ns32k.c (do_ns32k_reloc): Don't strcmp() target name to
4053         exclude XCOFF files.
4054         * reloc.c (bfd_perform_relocation, bfd_install_relocation):
4055         Likewise.
4056         * targets.c (enum bfd_flavour): Add bfd_target_xcoff_flavour.
4057         * xcoff-target.h (TARGET_SYM): Use bfd_target_xcoff_flavour.
4058         * xcofflink.c (XCOFF_XVECP): Delete.
4059         (bfd_xcoff_link_record_set, bfd_xcoff_import_symbol,
4060         bfd_xcoff_export_symbol, bfd_xcoff_link_count_reloc,
4061         bfd_xcoff_record_link_assignment,
4062         bfd_xcoff_size_dynamic_sections): Replace XCOFF_XVECP() with
4063         check for bfd_target_xcoff_flavour.
4065 2000-06-16  Nicholas Duffek  <nsd@redhat.com>
4067         * rs6000-core.c: Support 64-bit core files, support pre-4.3 core
4068         files on AIX 4.3.
4069         (read_hdr): New function.
4070         (rs6000coff_core_p): Store mstsave or __context64 struct instead
4071         of trying to extract individual registers.  Set abfd->arch_info
4072         to match the architecture that created the core file.
4073         (rs6000coff_get_section_contents): Delete.
4074         * xcoff-target.h (rs6000coff_get_section_contents): Delete.
4076 2000-06-14  H.J. Lu  <hjl@gnu.org>
4078         * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec)
4079         is NULL.
4081 2000-06-13  H.J. Lu  <hjl@gnu.org>
4083         * configure: Regenerate.
4085 2000-06-13  J"orn Rennecke <amylaar@cygnus.co.uk>
4087         * peicode.h (pe_ILF_object_p): Use TARGET_LITTLE_SYM instead of
4088         armpei_little_vec.
4090 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
4092         * configure.in (VERSION): Update to show this is the CVS mainline.
4094 2000-06-07  Alan Modra  <alan@linuxcare.com.au>
4096         * elf32-d10v.c: Include elf/d10v.h
4097         (enum reloc_type): Delete.
4098         * elf32-d30v.c: Include elf/d30v.h
4099         (enum reloc_type): Delete.
4101         * Makefile.am: Run "make dep-am" to regenerate dependencies.
4102         * Makefile.in: Regenerate.
4104         * elf32-i386.c (elf_howto_table): Remove EMPTY_HOWTOs.
4105         (elf32_i386_vtinherit_howto, elf32_i386_vtentry_howto): Delete and
4106         move HOWTOs into elf_howto_table.
4107         (R_386_standard, R_386_ext_offset): Define.
4108         (R_386_ext, R_386_vt_offset, R_386_vt): Define.
4109         (elf_i386_reloc_type_lookup): Modify calculation of index into
4110         elf_howto_table since we've removed the padding.
4111         (elf_i386_info_to_howto_rel): Likewise.
4112         (elf_i386_relocate_section): Likewise.
4114 2000-06-06  Michael Snyder  <msnyder@seadog.cygnus.com>
4116         * elf.c (elf_grok_pr_status): Eliminate reference to prgregset_t.
4118 2000-06-05  H.J. Lu  <hjl@gnu.org>
4120         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't flag
4121         an error when seeing an undefined symbol with hidden/internal
4122         attribute. It is handled in *_relocate_section ().
4124 2000-06-05  H.J. Lu  <hjl@gnu.org>
4126         * elflink.h (elf_fix_symbol_flags): Follow the link for the
4127         indirect symbol for the ELF_LINK_NON_ELF bit.
4128         (elf_link_output_extsym): Don't output the indirect symbol even
4129         if the ELF_LINK_NON_ELF bit is set.
4131 2000-06-01  J.T. Conklin  <jtc@redback.com>
4133         * config.bfd (i[3456]86-*-netbsdelf*): New target.
4134         (i[3456]86-*-netbsdaout*): New target.
4135         (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs.
4136         (i[3456]86-*-openbsd*): Likewise.
4138 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
4140         * trad-core.c: From hpux-core.c, include <dirent.h> or
4141         <sys/ndir.h> when possible.
4143 2000-05-31  Ulrich Drepper  <drepper@redhat.com>
4145         * elf.c (_bfd_elf_slurp_version_tables): Correct reading of version
4146         definitions.  We must not assume they are sorted in the file
4147         according to their index numbers.
4149 2000-05-31  Alan Modra  <alan@linuxcare.com.au>
4151         * elf-hppa.h: (elf_hppa_final_link_relocate): Use e_rsel field
4152         selector for R_PARISC_PCREL17R.  R_PARISC_DIR17R and
4153         R_PARISC_DIR17F are for absolute branches; Handle them as such.
4155 2000-05-30  Nick Clifton  <nickc@cygnus.com>
4157         * cpu-i960.c (scan_960_mach): Accept 80960KA, 80960KB,
4158         80960CA, 80960MC as valid machine names.
4160 2000-05-30  H.J. Lu  <hjl@gnu.org>
4162         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the
4163         visibility bits if the symbol is undefined. Correctly handle
4164         weak undefined symbols with hidden and internal attributes.
4166         * elflink.h (elf_link_add_object_symbols): Always turn the
4167         symbol into local if it has the hidden or internal attribute.
4169 2000-05-29  Philip Blundell  <philb@gnu.org>
4171         * ppcboot.c:  Add packed attribute if compiling with GCC.
4173 2000-05-29  Anatoly Vorobey  <mellon@pobox.com>
4175         * elf.c (_bfd_elf_link_hash_table_init): Initialize dynlocal.
4177 2000-05-26  Michael Snyder  <msnyder@seadog.cygnus.com>
4179         * elf.c (elfcore_grok_prstatus, elfcore_grok_pstatus,
4180         elfcore_grok_psinfo): Add code to allow debugging a 32-bit
4181         corefile on a 64-bit (Sparc Solaris) host.  Also clean up
4182         a few old comments.
4184 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
4186         * Makefile.am: Update dependencies with "make dep-am"
4187         * Makefile.in: Regenerate.
4189         * sysdep.h (gettext, dgettext, dcgettext, textdomain,
4190         bindtextdomain): Replace defines with those from intl/libgettext.h
4191         to quieten gcc warnings.
4193 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
4195         * aoutx.h (find_nearest_line): Use IS_ABSOLUTE_PATH.
4197         * archive.c (normalize, bfd_bsd_truncate_arname,
4198         bfd_gnu_truncate_arname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support
4199         file names with backslashes.
4201         * cache.c (bfd_open_file) [__MSDOS__]: Don't unlink the file
4202         before opening it.
4204         * sysdep.h: Include filenames.h.
4206 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
4208         * opncls.c (bfd_close_all_done): Mask file perms with 0777 not 0x777.
4210 2000-05-26  Jakub Jelinek  <jakub@redhat.com>
4212         * elf64-sparc.c (sparc64_elf_relax_section): New.
4213         (sparc64_elf_relocate_section): Optimize tail call into branch always
4214         if possible.
4215         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4216         (elf32_sparc_relax_section): New.
4218 2000-05-26  Jakub Jelinek  <jakub@redhat.com>
4220         * elf64-sparc.c: Add ATTRIBUTE_UNUSED to unused function parameters.
4221         Remove unusued variables.
4222         (sparc64_elf_relocate_section): Change r_symndx type to unsigned long.
4223         (sparc64_elf_merge_private_bfd_data): Fix shared library case from
4224         previous fix, so that shared libs really don't influence targets
4225         extension mask and memory model.
4227 2000-05-23  H.J. Lu  <hjl@gnu.org>
4229         * elf64-alpha.c (elf64_alpha_relocate_section): Check
4230         h->root.other not h->other.
4231         * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
4233         * elf32-ppc.c (ppc_elf_relocate_section): Fix a typo.
4235 2000-05-23  H.J. Lu  <hjl@gnu.org>
4237         * elf32-i386.c (elf_i386_relocate_section): Don't allow the
4238         undefined symbol with the non-default visibility attributes.
4239         * elf-hppa.h (elf_hppa_relocate_section): Likewise.
4240         * elf32-arm.h (elf32_arm_relocate_section): Likewise.
4241         * elf32-i370.c (i370_elf_relocate_section): Likewise.
4242         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
4243         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
4244         * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
4245         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
4246         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4247         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
4248         * elf64-ia64.c (elf64_ia64_relocate_section): Likewise.
4249         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4251 2000-05-22  Richard Henderson  <rth@cygnus.com>
4253         * elf64-ia64.c (ia64_howto_table): Add PCREL60B, PCREL21BI,
4254         PCREL22, PCREL64I.  Zero size of special relocs.
4255         (elf64_ia64_reloc_type_lookup): Likewise.
4256         (USE_BRL, oor_brl, oor_ip): New.
4257         (elf64_ia64_relax_section): New.
4258         (elf64_ia64_check_relocs): Handle PCREL60B, PCREL22, PCREL64I.
4259         (elf64_ia64_install_value): Likewise, plus PCREL21BI.
4260         (elf64_ia64_relocate_section): Likewise.
4261         (bfd_elf64_bfd_relax_section): New.
4262         * reloc.c (BFD_RELOC_IA64_PCREL21BI): New.
4263         (BFD_RELOC_IA64_{PCREL22,PCREL60B,PCREL64I}): New.
4264         * bfd-in2.h, libbfd.h: Regenerate.
4266 2000-05-22  Nick Clifton  <nickc@cygnus.com>
4268         * configure.in : Add peigen.lo to MIPS PE targets.
4269         * configure: Regenerate.
4271 2000-05-22  Momchil Velikov  <velco@fadata.bg>
4273         * libbfd.c (_bfd_generic_verify_endian_match): Compare endianess
4274         only if it is known for both input and output bfds. Separate
4275         error message strings as in some languages, it may be necessary
4276         to change more than one place in the string to change between
4277         'big' and 'little'.
4279         * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Remove inline
4280         endianess checks, call _bfd_generic_verify_endian_match() instead.
4282         * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Likewise.
4284         * elf32-mcore.c (mcore_elf_merge_private_bfd_data): Likewise.
4286         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Likewise. Verify
4287         endianess before checking bfd flavours.
4289 2000-05-22  H.J. Lu  <hjl@gnu.org>
4291         * elflink.h (elf_link_output_extsym): Clear the visibility
4292         field for symbols not defined locally.
4294 2000-05-18  Alan Modra  <alan@linuxcare.com.au>
4296         * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
4297         re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
4298         (hppa_rebuild_insn): Mask immediate bits here instead.
4299         * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
4301 2000-05-18  Momchil Velikov <velco@fadata.bg>
4303         * elflink.h (elf_bfd_final_link, elf_link_input_bfd): When emiting
4304         relocs for an executable, ensure that they are virtual addresses.
4306 2000-05-18  Jeffrey A Law  (law@cygnus.com)
4308         * config.bfd (hppa*64*-*-hpux11*): New target triplet.
4310 2000-05-17  S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
4311             Rick Gorton             <gorton@scrugs.lkg.dec.com>
4313         * elflink.h: Add emitrelocations support: when enabled, relocation
4314         information and relocation sections are put into final output
4315         executables.  If the emitrelocations flag is set, do the following:
4316         (elf_bfd_final_link): Emit relocation sections.
4317         (elf_link_input_bfd): Compute relocation section contents.
4318         (elf_gc_sections): Don't clean relocation sections.
4320 2000-05-16  Catherine Moore  <clm@cygnus.com>
4322         * som.c (som_decode_symclass):  Recognize weak symbols.
4324 2000-05-16  Szabolcs Szakacsits <szaka@F-Secure.com>
4326         * peigen.c (pe_print_idata): Undo part of 2000-05-12 change that
4327         read idata section only from dataoff.
4328         (pe_print_edata): Correctly check for valid eat_member.
4330 2000-05-16  J"orn Rennecke <amylaar@cygnus.co.uk>
4332         * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.
4334 2000-05-14  Philip Blundell  <philb@gnu.org>
4336         * config.bfd (armeb-*-elf, arm*b-*-linux-gnu*): New targets.
4338 2000-05-12  Alan Modra  <alan@linuxcare.com.au>
4340         * targets.c (bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
4342         * peigen.c (pe_print_idata): Look for .idata section and print
4343         info even if data directory has zero entries.  Read idata section
4344         starting from dataoff, and adjust all data offsets to suit.  Cast
4345         all bfd_vma vars to unsigned long before passing to fprintf.
4346         * peigen.c (pe_print_edata): Similarly, look for .edata section
4347         and print info even if data directory has zero entries.  Cast
4348         all bfd_vma vars to unsigned long before passing to fprintf.
4350         From Szabolcs Szakacsits <szaka@F-Secure.com>
4351         * peigen.c (pe_print_idata): Use bfd_section_size rather than data
4352         directory size which may be bogus.
4353         * peigen.c (pe_print_edata): Similarly.
4355 2000-05-09  Alan Modra  <alan@linuxcare.com.au>
4357         * elf.c (bfd_section_from_shdr): Don't set use_rela_p if rela
4358         section is empty.
4359         (copy_private_bfd_data): Allow for space possibly taken up by elf
4360         headers when calculating segment physical address from lma.
4362 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
4364         * versados.c (versados_scan): Init stringlen and pass_2_done.
4366         * trad-core.c (trad_unix_core_file_p): Return
4367         bfd_error_wrong_format rather than bfd_error_file_truncated.
4369         * peigen.c (_bfd_pei_swap_aouthdr_out): Pass ImageBase to
4370         add_data_entry.  DataDirectory virtual address is relative.
4371         (pe_print_idata): Account for relative DataDirectory virtual
4372         addresses.  Don't trash datasize inside POWERPC_LE_PE code.
4373         (pe_print_edata): Similarly.
4375         From Szabolcs Szakacsits <szaka@F-Secure.com>
4376         * peigen.c (dir_names): Add Delay Import Directory.
4377         (pe_print_idata):  Always search for bfd section containing
4378         idata address rather than looking up section name.  Print this
4379         section name rather than .idata.
4380         (pe_print_edata): Similarly.  Also print some fields as %08lx.
4381         (_bfd_pe_print_private_bfd_data_common): Print Reserved1 field as
4382         Win32Version.
4384 2000-05-05  Clinton Popetz  <cpopetz@cygnus.com>
4386         * xcoff.h: Rename to xcoff-target.h
4387         * Makefile.am: Change all instances of xcoff.h to xcoff-target.h
4388         * coff-rs6000.c: Ditto.
4389         * coff64-rs6000.c: Ditto.
4390         * coff-pmac.c: Ditto.
4391         * Makefile.in: Regenerate.
4393 2000-05-05  Clinton Popetz  <cpopetz@cygnus.com>
4395         * coffcode.h (coff_set_arch_mach_hook, coff_set_flags):
4396         Change U802TOC64MAGIC to U803XTOCMAGIC.
4398 2000-05-04  Michael Snyder  <msnyder@seadog.cygnus.com>
4400         * elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1.
4401         * bfd-in.h: Prototype bfd_elf_get_arch_size.
4402         * bfd-in2.h: Prototype bfd_elf_get_arch_size.
4404 2000-05-04  Alan Modra  <alan@linuxcare.com.au>
4406         * libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma.
4408 2000-05-03  Martin v. L�öwis  <loewis@informatik.hu-berlin.de>
4410         * elflink.h (elf_link_add_object_symbols): Reset dynindx for
4411         hidden and internal symbols.
4412         (elf_fix_symbol_flags): Clear NEEDS_PLT for symbols with
4413         visibility.
4414         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Do not
4415         assign a PLT or GOT entry to symbols with hidden and
4416         internal visibility.
4418 2000-05-03  Mark Elbrecht  <snowball3@bigfoot.com>
4420         * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add entry for
4421         the .bss section.
4422         * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
4424 2000-05-02  H.J. Lu  <hjl@gnu.org>
4426         * elf.c (prep_headers): Use ELFOSABI_NONE instead of
4427         ELFOSABI_SYSV.
4429 2000-05-02  Alan Modra  <alan@linuxcare.com.au>
4431         * targets.c (bfd_target_vector): Restore bfd_elf32_hppa_vec.
4432         * Makefile.am (BFD32_BACKENDS): Restore elf32-hppa.lo.  Regenerate
4433         dependencies.
4434         * Makefile.in: Regenerate.
4436 2000-05-01  Jim Wilson  <wilson@cygnus.com>
4438         * Makefile.am (BFD32_BACKENDS): Add efi-app-ia32.lo.
4439         (BFD32_BACKENDS_CFILES): Add efi-app-ia32.c.
4440         (BFD64_BACKENDS): Delete coff-ia64.lo.  Add efi-app-ia64.lo.
4441         (BFD64_BACKENDS_CFILES): Delete coff-ia64.c.  Add efi-app-ia64.c.
4442         * Makefile.in: Rebuild.
4444 2000-05-02  Alan Modra  <alan@linuxcare.com.au>
4446         * config.bfd: Re-enable elf32-hppa.  It now compiles, even if it
4447         doesn't work very well.
4449         * elf-hppa.h (elf_hppa_internal_shdr): Define.
4450         (elf_hppa_fake_sections): hdr is elf_hppa_internal_shdr.
4451         Set hdr->s_type to 1 if ARCH_SIZE == 32.
4452         (_bfd_elf_hppa_gen_reloc_type): Add prototype.
4453         (elf_hppa_info_to_howto): Likewise.
4454         (elf_hppa_info_to_howto_rel): Likewise.
4455         (elf_hppa_reloc_type_lookup): Likewise.
4456         (elf_hppa_is_local_label_name): Likewise.
4457         (elf_hppa_fake_sections): Likewise.
4458         (elf_hppa_final_write_processing): Likewise.
4459         (elf_hppa_howto_table): Fully initialise all entries.
4460         (_bfd_elf_hppa_gen_reloc_type): Add ATTRIBUTE_UNUSED to args.
4461         (elf_hppa_info_to_howto): Likewise.
4462         (elf_hppa_info_to_howto_rel): Likewise.
4463         (elf_hppa_reloc_type_lookup): Likewise.
4464         (elf_hppa_final_write_processing, elf_hppa_add_symbol_hook,
4465         elf_hppa_unmark_useless_dynamic_symbols,
4466         elf_hppa_remark_useless_dynamic_symbols,
4467         elf_hppa_record_segment_addrs, elf_hppa_final_link,
4468         elf_hppa_relocate_section, elf_hppa_final_link_relocate,
4469         elf_hppa_relocate_insn): Compile only if ARCH_SIZE == 64 until
4470         elf32-hppa.c mess is cleaned up.
4471         (elf_hppa_final_link_relocate): Make insn and r_type unsigned
4472         int.  Delete r_field.  In case R_PARISC_PCREL21L, don't set
4473         r_field then call hppa_field_adjust inline func with variable
4474         r_field arg, instead call hppa_field_adjust with fixed arg.
4475         In case R_PARISC_PCREL22F, don't set r_field.
4476         (elf_hppa_relocate_insn): Change args and return type to unsigned
4477         int.  Call re_assemble_* funcs to do the work.
4479         * elf32-hppa.c (hppa_elf_relocate_insn): Don't assume 32 bit when
4480         sign extending.
4482         * libhppa.h (HPPA_R_CONSTANT): Don't assume 32 bit when sign
4483         extending.
4484         (sign_extend): Mask first before sign extending.
4485         (low_sign_extend): Rewrite without condition expression.
4486         (ones, dis_assemble_3, dis_assemble_12, dis_assemble_16,
4487         dis_assemble_17, dis_assemble_21, dis_assemble_22): Delete.
4488         (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
4489         assemble_17, assemble_21, sign_unext, low_sign_unext): Return
4490         result as function return value rather than through pointer arg.
4491         Accept unsigned int args, and return unsigned int.
4492         (re_assemble_3): New.  Combines function of dis_assemble_3 with
4493         re-assembly of opcode and immediate.
4494         (re_assemble_12): Likewise.
4495         (re_assemble_16): Likewise.
4496         (re_assemble_17): Likewise.
4497         (re_assemble_21): Likewise.
4498         (re_assemble_22): Likewise.
4499         (hppa_field_adjust): Rewrite and document, paying attention to
4500         size of types and signed/unsigned issues.
4501         (get_opcode): Shift before masking.
4502         (FDLW): Rename to FLDW.
4503         (bfd_hppa_insn2fmt): Change arg to unsigned int.  Delete fmt.
4504         (hppa_rebuild_insn): Change args and return value to unsigned
4505         int.  Make use of re_assemble_*.  Correct case 11.
4507         * dep-in.sed: Handle ../opcodes/.
4508         * Makefile.am (SOURCE_HFILES): Add elf-hppa.h, elf32-hppa.h,
4509         elf64-hppa.h, hppa_stubs.h, xcoff.h.
4510         (BFD32_BACKENDS_CFILES): Restore elf32-hppa.c.
4511         Remove elf64-hppa.lo, cpu-ia64.lo, elf64-ia64.lo, elfarm-oabi.lo,
4512         elfarm-nabi.lo dependencies outside of auto-dependency area.
4513         Regenerate dependencies.
4514         * Makefile.in: Regenerate.
4516         * configure.in (TRAD_HEADER): Test non-null before
4517         AC_DEFINE_UNQUOTED.
4518         * configure: Regenerate.
4520         * reloc.c: Fix mis-spelling in comment.
4522 2000-05-01  Alan Modra  <alan@linuxcare.com.au>
4524         * coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change.
4525         * vms.c (vms_openr_next_archived_file): Return NULL.
4527 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
4529         * coffcode.h Copy changes mistakenly done to libcoff.h in
4530         4/24/2000 patch.
4532 2000-04-29  Andreas Jaeger  <aj@suse.de>
4534         * libbfd-in.h: Correctly check GCC version.
4535         * bfd-in.h: Likewise.
4536         * libhppa.h: Likewise.
4537         * libbfd.h: Regenerate.
4538         * bfd-in2.h: Regenerate.
4540 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
4542         * Makefile.am (BFD64_BACKENDS, BFD64_BACKENDS_CFILES): Add
4543         coffdu-rs6000.{lo,c}.
4544         (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
4545         on xcoff.h
4546         * Makefile.in: Regenerate.
4547         * xcoff.h: New file.
4548         * coff-pmac.c: Use xcoff.h instead of coff-rs6000.c.
4549         * coff-rs6000.c: Move all declarations and defines that are
4550         common to the xcoff backends into xcoff.h
4551         * coff64-rs6000.c: Ditto,
4553 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
4555         * coff-mips.c (mips_ecoff_backend_data):  Add initialization of
4556         _bfd_coff_force_symnames in strings and
4557         _bfd_coff_debug_string_prefix_length to their default values.
4558         * coff-sh.c: (bfd_coff_small_swap_table): Ditto.
4560 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
4562         * coff-alpha.c (alpha_ecoff_backend_data): Add initialization of
4563         _bfd_coff_force_symnames in strings and
4564         _bfd_coff_debug_string_prefix_length to their default values.
4566 2000-04-27  Alan Modra  <alan@linuxcare.com.au>
4568         * elf32-m68k.c (elf_m68k_gc_sweep_hook):  Return if dynobj NULL.
4569         Check local_got_refcounts before dereferencing.
4571         * elf32-ppc.c (ppc_elf_relocate_section): Check splt != NULL
4572         before deciding we don't need R_PPC_PLT32 relocation.
4573         (ppc_elf_gc_sweep_hook): Check local_got_refcounts before
4574         dereferencing.
4576         * elflink.h (elf_gc_common_finalize_got_offsets): Fix comment.
4578         * elf32-i386.c (elf_i386_check_relocs): Reference count .got and
4579         .plt entries.
4580         (elf_i386_gc_sweep_hook): Garbage collect .got and .plt entries.
4581         (elf_i386_adjust_dynamic_symbol): Recognize unused .plt entries.
4582         (elf_i386_relocate_section): Allow for .plt to go missing.
4583         (elf_i386_finish_dynamic_symbol): Use same test to decide if we
4584         can use a relative reloc for got as elf_i386_relocate_section.
4585         (bfd_elf32_bfd_final_link): Define to use gc form of final link.
4587 2000-04-26  Clinton Popetz  <cpopetz@cygnus.com>
4589         * config.bfd: Remove extraneous bfd_powerpc_64_arch.
4591 2000-04-24  Clinton Popetz  <cpopetz@cygnus.com>
4593         * Makefile.am (coff64-rs6000.lo): New rule.
4594         * Makefile.in: Regenerate.
4595         * coff-rs6000.c (xcoff_mkobject, xcoff_copy_private_bfd_data,
4596         xcoff_is_local_label_name, xcoff_rtype2howto,
4597         xcoff_reloc_type_lookup, xcoff_slurp_armap, xcoff_archive_p,
4598         xcoff_read_ar_hdr, xcoff_openr_next_archived_file, xcoff_write_armap,
4599         xcoff_write_archive_contents): No longer static, and prefix with _bfd_.
4600         (NO_COFF_SYMBOLS): Define.
4601         (xcoff64_swap_sym_in, xcoff64_swap_sym_out, xcoff64_swap_aux_in,
4602         xcoff64_swap_aux_out): New functions; handle xcoff symbol tables
4603         internally.
4604         (MINUS_ONE): New macro.
4605         (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS
4606         relocation.
4607         (coff_SWAP_sym_in, coff_SWAP_sym_out, coff_SWAP_aux_in,
4608         coff_SWAP_aux_out): Map to the new functions.
4609         * coff64-rs6000.c: New file.
4610         * libcoff.h (bfd_coff_backend_data): Add new fields
4611         _bfd_coff_force_symnames_in_strings and
4612         _bfd_coff_debug_string_prefix_length.
4613         (bfd_coff_force_symnames_in_strings,
4614         bfd_coff_debug_string_prefix_length): New macros for above fields.
4615         * coffcode.h (coff_set_arch_mach_hook): Handle XCOFF64 magic.
4616         Set machine to 620 for XCOFF64.  Use bfd_coff_swap_sym_in instead
4617         of using coff_swap_sym_in directly.
4618         (FORCE_SYMNAMES_IN_STRINGS): New macro, defined for XCOFF64.
4619         (coff_set_flags) Set magic for XCOFF64.
4620         (coff_compute_section_file_positions): Add symbol name length to
4621         string section length if bfd_coff_debug_string_prefix_length is
4622         true.
4623         (coff_write_object_contents): Don't do reloc overflow for XCOFF64.
4624         (coff_slurp_line_table): Use bfd_coff_swap_lineno_in instead of
4625         using coff_swap_lineno_in directly.
4626         (bfd_coff_backend_data): Add _bfd_coff_force_symnames_in_strings
4627         and _bfd_coff_debug_string_prefix_length fields.
4628         * coffgen.c (coff_fix_symbol_name, coff_write_symbols): Force
4629         symbol names into strings table when
4630         bfd_coff_force_symnames_in_strings is true.
4631         * coffswap.h (MAX_SCNHDR_NRELOC, MAX_SCNHDR_NLNNO, GET_RELOC_VADDR,
4632         SET_RELOC_VADDR): New macros.
4633         (coff_swap_reloc_in, coff_swap_reloc_out): Use above macros.
4634         (coff_swap_aux_in, coff_swap_aux_out): Remove RS6000COFF_C
4635         code.
4636         (coff_swap_aouthdr_in, coff_swap_aouthdr_out): Handle XCOFF64
4637         changes within RS6000COFF_C specific code.
4638         (coff_swap_scnhdr_out): Use PUT_SCNHDR_NLNNO, PUT_SCNHDR_NRELOC,
4639         MAX_SCNHDR_NRELOC, and MAX_SCNHDR_NLNNO.
4640         * reloc.c (bfd_perform_relocation, bfd_install_relocation):
4641         Extend existing hack on target name.
4642         * xcofflink.c (XCOFF_XVECP): Extend existing hack on
4643         target name.
4644         * coff-tic54x.c (ticof): Keep up to date with new fields
4645         in bfd_coff_backend_data.
4646         * config.bfd: Add bfd_powerpc_64_arch to targ_arch and define
4647         targ_selvecs to include rs6000coff64_vec for rs6000.
4648         * configure.in: Add rs6000coff64_vec case.
4649         * cpu-powerpc.c: New bfd_arch_info_type.
4651 2000-04-24  Jeffrey A Law  (law@cygnus.com)
4653         * config.bfd: Only disable elf32-hppa vectors, not all of the
4654         BSD and OSF configuration support.  Provide (disabled) clauses
4655         for PA64 support.
4656         * configure.in: Add clause for PA64 support.
4657         * configure: Rebuilt.
4659         * targets.c (bfd_target_vector): Add bfd_elf64_hppa_vec.
4660         (bfd_elf64_hppa_vec): Declare.
4662         * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo
4663         (BFD64_BACKENDS_CFILES): Add elf64-hppa.c
4664         (elf64-hppa.lo): Add dependencies.
4665         * Makefile.in: Rebuilt.
4667         * elf64-hppa.c, elf64-hppa.h: New files with PA64 support.
4669 2000-04-24  Jason Eckhardt  <jle@cygnus.com>
4671         * libhppa.h (dis_assemble_16): New function.
4672         (pa_arch): Added pa20w element.
4674 2000-04-24  Ulrich Drepper  <drepper@cygnus.com>
4676         * elf-bfd.h: Add prototypes for bfd_elf32_write_relocs,
4677         bfd_elf32_slurp_reloc_table, bfd_elf64_write_relocs, and
4678         bfd_elf64_slurp_reloc_table.
4680         * elfcode.h (elf_write_relocs, elf_slurp_reloc_table): New
4681         definitions to get external names.
4682         (elf_write_relocs): Renamed from write_relocs and make global.
4683         (elf_slurp_reloc_table): Make global.
4684         (_bfd_elf,size_info): Use elf_write_relocs instead of write_relocs.
4686         * archive.c (hpux_uid_gid_encode): New function.
4687         (bfd_ar_hdr_from_filesystem): Use it if HPUX_LARGE_AR_IDS is
4688         defined and the ID is greater than 99999.
4689         (bfd_generic_stat_arch_elt): If HPUX_LARGE_AR_IDS is defined decode
4690         special uid/gid fields into 32 bit values.
4692 2000-04-21  Matthew Green  <mrg@cygnus.com>
4694         * config.bfd: Add NetBSD/sparc64 support.
4696 Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
4697                           David Mosberger  <davidm@hpl.hp.com>
4698                           Timothy Wall <twall@cygnus.com>
4699                           Jim Wilson  <wilson@cygnus.com>
4701         * Makefile.am (ALL_MACHINES): Add cpu-ia64.lo.
4702         (ALL_MACHINES_CFILES): Add cpu-ia64.c.
4703         (BFD64_BACKENDS): Add elf64-ia64.lo.
4704         (BFD64_BACKENDS_CFILES): Add elf64-ia64.c.
4705         (cpu-ia64.lo, elf64-ia64.lo): New rules.
4706         * Makefile.in: Rebuild.
4707         * archures.c (enum bfd_architecture): Add bfd_arch_ia64.
4708         (bfd_ia64_arch): Declare.
4709         (bfd_archures_list): Add bfd_ia64_arch.
4710         * bfd-in2.h: Rebuild.
4711         * config.bfd: (ia64*-*-linux-gnu*, ia64*-*-elf*): New targets.
4712         * configure: Rebuild.
4713         * configure.host: (ia64-*-linux*): New host.
4714         * configure.in (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec,
4715         bfd_efi_app_ia64_vec, bfd_efi_app_ia64_vec): New vectors.
4716         * elf.c (prep_headers): Add bfd_arch_ia64.
4717         * libbfd.h: Rebuild.
4718         * reloc.c: Add IA-64 relocations.
4719         * targets.c (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec):
4720         Declare.
4721         (bfd_target_vect): Add bfd_elf64_ia64_little_vec.
4722         * cpu-ia64-opc.c, cpu-ia64.c, elf64-ia64.c: New files.
4724 2000-04-21  Richard Henderson  <rth@cygnus.com>
4726         * elf32-d30v.c (bfd_elf_d30v_reloc): Don't modify section
4727         contents when performing a partial link.
4728         (bfd_elf_d30v_reloc_21): Likewise.
4730 2000-04-20  H.J. Lu  <hjl@gnu.org>
4732         * elf32-i386.c (elf_i386_relocate_section): Restrict 1998-12-10
4733         patch to symbols defined by a shared object.
4734         * elf32-ppc.c (ppc_elf_relocate_section): Similarly.
4736 2000-04-19  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4738         K&R compiler fixes.
4739         * dwarf2.c (concat_filename): Avoid string literal concatenation.
4740         * ieee.c (ieee_get_symtab): Don't initialise union in struct.
4742 Mon Apr 17 19:14:36 2000  David Mosberger  <davidm@hpl.hp.com>
4744         * Makefile.am (BFD64_BACKENDS): Mention coff-ia64.lo.
4745         (BFD64_BACKENDS_CFILES): Mention coff-ia64.c
4746         (coff-ia64.lo): Add dependency.
4747         * Makefile.in: Regenerate.
4748         * coff-ia64.c: New file.
4749         * efi-app-ia32.c: Ditto.
4750         * efi-app-ia64.c: Ditto.
4751         * coffcode.h (coff_set_arch_mach_hook): Handle IA64MAGIC.
4752         (coff_set_flags): Ditto.
4753         (coff_write_object_contents) [IA64]: Set magic number to ZMAGIC.
4754         * config.bfd (i[3456]86-*-linux-gnu*): Mention bfd_efi_app_ia32_vec.
4755         * configure.in (elf): Handle bfd_efi_app_ia32 and bfd_efi_app_ia64_vec.
4756         * configure: Regenerate.
4757         * libpei.h (GET_OPTHDR_IMAGE_BASE): New macro.
4758         (PUT_OPTHDR_IMAGE_BASE): Ditto.
4759         (GET_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
4760         (PUT_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
4761         (GET_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
4762         (PUT_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
4763         (GET_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
4764         (PUT_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
4765         (GET_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
4766         (PUT_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
4767         (GET_PDATA_ENTRY): Ditto.
4768         * peigen.c (_bfd_pei_swap_aouthdr_in) [COFF_WITH_PEP64]: Don't read
4769         data_start.  Use above macros to read fields that are 64 bit wide for
4770         COFF_WITH_PEP64.  Don't truncate entry and text_start to 32 bits.
4771         (_bfd_pei_swap_aouthdr_out) [PEI_FORCE_MINIMUM_ALIGNMENT]: Force
4772         FileAlignment and SectionAlignment to minimum alignment if they
4773         are zero.
4774         (_bfd_pei_swap_aouthdr_out) [PEI_DEFAULT_TARGET_SUBSYSTEM]: Set
4775         Subsystem to default PEI_DEFAULT_TARGET_SUBSYSTEM.
4776         (_bfd_pei_swap_aouthdr_out) [COFF_WITH_PEP64]: Don't set data_start.
4777         Use above macros to write fields that are 64 bit wide for
4778         COFF_WITH_PEP64.
4779         (pe_print_pdata): Set PDATA_ROW_SIZE to 3*8 for COFF_WITH_PEP64,
4780         5*4 otherwise.  This should be right for IA-32 and IA-64, but may
4781         be wrong for platforms.  Use PDATA_ROW_SIZE instead of hardcoded
4782         value of 20 bytes.  Modify printing for COFF_WITH_PEP64 to print
4783         begin address, end address, and unwind info address only.  Use
4784         GET_PDATA_ENTRY() to read .pdata entries.  Use fprintf_vma() to
4785         print addresses.
4786         (tbl): Add SECTION, REL32, RESERVED1, MIPS_JMPADDR16, DIR64, and
4787         HIGH3ADJ relocation names.
4788         (_bfd_pe_print_private_bfd_data): Print Subsystem name in legible form.
4789         * targets.c: Declare bfd_efi_app_ia32_vec and
4790         bfd_efi_app_ia64_vec.
4791         (bfd_target_vector): Mention bfd_efi_app_ia32_vec and
4792         bfd_efi_app_ia64_vec.
4794 2000-04-17  Timothy Wall  <twall@cygnus.com>
4796         * bfd-in2.h: Add prototypes for tic54x load page access.
4797         * bfd-in.h: Regenerate.
4798         * coff-tic54x.c: Add load page functions; allow bfd_arch_unknown
4799         in customized _set_arch_mach function.
4800         * coffcode.h (coff_set_alignment_hook): Set section load page if
4801         the appropriate macro is defined.
4802         (write_object_contents): Read section load page.
4804 2000-04-13  Alan Modra  <alan@linuxcare.com.au>
4806         * elf32-hppa.h: Update copyright date.
4808         * elf32-fr30.c (fr30_elf_i20_reloc): Don't use U suffix.
4809         * elf32-mips.c (_bfd_mips_elf_relocate_section): And here.
4811         * elf32-d30v.c (MAX32): Don't use LL suffix.
4812         (MIN32): Define in terms of MAX32.
4813         (bfd_elf_d30v_reloc): Make relocation a bfd_signed_vma.
4815         * coff-a29k.c (SIGN_EXTEND_HWORD): Replace with more concise
4816         expression.
4818         * peicode.h (pe_ILF_build_a_bfd): Remove UL from hex constants.
4820 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
4822         * dep-in.sed: Match space before file name, not after.
4823         * Makefile.am: Regenerate dependencies.
4824         * Makefile.in: Regenerate.
4826         * reloc.c (_bfd_relocate_contents): In complain_overflow_bitfield
4827         case, allow address wrap-around stupidly removed 2000-03-17.  Sign
4828         extend without an if statement.
4830 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
4832         * coff-mips.c (mips_gprel_reloc): Test for 16 bit range using
4833         signed quantites.
4834         * elf32-mips.c (gprel16_with_gp): Likewise.
4835         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Test range
4836         here using -0x40000, not (int)0xfffc0000.
4837         (elf32_hppa_size_of_stub): Likewise.
4839 2000-04-11  Timothy Wall  <twall@cygnus.com>
4841         * coff-tic54x.c: Now builds with all targets.
4842         * Makefile.am: Add coff/tic54x.h to coff-tic54x.o dependencies.
4843         * Makefile.in: Regenerate.
4844         * coffcode.h (coff_set_arch_mach_hook): Eliminate warning on
4845         unitialized variable.
4847 Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
4849         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
4850         --enable-build-warnings option.
4851         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
4852         * Makefile.in, configure: Re-generate.
4854 2000-04-07  Nick Clifton  <nickc@cygnus.com>
4856         * reloc.c: Add BFD_RELOC_ARM_PCREL_BLX and
4857         BFD_RELOC_THUMB_PCREL_BLX.
4859         * elf32-arm.h (elf32_arm_final_link_relocate): Handle
4860         R_ARM_XPC25 and R_ARM_THM_PC22.
4862         * elfarm-nabi.c (elf32_arm_howto_): Fix definitions of
4863         R_ARM_XPC25 and R_ARM_THM_XPC22.
4864         (elf32_arm_reloc_map): Make BFD_RELOC_{ARM|THUMB}_PCREL_BLX to
4865         R_ARM_[XPC25|THM_XPC22].
4867         * elfarm-oabi.c: Define OLD_ARM_ABI and change include from
4868         elf/arm-oabi.h to elf/arm.h
4870         * Makefile.am: Fix dependency for elfarm-oabi.c
4871         * Makefile.in: Regenerate.
4873         * bfd-in2.h: Regenerate.
4874         * libbfd.h: Regenerate.
4876 2000-04-06  Michael Snyder  <msnyder@seadog.cygnus.com>
4878         * elfcore.h (elf_core_file_p): preserve value of tdata at entry,
4879         and restore it on failure.  Release newly allocated tdata on
4880         failure.
4882 Fri Apr  7 11:33:47 2000  Jim Wilson  <wilson@cygnus.com>
4884         * dwarf2.c (struct dwarf2_debug): New field dwarf_line_size.
4885         (decode_line_info): Set it.  Report error if unit->line_offset is
4886         equal to or larger than it.
4888 2000-04-07  Timothy Wall  <twall@cygnus.com>
4890         * targets.c: Added vecs for tic54x.
4891         * reloc.c: Added relocs for tic54x.
4892         * libbfd.h: Regenerated.
4893         * configure: Add TI COFF vecs for tic54x.
4894         * configure.in: Ditto.
4895         * config.bfd (targ_cpu): Recognize new tic54x target.
4896         * coffcode.h (coff_slurp_symbol_table): Additions for TI COFF handling.
4897         * bfd-in2.h: Add tic54x target and relocations.
4898         * Makefile.am, Makefile.in: Add tic54x target.
4899         * archures.c (bfd_archures_list): Add tic54x target.
4900         * coff-tic54x.c: New.
4901         * cpu-tic54x.c: New.
4903 2000-04-06  Michael Snyder  <msnyder@seadog.cygnus.com>
4905         * elfcore.h (elf_core_file_p): call backend_object_p which
4906         thereby gets an opportunity to update the arch/machine type.
4908 2000-04-06  Timothy Wall  <twall@cygnus.com>
4910         * coffcode.h (coff_slurp_symbol_table): Handle C_STATLAB storage
4911         class.  Handle SEC_CLINK and SEC_BLOCK flags.
4912         * section.c: Add SEC_CLINK and SEC_BLOCK flags.
4913         * bfd-in2.h: Add SEC_CLINK and SEC_BLOCK flags.
4915 2000-04-06  Nick Clifton  <nickc@cygnus.com>
4917         * elf32-arm.h (elf32_arm_set_private_flags): Only check for
4918         EF_INTERWORK if this is an unknown EABI.
4919         (elf32_arm_merge_private_bfd_data): Check EABI version
4920         numbers.  Only check EF_xxx flags if the EABI version number
4921         is unknown.
4922         (elf32_arm_check_private_bfd_data): Only check EF_xxx flags
4923         if the EABI version number is unknown.
4924         (elf32_arm_print_private_bfd_data): Only decode EF_xxx flags
4925         if the EABI version number is unknown.
4927 Wed Apr  5 22:04:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4929         * reloc.c (_bfd_relocate_contents): Add BFD_RELOC_SH_LOOP_START and
4930         BFD_RELOC_SH_LOOP_END.
4931         * elf32-sh.c (sh_elf_howto_tab): Change special_func to
4932         sh_elf_ignore_reloc for all entries that sh_elf_reloc used to ignore.
4933         Add entries for R_SH_LOOP_START and R_SH_LOOP_END.
4934         (sh_elf_reloc_loop): New function.
4935         (sh_elf_reloc): No need to test for always-to-be-ignored relocs
4936         any more.
4937         (sh_rel): Add entries for BFD_RELOC_SH_LOOP_{START,END}.
4938         (sh_elf_relocate_section): Handle BFD_RELOC_SH_LOOP_{START,END}.
4939         * bfd-in2.h, libbfd.h: Regenerate.
4941 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
4943         * po/bfd.pot: Regenerate.
4945         * Makefile.am: Remove extraneous mkdep comment.
4946         (MKDEP): Use gcc -MM rather than mkdep.
4947         (DEP): Quote when passing vars to sub-make.  Add warning
4948         message to end.
4949         (DEP1): Rewrite for "gcc -MM".
4950         (CLEANFILES): Add DEP2.
4951         Update dependencies.
4952         * Makefile.in: Regenerate.
4954 2000-04-03  Kevin Buettner  <kevinb@redhat.com>
4956         * configure.in: Added corefile support for AIX 4.3.  In particular,
4957         AIX_CORE_DUMPX_CORE will be defined in addition to AIX_CORE when
4958         compiling rs6000-core.c.
4959         * configure: Regenerated.
4961 2000-04-03  H.J. Lu  <hjl@gnu.org>
4963         * cache.c (bfd_open_file): Unlink the output file only if
4964         it has non-zero size.
4966 2000-04-01  Ken Block USG  <block@zk3.dec.com>
4968         * elf64-alpha.c (elf64_alpha_relocate_section): Don't emit
4969         relative relocations for non-loaded sections in shared objects.
4970         (elf64_alpha_check_relocs): Similarly.
4972 Mon Apr  3 13:37:15 2000  Hans-Peter Nilsson  <hp@axis.com>
4974         * aoutx.h (NAME(aout,reloc_type_lookup)): Add BFD_RELOC_8 and
4975         BFD_RELOC_16 to switch for extended relocs.
4976         (MY_swap_ext_reloc_in): New.
4977         (MY_swap_ext_reloc_out): New.
4978         (NAME(aout,slurp_reloc_table)): Use MY_swap_ext_reloc_in rather
4979         than NAME(aout,swap_ext_reloc_in) for extended relocs.
4980         (NAME(aout,squirt_out_relocs)): Similarly use
4981         MY_swap_ext_reloc_out.
4982         (aout_link_reloc_link_order): Use MY_put_ext_reloc if defined.
4984 2000-04-03  Kazu Hirata  <kazu@hxi.com>
4986         * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 to
4987         the R_PCRWORD_B case.
4989 2000-03-31  Thomas de Lellis  <tdel@wrs.com>
4991         * srec.c : Set CHUNK size to 16 bytes to prevent download failures
4992         on some targets.
4993         * ihex.c : Ditto.
4995 Wed Mar 30 15:28:00 2000  Donald Lindsay  <dlindsay@cygnus.com>
4997         * elf32-m32r.c (m32r_elf_generic_reloc): new function.  All
4998         HOWTO references to bfd_elf_generic_reloc, that have
4999         partial_inplace == true, now use the new function.  The function
5000         is based on the recent rewrite of m32r_elf_lo16_reloc(), and
5001         extends its fixes to the R_M32R_{16,24,32} relocs.
5002         The new logic in m32r_elf_lo16_reloc() has been removed, and
5003         it instead calls the new routine to obtain that functionality.
5005 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
5007         * elf32-avr.c (elf32_avr_gc_mark_hook, elf32_avr_gc_sweep_hook,
5008         elf32_avr_check_relocs, avr_final_link_relocate,
5009         elf32_avr_relocate_section, bfd_elf_avr_final_write_processing,
5010         elf32_avr_object_p): Add prototypes.
5011         (elf32_avr_gc_mark_hook): Add default for h->root.type.
5012         (bfd_elf_avr_final_write_processing): Make static.
5014 2000-03-27  Denis Chertykov  <denisc@overta.ru>
5016         * cpu-avr.c: New file.  BFD support routines for AVR architecture.
5017         * archures.c (bfd_architecture): Add AVR architecture.
5018         (bfd_archures_list): Add reference to AVR architecture info.
5019         * elf.c (prep_headers): Handle bfd_arch_avr.
5020         * reloc.c: Add various AVR relocation enums.
5021         * targets.c (bfd_elf32_avr_vec): Declare and add to target vector
5022         list.
5023         * Makefile.am: Add support for AVR elf.
5024         * configure.in: Likewise.
5025         * config.bfd: Likewise.
5026         * Makefile.in: Regenerate.
5027         * configure: This too.
5028         * bfd-in2.h: And this.
5029         * libbfd.h: And this.
5031 2000-03-24  H.J. Lu  <hjl@gnu.org>
5033         * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Add prototype.
5034         (elf64_alpha_find_reloc_at_ofs): Likewise.
5036 2000-03-17  Alan Modra  <alan@linuxcare.com.au>
5038         * reloc.c (bfd_check_overflow): In case complain_overflow_bitfield,
5039         flag an overflow if the bitfield is outside -2**n to 2**n-1.  The
5040         allowable range used to be -2**(n-1) to 2**n-1.
5041         * reloc.c (_bfd_relocate_contents): Same here.  Also replace
5042         "boolean overflow" with "bfd_reloc_status_type flag".
5044 2000-03-14  Doug Evans  <dje@casey.transmeta.com>
5046         * elf32-m32r.c (m32r_elf_lo16_reloc): Rewrite.
5048 2000-03-14  Kazu Hirata  <kazu@hxi.com>
5050         * reloc16.c (bfd_coff_reloc16_relax_section): Count the total number
5051         of shrinks properly, including the last reloc.
5053 2000-03-13  Kazu Hirata  <kazu@hxi.com>
5055         * coff-h8300.c (h8300_reloc16_extra_cases): Fix the sanity
5056         check for R_MOVL2.
5058 2000-03-11  Alan Modra  <alan@linuxcare.com.au>
5060         * ieee.c (ieee_archive_p): Return bfd_error_wrong_format on
5061         a format mismatch rather than an "error" from bfd_read such as
5062         bfd_error_file_truncated.
5064 2000-03-10  Geoff Keating  <geoffk@cygnus.com>
5066         * elf32-mips.c (_bfd_mips_elf_relocate_section): Do proper
5067         sign-extension and big-endian compensation for
5068         R_MIPS_64 even in ld -r.
5070 2000-03-10  Geoffrey Keating  <geoffk@cygnus.com>
5072         * elf32-mips.c (mips_elf_next_relocation): Rename from
5073         mips_elf_next_lo16_relocation, and generalize to look
5074         for any relocation type.
5075         (elf_mips_howto_table): Make R_MIPS_PC16 pcrel_offset.
5076         (elf_mips_gnu_rel_hi16): Howto for R_MIPS_GNU_REL_HI16.
5077         (elf_mips_gnu_rel_lo16): Howto for R_MIPS_GNU_REL_LO16.
5078         (elf_mips_gnu_rel16_s2): Howto for R_MIPS_GNU_REL16_S2.
5079         (elf_mips_gnu_pcrel64): Howto for R_MIPS_PC64.
5080         (elf_mips_gnu_pcrel32): Howto for R_MIPS_PC32.
5081         (bfd_elf32_bfd_reloc_type_lookup): Add new relocs.
5082         (mips_rtype_to_howto): Likewise.
5083         (mips_elf_calculate_relocation): Handle new relocs.
5084         (_bfd_mips_elf_relocate_section): REL_HI16/REL_LO16 relocs
5085         are paired.  The addend for R_MIPS_GNU_REL16_S2
5086         is shifted right two bits.
5088 2000-03-10  Alan Modra  <alan@linuxcare.com.au>
5090         * reloc.c (bfd_perform_relocation): Undo emacs formatting of
5091         comment, and ensure it doesn't happen again.
5092         (bfd_install_relocation): Same here.
5093         (_bfd_relocate_contents): Don't bother assigning unused signmask
5094         shift result.  Fix typos in comments.
5095         Remove trailing whitespace throughout file.
5097 2000-03-07  Doug Evans  <dje@casey.transmeta.com>
5099         * reloc.c (reloc_howto_struct): Fix partial_inplace comment.
5100         * bfd-in2.h: Rebuild.
5102 2000-03-06  Nick Clifton  <nickc@cygnus.com>
5104         * peicode.h (struct pe_ILF_vars): Add sym_ptr_table and
5105         sym_ptr_ptr fields.
5106         (SIZEOF_ILF_SYM_PTR_TABLE): Define.
5107         (SIZEOF_ILF_STRINGS): Redefine.
5108         (pe_ILF_make_a_symbol-reloc): New function.  Creates a symbol
5109         relative reloc, as opposed to a section relative reloc.
5110         (pe_ILF_make_a_symbol): Set the class of local symbols to C_STAT
5111         not C_LABEL.
5112         Add length of symbol's prefix to string pointer.
5113         Store a pointer to the symbol in the symbol pointer table.
5114         (pe_ILF_build_a_bfd): Do not build .idata$2 or .idata$7.
5115         Initialise the symbol pointer table.
5116         Store the hint in the Hint/Name table.
5117         Make the jump reloc be symbol realtive, not section relative.
5118         Create an import symbol for imported code.
5120 2000-03-06  Catherine Moore  <clm@cygnus.com>
5122         * elf.c (swap_out_syms):  Check for null type_ptr.
5124 2000-03-01  Hans-Peter Nilsson  <hp@axis.com>
5126         * aout-target.h (MY(write_object_contents)): Remove unused
5127         and unusable "#if CHOOSE_RELOC_SIZE".
5128         * pc532-mach.c (MY(write_object_contents)): Ditto.
5129         * netbsd.h (MY(write_object_contents)): Ditto.
5130         * hp300hpux.c (MY(write_object_contents)): Ditto.
5131         * freebsd.h (MY(write_object_contents)): Ditto.
5132         * aout-tic30.c (tic30_aout_write_object_contents): Ditto.
5134 2000-02-29  H.J. Lu  <hjl@gnu.org>
5136         * peicode.h (jtab): Make it static.
5138         * coff-sh.c (sh_align_load_span): Declared if COFF_WITH_PE is
5139         defined and COFF_IMAGE_WITH_PE is not defined.
5140         (_bfd_sh_align_load_span): Defined as sh_align_load_span if
5141         COFF_WITH_PE is defined and COFF_IMAGE_WITH_PE is not defined.
5143 2000-03-01  Nick Clifton  <nickc@cygnus.com>
5145         * coff-arm.c (bfd_arm_process_before_allocation): Make
5146         'symndx' signed to prevent compile time warning.
5148         * coff-mcore.c: Remove unused prototype for pe_object_p.
5150         * coff-sh.c: Add "#ifndef COFF_IMAGE_WITH_PE" around static
5151         functions that are not used when COFF_IMAGE_WITH_PE is
5152         defined.
5153         (struct sh_opcode): Change type of 'flags' field to unsigned
5154         long so that it can hold the USESAS flag.
5156         * coffcode.h (styp_to_sec_flags): Initialise 'target_name'.
5158         * elf-m10300.c (mn10300_elf_relax_section): Initialise
5159         'sym_sec'.
5161         * elf32-i370.c: Add ATTRIBUTE_UNUSED to unused function
5162         parameters.
5163         Remove unusued variables and code.
5164         (elf_backend_add_symbol_hook): Fix prototype.
5166         * elf32-m68k.c (elf_m68k_gc_sweep_hook): Initialise 'sgot' and
5167         'srelgot'.
5169         * elf32-mcore.c (mcore_elf_relocate_section): Initialise
5170         'oldinst'.
5172         * elf32-mips.c: Add ATTRIBUTE_UNUSED to unused function
5173         parameters.
5174         Remove unusued variables and code.
5175         (elf_backend_add_symbol_hook): Fix prototype.
5177         * elf32-sh.c (sh_elf_set_mach_from_flags): Use 'flags'.
5179         * elflink.h (elf_bfd_link_add_symbols): Add ATTRIBUTE_UNUSED
5180         to unused function parameter.
5182         * pe-mips.c: Add ATTRIBUTE_UNUSED to unused function
5183         parameters.
5184         Use EMPTY_HOWTO to initialise empty howto slots.
5185         Remove unused variables.
5187         * peicode.h (pe_ILF_build_a_bfd): Initialise id6.
5189 2000-03-01  H.J. Lu  <hjl@gnu.org>
5191         * aoutx.h (aout_link_input_section_std): Pass "true" to
5192         the undefined_symbol callback.
5193         (aout_link_input_section_ext): Likewise.
5194         * bout.c (get_value): Likewise.
5195         * coff-a29k.c (coff_a29k_relocate_section): Likewise.
5196         * coff-alpha.c (alpha_ecoff_get_relocated_section_conten):
5197         Likewise.
5198         (alpha_relocate_section): Likewise.
5199         * coff-arm.c (coff_arm_relocate_section): Likewise.
5200         * coff-i960.c (coff_i960_relocate_section): Likewise.
5201         * coff-mcore.c (coff_mcore_relocate_section): Likewise.
5202         * coff-mips.c (mips_relocate_section): Likewise.
5203         * coff-ppc.c (coff_ppc_relocate_section): Likewise.
5204         * coff-sh.c (sh_relocate_section): Likewise.
5205         * coff-tic80.c (coff_tic80_relocate_section): Likewise.
5206         * cofflink.c (_bfd_coff_generic_relocate_section): Likewise.
5207         * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
5208         * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
5209         * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
5210         * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
5211         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
5212         * elf32-i370.c (i370_elf_relocate_section): Likewise.
5213         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
5214         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
5215         * elf32-sh.c (sh_elf_relocate_section): Likewise.
5216         * elf32-v850.c (v850_elf_relocate_section): Likewise.
5217         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
5218         * elflink.h (elf_link_output_extsym): Likewise.
5219         * pe-mips.c (coff_pe_mips_relocate_section): Likewise.
5220         * reloc.c (bfd_generic_get_relocated_section_conten): Likewise.
5221         * reloc16.c (_bfd_ppc_xcoff_relocate_section): Likewise.
5223         * elf-hppa.h (elf_hppa_relocate_section): Pass "false" to the
5224         undefined_symbol callback when building shared library with
5225         -Bsymbolic and undefined symbols are allowed. Otherwise, pass
5226         "true".
5227         * elf32-arm.h (elf32_arm_relocate_section): Likewise.
5228         * elf32-i386.c (elf_i386_relocate_section): Likewise.
5229         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
5230         * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
5231         (elf32_mips_get_relocated_section_content): Likewise.
5232         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
5233         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
5234         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
5235         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
5237 2000-02-28  Nick Clifton  <nickc@cygnus.com>
5239         * Makefile.am: Add rules to build pe[i]-{sh|mips}.lo objects.
5240         * Makefile.in: Regenerate.
5242         * configure.in: Add support for mips and sh pe vectors.
5243         * configure: regenerate.
5245         * config.bfd: Add support for arm-wince, mips-pe and sh-pe
5246         targets.
5248         * targets.c: Add mips and sh pe vectors.
5250         * libpei.h (coff_final_link_postscript): Only define if not
5251         already defined.
5253         * coffcode.h: Add support for WinCE magic numbers.
5255         * peigen.c (pe_print_reloc): Update comment and rearrange
5256         appending of newline character.
5258         * peicode.h: Add support for Image Library Format.
5259         (pe_ILF_vars): Structure containing data used by ILF code.
5260         (pe_ILF_make_a_section): New function.  Create a section based
5261         on ILF data.
5262         (pe_ILF_make_a_reloc): New function.  Create a reloc based on
5263         ILF data.
5264         (pe_ILF_make_a_symbol): New function.  Create a symbol based
5265         on ILF data.
5266         (pe_ILF_save_relocs): New function.  Store the relocs created
5267         by pe_ILF_make_a_reloc in a section.
5268         (pe_ILF_build_a_bfd): New function.  Create a BFD describing
5269         an ILF object.
5270         (pe_ILF_object_p): New function.  Return a bfd_target pointer
5271         for an ILF object.
5272         (pe_bfd_object_p): If an ILF object is detected call
5273         pe_ILF_object_p on it.
5275         * coff-arm.c: Add support for WinCE relocs which are different
5276         from normal ARM COFF relocs.
5277         * pe-arm.c: Unset TARGET_UNDERSCORE for a WinCE target.
5279         * coff-sh.c: Add support for sh-pe target.
5280         * pe-sh.c: New file.  Support code for sh-pe target.
5281         * pei-sh.c: New file.  Support code for sh-pe target.
5283         * pe-mips.c: New file.  Support code for mips-pe target.
5284         * pei-mips.c: New file.  Support code for mips-pe target.
5286 2000-02-27  Jakub Jelinek  <jakub@redhat.com>
5288         * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Don't bump
5289         architecture if the object causing the bump is dynamic.
5290         * elf64-sparc.c (sparc64_elf_merge_private_bfd_data): Likewise,
5291         and also don't it for memory ordering.
5292         (sparc64_elf_write_relocs): Take src_rela out of the loop.
5294 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
5296         * dwarf2.c (read_abbrevs): Use _raw_size directly rather than
5297         calling bfd_get_section_size_before_reloc.
5298         (decode_line_info): Likewise.
5299         (_bfd_dwarf2_find_nearest_line): Likewise.
5301 2000-02-27  Eli Zaretskii  <eliz@is.elta.co.il>
5303         * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
5304         name of the libtool directory.
5305         * Makefile.in: Rebuild.
5307 Fri Feb 25 18:39:26 2000  Rodney Brown (RodneyBrown@pmsc.com)
5309         * som.c (SOM_HOWTO): Define.
5310         (som_hppa_howto_table): Use it.
5312 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5314         * config.bfd: Enable 64 bit support for GNU/Linux/sparc.
5316         * config.bfd: Enable 64 bit support for Solaris7+/sparc.
5318 2000-02-24  Catherine Moore  <clm@cygnus.com>
5320         * som.c (som_misc_symbol_info):  Add field
5321         secondary_def.
5322         (som_bfd_derive_misc_symbol_info):  Initialize
5323         secondary_def.
5324         (som_build_and_write_symbol_table): Keep track
5325         of secondary_def field.
5326         (som_slurp_symbol_table): Set BSF_WEAK symbol flag
5327         if secondary_def field is set.
5328         (som_bfd_ar_write_symbol_stuff): Initialize
5329         secondary_def.
5331 2000-02-23  Stephane Carrez  <stcarrez@worldnet.fr>
5333         * dwarf2.c (read_address): Read 16-bits addresses.
5334         (parse_comp_unit): Accept addr_size == 2.
5336 2000-02-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
5338         * bfd-in.h: Update copyright date.
5340 2000-02-23  Linas Vepstas <linas@linas.org>
5342         * cpu-i370.c: New file.
5343         * elf32-i370.c:  New file.
5344         * archures.c (enum bfd_architecture): Add bfd_arch_i370.
5345         (bfd_i370_arch): New.
5346         (bfd_archures_list): Add bfd_i370_arch.
5347         * elf.c (prep_headers): Add bfd_arch_i370.
5348         * Makefile.am: Add support for IBM 370 elf.
5349         * config.bfd: Likewise.
5350         * configure.in: Likewise.
5351         * libbfd.h (bfd_reloc_code_real_names): Likewise.
5352         * reloc.c (bfd_reloc_code_type): Likewise.
5353         * targets.c: Likewise.
5355         * Makefile.in: Regenerate.
5356         * configure: Regenerate.
5357         * bfd-in2.h: Regenerate.
5359 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
5361         * elf32-i386.c (elf_i386_info_to_howto_rel): Give a warning for
5362         invalid relocation types, and change them to R_386_NONE.
5364 2000-02-22  H.J. Lu  <hjl@gnu.org>
5366         * elflink.h (elf_link_add_object_symbols): If a version symbol is
5367         not defined, don't add a second ELF_VER_CHR.
5369         * elflink.h (elf_bfd_final_link): Call output_extsym for global
5370         symbols converted to local symbols even when stripping all
5371         symbols.
5372         (elf_link_output_extsym): Process global symbols converted to
5373         local symbols even if they are being stripped.
5375 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
5377         * archures.c (bfd_octets_per_byte): Return unsigned int.
5378         (bfd_arch_mach_octets_per_byte): Ditto.
5379         * libbfd.c (bfd_read, bfd_seek): Quell signed vs. unsigned
5380         comparison warning.
5381         * section.c (bfd_get_section_size_before_reloc): Quell signed
5382         vs. unsigned comparison warning.
5383         (bfd_get_section_size_after_reloc): Same here.  Fix parentheses too.
5384         * trad-core.c (trad_unix_core_file_p): Correct 2000-01-27
5385         change.  What was I thinking?
5386         * bfd-in2.h: Regenerate.
5388         * elflink.h (elf_gc_sweep): Skip non-elf input bfds.
5389         (elf_gc_sections): Same here.
5390         (elf_gc_common_finalize_got_offsets): And here.
5392 2000-02-21  Ian Lance Taylor  <ian@zembu.com>
5394         ELF HPPA doesn't work at present; remove it until it does.
5395         * config.bfd: Comment out setting targ_defvec to
5396         bfd_elf32_hppa_vec.
5397         * Makefile.am: Rebuild dependencies.
5398         (BFD32_BACKENDS): Remove elf32-hppa.lo.
5399         (BFD32_BACKENDS_CFILES): Remove elf32-hppa.c.
5400         (SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h.
5401         * Makefile.in: Rebuild.
5402         * targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
5404 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
5406         * coffcode.h (coff_set_arch_mach_hook): Use free(), because there
5407         is no bfd_free().  Revert bfd_free part of previous change.
5409 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
5411         * coffcode.h (coff_set_arch_mach_hook): Don't use variable-size
5412         arrays.
5413         (coff_compute_section_file_positions): Use bfd_free to pair
5414         bfd_malloc.
5415         (coff_write_object_contents): Likewise.
5417         * coff-rs6000.c (xcoff_howto_table_16): New variable.
5418         (xcoff_rtype2howto): Handle 16-bit variants of 32-bit relocs.
5420 2000-02-18  Ulrich Drepper  <drepper@cygnus.com>
5422         * coff-rs6000.c (XCOFFARMAGBIG): New macro.
5423         (xcoff_ar_file_hdr_big): New structure.
5424         (SIZEOF_AR_FILE_HDR_BIG): New macro.
5425         (xcoff_ar_hdr_big): New structure.
5426         (SIZEOF_AR_HDR_BIG): New macro.
5427         (xcoff_big_format_p): New macro.
5428         (xcoff_ardata_big): New macro.
5429         (arch_xhdr_big): New macro.
5430         (xcoff_slurp_armap): Handle large archives.
5431         (xcoff_archive_p): Detect large archives.
5432         (xcoff_read_ar_hdr): Handle large archives.
5433         (xcoff_openr_next_archived_file): Handle large archives.
5434         (xcoff_generic_stat_arch_elt): Handle large archives.
5435         (xcoff_write_armap_old): Rename from xcoff_write_armap.
5436         (xcoff_write_armap_big): New function.
5437         (xcoff_write_armap): New function, dispatch to _old or _big.
5438         (xcoff_write_archive_contents_old): Rename from
5439         xcoff_write_archive_contents.
5440         (xcoff_write_archive_contents_big): New function.
5441         (xcoff_write_archive_contents): New function, dispatch to _old or
5442         _big.
5444 2000-02-18  Richard Henderson  <rth@cygnus.com>
5446         * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirect
5447         and hide_symbol members.
5448         (elf_link_hash_copy_indirect): Remove.
5449         (elf_link_hash_hide_symbol): Remove.
5450         (struct elf_backend_data): Add elf_backend_copy_indirect_symbol
5451         and elf_backend_hide_symbol.
5452         (_bfd_elf_link_hash_copy_indirect): Declare.
5453         (_bfd_elf_link_hash_hide_symbol): Declare.
5454         * elf.c (_bfd_elf_link_hash_copy_indirect): Remove table argument.
5455         (_bfd_elf_link_hash_hide_symbol): Likewise.
5456         (_bfd_elf_link_hash_table_init): Don't init killed members.
5457         * elflink.h (elf_link_add_object_symbols): Use the bed function
5458         pointers not elf_link_hash_{copy_indirect,hide_symbol}.
5459         (elf_link_assign_sym_version): Likewise.
5460         * elfxx-target.h (elf_backend_copy_indirect_symbol): Default.
5461         (elf_backend_hide_symbol): Likewise.
5462         (elfNN_bed): Update for new members.
5464 2000-02-17  Kevin Buettner  <kevinb@redhat.com>
5466         * rs6000-core.c (CORE_DATA_SIZE_FIELD, CORE_COMM_FIELD, SAVE_FIELD,
5467         STACK_END_ADDR): Define for new core file format.
5468         (LOADER_OFFSET_FIELD, LOADER_REGION_SIZE, CORE_DUMP): New defines
5469         for handling the vagaries of the various core file structures used
5470         by AIX over the years.
5471         (rs6000coff_core_p, rs6000coff_core_file_matches_executable,
5472         Rs6kCorData): Use above defines to adapt code to use AIX 4.3's
5473         core_dumpx structure.
5475 Thu Feb 17 00:04:48 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5477         * archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
5478         (bfd_mach_sh3_dsp): Likewise.
5479         (bfd_mach_sh4): Reinstate.
5480         (bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
5481         * bfd-in2.h: Regenerate.
5482         * coff-sh.c (struct sh_opcode): flags is no longer short.
5483         (USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
5484         (sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
5485         (sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
5486         (sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
5487         (sh_opcodes): No longer const.
5488         (sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
5489         (sh_insn_uses_reg): Check for USESAS and USESR8.
5490         (sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
5491         (_bfd_sh_align_load_span): Return early for SH4.
5492         Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
5493         Take into account that field b of a parallel processing insn
5494         could be mistaken for a separate insn.
5495         * cpu-sh.c (arch_info_struct): New array elements for
5496         sh2, sh-dsp and sh3-dsp.
5497         Reinstate element for sh4.
5498         (SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
5499         (SH4_NEXT): Reinstate.
5500         (SH3_NEXT, SH3E_NEXT): Adjust.
5501         * elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
5502         * elf32-sh.c (sh_elf_set_private_flags): New function.
5503         (sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
5504         (sh_elf_merge_private_data): New function.
5505         (elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
5506         (bfd_elf32_bfd_copy_private_bfd_data): Define.
5507         (bfd_elf32_bfd_merge_private_bfd_data): Change to
5508         sh_elf_merge_private_data.
5510 2000-02-13  Richard Henderson  <rth@cygnus.com>
5512         * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
5513         hide_symbol members.
5514         (elf_link_hash_copy_indirect): New.
5515         (elf_link_hash_hide_symbol): New.
5516         * elflink.h (elf_link_add_object_symbols): Break out copy from
5517         indirect new new symbol to elf.c.
5518         (elf_link_assign_sym_version): Break out privatization of
5519         non-exported symbol to elf.c.
5520         * elf.c (_bfd_elf_link_hash_copy_indirect): New.
5521         (_bfd_elf_link_hash_hide_symbol): New.
5522         (_bfd_elf_link_hash_table_init): Init copy_indirect and hide_symbol.
5524 2000-02-13  Ian Lance Taylor  <ian@zembu.com>
5526         * section.c (_bfd_strip_section_from_output): Add info parameter.
5527         If it passed as non-NULL, use it to check whether any input BFD
5528         has an input section which uses this output section.  Change all
5529         callers.
5530         * bfd-in2.h: Rebuild.
5532         * bfd-in.h: Move declarations of bfd_get_elf_phdr_upper_bound and
5533         bfd_get_elf_phdrs in from bfd-in2.h, correcting patch of
5534         1999-11-29.
5535         * bfd-in2.h: Rebuild.
5537 2000-02-10  Timothy Wall  <twall@cygnus.com>
5539         * coffswap.h (coff_swap_sym_in): Add hook SWAP_SYM_IN_POST to
5540         allow final modifications of swapped-in symbol.
5541         (coff_swap_sym_out): Ditto with SWAP_SYM_OUT_POST.
5542         * coffcode.h (coff_write_relocs): Use macro
5543         SECTION_RELATIVE_ABSOLUTE_SYMBOL_P if defined to determine whether
5544         symbol index should be set to -1.
5546 Thu Feb 10 20:07:50 GMT 2000  Toshiyasu Morita (toshi.morita@sega.com)
5548         * coff-sh.c (USES1_REG, USES2_REG, SETS1_REG, SETS2_REG,
5549         USESF1_REG, USESF2_REG, SETSF1_REG, SETSF2_REG): New macros.
5550         * (sh_insn_sets_reg, sh_insn_sets_freg): New prototypes.
5551         * (sh_insn_sets_reg, sh_insn_uses_or_sets_reg, sh_insns_sets_freg,
5552         sh_insns_uses_or_sets_freg): New functions.
5553         * (sh_insn_uses_reg, sh_insn_uses_freg): Use new macros.
5554         * (sh_insns_conflict): Use new functions and new macros to
5555         detect conflicts when two instructions both set same integer registers,
5556         both set same fp register, and both set special register.
5558 2000-02-09  Timothy Wall  <twall@cygnus.com>
5560         * coffgen.c (coff_real_object_p): Set arch/mach info prior to
5561         swapping in sections, so that the swapping routines have access to
5562         the arch/mach info.
5564 2000-02-08 Mark Elbrecht <snowball3@bigfoot.com>
5566         * coff-go32.c: Update comment. Update copyright.
5568 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
5570         * syms.c (bfd_decode_symclass)
5571         Two new class characters were added - 'V' and 'v'.  The
5572         meaning of 'W' is now restricted to just weak non-object
5573         symbols.  This allows differentiation between, for example,
5574         weak functions vs weak objects.  nm for example now dumps:
5575         'W' = weak global
5576         'w' = weak unresolved
5577         'V' = weak global object
5578         'v' = weak unresolved object
5580         (bfd_is_undefined_symclass): New function.  Return true if the
5581         given symbol class represents and undefined/unresolved symbol.
5583         (bfd_symbol_info): Use bfd_is_undefined_symclass to check for
5584         unresolved symbols.
5586         * bfd-in2.h: Add prototype for bfd_is_undefined_symbol().
5588         * elf32-arm.h (elf32_arm_get_symbol_type): If a symbol has the
5589         STT_ARM_16BIT flag set, but it is not attached to a data object
5590         return STT_ARM_16BIT so that it will be treated as code by the
5591         disassembler.
5593 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
5595         * coff-i386.c (i3coff_object_p): Remove prototype.
5596         Update copyright.
5598         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Add const
5599         to name.  Update copyright.
5601         * trad-core.c (trad_unix_core_file_p): Cast core_regsec
5602         assignment to avoid warning.  Update copyright.
5604 2000-01-24  Robert Lipe  (robertl@sco.com)
5606         * coffcode.h (coff_write_object_contents): Get buff via bfd_malloc
5607         instead of using GNU C extension.
5609 2000-01-21  Nick Clifton  <nickc@cygnus.com>
5611         * libbfd.c (bfd_read): Do not attempt to get a negativly sized
5612         amount from a bfd_in_memory structure.
5613         (bfd_seek): Do not allow seeks past the end of a bfd_in_memory
5614         structure.
5616 2000-01-14  Nick Clifton  <nickc@cygnus.com>
5618         * linker.c (default_indirect_link_order): oops - fix incorrectly
5619         applied patch from Tim Wall.
5621 2000-01-13  Timothy Wall (twall@tiac.net>
5623         * coffcode.h: Use bfd_coff_xxx instead of the macro XXX (where xxx
5624         = scnhsz, filhsz, relsz, aoutsz, etc)
5626         * coffswap.h: Ditto.
5628 2000-01-13  Nick Clifton  <nickc@cygnus.com>
5630         * elf32-arm.h (elf32_thumb_to_arm_stub): Fix offset in branch to
5631         interwork thumb to arm stub.
5633 2000-01-13  Timothy Wall (twall@tiac.net>
5635         * archures.c (bfd_octets_per_byte): New function: Return
5636         target byte size.
5637         (bfd_arch_mach_octets_per_byte): New function: Return target
5638         byte size.
5640         * section.c: Distinguish between octets and bytes for usage of
5641         _cooked_size,  _raw_size, and output_offset.  Clarify
5642         description of bfd_set_section_contents.
5644         * bfd-in2.h: Regenerate.
5646         * coffgen.c: Indicate that the offset parameter is in bytes, not
5647         octets.
5649         * cofflink.c (bfd_coff_link_input_bfd): Use bfd_octets_per_byte
5650         where appropriate to get the octet offset when calling
5651         bfd_set_section_contents.
5652         (bfd_coff_reloc_link_order): Ditto.
5654         * linker.c (bfd_generic_reloc_link_order): Ditto.
5655         (_bfd_default_link_order): Ditto.
5657         * reloc.c (bfd_perform_relocation):  Distinguish between octets
5658         and bytes.  Use octets when indexing into octet data; use bytes
5659         when calculating target addresses.
5660         (bfd_install_relocation): Ditto.
5662         * srec.c (srec_write_section): Ditto.
5664 2000-01-13  Nick Clifton  <nickc@cygnus.com>
5666         * coff-mcore.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from
5667         3 to 2.  This allows 4 byte sized sections, which is necessary for
5668         dlltool to build functioning DLLs.
5670 2000-01-10  Philip Blundell  <pb@futuretv.com>
5672         * config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu.
5673         (arm*-*-conix*): New target.
5675 2000-01-10  Egor Duda  <deo@logos-m.ru>
5677         * config.bfd: Include elf32_i386 vector to target list for cygwin
5678         and mingw.
5680         * config.in: Undefine HAVE_WIN32_PSTATUS_T.
5681         * configure.in: Test for structure win32_pstatus_t in
5682         <sys/procfs.h>
5683         * configure: Regenerate.
5685         * elf.c (elfcore_grok_win32pstatus): New function: process
5686         win32_pstatus_t notes in elf core file.
5687         (elfcore_grok_note): Detect win32_pstatus notes.
5689 2000-01-03  Martin v. Loewis  <loewis@informatik.hu-berlin.de>
5691         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Process symbol
5692         visibility.
5693         * elflink.h (elf_link_add_object_symbols): Combine visibilities.
5694         * elf.c (bfd_elf_print_symbol): Interpret st_other as visibility.
5696 For older changes see ChangeLog-9899
5698 Local Variables:
5699 mode: change-log
5700 left-margin: 8
5701 fill-column: 74
5702 version-control: never
5703 End: