* po/Make-in (distclean): Don't delete SRC-POTFILES.in or
[binutils.git] / bfd / ChangeLog
blobb6d65405d51e6ec318bc150b2d6e9a05d6bd7604
1 2001-11-18  Andrew Cagney  <ac131313@redhat.com>
3         * po/Make-in (distclean): Don't delete SRC-POTFILES.in or
4         BLD-POTFILES.in.  Work around bug in BFD's distclean.
6 2001-10-30  Andrew Cagney  <ac131313@redhat.com>
8         * configure, op/SRC-POTFILES.in, po/bfd.pot: Regenerate.
10 2001-07-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12         * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Changed return type
13         to match corresponding bfd_coff_backend data member.
15 2001-07-24  Alan Modra  <amodra@bigpond.net.au>
17         * Makefile.am: Update dependencies with "make dep-am".
18         * Makefile.in: Regenerate
20 2001-07-15  H.J. Lu  <hjl@gnu.org>
22         * Makefile.am (po/SRC-POTFILES.in): Use tmp.src instead of tmp.
23         (po/BLD-POTFILES.in): Use tmp.bld instead of tmp.
24         * Makefile.in: Regenerate.
26 2001-07-11  H.J. Lu  <hjl@gnu.org>
28         * elf64-alpha.c (elf64_alpha_check_relocs): Set the ALLOC|LOAD
29         flags when creating the reloc section if the ALLOC flag in the
30         source section is set.
32 2001-07-11  Steve Ellcey  <sje@cup.hp.com>
34         * reloc.c (bfd_reloc_code_type): Add IA64 relocs
35         BFD_RELOC_IA64_LTOFF_FPTR32MSB and BFD_RELOC_IA64_LTOFF_FPTR32LSB
36         * bfd-in2.h: Regenerate.
37         * libbfd.h: Regenerate.
38         * elfxx-ia64.c (ia64_howto_table): Define how to handle
39         new relocations.
40         (elfNN_ia64_reloc_type_lookup): Handle new relocations.
41         (elfNN_ia64_check_relocs): Likewise.
42         (elfNN_ia64_install_value): Likewise.
43         (elfNN_ia64_relocate_section): Likewise.
45 2001-07-11  Jakub Jelinek  <jakub@redhat.com>
47         * elf32-sparc.c (_bfd_sparc_elf_howto_table): Remove support for
48         R_SPARC_UA64.
49         (elf32_sparc_check_relocs): Likewise.
50         Only create .rela section for alloced sections in shared libraries.
51         (elf32_sparc_relocate_section): Likewise.
52         Remove redundant check.
53         Optimize unaligned reloc usage.
54         * elf64-sparc.c (sparc64_elf_relocate_section): Remove redundant
55         check.
57 2001-07-11  H.J. Lu  <hjl@gnu.org>
59         * elf64-alpha.c (elf64_alpha_check_relocs): Only use the same
60         ALLOC|LOAD flags as the source section for debugging sections
61         when creating the reloc section.
63 2001-07-05  Jim Wilson  <wilson@redhat.com>
65         * linker.c (_bfd_generic_link_add_one_symbol, case BIG): Use
66         the section of the bigger symbol.
68         * syms.c (bfd_is_local_label): Return false if BSF_SECTION_SYM.
70 2001-07-05  Nick Clifton  <nickc@cambridge.redhat.com>
72         * peicode.h (coff_swap_scnhdr_in): For sections containing
73         uninitialised data, only set their size to s_paddr if this does
74         not reset their size to zero.  MS's latest compilers will set
75         s_paddr to zero.
77 2001-07-04  H.J. Lu  <hjl@gnu.org>
79         * bfd/elf32-mips.c (_bfd_mips_elf_final_write_processing):
80         Handle bfd_mach_mips4400, bfd_mach_mips4600 and
81         bfd_mach_mips5000.
83 2001-07-03  Mark Elbrecht  <snowball3@softhome.net>
85         * bfd.c (bfd_get_sign_extend_vma): Support DJGPP COFF targets.
87         * cofflink.c (_bfd_coff_link_input_bfd): Skip section symbols from
88         sections being discarded.
90 2001-06-30  Alan Modra  <amodra@bigpond.net.au>
92         * elfcore.h (elf_core_file_p): Call bfd_section_from_phdr directly
93         instead of _bfd_elfcore_section_from_phdr.
94         * elf-bfd.h (_bfd_elfcore_section_from_phdr): Remove.
95         * elf.c (_bfd_elfcore_section_from_phdr): Remove.
96         (_bfd_elfcore_make_pseudosection): Expedite tail-call.
97         (elfcore_grok_prstatus): Likewise.
98         (elfcore_grok_lwpstatus): Likewise.
99         (bfd_get_elf_phdr_upper_bound): Likewise.
100         (elfcore_make_note_pseudosection): Formatting.
101         (_bfd_elfcore_strndup): Formatting.
102         * elf32-mips.c (mips_elf_sym_is_global): Formatting.
103         (_bfd_elf32_mips_grok_prstatus): Expedite tail-call.
105 2001-06-29  Daniel Jacobowitz  <drow@mvista.com>
107         * elf-bfd.h: Add prototypes for _bfd_elfcore_make_pseudosection
108         and _bfd_elfcore_strndup.
109         (struct elf_backend_data): Add elf_backend_grok_prstatus
110         and elf_backend_grok_psinfo.
111         * elf.c (_bfd_elfcore_make_pseudosection): New function.
112         (elfcore_grok_prstatus): Use it.
113         (elfcore_make_note_pseudosection): Likewise.
114         (elfcore_strndup):  Rename to...
115         (_bfd_elfcore_strndup): Here, and make global.
116         (elfcore_grok_psinfo): Use _bfd_elfcore_strndup.
117         (elfcore_grok_note): Call elf_backend_grok_prstatus
118         and elf_backend_grok_psinfo if available.
119         * elf32-mips.c (_bfd_elf32_mips_grok_prstatus): New function.
120         (_bfd_elf32_mips_grok_psinfo): New function.
121         (elf_backend_grok_prstatus): Define.
122         (elf_backend_grok_psinfo): Define.
123         * elfxx-target.h (elf_backend_grok_prstatus): Default to NULL.
124         (elf_backend_grok_psinfo): Likewise.
125         (elfNN_bed): Include elf_backend_grok_prstatus and
126         elf_backend_grok_psinfo.
128 2001-06-29  H.J. Lu  <hjl@gnu.org>
130         * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Check if
131         hplink->sgot is NULL before filling GOT. Checck if hplink->splt
132         is NULL before filling PLT.
134 2001-06-29  Alan Modra  <amodra@bigpond.net.au>
136         * elflink.h (elf_link_output_extsym): Revert 1999-04-10.
138 2001-06-27  Alan Modra  <amodra@bigpond.net.au>
140         * elf32-hppa.c (elf32_hppa_check_relocs): Don't make syms dynamic
141         here..
142         (elf32_hppa_adjust_dynamic_symbol): ..nor here..
143         (allocate_plt_and_got_and_discard_relocs): .. instead do so here
144         after gc has run.
146         * elf32-hppa.c (RELATIVE_DYNAMIC_RELOCS): Delete.
147         (IS_ABSOLUTE_RELOC): Define.
148         (elf32_hppa_link_hash_entry): Always include reloc_entries field.
149         (hppa_link_hash_newfunc): Always init it.
150         (elf32_hppa_check_relocs): Mark symbols as ELF_LINK_NON_GOT_REF to
151         create COPY relocs only when the reloc is in a read-only section.
152         Instead, allocate space for a dynamic reloc to reference the
153         library symbol directly.  Keep track of space we allocate using
154         relocs_entries.
155         (hppa_discard_copies): Delete, and move code to..
156         (allocate_plt_and_got): ..here.  Rename to
157         allocate_plt_and_got_and_discard_relocs.  Remove unneeded dynamic
158         relocs for non-shared link.
159         (elf32_hppa_size_dynamic_sections): Update calls to above.
160         (elf32_hppa_relocate_section): Write out the dynamic relocs used
161         in lieu of COPY relocs.
163         * elf32-i386.c (elf_i386_check_relocs): Don't make syms dynamic
164         here..
165         (elf_i386_adjust_dynamic_symbol): ..nor here..
166         (allocate_plt_and_got_and_discard_relocs): .. instead do so here
167         after gc has run.
168         (elf_i386_size_dynamic_sections): Fix a comment.
169         (elf_i386_relocate_section <R_386_32, R_386_PC32>): Rearrange code
170         involved in writing reloc out.
172 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
174         * elf32-i386.c (elf_i386_check_relocs <R_386_32, R_386_PC32>):
175         Ensure syms are dynamic if we might be emitting a reloc.
176         (allocate_plt_and_got_and_discard_relocs): Don't discard relocs
177         for undefweak or undefined syms..
178         (elf_i386_relocate_section <R_386_32, R_386_PC32>): .. and emit.
180         * elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Discard
181         relocs without ELF_LINK_HASH_DEF_DYNAMIC set.
182         (elf_i386_relocate_section <R_386_32, R_386_PC32>): Remove
183         redundant bfd_link_hash_defined, bfd_link_hash_defweak test.
185 2001-06-24  H.J. Lu  <hjl@gnu.org>
187         * cpu-i960.c (scan_960_mach): Don't modify const char *. Use
188         strncasecmp/strcasecmp instead of strncmp/strcmp.
190 2001-06-23  H.J. Lu  <hjl@gnu.org>
192         * elf32-i386.c (elf_i386_relocate_section <R_386_32, R_386_PC32>):
193         Check ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined
194         in the regular object file and treat the weak definition as
195         the normal one.
197 2001-06-23  Alan Modra  <amodra@bigpond.net.au>
199         * elf32-i386.c (elf_i386_relocate_section <R_386_GOT32>): Tighten
200         unresolved_reloc test to exclude cases where we use "relocation"
201         before setting it to point into the .got.  Reinstate fudge for
202         unresolved relocs in debugging sections.
204         * elf32-i386.c (elf_i386_relocate_section): Replace ugly
205         complicated tests for unresolvable relocs with a simple direct
206         scheme using "unresolved_reloc" var.
208         * elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Rename to
209         elf_i386_dyn_relocs.  Update comment.
210         (struct elf_i386_link_hash_entry): Rename pcrel_relocs_copied to
211         dyn_relocs.
212         (elf_i386_adjust_dynamic_symbol): Remove a BFD_ASSERT, change
213         others to aborts.
214         (allocate_plt_and_got_and_discard_relocs): Replace BFD_ASSERT with
215         abort.
216         (elf_i386_size_dynamic_sections): Likewise.
217         (elf_i386_finish_dynamic_symbol): Likewise.
218         (elf_i386_finish_dynamic_sections): Likewise.
219         (elf_i386_relocate_section): Likewise.  Tidy R_386_GOT32 and error
220         handling code.
222         Avoid creating COPY relocs if possible.
223         * elf32-i386.c (elf_i386_check_relocs): Tweak condition under
224         which .got created.  Mark symbols used by R_386_32 and R_386_PC32
225         relocs as ELF_LINK_NON_GOT_REF to create COPY relocs only when the
226         reloc is in a read-only section.  Instead, allocate space for a
227         dynamic reloc to reference the library symbol directly.  Keep
228         track of space we allocate using pcrel_relocs_copied.
229         (discard_copies): Delete, and move code to ..
230         (allocate_plt_and_got): ..here.  Rename to
231         allocate_plt_and_got_and_discard_relocs.  Remove unneeded dynamic
232         relocs for non-shared link.
233         (elf_i386_size_dynamic_sections): Update calls to above functions.
234         (elf_i386_relocate_section): Write out the dynamic relocs.  Add
235         more ugly logic to avoid "unresolvable relocation" error.  Use
236         htab shortcut in place of elf_hash_table macro.
237         (elf_i386_finish_dynamic_sections): Allow that dynamic .got may
238         not always be created now.
240 2001-06-20  Bo Thorsen  <bo@suse.co.uk>
242         * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix linking of
243         shared libraries.
245 2001-06-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
247         * configure.host (mips64-*-linux): Reformat.
249 2001-06-21  Alan Modra  <amodra@bigpond.net.au>
251         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Always
252         allocate local .got space.  Use shortcuts from hash table for .got
253         and .plt rather than comparing section names.
254         (elf32_hppa_check_relocs): Use local_plt_refcounts var rather than
255         adjusting index into local_got_refcounts to document what we are
256         really doing.
257         (elf32_hppa_relocate_section): Similarly for local_plt_offsets.
258         Tidy .got and .plt error checking.
260 2001-06-20  Catherine Moore  <clm@redhat.com>
262         * elf-bfd.h (struct elf_backend_data):
263         elf_backend_emit_relocs: New field: Function for emitting
264         relocs.
265         elf_backend_count_relocs: New field: Function for determining
266         the number of relocs to be emitted.
267         * elfxx-target.h: Provide default (NULL) values for
268         elf_backend_emit_relocs and elf_backend_count_relocs.
269         * elflink.h (elf_link_size_reloc_section): Make the hash table
270         big enough to hold the relocs counted by either reloc_count or
271         o->reloc_count.
272         (elf_bfd_final_link) emit_relocs: New boolean, set if relocs
273         should be emitted, either because of a command line option
274         stored in the info structure or because the target provides a
275         special reloc emitting function.
276         If the target provides a reloc counting function use it,
277         unless performing a relocatable link or emitting all relocs.
278         Also set the SEC_RELOC flag on any output section which will
279         contain relocs.
280         (elf_link_input_bfd): emit_relocs: New boolean, set if relocs
281         should be emitted, either because of a command line option
282         stored in the info structure or because the target provides a
283         special reloc emitting function.
284         If the target provides a reloc emitting function, use it,
285         unless performing a relocatable link or emitting all relocs.
287 2001-06-20  H.J. Lu  <hjl@gnu.org>
289         * elf32-i386.c (elf_i386_size_dynamic_sections): Always
290         allocate local .got space.
292 2001-06-19  Andreas Jaeger  <aj@suse.de>
294         * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix creation of
295         dynamic symbols.
297 2001-06-18  Hans-Peter Nilsson  <hp@axis.com>
299         * elflink.h (struct elf_assign_sym_version_info): Remove member
300         export_dynamic.  All users changed to use info member.
301         NAME(bfd_elf,size_dynamic_sections)): Remove parameter
302         export_dynamic, instead use member in parameter info.
303         * bfd-in.h (bfd_elf32_size_dynamic_sections,
304         bfd_elf64_size_dynamic_sections): Update prototype.
305         * bfd-in2.h: Regenerate.
307 2001-06-18  H.J. Lu  <hjl@gnu.org>
309         * elflink.h (elf_info_failed): Add a new field, verdefs.
310         (NAME(bfd_elf,size_dynamic_sections): Pass verdefs to
311         elf_export_symbol.
312         (elf_export_symbol): Check eif->verdefs to decide if a symbol
313         should be exported.
315 2001-06-17  H.J. Lu  <hjl@gnu.org>
317         * elf32-mips.c (mips_elf_link_hash_entry): Add a new field,
318         readonly_reloc, to record if a relocation in the .rel.dyn
319         section is against a read-only section.
320         (mips_elf_link_hash_newfunc): Initialize the readonly_reloc
321         field to false.
322         (_bfd_mips_elf_check_relocs): Record if there is a relocation
323         in the .rel.dyn section against a read-only section by setting
324         DF_TEXTREL or readonly_reloc.
325         (_bfd_mips_elf_copy_indirect_symbol): Copy readonly_reloc if
326         it is true.
327         (_bfd_mips_elf_adjust_dynamic_symbol): Record DF_TEXTREL if
328         there is a relocation in the .rel.dyn section against a
329         read-only section.
330         (_bfd_mips_elf_size_dynamic_sections): Set DT_TEXTREL if
331         DF_TEXTREL is set.
333 2001-06-12  Nick Clifton  <nickc@cambridge.redhat.com>
335         * coffcode.h (styp_flags_to_sec_flags): Change to a boolean
336         function.  Move flagword result into parameter list.  Remove
337         comment about setting bfd_error_handler to intercept failure
338         results.
339         * coffgen.c (make_a_section_from_file): Examine result of
340         calling bfd_coff_styp_to_sec_flags and pass a failure back to
341         caller.
342         * ecoff.h (styp_flags_to_sec_flags): Change to a boolean
343         function.  Move flagword result into parameter list.
344         * libcoff.h: Regenerate.
345         * libecoff.h: Regenerate.
347 2001-06-13  Nick Clifton  <nickc@cambridge.redhat.com>
349         * aoutx.h (adjust_z_magic): Only pad the tesxt section if the data
350         section is going to follow it.
352 2001-06-12  Catherine Moore  <clm@redhat.com>
354         * elflink.h (elf_gc_propagate_vtable_entries): Replace FILE_ALIGN
355         with the file_align entry from elf_backend_data.
356         (elf_gc_smash_unused_vtentry_relocs): Likewise.
357         (elf_gc_record_vtentry): Likewise.
359 2001-06-10  Alan Modra  <amodra@bigpond.net.au>
361         * elflink.h: Whitespace changes.
362         (elf_link_read_relocs_from_section): Use "unsigned int" iterator
363         rather than "unsigned char".
364         (elf_link_output_relocs): Likewise.
365         (elf_link_input_bfd): Likewise.
366         (elf_reloc_link_order): LIkewise.
367         * elf.c: s/CONST/const/.  Whitespace changes.
368         * elf32-mips.c: Formatting fix.
370         * Makefile.am (SOURCE_HFILES): Include xcoff-target.h, remove xcoff.h.
371         * Makefile.in: Regenerate.
372         * po/Make-in: Remove trailing tab.
374 2001-06-09  Philip Blundell  <philb@gnu.org>
376         * elf32-arm.h (elf32_arm_plt0_entry): Correct error in last
377         change.
378         (elf32_arm_plt_entry): Likewise.
380 2001-06-08  H.J. Lu  <hjl@gnu.org>
382         * elf.c (swap_out_syms): Keep names for global section symbols.
384 2001-06-07  H.J. Lu  <hjl@gnu.org>
386         * config.bfd: Put back ecoff for Linux/mips. Firmwares on some
387         MIPS-based machines need it.
389 2001-06-07  H.J. Lu  <hjl@gnu.org>
391         * elf32-mips.c (_bfd_mips_elf_object_p): Set the bad symtab
392         for SGI only.
394         * config.bfd: Remove ecoff from Linux/mips.
396 2001-06-07  Andreas Jaeger  <aj@suse.de>
398         * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Add an
399         assertion.
400         (elf64_x86_64_check_relocs): Fix VTENTRY relocation; set an
401         alignment of 8 for .rela sections; handle further relocations.
403 2001-06-06  Christian Groessler <cpg@aladdin.de>
405         * coff-z8k.c: Fix formatting.
406         Fix howtos: howto->size was always 1.
408 2001-06-05  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
410         * configure.host (mips64*-*-linux*): Define.
412 2001-06-05  Alan Modra  <amodra@bigpond.net.au>
414         * elf32-i386.c (elf_i386_discard_copies): Rename to
415         discard_copies, and use elf_link_hash_entry arg rather than
416         elf_i386_link_hash_entry.
417         (elf_i386_link_hash_traverse): Delete.
418         (elf_i386_size_dynamic_sections): Adjust call to discard_copies.
419         Tidy sizing of dynamic sections.
420         (elf_i386_check_relocs <R_386_32, R_386_PC32>): Reference count
421         possible .plt entries.
422         (elf_i386_gc_sweep_hook): Likewise.
423         (elf_i386_adjust_dynamic_symbol): Discard .plt entries for
424         everything with plt.refcount <= 0.
426         * elf32-i386.c (elf_i386_check_relocs): Don't allocate .got and
427         .relgot space here.
428         (elf_i386_gc_sweep_hook): ..and no need to deallocate here..
429         (elf_i386_adjust_dynamic_symbol): ..and don't allocate .plt and
430         .rel.plt here..
431         (allocate_plt_and_got): ..instead do it all here.  New function.
432         (elf_i386_size_dynamic_sections): Allocate local .got space and
433         call allocate_plt_and_got.  No need to zap .relgot if not dynamic.
434         (bfd_elf32_bfd_final_link): Delete.  (ie. use regular final link
435         rather than gc variety).
436         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
437         (elf_i386_relocate_section): Use it here and correct handling of
438         R_386_GOT32.  Provide section and offset for "unresolvable
439         relocation" error message.
440         (elf_i386_finish_dynamic_symbol): Correct handling of R_386_GOT32.
442         * elf32-i386.c (struct elf_i386_link_hash_table): Add sgot,
443         sgotplt, srelgot, splt, srelplt, sdynbss, srelbss fields.
444         (elf_i386_link_hash_table_create): Init them.
445         (create_got_section): New function.
446         (elf_i386_create_dynamic_sections): New function.
447         (elf_backend_create_dynamic_sections): Set to above.
448         (elf_i386_check_relocs): Use shortcuts from hash table rather than
449         calling bfd_get_section_by_name.
450         (elf_i386_gc_sweep_hook): Likewise.
451         (elf_i386_adjust_dynamic_symbol): Likewise.
452         (elf_i386_size_dynamic_sections): Likewise.
453         (elf_i386_relocate_section): Likewise.
454         (elf_i386_finish_dynamic_sections): Likewise.
456         * elf32-hppa.c (allocate_plt_and_got): Skip indirect and warning syms.
458 2001-06-02  H.J. Lu  <hjl@gnu.org>
460         * elf32-hppa.c (elf32_hppa_object_p): Check ELFOSABI_LINUX
461         and ELFOSABI_HPUX.
462         * elf64-hppa.c (elf64_hppa_object_p): Likewise.
464 2001-06-02  H.J. Lu  <hjl@gnu.org>
466         * aout-cris.c (MACHTYPE_OK): New. Defined.
468 2001-06-02  Hans-Peter Nilsson  <hp@axis.com>
470         * section.c (_bfd_strip_section_from_output): Handle NULL
471         output_section.
473 2001-06-02  H.J. Lu  <hjl@gnu.org>
475         * config.bfd (powerpc-*-aix*, powerpc-*-beos*, rs6000-*-*): Add
476         rs6000coff64_vec only if BFD64 is defined.
477         (powerpc64-*-aix*): Enable only if BFD64 is defined.
479 2001-06-02  H.J. Lu  <hjl@gnu.org>
481         * coff-ia64.c (ia64coff_object_p): Rewrite with
482         external_PEI_DOS_hdr and external_PEI_IMAGE_hdr.
484 2001-06-01  Andreas Jaeger  <aj@suse.de>
486         * elf64-x86-64.c (elf64_x86_64_relocate_section): Add PC8
487         relocation, small reformatting.
489 2001-05-29  Andreas Jaeger  <aj@suse.de>
491         * elf64-x86-64.c (elf64_x86_64_check_relocs): Handle R_X86_64_64.
492         (elf64_x86_64_relocate_section): Likewise.
494 2001-05-30  Alan Modra  <amodra@one.net.au>
496         * elf32-hppa.c (elf32_hppa_check_relocs): Don't NEED_PLT for
497         millicode.  Don't allocate .got and .rela.got space here..
498         (elf32_hppa_gc_sweep_hook): ..and no need to deallocate here..
499         (elf32_hppa_adjust_dynamic_symbol): ..and don't allocate .plt and
500         .rela.plt here..
501         (hppa_handle_PIC_calls): ..nor here..
502         (allocate_plt_and_got): ..instead do it all here.  New function.
503         (elf32_hppa_size_dynamic_sections): Allocate local .got space and
504         call allocate_plt_and_got.  No need to zap .got if not dynamic.
505         (elf32_hppa_final_link): Call regular bfd_final_link instead of
506         gc_common_final_link.
507         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
508         (elf32_hppa_relocate_section): Use it here.
509         (elf32_hppa_finish_dynamic_symbol): Remove superfluous test of
510         dynamic_sections_created.
511         (hppa_type_of_stub): Don't LONG_BRANCH_VIA_PLT if millicode sym.
513 2001-05-28  Andreas Jaeger  <aj@suse.de>
515         * elf64-x86-64.c (elf64_86_64_size_info): Remove, we can use the
516         generic version since we want a hashsize of 4.
517         (elf_backend_size_info): Likewise.
519 2001-05-28  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
521         * elflink.h (elf_link_size_reloc_section): Use bfd_zmalloc instead of
522         a zeroing loop.
523         (elf_link_output_relocs): Handle MIPS ELF64 relocations correctly.
524         (elf_link_input_bfd): Likewise.
525         (elf_reloc_link_order): Likewise.
526         (elf_finish_pointer_linker_section): Typo. Handle MIPS ELF64
527         relocations correctly.
529 2001-05-28  Nicolas Pitre <nico@cam.org>
531         * elf32-arm.h: fix PLT generation for big endian ARM
533 2001-05-28  Alan Modra  <amodra@one.net.au>
535         * elf32-hppa.c (elf32_hppa_relocate_section): Set up .plt entries
536         for symbols forced local that need plabels.
537         (elf32_hppa_adjust_dynamic_symbol): Don't allocate space in
538         .plt.rela for local syms if non-shared.
539         (hppa_build_one_stub): Mask lsb of plt.offset.
540         (elf32_hppa_finish_dynamic_symbol): Abort if lsb of plt.offset set.
541         (clobber_millicode_symbols): Correct comment.
542         (elf32_hppa_relocate_section): Likewise.
543         (elf32_hppa_finish_dynamic_symbol): Likewise.
545 2001-05-28  Jeff Sturm  <jsturm@one-point.com>
547         * reloc.c: Add BFD_RELOC_SPARC_UA16 and BFD_RELOC_SPARC_UA64.
548         * bfd-in2.h: Regenerate.
549         * libbfd.h: Regenerate.
550         * elf32-sparc.c: Enable BFD_RELOC_SPARC_UA16, BFD_RELOC_SPARC_UA32
551         and BFD_RELOC_SPARC_UA64 mapping
552         * elf64-sparc.c: Likewise.
554 2001-05-25  H.J. Lu  <hjl@gnu.org>
556         * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
557         (BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
558         (coff-rs6000.lo): Remove the old dependency.
559         * Makefile.in: Rebuild.
561         * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
562         coff-rs6000.lo.
564 2001-05-25  H.J. Lu  <hjl@gnu.org>
566         * coff-rs6000.c (rs6000coff_vec): Use rs6000coff_core_p,
567         rs6000coff_core_file_matches_executable_p,
568         rs6000coff_core_file_failing_command and
569         rs6000coff_core_file_failing_signal only if AIX_CORE is
570         defined.
571         (pmac_xcoff_vec): Likewise.
572         * coff64-rs6000.c (rs6000coff64_vec): Likewise.
574 2001-05-25  Timothy Wall  <twall@redhat.com>
576         * elfxx-ia64.c (allocate_dynrel_entries): Don't allocate an entry
577         for __GLOB_DATA_PTR on AIX5.  Clean up some relocation bugs.
579 2001-05-25  H.J. Lu  <hjl@gnu.org>
581         * bfd-in2.h: Regenerated.
582         * libcoff.h: Likewise.
584 2001-05-25  Alan Modra  <amodra@one.net.au>
586         * elf32-hppa.c (elf32_hppa_relocate_section): Don't allow
587         undefined millicode syms in shared libs.
588         (hppa_build_one_stub): Turn BFD_ASSERTs into aborts.
589         (elf32_hppa_check_relocs): Likewise.
590         (elf32_hppa_adjust_dynamic_symbol): Likewise.
591         (elf32_hppa_size_dynamic_sections): Likewise.
592         (elf32_hppa_relocate_section): Likewise.
593         (elf32_hppa_finish_dynamic_symbol): Likewise.
594         (elf32_hppa_finish_dynamic_sections): Likewise.
596 2001-05-24  Tom Rix <trix@redhat.com>
598         * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
599         xcoff-target.h not used to define rs6000 or ppc bfd.
600         * Makefile.in same
602         * bfd-in.h : (struct lineno_cache_entry) promote element "offset"
603         to 64 bit.
605         * coff-rs6000.c : Many changes for 64 bit support.  Move common
606         32/64 code to xcofflink.c.  Explictly define the rs6000coff_vec
607         and pmac_xcoff_vec
609         * coff64-rs6000.c : Many changes for 64 bit support.  64 bit
610         linker now supported.  Explictly define the rs6000coff64_vec.
612         * coffcode.h : (coff_set_arch_mach_hook) xcoff 64 bit support
613         (coff_print_aux) same
614         (coff_write_object_contents) same
615         (coff_slurp_line_table) same
617         * coffgen.c : (coff_fix_symbol_name) formatting
618         (coff_mangle_symbols) xcoff 64 bit support
619         (coff_write_symbol) same
620         (coff_write_alien_symbol) same
621         (coff_write_native_symbol) same
622         (coff_write_symbols) same
623         (coff_get_symbol_info) same
624         (bfd_coff_get_syment) same
625         (coff_print_symbol) same
627         * config.bfd : add powerpc64-*-aix* target
629         * libcoff-in.h : formatting
631         * libcoff.h : move xcoff extern declarations to libxcoff.h
633         * libxcoff.h : New file
635         * xcofflink.c : Many changes for xcoff64 support.  Move common
636         structures to include/coff/xcoff.h.  Move specific structure to
637         backends coff-rs6000.c and coff64-rs6000.c.   Use new backend
638         functions, defined in libxcoff.h, to isolate 32/64 dependencies.
640         (bfd_xcoff_size_dynamic_sections) : special __rtinit symbol for
641         aix4.2+ -binitfini.
643         (xcoff_build_ldsyms) : handle special __rtinit symbol.
645 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
647         * elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
648         s/ENTIRES/ENTRIES/.
650 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
652         * reloc.c (bfd_reloc_code_real): Add MIPS ELF64 relocations.
653         * libbfd.h: Regenerate.
654         * bfd-in2.h: Regenerate.
656         * aoutx.h (aout_@var{size}_machine_type): Add MIPS r12k support.
657         * archures.c (bfd_mach_mips12000): Define.
658         * cpu-mips.c (arch_info_struct): Add MIPS r12k support.
659         * elf32-mips.c (_bfd_mips_elf_final_write_processing): Add MIPS r12k
660         support.
661         (_bfd_mips_elf_size_dynamic_sections): Use official bfd typedef.
662         * bfd-in2.h: Regenerate.
663         * elfxx-target.h: Do not redefine bfd_elfNN_bfd_make_debug_symbol.
665 2001-05-23  kaz Kojima  <kkojima@rr.iij4u.or.jp>
667         * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry,
668         elf_sh_plt_entry_be, elf_sh_plt_entry, elf_sh_pic_plt_entry_be,
669         elf_sh_pic_plt_entry): New PLT code, that does not use r2, since
670         that is used by GCC.
672 2001-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
674         * elf-bfd.h (NUM_SHDR_ENTRIES): New macro: compute the number
675         of entries in a structured section.
676         * elf.c: Use new macro.
677         * elf32-i386.c: Use new macro.
678         * elf32-mips.c: Use new macro.
679         * elf64-alpha.c: Use new macro.
680         * elf64-sparc.c: Use new macro.
681         * elfcode.h: Use new macro.
682         * elflink.h: Use new macro.
684 2001-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
686         * bfdint.texi: Replace -oformat with --oformat.
688 2001-05-21  Andreas Jaeger  <aj@suse.de>
690         * dwarf2.c (decode_line_info): Fix error message.
691         (read_abbrevs): Fix test for offset as suggested by Alan Modra and
692         adjust error message.
694 2001-05-18  H.J. Lu  <hjl@gnu.org>
696         * elflink.h (elf_link_add_object_symbols): Revert the last
697         change.
699 2001-05-17  Alan Modra  <amodra@one.net.au>
701         * elf32-hppa.c (clobber_millicode_symbols): Temporarily set
702         ELF_LINK_FORCED_LOCAL to suit 2001-04-30 change.
703         (hppa_build_one_stub): Add an assert to check plt.offset.
705 2001-05-17  H.J. Lu  <hjl@gnu.org>
707         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the
708         version definition to basename of the output filename.
710 2001-05-17  H.J. Lu  <hjl@gnu.org>
712         * elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to
713         basename of the bfd filename.
715 2001-05-16  Alan Modra  <amodra@one.net.au>
717         * section.c (asection): Add linker_has_input field.
718         (STD_SECTION): Adjust initialization to suit.
719         * ecoff.c (bfd_debug_section): Likewise.
720         * bfd-in2.h: Regenerate.
722 2001-05-15  Alexandre Oliva  <aoliva@redhat.com>
724         * elf-m10300.c (mn10300_elf_relax_section): Don't relax
725         negative 32-bit operands to 16 operands when the operand is
726         going to be zero-extended by the modified opcode.
728 2001-05-12  Peter Targett  <peter.targett@arccores.com>
730         * cpu-arc.c (arch_info_struct): Add entry 'base' representing old
731         name for 'arc5' core versions.
732         (bfd_arc_arch): Make bfd_mach_arc_6 default.
734         * elf32-arc.c (arc_elf_object_p): Make E_ARC_MACH_ARC6 default
735         architecture.
736         (arc_elf_final_write_processing): Make bfd_mach_arc_6 default.
738 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
740         * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwind
741         sections as well.
742         (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO
743         to .gnu.linkonce.t.FOO text section.
745 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
747         * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix
748         fields, change sec into secinfo.
749         (struct sec_merge_info): Add chain, remove last fields.
750         (struct sec_merge_sec_info): Add next, sec, psecinfo fields.
751         (sec_merge_hash_lookup): If lookup could not use a string only
752         because it has bad alignment, mark the old string for deletion.
753         (sec_merge_add): Add secinfo argument. Don't compute entry's
754         position, instead record the section.
755         (sec_merge_emit): Update for the sec into secinfo change in
756         struct sec_merge_hash_entry.
757         (_bfd_merge_section): Only record the section for merging, defer
758         putting strings into the hash table.
759         (cmplengthentry, last4_eq, last_eq, record_section, merge_strings,
760         _bfd_merge_sections): New functions.
761         (_bfd_merged_section_offset): Update for the sec_merge_hash_entry
762         changes.
763         * libbfd-in.h (_bfd_merge_sections): Add prototype.
764         (_bfd_nolink_bfd_merge_sections): Define.
765         * libbfd.h: Likewise.
766         (bfd_generic_merge_sections): Add prototype.
767         * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_merge_sections.
768         (struct bfd_target): Likewise.
769         * bfd.c (bfd_merge_sections): Define.
770         * bfd-in2.h: Rebuilt.
771         * elf.c (_bfd_elf_merge_sections): New function.
772         * elf-bfd.h (_bfd_elf_merge_sections): Add prototype.
773         * elfxx-target.h (bfd_elfNN_bfd_merge_sections): Define.
774         * reloc.c (bfd_generic_merge_sections): New function.
775         * vms.c (vms_bfd_merge_sections): New function.
776         * aout-adobe.c (aout_32_bfd_merge_sections): Define.
777         * aout-target.h (MY_bfd_merge_sections): Define.
778         * aout-tic30.c (MY_bfd_merge_sections): Define.
779         * binary.c (binary_bfd_merge_sections): Define.
780         * bout.c (b_out_bfd_merge_sections): Define.
781         * coff-alpha.c (_bfd_ecoff_bfd_merge_sections): Define.
782         * coffcode.c (coff_bfd_merge_sections): Define.
783         * coff-mips.c (_bfd_ecoff_bfd_merge_sections): Define.
784         * i386msdos.c (msdos_bfd_merge_sections): Define.
785         * i386os9k.c (os9k_bfd_merge_sections): Define.
786         * ieee.c (ieee_bfd_merge_sections): Define.
787         * ihex.c (ihex_bfd_merge_sections): Define.
788         * nlm-target.h (nlm_bfd_merge_sections): Define.
789         * oasys.c (oasys_bfd_merge_sections): Define.
790         * ppcboot.c (ppcboot_bfd_merge_sections): Define.
791         * som.c (som_bfd_merge_sections): Define.
792         * srec.c (srec_bfd_merge_sections): Define.
793         * tekhex.c (tekhex_bfd_merge_sections): Define.
794         * versados.c (versados_bfd_merge_sections): Define.
795         * xcoff-target.h (_bfd_xcoff_bfd_merge_sections): Define.
797 2001-05-11  Nick Clifton  <nickc@cambridge.redhat.com>
799         * dwarf1.c (_bfd_dwarf1_find_nearest_line): Change type of 'addr'
800         to be unsigned long, in order to match its use.
802 2001-05-10  H.J. Lu  <hjl@gnu.org>
804         * linker.c (_bfd_generic_link_add_one_symbol): Check loop on
805         indirect symbols.
807 2001-05-09  H.J. Lu  <hjl@gnu.org>
809         * elflink.h (elf_link_add_object_symbols): Fix a typo. Allocate
810         versymhdr->sh_size bytes for extversym instead of hdr->sh_size.
811         Remove the unused veriable `dynver'.
813 2001-05-08  Ian Lance Taylor  <ian@zembu.com>
815         * coff-i386.c (coff_i386_reloc): Don't dump core if output_bfd is
816         NULL or is not COFF.
817         (coff_i386_rtype_to_howto): Don't dump core if output section
818         owner is not COFF.
820 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
822         * ecoff.c (bfd_debug_section): Fix initialization.
823         * elf.c (_bfd_elf_slurp_version_tables): Change maxidx to unsigned, it
824         is always a positive integer. Cast away sign mismatch.
825         * elf32-mips.c: Fix misleading comment and typo.
826         (_bfd_mips_elf_section_from_bfd_section): Remove unused attribute, use
827         correct data type.
828         * elflink.c: Fix typo.
829         (_bfd_elf_create_dynamic_sections): Remove superfluous initialization.
830         * ecoffswap.h (ecoff_swap_fdr_in): Cast away sign mismatch.
832 2001-05-04  Richard Henderson  <rth@redhat.com>
834         * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.
836 2001-05-04  Nick Clifton  <nickc@cambridge.redhat.com>
838         * elf32-arm.h (elf32_arm_final_link_relocate): Set
839         EF_ARM_HASENTRY if the start address is set.
841 2001-05-03  Nick Clifton  <nickc@cambridge.redhat.com>
843         * targets.c (_bfd_target_vector_entries): Compute value based on
844         the size of the _bfd_target_vector and not bfd_target_vector.
846 2001-05-03  H.J. Lu  <hjl@gnu.org>
848         * elfcode.h: Include "libiberty.h".
850         * elflink.h (elf_link_add_object_symbols): Set
851         elf_dt_name (abfd) to basename of the bfd filename.
852         (NAME(bfd_elf,size_dynamic_sections)): Set vn_file to basename
853         of the bfd filename.
855 2001-05-03  Andreas Jaeger  <aj@suse.de>
857         * elf64-gen.c (elf_generic_info_to_howto): Add unused attribute.
858         (elf_generic_info_to_howto_rel): Likewise.
859         * coff-alpha.c (reloc_nil): Likewise.
860         (alpha_ecoff_bad_format_hook): Likewise.
861         (alpha_adjust_reloc_out): Likewise.
862         (alpha_bfd_reloc_type_lookup): Likewise.
863         (alpha_convert_external_reloc): Likewise.
864         * elf64-alpha.c (elf64_alpha_reloc_nil): Likewise.
865         (elf64_alpha_reloc_bad): Likewise.
866         (elf64_alpha_reloc_gpdisp): Likewise.
867         (elf64_alpha_bfd_reloc_type_lookup): Likewise.
868         (elf64_alpha_info_to_howto): Likewise.
869         (elf64_alpha_add_symbol_hook): Likewise.
870         (elf64_alpha_create_got_section): Likewise.
871         (elf64_alpha_is_local_label_name): Likewise.
872         (elf64_alpha_merge_ind_symbols): Likewise.
873         * elf64-mips.c (mips_elf64_reloc_type_lookup): Likewise.
874         (mips_elf64_get_reloc_upper_bound): Likewise.
875         * nlm32-alpha.c (nlm_alpha_mangle_relocs): Likewise.
876         (nlm_alpha_get_public_offset): Likewise.
878 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
880         * elf32-openrisc.c (openrisc_elf_howto_table): Do not complain
881         about overflow in R_OPENRISC_LO_16_IN_INSN and
882         R_OPENRISC_HI_16_IN_INSN.Index: bfd/elf32-openrisc.c
884 2001-04-30  H.J. Lu  <hjl@gnu.org>
886         * elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1
887         only for ELF_LINK_FORCED_LOCAL.
888         * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
889         * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise.
890         * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
892         * elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL
893         if the symbol has hidden or internal visibility.
895 2001-04-30  Alan Modra  <amodra@one.net.au>
897         * elf32-hppa.c (final_link_relocate): Branch to .+8 for
898         calls to undefined weak symbols.
900 2001-04-30  Andreas Jaeger  <aj@suse.de>, Andreas Schwab <schwab@suse.de>
902         * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test for
903         R_X86_64_GOTPCREL, don't use assignments instead of comparisons.
905 2001-04-27  Andreas Jaeger  <aj@suse.de>
907         * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Only swap
908         out handled entries.
909         (elf64_x86_64_finish_dynamic_symbol): Set up GOT entries.
910         (elf64_x86_64_relocate_section): Fix GOTPCREL calculation.
911         (elf64_x86_64_relocate_section): Merge entries for GOTPCREL and
912         GOT32.
914 2001-04-27  Sean McNeil <sean@mcneil.com>
916         * config.bfd: Add arm-vxworks target.
917         * coff-arm (coff_arm_relocate_section): Add in symbol value to
918         addend (fro VXworks targets).
920 2001-04-26  H.J. Lu  <hjl@gnu.org>
922         * elf32-i386.c (elf_i386_check_relocs): Verify if r_symndx is
923         valid.
925 2001-04-25  Frank Ch. Eigler  <fche@redhat.com>
927         * bfd-in.h (bfd_cache_close): Declare newly exported function.
928         * bfd-in2.h: Regenerated.
930 2001-04-24  Jakub Jelinek  <jakub@redhat.com>
932         * merge.c (struct sec_merge_hash_entry): Add alignment field.
933         (struct sec_merge_hash): Remove alignment_power.
934         (sec_merge_hash_newfunc): Clear alignment.
935         (sec_merge_hash_lookup): Pass alignment as argument.
936         Use hashp->root.next, not hashp->next to walk the hash chain.
937         If a string already in the hashtable does not have required
938         alignment, create a new hashtable entry.
939         (sec_merge_init): Remove alignment_power argument.
940         (sec_merge_add): Add alignment argument.
941         (sec_merge_emit): Alignment is now a per-entity thing, not per
942         section.
943         (_bfd_merge_section): Sanity check even non-SEC_STRINGS sections
944         for proper alignment.
945         Pass alignment information to sec_merge_add.
947 2001-04-24  Christian Groessler  <cpg@aladdin.de>
949         * coff-z8k.c (extra_case): added handler for R_DISP7, R_CALLR
950         and R_REL16 reloc types; accept odd values for R_REL16 type
952 2001-04-24  Johan Rydberg  <jrydberg@opencores.org>
954         * cpu-openrisc.c: New file.
955         * elf32-openrisc.c: Likewise.
957         * Makefile.am (ALL_MACHINES): Add cpu-openrisc.lo.
958         (ALL_MACHINES_CFILES): Add cpu-openrisc.c.
959         (BFD32_BACKENDS): Add elf32-openrisc.lo.
960         (BFD32_BACKENDS_CFILES): Add elf32-openrisc.c.
961         (cpu-openrisc.lo, elf32-openrisc.lo): New rules.
962         * Makefile.in: Regenerated.
963         * config.bfd: (openrisc-*-elf): New target.
964         * configure.in (bfd_elf32_openrisc_vec): New vector.
965         * configure: Regenerated.
966         * libbfd.h: Regenerated.
967         * bfd-in2.h: Regenerated.
968         * reloc.c: Add OpenRISC relocations.
969         * targets.c (bfd_elf32_openrisc_vec): Declare.
970         (bfd_target_vect): Add bfd_elf32_openrisc_vec.
971         * archures.c (enum bfd_architecture): Add bfd_arch_openrisc.
972         (bfd_openrisc_arch): Declare.
973         (bfd_archures_list): Add bfd_openrisc_arch.
974         * elf.c (prep_headers): Add bfd_arch_openrisc.
976 2001-04-23  Bo Thorsen  <bo@suse.de>
978         * elf64-x86-64.c: Add c++ vtable hack.
979         Small whitespace and comment changes.
981 2001-04-19  Andreas Jaeger  <aj@suse.de>
983         * elf64-x86-64.c (elf64_x86_64_plt0_entry): Fix instructions.
984         (elf64_x86_64_plt_entry): Likewise.
985         (elf64_x86_64_finish_dynamic_sections): Fix PLT0 generation.
986         (elf64_x86_64_finish_dynamic_symbol): Fix PLT generation.
988 2001-04-17  Hans-Peter Nilsson  <hp@axis.com>
990         * elf32-cris.c: Tweak comments related to dynamic linking.
991         (cris_elf_relocate_section): When not creating shared object, fill
992         in the .got table for any symbol not in the dynamic symbol table.
993         (elf_cris_finish_dynamic_symbol): When not creating shared object,
994         only emit a .got.rela reloc if the symbol is in the dynamic symbol
995         table.
996         (cris_elf_check_relocs): Use variable r_type in all places rather
997         than the original expression.  Add default case in switch for
998         reloc types.
999         (elf_cris_size_dynamic_sections): Iterate over
1000         elf_cris_discard_excess_program_dynamics when not creating shared
1001         library.
1002         (elf_cris_discard_excess_dso_dynamics): Renamed from
1003         elf_cris_discard_copies.  Correct typo, s/Rel/Rela/.
1004         (elf_cris_discard_excess_program_dynamics): New.
1006 2001-04-14  Mark Elbrecht  <snowball3@bigfoot.com>
1008         * coffcode.h (coff_write_object_contents): Use
1009         bfd_coff_swap_filehdr_out instead of coff_swap_filehdr_out.
1011 2001-04-14  H.J. Lu  <hjl@gnu.org>
1013         * bfd-in2.h: Regenerate.
1015 2001-04-14  Jakub Jelinek <jakub@redhat.com>
1017         * section.c (STD_SECTION): Add entsize.
1019 2001-04-13  H.J. Lu  <hjl@gnu.org>
1021         * section.c (SEC_MERGE): Define new flag for merging.
1022         (SEC_STRINGS): Likewise.
1023         (entsize): New field.
1025 2001-04-13  Roger Sayle  <roger@metaphorics.com>
1027         * coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section
1028         flag on pe-i386 targets.
1030 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
1032         * libbfd-in.h (_bfd_merge_section): New.
1033         (_bfd_write_merged_section): New.
1034         (_bfd_merged_section_offset): New.
1035         * libbfd.h: Rebuilt.
1036         * linker.c (_bfd_generic_link_output_symbols): Handle
1037         discard_sec_merge.
1038         * aoutx.h (aout_link_write_symbols): Likewise.
1039         * pdp11.c (aout_link_write_symbols): Likewise.
1040         * elflink.h (elf_link_add_object_symbols): Call _bfd_merge_section.
1041         (elf_bfd_final_link): Adjust global symbols pointing into SEC_MERGE
1042         sections.
1043         (elf_link_sec_merge_syms): New.
1044         (elf_link_input_bfd): Call _bfd_merged_section_offset
1045         and _bfd_write_merged_section.
1046         Handle discard_sec_merge.
1047         * elf-bfd.h (struct elf_link_hash_table): Add merge_info
1048         field.
1049         (struct bfd_elf_section_data): Likewise.
1050         * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_MERGE and
1051         SEC_STRINGS section flags and entsize from their ELF counterparts.
1052         (_bfd_elf_link_hash_table_init): Initialize merge_info.
1053         (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize
1054         from their BFD counterparts.
1055         * merge.c: New file.
1056         * Makefile.am: Add strtab.lo.
1057         * Makefile.in: Rebuilt.
1059 2001-04-09  Hans-Peter Nilsson  <hp@axis.com>
1061         * elflink.h (elf_fix_symbol_flags): For non-default visibilities,
1062         only hide symbols marked STV_INTERNAL or STV_HIDDEN.
1064 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
1066         * config.bfd (mips*el*-*-linux-gnu*): Use traditional little
1067         endian MIPS ELF target.
1068         * config.bfd (mips*-*-linux-gnu*): Use traditional big endian
1069         MIPS ELF target.
1071         * configure.in (bfd_elf64_tradbigmips_vec): New. Traditional
1072         64bit big endian MIPS ELF target.
1073         (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
1074         endian MIPS ELF target.
1075         * configure: Regenerated.
1077         * elf32-mips.c (IRIX_COMPAT): Handle traditional 64bit and
1078         little endian targets.
1079         (mips_elf_sym_is_global): Handle traditional targets.
1081         * elf64-mips.c (bfd_elf64_tradbigmips_vec): New. Traditional
1082         64bit big endian MIPS ELF target.
1083         (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
1084         endian MIPS ELF target.
1086         * targets.c: (_bfd_target_vector): Add bfd_elf64_tradbigmips_vec
1087         and bfd_elf64_tradlittlemips_vec.
1089 2001-04-05  David Mosberger  <davidm@hpl.hp.com>
1091         * elf32-i386.c (elf_i386_fake_sections): Treat ".reloc" as an
1092         ordinary "progbits" section.
1094 2001-04-04  Alan Modra  <alan@linuxcare.com.au>
1096         * elflink.h (elf_fix_symbol_flags): Call elf_backend_hide_symbol
1097         when -Bsymbolic causes a symbol to no longer need a .plt entry.
1099 2001-04-03  David Mosberger  <davidm@hpl.hp.com>
1101         * efi-app-ia32.c (ALIGN_SECTIONS_IN_FILE): Deleted.
1103 2001-03-30  H.J. Lu  <hjl@gnu.org>
1105         * efi-app-ia32.c (PEI_TARGET_SUBSYSTEM): Rename from ...
1106         (PEI_DEFAULT_TARGET_SUBSYSTEM): This.
1108 2001-03-26  H.J. Lu  <hjl@gnu.org>
1110         * elf32-gen.c (elf32_generic_link_add_symbols): New. Check
1111         if there are any relocations for generic ELF.
1112         (bfd_elf32_bfd_link_add_symbols): Defined to
1113         elf32_generic_link_add_symbols.
1114         * elf64-gen.c (elf64_generic_link_add_symbols): New. Check
1115         if there are any relocations for generic ELF.
1116         (bfd_elf64_bfd_link_add_symbols): Defined to
1117         elf64_generic_link_add_symbols.
1119 2001-03-23  Nick Clifton  <nickc@redhat.com>
1121         * Makefile.am (BUILD_CFILES): New variable: List of C source
1122         files created in build directory.
1123         (BUILD_HFILES): New variable: List of header files created in
1124         build directory.
1125         (POTFILES): Delete.
1126         (po/POTFILES.in): Replace rule with empty entry.
1127         (po/SRC-POTFILES.in): New rule: Create a list of source files
1128         in the source directory.
1129         (po/BLD-POTFILES.in): New rule: Create a list of source files
1130         in the build directory.
1131         (MOSTLYCLEAN): Do not delete source files created in build
1132         directory.
1133         * Makefile.in: Regenerate.
1134         * configure.in: Insert SRC-POTFILES.in and BLD-POTFILES.in
1135         into po/Makefile.
1136         * configure: Regenerate.
1138         * po/Make-in: Replace occurrences of POTFILES with SRC-POTFILES
1139         and BLD_POTFILES.
1140         Add .. to the search path when building bfd.pot.
1141         Delete POTFILES when performing distclean.
1142         Add comment describing why distclean is broken in maintainer mode.
1143         * po/POTFILES.in: Delete.
1144         * po/SRC-POTFILES.in: New file.
1145         * po/BLD-POTFILES.in: New file.
1146         * po/bfd.pot: Regenerate.
1148 2001-03-22  Hans-Peter Nilsson  <hp@axis.com>
1150         * elf32-cris.c: Shlib and PIC support.  PCREL tweaks.
1151         (elf_cris_discard_copies, elf_cris_adjust_gotplt_to_got,
1152         elf_cris_try_fold_plt_to_got, elf_cris_link_hash_newfunc,
1153         elf_cris_link_hash_table_create, elf_cris_adjust_dynamic_symbol,
1154         elf_cris_size_dynamic_sections, elf_cris_finish_dynamic_symbol,
1155         elf_cris_finish_dynamic_sections,elf_cris_hide_symbol): New
1156         functions.
1157         (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL,
1158         R_CRIS_32_PCREL>: Correct comments.  Set pcrel_offset to false.
1159         <R_CRIS_COPY, R_CRIS_GLOB_DAT, R_CRIS_JUMP_SLOT, R_CRIS_RELATIVE,
1160         R_CRIS_16_GOT, R_CRIS_32_GOT, R_CRIS_16_GOTPLT, R_CRIS_32_GOTPLT,
1161         R_CRIS_32_GOTREL, R_CRIS_32_PLT_GOTREL, R_CRIS_32_PLT_PCREL>:
1162         New HOWTO members for new relocs.
1163         (cris_reloc_map): Map new relocs.
1164         (ELF_DYNAMIC_INTERPRETER): Define.
1165         (PLT_ENTRY_SIZE): Define.
1166         (elf_cris_plt0_entry, elf_cris_plt_entry, elf_cris_pic_plt0_entry,
1167         elf_cris_pic_plt_entry): New, PLT templates.
1168         (struct elf_cris_pcrel_relocs_copied, struct
1169         elf_cris_link_hash_entry, struct elf_cris_link_hash_table): New.
1170         (elf_cris_link_hash_traverse, elf_cris_hash_table): Define.
1171         (cris_final_link_relocate): Check that 16-bit GOT relocs have
1172         positive values.  Adjust PCREL relocs to be relative to location
1173         after relocation.
1174         (cris_elf_relocate_section): Handle relocations to dynamic
1175         objects.  Handle new relocations.  Call error handler when seeing
1176         non-PIC relocation for read-only sections while generating shared
1177         object.
1178         (cris_elf_check_relocs): Set reference counts for GOT and PLT
1179         entries.
1180         (bfd_elf32_bfd_link_hash_table_create,
1181         elf_backend_adjust_dynamic_symbol,
1182         elf_backend_size_dynamic_sections,
1183         elf_backend_finish_dynamic_symbol,
1184         elf_backend_finish_dynamic_sections,
1185         elf_backend_create_dynamic_sections, bfd_elf32_bfd_final_link,
1186         elf_backend_hide_symbol, elf_backend_want_got_plt,
1187         elf_backend_plt_readonly, elf_backend_want_plt_sym,
1188         elf_backend_got_header_size, elf_backend_plt_header_size):
1189         Define.
1191         * reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,
1192         BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE,
1193         BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT,
1194         BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT,
1195         BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL,
1196         BFD_RELOC_CRIS_32_PLT_PCREL): New relocs.
1197         * bfd-in2.h, libbfd.h: Regenerate.
1199 2001-03-21  Diego Novillo  <dnovillo@redhat.com>
1201         (_bfd_mips_elf_relocate_section): Give a better error message when
1202         a relocation is not recognized.
1204 2001-03-21  Alan Modra  <alan@linuxcare.com.au>
1206         * elf32-hppa.c (elf32_hppa_set_gp): Check sec->output_section
1207         non-NULL before attempting to dereference.
1209 2001-03-20  H.J. Lu  <hjl@gnu.org>
1211         * configure.in: Remove the redundent AC_ARG_PROGRAM.
1212         * configure: Rebuild.
1214 2001-03-20  Andreas Schwab  <schwab@suse.de>
1216         * elf32-m68k.c (elf_m68k_relocate_section): Don't need the
1217         relocation value when resolving a reference from a debugging
1218         section.
1220 2001-03-16  Scott Thomason  <SThomaso@hii.com>
1222         * coff64-rs6000.c (xcoff64_swap_sym_out): Fix syntax errors.
1223         (xcoff64_swap_sym_out): Fix syntax errors.
1225 2001-03-16  Richard Sandiford  <rsandifo@redhat.com>
1227         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix warning.
1229 2001-03-15  Alan Modra  <alan@linuxcare.com.au>
1231         * elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.
1232         (hppa_link_hash_newfunc): Init it.
1233         (hppa_type_of_stub): Only use non-PIC to PIC call stub if caller
1234         section appears to be non-PIC.
1235         (final_link_relocate): Likewise.
1236         (elf32_hppa_adjust_dynamic_symbol): Set maybe_pic_call for any
1237         possible candidate function, and set pic_call for those that will
1238         only have a .plt entry for the PIC call stub.
1239         (hppa_handle_PIC_calls): Set maybe_pic_call.
1241 2001-03-12  DJ Delorie  <dj@redhat.com>
1243         * elf32-sh.c (sh_elf_relocate_section): Only relocation
1244         R_SH_DIR8WP* relocs if they're against external symbols, else
1245         they're just for relaxing.  Validate the reloc values.
1247 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
1249         * binary.c (bfd_external_binary_architecture): Declare.
1250         (binary_object_p): If bfd_external_binary_architecture is defined,
1251         set the architecture to this string.
1253 2001-03-11  Philip Blundell  <philb@gnu.org>
1255         * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT
1256         entries that could serve as a definition for a weak symbol.
1258 2001-03-08  Nick Clifton  <nickc@redhat.com>
1260         * Most files: Update copyright notices using Perl script created
1261         by Kevin Buettner <kevinb@redhat.com>.
1263 2001-03-07  Nick Clifton  <nickc@redhat.com>
1265         * elf32-arm.h (elf32_arm_final_link_relocate): Conditionalise
1266         prior patch on ! defined OLD_ARM_ABI.
1268 2001-03-07  Andreas Jaeger  <aj@suse.de>
1270         * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of
1271         some relocation values.
1273 2001-03-06  Nick Clifton  <nickc@redhat.com>
1275         * elf32-arm.h (elf32_arm_final_link_relocate): Clear bit zero
1276         of offset in BLX(1) instruction.
1277         * coff-arm.c (coff_arm_relocate_section): Clear bit zero of
1278         offset in BLX(1) instruction.
1279         Fix formatting.
1281 2001-03-06  Nick Clifton  <nickc@redhat.com>
1283         * coff-arm.c (coff_arm_reloc_type_lookup): Add
1284         BFD_RELOC_THUMB_PCREL_BLX.
1286 2001-03-06  Igor Shevlyakov  <igor@windriver.com>
1288         * archures.c (bfd_default_scan): Add Coldfire CPUs.
1289         * bfd-in2.h: Regenerate.
1290         * cpu-m68k.c: Add Coldfire CPUs for arch table.
1291         * ieee.c (ieee_write_processor): Set proper id for
1292         Coldfire CPUs.
1294 2001-03-01  D.J. Barrow <djbarrow@de.ibm.com,barrow_dj@yahoo.com>
1296         * configure.in: Add s390 target.
1297         * configure: Regenerate.
1299 2001-02-28  Andreas Jaeger  <aj@suse.de>
1301         * elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
1302         to addend.
1304 2001-02-28  Philip Blundell  <pb@futuretv.com>
1306         * elf32-arm.h: Update mentions of renamed EF_xx constants.
1307         (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.
1309 2001-02-27  H.J. Lu  <hjl@gnu.org>
1311         * aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
1312         abfd->tdata.aout_data == NULL.
1314 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
1316         * elf32-hppa.c: Correct field selector in stub comments.
1317         (clobber_millicode_symbols): Formatting fix.
1319         * configure.in: Bump version to 2.11.90.
1320         * configure: Regenerate.
1321         * Makefile.am (CFILES): Rename to SOURCE_CFILES.
1322         (CFILES): $SOURCE_CFILES + generated C files.
1323         (POTFILES): Include $HFILES not $SOURCE_HFILES.
1324         Run "make dep-am"
1325         * Makefile.in: Regenerate.
1326         * doc/Makefile.in: This too.
1328 2001-02-26  Timothy Wall  <twall@cygnus.com>
1330         * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Remove obsolete
1331         comments.
1333 2001-02-26  Nick Clifton <nickc@redhat.com>
1335         * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Tidy
1336         up, replacing multiple if statements with a switch.
1337         (handle_COMDAT): New function.
1339 2001-02-26  H.J. Lu  <hjl@gnu.org>
1341         * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Issue
1342         a warning for section flags we do not handle instead of
1343         aborting.
1345 2001-02-26  Andreas Jaeger  <aj@suse.de>
1347         * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
1349 2001-02-22  Timothy Wall  <twall@cygnus.com>
1351         * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey).
1352         * configure.in: Add objects for elf64_ia64_aix vectors.
1353         * configure: Regenerated.
1354         * configure.host: Recognize ia64-*-aix*.
1355         * elfxx-ia64.c: Add hooks for ELF64 on AIX5.  Define new vectors
1356         for AIX.  AIX5 requires most relocations to be dynamic (*all*
1357         binaries are somewhat similar to shared libraries).
1358         * targets.c: Add elf64_ia64_aix vectors.
1360 2001-02-21  David Mosberger  <davidm@hpl.hp.com>
1362         * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
1363         C8 said "1" instead of "8".  Clarify error string for IMM22:
1364         "signed integer" instead of just "integer".
1366 2001-02-20  Andreas Jaeger  <aj@suse.de>
1368         * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make
1369         PLT entries that could serve as a definition for a weak symbol.
1371 2001-02-19  Jakub Jelinek  <jakub@redhat.com>
1373         * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLT
1374         entries that could serve as a definition for a weak symbol.
1375         * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
1377 2001-02-18  David O'Brien  <obrien@FreeBSD>
1379         * configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat
1380         FreeBSD/i386-CURRENT differently until I can figure out the needed
1381         corefile changes.
1382         * configure: Regenerate.
1383         * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm,
1384         FreeBSD/PowerPC, and FreeBSD/sparc64.
1386 2001-02-18  lars brinkhoff  <lars@nocrew.org>
1388         * Makefile.am: Add PDP-11 a.out target.
1389         * config.bfd: Likewise.
1390         * configure.in: Likewise.
1391         * targets.c: Likewise.
1392         * archures.c: Likewise.
1393         * bfd-in2.h: Likewise.  Add PDP-11 relocations.
1394         * libbfd.h: Add PDP-11 relocations.
1395         * reloc.c: Likewise.
1396         * cpu-pdp11.c: New file.
1397         * pdp11.c: New file.
1399         * libaout.h (GET_WORD) [ARCH_SIZE==16]: Define.
1400         (GET_SWORD) [ARCH_SIZE==16]: Likewise.
1401         (GET_SWORD) [ARCH_SIZE==16]: Likewise.
1402         (PUT_WORD) [ARCH_SIZE==16]: Likewise.
1403         (GET_MAGIC): New macro.
1404         (PUT_MAGIC): Likewise.
1405         * aout-target.h (MY(object_p)): Use GET_MAGIC to read magic word.
1407 2001-02-18  Jim Kingdon  <jkingdon@engr.sgi.com>
1409         * irix-core.c (irix_core_core_file_p): Set the architecture (GDB
1410         multiarch needs it).
1412 2001-02-18  H.J. Lu  <hjl@gnu.org>
1414         * elflink.h (elf_link_input_bfd): Ignore invalid section symbol
1415         index.
1417 2001-02-18  Kazu Hirata  <kazu@hxi.com>
1419         * vms-misc.c: Fix formatting.
1421 2001-02-16  Kazu Hirata  <kazu@hxi.com>
1423         * vms.c: Fix formatting.
1425 2001-02-14  H.J. Lu  <hjl@gnu.org>
1427         * elf.c (elf_find_function): New function.
1428         (_bfd_elf_find_nearest_line): Call elf_find_function () to find
1429         the file name and function name.
1431 2001-02-14  Nick Clifton  <nickc@redhat.com>
1433         * ecoff.c (bfd_debug_section): Update to initialise new fields in
1434         asection structure.
1436         * Makefile.am (BFD32_BACKENDS_CFILES): Remove peigen.c
1437         (BFD64_BACKENDS): Add pepigen.c
1438         Add rules to create peigen.c and pepigen.c from peXXigen.c.
1440         * Makefile.in: Regenerate.
1441         * configure:  Regenerate.
1442         * po/POTFILES.in: Regenerate.
1443         * po/bfd.pot: Regenerate.
1445 2001-02-14  H.J. Lu  <hjl@gnu.org>
1447         * libcoff-in.h (pe_tdata): Add members target_subsystem and
1448         force_minimum_alignment.
1450 2001-02-14  Bo Thorsen  <bo@suse.de>
1452         * elf64-x86-64.c: Small formatting fixes and rearrangements of code.
1453         (elf64_86_64_size_info): Struct added to fix a problem
1454         with the hashtable string entries.
1455         (elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt.
1456         (elf64_x86_64_size_dynamic_sections): A FIXME removed.
1457         (elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and
1458         remove the FIXME for this.
1459         (elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt
1460         section. Also removed the FIXME for it.
1461         (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
1462         (ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker.
1463         (elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing.
1465 2001-02-13  Richard Henderson  <rth@redhat.com>
1467         * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
1468         and not user provided.
1470 2001-02-13  Kazu Hirata  <kazu@hxi.com>
1472         * vms.c (vms_print_symbol): Remove unreachable code.
1474         * rs6000-core.c: Fix formatting.
1476 2001-02-13  David Mosberger  <davidm@hpl.hp.com>
1478         * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
1479         as _bfd_XXi_only_swap_filehdr_out.
1480         (pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
1481         pe->force_minimum_alignment to TRUE.
1482         (pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
1483         PEI_TARGET_SUBSYSTEM.
1484         (pe_print_private_bfd_data): Call
1485         _bfd_XX_print_private_bfd_data_common() instead of
1486         _bfd_pe_print_private_bfd_data_common().
1487         (pe_bfd_copy_private_bfd_data): Call
1488         _bfd_XX_bfd_copy_private_bfd_data_common() instead of
1489         _bfd_pe_bfd_copy_private_bfd_data_common().
1490         (coff_bfd_copy_private_section_data): Define as
1491         _bfd_XX_bfd_copy_private_section_data instead of
1492         _bfd_pe_bfd_copy_private_section_data.
1493         (coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
1494         of a _bfd_pe_get_symbol_info.
1496         * peigen.c: Delete.
1498         * peXXigen.c: Renamed from peigen.c.
1499         (COFF_WITH_XX): Define this macro (will get expanded into
1500         COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
1501         compiled as peigen.c or pepigen.c.
1502         [COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
1503         define the canonical PEP structures and definitions.
1504         (_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
1505         effect, enforce minimum file and section alignments.  If
1506         extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
1507         pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
1508         so, by default, this is a no-op).
1510         * libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
1511         (_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
1512         _bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
1513         _bfd_pefoo if it's not defined.  Use these macros to define
1514         coff swap macros.
1516         * libcoff.h (pe_tdata): Add members target_subsystem and
1517         force_minimum_alignment.
1519         * efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
1520         COFF_WITH_pep.
1521         (PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.
1523         * configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
1524         peigen.lo.
1526         * coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
1527         (AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
1528         PEPAOUTHDR.
1530         * Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
1531         (BFD64_BACKENDS_CFILES): Mention pepigen.c
1532         (peigen.c): Add rule to generate from peXXigen.c.
1533         (pepigen.c): Ditto.
1534         (pepigen.lo): List dependencies for pepigen.lo.
1536 2001-02-13  Alan Modra  <alan@linuxcare.com.au>
1538         * elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$.  If
1539         $global$ referenced but not defined, set its value here.
1541 2001-02-09  Bo Thorsen  <bo@suse.de>
1543         * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
1544         alignment to 3.
1545         (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
1546         and relocation.
1547         (elf64_x86_64_relocate_section): Fix formatting.
1548         (elf64_x86_64_relocate_section): Fix addend for relocation of
1549         R_X86_64_(8|16|32|PC8|PC16|PC32).
1551 2001-02-12  Jan Hubicka  <jh@suse.cz>
1553         * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
1555 2001-02-11  H.J. Lu  <hjl@gnu.org>
1557         * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
1558         alignment.
1560 2001-02-11  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1562         * elf32-mips.c (mips_elf_create_dynamic_relocation): Undo patch
1563         from 2000-10-13.  Do not add the symbol's value for R_MIPS_REL32
1564         relocations against dynsym symbols.
1566         * elf32-mips.c (elf_mips_howto_table): Fix the comment on
1567         the R_MIPS_26 relocation.
1568         (mips_elf_calculate_relocation): Use (p + 4) instead of p for
1569         the R_MIPS_26 relocation.
1570         (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
1571         relocation.
1572         * elf64-mips.c (mips_elf64_howto_table_rel): Fix the comment on
1573         the R_MIPS_26 relocation.
1574         (mips_elf64_howto_table_rela): Likewise.
1576         * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub
1577         member to mark symbols that have non-CALL relocations against
1578         them.
1579         (mips_elf_link_hash_newfunc): Initialize no_fn_stub.
1580         (mips_elf_calculate_relocation): Handle R_MIPS_CALL16 like
1581         R_MIPS_GOT16.
1582         (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a
1583         non-CALL relocation against it is encountered.
1584         (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well.
1585         (_bfd_mips_elf_adjust_dynamic_symbol): Only create a stub if
1586         no_fn_stub is not set.
1588         * elf32-mips.c (mips_elf_output_extsym): Get the output section
1589         information from the real symbol for indirect ones.
1590         Check no_fn_stub to find out if a symbol has a function stub
1591         indeed.
1593 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1595         * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
1596         * Makefile.in: Regenerate.
1598 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
1600         * elfxx-ia64.c (is_unwind_section_name): New function.  Returns
1601         true if section name is an unwind table section name.
1602         (elfNN_ia64_additional_program_headers): Count each unwind section
1603         separately.
1604         (elfNN_ia64_modify_segment_map): Install one unwind program header
1605         for each unwind separate section.  Note: normally the linker
1606         script merges the unwind sections that go into a single segment,
1607         so this still generates at most one unwind program header per
1608         segment.
1610         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
1611         name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
1612         (elfNN_ia64_fake_sections): Mark sections with names that start
1613         with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
1614         unwind section.
1616         * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
1617         Use it to make sh_info in unwind section point to the text section
1618         it applies to.
1620 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1622         * Makefile.am: Add linux target for S/390.
1623         * archures.c: Likewise.
1624         * bfd-in2.h: Likewise.
1625         * config.bfd: Likewise.
1626         * configure.in: Likewise.
1627         * elf.c: Likewise.
1628         * libbfd.h: Likewise.
1629         * targets.c: Likewise.
1630         * cpu-s390.c: New file.
1631         * elf32-s390.c: New file.
1632         * elf64-s390.c: New file.
1634 2001-02-09  Nick Clifton  <nickc@redhat.com>
1636         * peigen.c (_bfd_pe_get_symbol_info): Suppress addition of
1637         ImageBase.  This has already been done by coff_swap_hdr_in.
1639 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
1641         * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
1643 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
1645         * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
1646         (sparc64_elf_relocate_section): Likewise.
1648 2001-02-09  Mark Kettenis  <kettenis@gnu.org>
1650         * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
1651         similar to R_SPARC_32.
1652         * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
1654 2001-02-08  H.J. Lu  <hjl@gnu.org>
1656         * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
1657         relocation entries for weak definitions when building DSO with
1658         -Bsymbolic.
1660 2001-02-08  Richard Henderson  <rth@redhat.com>
1662         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
1663         before visibility.  Locally defined protected symbols are not
1664         dynamic.
1666 2001-02-08  Geoffrey Keating  <geoffk@redhat.com>
1668         * config.bfd: Enable coff64 for rs6000-*.  Patch from
1669         <hzoli@austin.ibm.com>.
1671 2001-02-07  Mark Elbrecht  <snowball3@bigfoot.com>
1673         * coffgen.c (coff_find_nearest_line): If stabs info is successfully
1674         found, do not attempt to find dwarf2 info before returning.
1676 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
1678         * elflink.h (is_global_symbol_definition): Rename to
1679         is_global_data_symbol_definition and have it reject function
1680         symbols.
1681         (elf_link_is_defined_archive_symbol): Use renamed function.
1683 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
1685         * libbfd-in.h (bfd_target_vector): Change extern array to pointer.
1686         * libbfd.h (bfd_target_vector): Likewise.
1687         * targets.c (bfd_target_vector): Rename to _bfd_target_vector and
1688         make static; create pointer reference named bfd_target_vector.
1689         (_bfd_target_vector_entries): Calculate this based on the array
1690         typed _bfd_target_vector.
1692 2001-02-06  H.J. Lu  <hjl@gnu.org>
1694         * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
1695         internal symbols are not dynamic.
1696         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
1698 2001-02-06  Nick Clifton  <nickc@redhat.com>
1700         * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so
1701         that it will not be pulled into the list of files that make up
1702         po/POTFILES.in.
1703         * Makefile.in: Regenerate.
1704         * po/bfd.pot:  Regenerate.
1706 2001-02-06  H.J. Lu  <hjl@gnu.org>
1708         * peicode.h (coff_swap_filehdr_in): Remove the e_magic
1709         checking.
1710         (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
1711         external_PEI_IMAGE_hdr.
1713 2001-02-06  Kazu Hirata  <kazu@hxi.com>
1715         * elf-m10200.c: Fix formatting.
1717 2001-02-04  Nick Clifton  <nickc@redhat.com>
1719         * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC
1720         rel, it will be handled later on.
1722 2001-02-02  Fred Fish  <fnf@ninemoons.com>
1724         * Makefile.in: Fix typo.
1726 2001-02-01  Kazu Hirata  <kazu@hxi.com>
1728         * elf-m10300.c: Fix formatting.
1730 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
1732         * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
1733         (elf_backend_get_symbol_type): Define.
1734         (elf64_hppa_object_p): Set architecture and machine from elf
1735         header flags.
1737 2001-01-30  Curtis L. Janssen  <cljanss@ca.sandia.gov>
1739         * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
1740         before mdebug.
1742 2001-01-26  Richard Henderson  <rth@redhat.com>
1744         * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
1745         for non-default visibility.
1746         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
1747         delete ugly macro and replace with pretty function.
1749 2001-01-25  Mark Elbrecht  <snowball3@bigfoot.com>
1751         * coff-go32.c: Update copyright.
1752         * coff-stgo32.c: Likewise.
1753         * coff-go32.c (COFF_LONG_FILENAMES): Define.
1754         * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
1755         * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
1756         * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
1758 2001-01-25  Kazu Hirata  <kazu@hxi.com>
1760         * bfd-in2.h: Rebuild.
1761         * libbfd.h: Likewise.
1763 2001-01-23  H.J. Lu  <hjl@gnu.org>
1765         * bfd-in2.h: Rebuild.
1767 2001-01-23  H.J. Lu  <hjl@gnu.org>
1769         * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
1770         is NULL or PRIV(vms_rec) is outside of the buffer.
1772 2001-01-23  Kazu Hirata  <kazu@hxi.com>
1774         * coff64-rs6000.c: Fix formatting.
1775         * coff-arm.c: Likewise.
1776         * coffgen.c: Likewise.
1777         * cofflink.c: Likewise.
1778         * coff-mcore.c: Likewise.
1779         * coff-mips.c: Likewise.
1780         * coff-pmac.c: Likewise.
1781         * coff-ppc.c: Likewise.
1782         * coff-rs6000.c: Likewise.
1783         * elf32.c: Likewise.
1784         * elf32-fr30.c: Likewise.
1785         * elf32-i370.c: Likewise.
1786         * elf32-i860.c: Likewise.
1787         * elf32-m32r.c: Likewise.
1788         * elf32-m68k.c: Likewise.
1789         * elf32-mcore.c: Likewise.
1790         * elf32-ppc.c: Likewise.
1791         * elf32-sh.c: Likewise.
1792         * elf32-v850.c: Likewise.
1793         * elf64-alpha.c: Likewise.
1794         * elf64-sparc.c: Likewise.
1795         * elflink.c: Likewise.
1796         * elflink.h: Likewise.
1797         * elf-m10200.c: Likewise.
1798         * elf-m10300.c: Likewise.
1799         * elfxx-ia64.c: Likewise.
1801         * aoutx.h: Fix formatting.
1802         * bfd.c: Likewise.
1803         * bfd-in2.h: Likewise.
1804         * bfd-in.h: Likewise.
1805         * cpu-i386.c: Likewise.
1806         * cpu-m68hc11.c: Likewise.
1807         * dwarf2.c: Likewise.
1808         * elf64-x86-64.c: Likewise.
1809         * format.c: Likewise.
1810         * freebsd.h: Likewise.
1811         * hash.c: Likewise.
1812         * hp300hpux.c: Likewise.
1813         * hppabsd-core.c: Likewise.
1814         * hpux-core.c: Likewise.
1816 2001-01-22  Bo Thorsen  <bo@suse.de>
1818         * elf64-x86-64.c: Added PIC support for X86-64.
1819         (elf64_x86_64_link_hash_newfunc): Function added.
1820         (elf64_x86_64_link_hash_table_create): Likewise.
1821         (elf64_x86_64_check_relocs): Likewise.
1822         (elf64_x86_64_gc_mark_hook): Likewise.
1823         (elf64_x86_64_gc_sweep_hook): Likewise.
1824         (elf64_x86_64_adjust_dynamic_symbol): Likewise.
1825         (elf64_x86_64_size_dynamic_sections): Likewise.
1826         (elf64_x86_64_discard_copies): Likewise.
1827         (elf64_x86_64_finish_dynamic_symbol): Likewise.
1828         (elf64_x86_64_finish_dynamic_sections): Likewise.
1829         (elf64_x86_64_relocate_section): Add relocation of PIC sections.
1831 2001-01-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1833         * Makefile.am (install-data-local): Make use of $(DESTDIR).
1834         * Makefile.in: Regenerate.
1836 2001-01-21  Kazu Hirata  <kazu@hxi.com>
1838         * coff-a29k.c: Fix formatting.
1840 2001-01-19  H.J. Lu  <hjl@gnu.org>
1842         * elf32-i386.c (elf_i386_check_relocs): Report files with bad
1843         relocation section names.
1844         (elf_i386_relocate_section): Report files with bad relocation
1845         section names and return false.
1847 2001-01-17  Bo Thorsen  <bo@suse.de>
1849         * targets.c: Alphabetize list of xvecs.
1851 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
1853         * config.bfd: Add linux target variant for elfxx-hppa.
1854         * configure.in: Recognize bfd_elf32_hppa_linux_vec and
1855         bfd_elf64_hppa_linux_vec.
1856         * configure: Regenerate.
1857         * elf64-hppa.c: Include elf64-target.h again to support linux
1858         target variant.
1859         (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
1860         * elf32-hppa.c: Include elf32-target.h again to support linux
1861         target variant.
1862         (elf32_hppa_post_process_headers): New function.
1863         (elf_backend_post_process_headers): Define.
1864         * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
1865         bfd_elf32_hppa_linux_vec.
1867         * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
1868         and data_segment_base fields.
1869         (elf32_hppa_link_hash_table_create ): Init them.
1870         (elf32_hppa_check_relocs): Update comments.
1871         (hppa_record_segment_addr): New function.
1872         (elf32_hppa_relocate_section): Call it.
1873         (final_link_relocate): Handle R_PARISC_SEGREL32.
1874         (elf32_hppa_final_link): New function.
1875         (bfd_elf32_bfd_final_link): Define to call it.
1876         (hppa_unwind_entry_compare): New function.
1877         * cache.c (bfd_open_file): Create files in write+read mode.
1879         * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
1880         SEGREL32 and numerous other relocs.  Change duplicate
1881         R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
1883         * opncls.c (bfd_fdopenr): Add parens like the comment says around
1884         O_ACCMODE.
1886         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
1887         .plt entries for DT_INIT and DT_FINI.
1888         (elf32_hppa_finish_dynamic_sections): Remove special handling of
1889         DT_INIT and DT_FINI.
1891         * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
1892         offsets for stub .plt access if wide mode.  Check offset in range.
1894 2001-01-13  Nick Clifton  <nickc@redhat.com>
1896         * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
1897         line.
1899         * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
1900         line.
1902 2001-01-12  Alan Modra  <alan@linuxcare.com.au>
1904         * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
1905         * configure: Regenerate.
1907 2001-01-11  Peter Targett  <peter.targett@arccores.com>
1909         * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
1910         bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
1911         * cpu-arc.c (arch_info_struct): Add entries for variants.
1912         (bfd_arc_arch) Set default to bfd_mach_arc_5.
1913         (arc_get_mach) Don't assume machine names prefixed arc- before
1914         testing.
1915         * elf32-arc.c (arc_elf_object_p): Set machine number based on new
1916         selections.
1917         (arc_elf_final_write_processing) Likewise.
1918         (ELF_MACHINE_CODE) Use EM_ARC.
1920 2001-01-10  Nick Clifton  <nickc@redhat.com>
1922         * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
1924 2001-01-07  Philip Blundell  <philb@gnu.org>
1926         * README: Replace `bug-gnu-utils@gnu.org' with
1927         `bug-binutils@gnu.org'.
1929 2001-01-04  Kazu Hirata  <kazu@hxi.com>
1931         * som.c: Fix formatting.
1933 2001-01-03  Kazu Hirata  <kazu@hxi.com>
1935         * ecoffswap.h: Fix formatting.
1936         * elf-bfd.h: Likewise.
1937         * elfarm-nabi.c: Likewise.
1938         * elfarm-oabi.c: Likewise.
1939         * elfcode.h: Likewise.
1940         * elfcore.h: Likewise.
1941         * elflink.c: Likewise.
1942         * elflink.h: Likewise.
1943         * elfxx-ia64.c: Likewise.
1944         * elfxx-target.h: Likewise.
1945         * libbfd.c: Likewise
1946         * linker.c: Likewise.
1947         * lynx-core.c: Likewise.
1949 2001-01-02  Kazu Hirata  <kazu@hxi.com>
1951         * pc532-mach.c: Fix formatting.
1952         * pe-arm.c: Likewise.
1953         * pe-i386.c: Likewise.
1954         * pe-mips.c: Likewise.
1955         * pe-ppc.c: Likewise.
1956         * pe-sh.c: Likewise.
1957         * pei-mips.c: Likewise.
1958         * pei-sh.c: Likewise.
1959         * peicode.h: Likewise.
1960         * ppcboot.c: Likewise.
1961         * ptrace-core.c: Likewise.
1963 2001-01-01  Kazu Hirata  <kazu@hxi.com>
1965         * reloc.c: Fix formatting.
1966         * riscix.c: Likewise.
1967         * rs6000-core.c: Likewise.
1968         * xcoff-target.h: Likewise.
1970 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
1972         * elfcode.h (elf_object_p): Also restore the bfd mach field on
1973         error, by calling bfd_default_set_arch_mach with incoming
1974         values.
1976 2000-12-26  Kazu Hirata  <kazu@hxi.com>
1978         * vaxnetbsd.c: Fix formatting.
1979         * versados.c: Likewise.
1980         * vms-gsd.c: Likewise.
1981         * vms-hdr.c: Likewise.
1982         * vms-misc.c: Likewise.
1984 2000-12-25  Alexandre Oliva  <aoliva@redhat.com>
1986         * archive.c (coff_write_armap): Don't write more than symbol_count
1987         `archive_member_file_ptr's.
1989 2000-12-25  Kazu Hirata  <kazu@hxi.com>
1991         * vms-tir.c: Fix formatting.
1993 2000-12-23  Kazu Hirata  <kazu@hxi.com>
1995         * vms.c: Fix formatting.
1996         * vms.h: Likewise.
1998 2000-12-21  Santeri Paavolainen <santtu@ssh.com>
2000         * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
2002         * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
2004         * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
2005         arithmetic.
2007         * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
2009         * coffcode.h (styp_to_sec_flags): Add empty statement after label.
2011 2000-12-21  Richard Sandiford  <rsandifo@redhat.com>
2013         * libbfd.c (bfd_get_bits): Added
2014         (bfd_put_bits): Likewise
2015         * bfd-in.h: Declared the above.
2016         * bfd-in2.h: Regenerated.
2018 2000-12-20  Kazu Hirata  <kazu@hxi.com>
2020         * targets.c: Fix formatting.
2021         * tekhex.c: Likewise.
2022         * trad-core.c: Likewise.
2024 2000-12-19  Kazu Hirata  <kazu@hxi.com>
2026         * sco5-core.c: Fix formatting.
2027         * section.c: Likewise.
2028         * sparclinux.c: Likewise.
2029         * sparclynx.c: Likewise.
2030         * sparcnetbsd.c: Likewise.
2031         * srec.c: Likewise.
2032         * stabs.c: Likewise.
2033         * stab-syms.c: Likewise.
2034         * sunos.c: Likewise.
2035         * syms.c: Likewise.
2036         * sysdep.h: Likewise.
2038 2000-12-18  Nick Clifton  <nickc@redhat.com>
2040         * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
2041         defined.
2042         * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
2043         * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
2045 2000-12-18  Nick Clifton  <nickc@redhat.com>
2047         * vms-misc.c (_bfd_vms_get_record): Add default case to
2048         file_format switch.
2050 2000-12-15  Miloslav Trmac <mitr@volny.cz>
2052         * elfcore.h (elf_core_file_p): Move to the start of the program
2053         headers before attempting to read them.
2055 2000-12-14  Kazu Hirata  <kazu@hxi.com>
2057         * peigen.c: Fix formatting.
2058         * som.c: Likewise.
2059         * som.h: Likewise.
2061 2000-12-13  Kazu Hirata  <kazu@hxi.com>
2063         * peigen.c: Fix formatting.
2065 2000-12-12  Jim Wilson  <wilson@redhat.com>
2067         *  elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
2069 2000-12-08  Mark Salter  <msalter@redhat.com>
2071         * binary.c (binary_set_section_contents): Ignore sections
2072         with zero size.
2074 2000-12-12  Kazu Hirata  <kazu@hxi.com>
2076         * m68klinux.c: Fix formatting.
2077         * m68knetbsd.c: Likewise.
2078         * mipsbsd.c: Likewise.
2079         * netbsd-core.c: Likewise.
2080         * netbsd.h: Likewise.
2081         * newsos3.c: Likewise.
2082         * nlm32-alpha.c: Likewise.
2083         * nlm32-i386.c: Likewise.
2084         * nlm32-ppc.c: Likewise.
2085         * nlm32-sparc.c: Likewise.
2086         * nlmcode.h: Likewise.
2087         * nlmswap.h: Likewise.
2088         * nlm-target.h: Likewise.
2089         * ns32knetbsd.c: Likewise.
2091 2000-12-10  Fred Fish  <fnf@be.com>
2093         * elflink.h (elf_link_output_extsym): Don't complain about undefined
2094         symbols in shared objects if allow_shlib_undefined is true.
2096 2000-12-12  Nick Clifton  <nickc@redhat.com>
2098         * cpu-sh.c: Fix formattng.
2099         * elf.c: Fix formattng.
2100         * elf32-mips.c: Fix formattng.
2101         * elf32-sh.c: Fix formattng.
2102         * elf64-alpha.c: Fix formattng.
2104 2000-12-09  Nick Clifton  <nickc@redhat.com>
2106         * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
2107         dwarf2_find_line_info as last parameter to invocation of
2108         _bfd_dwarf2_find_nearest_line.
2109         * elf32-arm.h (elf32_arm_find_nearest_line): Pass
2110         dwarf2_find_line_info as last parameter to invocation of
2111         _bfd_dwarf2_find_nearest_line.
2113 2000-12-08  Mark Elbrecht  <snowball3@bigfoot.com>
2115         * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
2116         (BFD_LIBS): ...to here.
2117         (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
2118         (BFD_LIBS_CFILES): ...to here.
2119         * Makefile.in: Regenerate.
2120         * configure.in: Remove dwarf.lo from the elf shell variable.
2121         * configure: Regenerate.
2122         * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
2123         * libcoff.h: Regenerate.
2124         * coffgen.c (coff_find_nearest_line): Call
2125         _bfd_dwarf2_find_nearest_line.
2126         * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
2127         accordingly.
2128         (read_abbrevs): Likewise
2129         (decode_line_info): Likewise.
2130         (parse_comp_unit): Likewise.
2131         (comp_unit_find_nearest_line): Likewise.
2132         * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
2133         * libbfd.h: Regenerate.
2134         * elf.c (_bfd_elf_find_nearest_line): Update call.
2135         * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
2136         * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
2137         * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
2138         (sec_to_styp_flags): Use them. Handle DWARF2 sections.
2139         (styp_to_sec_flags): Handle DWARF2 sections.
2140         * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
2141         to _bfd_find_nearest_line.
2142         * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
2143         call to _bfd_find_nearest_line.
2145 2000-12-08  Kazu Hirata  <kazu@hxi.com>
2147         * coffgen.c: Fix formatting.
2148         * elf-m10300.c: Likewise.
2149         * elf32-i386.c: Likewise.
2150         * elf32-i960.c: Likewise.
2151         * elf32-m68k.c: Likewise.
2152         * elf32-mcore.c: Likewise.
2153         * elf32-ppc.c: Likewise.
2154         * elf32-sh.c: Likewise.
2155         * elf32-sparc.c: Likewise.
2156         * elf32-v850.c: Likewise.
2157         * elf64-alpha.c: Likewise.
2158         * elf64-hppa.c: Likewise.
2159         * elf64-mips.c: Likewise.
2160         * elf64-sparc.c: Likewise.
2162 2000-12-07  Kazu Hirata  <kazu@hxi.com>
2164         * elf32-ppc.c: Fix formatting.
2165         * elf64-x86-64.c: Likewise.
2167 2000-12-06  Ulf Carlsson  <ulfc@engr.sgi.com>
2169         From  Ralf Baechle  <ralf@gnu.org>
2171         * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
2172         BFDs containing no sections or empty .text, .data or .bss sections
2173         to be merged, regardless of their flags.
2175 2000-12-06  Kazu Hirata  <kazu@hxi.com>
2177         * elf32-m32r.c: Fix formatting.
2178         * elf32-m68hc11.c: Likewise.
2179         * elf32-m68hc12.c: Likewise.
2180         * elf32-m68k.c: Likewise.
2181         * elf32-mcore.c: Likewise.
2182         * elf32-pj.c: Likewise.
2183         * elf32-ppc.c: Likewise.
2185 2000-12-05  Kazu Hirata  <kazu@hxi.com>
2187         * elf32-fr30.c: Fix formatting.
2188         * elf32-hppa.c: Likewise.
2189         * elf32-i370.c: Likewise.
2190         * elf32-i386.c: Likewise.
2191         * elf32-i860.c: Likewise.
2192         * elf32-i960.c: Likewise.
2194 2000-12-03  Kazu Hirata  <kazu@hxi.com>
2196         * elf32-arm.h: Fix formatting.
2197         * elf32-avr.c: Likewise.
2198         * elf32-cris.c: Likewise.
2199         * elf32-d10v.c: Likewise.
2200         * elf32-d30v.c: Likewise.
2201         * elf-hppa.h: Likewise.
2202         * elf-m10200.c: Likewise.
2203         * elf-m10300.c: Likewise.
2205 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
2207         * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
2208         bfd_mach_mips32_4k.  Update FIXME comment.
2209         * archures.c (bfd_mach_mips32): New constant.
2210         (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
2211         the latter, renumber it.
2212         * bfd-in2.h (bfd_mach_mips32): New constant.
2213         (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
2214         the latter, renumber it.
2215         * cpu-mips.c (I_mips32): New constant.
2216         (I_mips4K, I_mips32_4k): Rename the former to the latter.
2217         (arch_info_struct): Add bfd_mach_mips32 entry, replace
2218         bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
2219         * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
2220         (elf_mips_mach): Likewise.  Also, replace E_MIPS_MACH_MIPS32
2221         with E_MIPS_MACH_MIPS32_4K.
2222         (_bfd_mips_elf_final_write_processing): Replace
2223         bfd_mach_mips4K with bfd_mach_mips32_4k case, add
2224         bfd_mach_mips32 case.
2225         (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
2226         comparison with support for MIPS32.
2227         (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
2228         MIPS32.
2230         * aoutx.h (NAME(aout,machine_type)): Add cases for
2231         bfd_mach_mips5 and bfd_mach_mips64.
2232         * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
2233         * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
2234         * cpu_mips.c (I_mips5, I_mips64): New definitions.
2235         (arch_info_struct): Add entries for bfd_mach_mips5 and
2236         bfd_mach_mips64.
2237         * elf32-mips.c (elf_mips_isa, elf_mips_mach,
2238         _bfd_mips_elf_print_private_bfd_data): Add cases for
2239         E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
2240         (_bfd_mips_elf_final_write_processing): Add cases for
2241         bfd_mach_mips5 and bfd_mach_mips64.
2243         * aoutx.h (NAME(aout,machine_type)): Add a
2244         bfd_mach_mips_sb1 case.
2245         * archures.c (bfd_mach_mips_sb1): New constant.
2246         * bfd-in2.h (bfd_mach_mips_sb1): New constant.
2247         * cpu-mips.c (I_sb1): New constant.
2248         (arch_info_struct): Add entry for bfd_mach_mips_sb1.
2249         * elf32-mips.c (elf_mips_mach): Add case for
2250         E_MIPS_MACH_SB1.
2251         (_bfd_mips_elf_final_write_processing): Add case for
2252         bfd_mach_mips_sb1.
2254 2000-12-01  Joel Sherrill <joel@OARcorp.com>
2256         * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
2257         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
2258         (sparc*-*-rtems*): Switched from a.out to ELF.
2260 2000-11-30  Jan Hubicka  <jh@suse.cz>
2262         * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
2263         BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
2264         (elf64-x86-64.lo): Add dependencies.
2265         * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
2266         bfd_mach_x86_64_intel_syntax.
2267         * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
2268         * config.bfd (x86_64): Add.
2269         * configure.in: Add support for bfd_elf64_x86_64_vec.
2270         * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
2271         (bfd_i386_arch, i8086_ar): Link in.
2272         * elf64-x86-64.c: New file.
2273         * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
2274         * targets.c (bfd_elf64_x86_64_vec): Add.
2275         (bfd_target_vect): Add bfd_elf64_x86_64_vec.
2277 2000-11-30  Kazu Hirata  <kazu@hxi.com>
2279         * xcofflink.c: Fix formatting.
2281 2000-11-28  Kazu Hirata  <kazu@hxi.com>
2283         * aoutx.h: Fix formatting.
2284         * bfd-in.h: Likewise.
2285         * bfd-in2.h: Likewise.
2286         * cache.c: Likewise.
2287         * cisco-core.c: Likewise.
2288         * coff64-rs6000.c: Likewise.
2289         * coffcode.h: Likewise.
2290         * coffswap.h: Likewise.
2291         * corefile.c: Likewise.
2292         * elf32-mips.c: Likewise.
2294 2000-11-27  Kazu Hirata  <kazu@hxi.com>
2296         * aout-adobe.c: Fix formatting.
2297         * coff64-rs6000.c: Likewise.
2298         * coffgen.c: Likewise.
2299         * cofflink.c: Likewise.
2301 2000-11-27  Philip Blundell  <pb@futuretv.com>
2303         * libcoff-in.h (coff_tdata): Add `strings_written' flag.
2304         (obj_coff_strings_written): New accessor macro for above.
2305         * libcoff.h: Regenerate.
2306         * cofflink.c (_bfd_coff_final_link): Say that we wrote the
2307         strings.
2308         * coffcode.h (coff_write_object_contents): No need to write out
2309         the string table if it's already been done.
2311 2000-11-22  Philip Blundell  <pb@futuretv.com>
2313         * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
2314         weak undefined symbols.
2316 2000-11-24  Nick Clifton  <nickc@redhat.com>
2318         * archures.c (bfd_mach_arm_5TE): Define.
2319         (bfd_mach_arm+XScale): Define.
2320         * bfd-in2.h: Regenerate.
2322         * coff-arm.c (coff_arm_reloc_type_lookup): Accept
2323         BFD_RELOC_ARM_PCREL_BLX.
2325         * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
2326         XScale machine numbers.
2328         * config.bfd (xscale-elf): Add target.
2329         (xscale-coff): Add target.
2331         * cpu-arm.c: Add xscale machine name.
2332         Add v5t, v5te and XScale machine numbers.
2334 2000-11-23  Kazu Hirata  <kazu@hxi.com>
2336         * aix386-core.c: Fix formatting.
2338 2000-11-22  Jim Wilson  <wilson@redhat.com>
2340         * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
2341         (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
2342         * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
2343         (ins_imms_scaled): Initialize sign_bit at function entry.
2344         (elf64_ia64_operands): Add missing initializers.
2345         * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
2346         elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
2347         elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
2348         elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
2349         elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
2350         parameters.
2351         (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
2352         and free_extsyms at function entry.
2353         (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
2354         (elfNN_ia64_create_dynamic_sections): Delete unused local h.
2355         (get_got): Delete unused local srel.
2356         (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
2357         (elfNN_ia64_relocate_section): Delete unused local dynindx.
2359 2000-11-21  Kazu Hirata  <kazu@hxi.com>
2361         * coff-a29k.c: Fix formatting.
2362         * coff-h8500.c: Likewise.
2363         * coff-i960.c: Likewise.
2364         * coff-ppc.c: Likewise.
2365         * coff-rs6000.c: Likewise.
2366         * coff-stgo32.c: Likewise.
2367         * coff-tic54x.c: Likewise.
2368         * coff-w65.c: Likewise.
2369         * cpu-h8500.c: Likewise.
2370         * cpu-hppa.c: Likewise.
2371         * cpu-ns32k.c: Likewise.
2372         * ecoff.c: Likewise.
2373         * ecofflink.c: Likewise.
2375 2000-11-21  Nick Clifton  <nickc@redhat.com>
2377         * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
2378         remove possibility of infinite loop.
2380 2000-11-20  Kazu Hirata  <kazu@hxi.com>
2382         * aix386-core.c: Fix formatting.
2383         * aout-adobe.c: Likewise.
2384         * aout-arm.c: Likewise.
2385         * aout-encap.c: Likewise.
2386         * aout-ns32k.c: Likewise.
2387         * aout-target.h: Likewise.
2388         * aout-tic30.c: Likewise.
2389         * aoutf1.h: Likewise.
2390         * aoutx.h: Likewise.
2391         * archive.c: Likewise.
2392         * bfd-in.h: Likewise.
2393         * bfd-in2.h: Likewise.
2394         * bfd.c: Likewise.
2395         * bout.c: Likewise.
2397 2000-11-17  H.J. Lu  <hjl@gnu.org>
2399         * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
2400         pltoff entries for DT_INIT and DT_FINI.
2401         (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
2402         (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
2403         entries.
2405 2000-11-16  Richard Henderson  <rth@redhat.com>
2407         * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
2408         (allocate_dynrel_entries): Likewise.
2409         (elfNN_ia64_relocate_section): Likewise.  Set REL addends correctly.
2410         (set_pltoff_entry): Likewise.
2411         (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
2412         (elfNN_ia64_reloc_type_lookup): Likewise.
2413         (elfNN_ia64_install_value): Likewise.
2414         (elfNN_ia64_relocate_section): Likewise.
2415         * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
2416         (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
2418 2000-11-16  Kazu Hirata  <kazu@hxi.com>
2420         * cpu-a29k.c: Fix formatting.
2421         * cpu-alpha.c: Likewise.
2422         * cpu-arm.c: Likewise.
2423         * cpu-avr.c: Likewise.
2424         * cpu-d10v.c: Likewise.
2425         * cpu-h8500.c: Likewise.
2426         * cpu-hppa.c: Likewise.
2427         * cpu-i370.c: Likewise.
2428         * cpu-i386.c: Likewise.
2429         * cpu-i960.c: Likewise.
2430         * cpu-ia64-opc.c: Likewise.
2431         * cpu-ia64.c: Likewise.
2432         * cpu-m32r.c: Likewise.
2433         * cpu-m68hc11.c: Likewise.
2434         * cpu-m68hc12.c: Likewise.
2435         * cpu-m68k.c: Likewise.
2436         * cpu-m88k.c: Likewise.
2437         * cpu-mips.c: Likewise.
2438         * cpu-ns32k.c: Likewise.
2439         * cpu-pj.c: Likewise.
2440         * cpu-powerpc.c: Likewise.
2441         * cpu-sh.c: Likewise.
2442         * cpu-sparc.c: Likewise.
2443         * cpu-tic54x.c: Likewise.
2444         * cpu-v850.c: Likewise.
2445         * cpu-vax.c: Likewise.
2446         * cpu-w65.c: Likewise.
2447         * cpu-we32k.c: Likewise.
2448         * cpu-z8k.c: Likewise.
2449         * dwarf1.c: Likewise.
2450         * dwarf2.c: Likewise.
2452 2000-11-15  Kazu Hirata  <kazu@hxi.com>
2454         * coff-arm.c: Fix formatting.
2455         * coff-ppc.c: Likewise.
2456         * coff-rs6000.c: Likewise.
2457         * coff-sh.c: Likewise.
2458         * coff-sparc.c: Likewise.
2459         * coff-tic30.c: Likewise.
2460         * coff-tic54x.c: Likewise.
2461         * coff-tic80.c: Likewise.
2462         * coff-w65.c: Likewise.
2463         * coff-we32k.c: Likewise.
2464         * coff-z8k.c: Likewise.
2466 2000-11-15  Richard Henderson  <rth@redhat.com>
2468         * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
2469         section with the same ALLOC|LOAD flags as the source section.
2471 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
2473         * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
2474         by STO_ALPHA constants.
2476 2000-11-14  Kazu Hirata  <kazu@hxi.com>
2478         * coff-pmac.c: Fix formatting.
2479         * coff-ppc.c: Likewise.
2481 2000-11-13  H.J. Lu  <hjl@gnu.org>
2483         * elflink.h (elf_link_add_object_symbols): Also add indirect
2484         symbols for common symbols with the default version.
2486 2000-11-09  Philip Blundell  <pb@futuretv.com>
2488         * section.c (STD_SECTION): Set gc_mark flag.
2490 2000-11-11  Kazu Hirata  <kazu@hxi.com>
2492         * coff-i960.c: Likewise.
2493         * coff-m68k.c: Likewise.
2494         * coff-m88k.c: Likewise.
2495         * coff-mcore.c: Likewise.
2496         * coff-mips.c: Likewise.
2498 2000-11-11  Bernd Schmidt  <bernds@cygnus.co.uk>
2500         * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
2502 2000-11-10  Kazu Hirata  <kazu@hxi.com>
2504         * coff-h8300.c: Fix formatting.
2505         * coff-h8500.c: Likewise.
2506         * coff-i386.c: Likewise.
2507         * coff-i860.c: Likewise.
2508         * coff-i960.c: Likewise.
2509         * coff-ia64.c: Likewise.
2511 2000-11-09  Kazu Hirata  <kazu@hxi.com>
2513         * archive.c: Fix formatting.
2514         * archures.c: Likewise.
2516 2000-11-07  Richard Henderson  <rth@redhat.com>
2518         * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
2519         Set it before bfd_elf64_bfd_final_link call.  Use it after the call.
2520         * section.c (bfd_set_section_contents): Call memcpy if
2521         section->contents set and location not equal to contents plus offset.
2523 2000-11-08  Kazu Hirata  <kazu@hxi.com>
2525         * bfd-in.h: Fix formatting.
2526         * bfd-in2.h: Likewise.
2527         * bfd.c: Likewise.
2528         * binary.c: Likewise.
2529         * bout.c: Likewise.
2530         * coff-a29k.c: Likewise.
2531         * coff-alpha.c: Likewise.
2532         * coff-apollo.c: Likewise.
2533         * coff-aux.c: Likewise.
2535 2000-11-07  Kazu Hirata  <kazu@hxi.com>
2537         * aix386-core.c: Fix formatting.
2538         * aoutf1.h: Likewise.
2539         * aoutx.h: Likewise.
2540         * archures.c: Likewise.
2541         * armnetbsd.c: Likewise.
2543 2000-11-07  Alan Modra  <alan@linuxcare.com.au>
2545         * coff-h8300.c (special): Adjust reloc address.
2547 2000-11-06  Steve Ellcey <sje@cup.hp.com>
2549         * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
2550         to differentiate elf32 and elf64 on ia64.
2551         * bfd-in2.h: Regenerate.
2552         * config.bfd: Add target for "ia64*-*-hpux*".
2553         * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
2554         * configure: Regenerate.
2555         * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
2556         * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
2558         * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
2559         from elfxx-ia64.c.  Add depenency rules for making elf32-ia64.lo.
2560         * Makefile.in: Regnerate.
2561         * elf64-ia64.c: Deleted.
2562         * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
2564 2000-11-06  Kazu Hirata  <kazu@hxi.com>
2566         * aout-adobe.c: Fix formatting.
2567         * aout-arm.c: Likewise.
2568         * aout-cris.c: Likewise.
2569         * aout-encap.c: Likewise.
2570         * aout-ns32k.c: Likewise.
2571         * aout-target.h: Likewise.
2572         * aout-tic30.c: Likewise.
2574 2000-11-05  Philip Blundell  <philb@gnu.org>
2576         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
2577         BFDs containing no sections to be merged, regardless of their flags.
2579 2000-11-04  Philip Blundell  <philb@gnu.org>
2581         * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
2582         if a relocation for an undefined symbol also results in an
2583         overflow.
2585 2000-11-06  Christopher Faylor <cgf@cygnus.com>
2587         * config.bfd: Add support for Sun Chorus.
2589 2000-11-05  David O'Brien  <obrien@FreeBSD.org>
2591         * configure.in: Recognize alpha-*-freebsd*.
2592         * configure: Regenerate.
2594 2000-11-02  Luciano Gemme <ishitawa@yahoo.com>
2596         * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
2597         (Chunk): New global variable set by a parameter in objcopy.c.
2598         (S3Forced): New global variable set by a parameter in
2599         objcopy.c.
2600         (srec_set_section_contents): If S3Forced is true, always generate
2601         S3 records.
2602         (srec_write_section): Use 'Chunk' to limit maximum length of S
2603         records.
2605 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
2607         * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
2608         * Makefile.in: Regenerate.
2609         * bfd-in2.h: Regenerate.
2610         * po/bfd.pot: Regenerate.
2612 2000-10-31  Philip Blundell  <philb@gnu.org>
2614         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
2615         EF_SOFT_FLOAT if it is defined.
2617 2000-10-27  Philip Blundell  <philb@gnu.org>
2619         * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
2620         attempts to mix PIC code with non-PIC, just mark the output as
2621         being position dependent.
2622         (elf32_arm_merge_private_bfd_data): Likewise.  Print an error
2623         message for EF_SOFT_FLOAT mismatches.  Display diagnostics for
2624         all mismatches, not just the first one.
2626 2000-10-25  Chris Demetriou  <cgd@sibyte.com>
2628         * ieee.c (ieee_archive_p): Plug one of many possible
2629         memory leaks in error handling.
2631 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
2633         * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
2634         elf32_sparc_object_p, elf32_sparc_final_write_processing):
2635         Support v8plusb.
2636         * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
2637         sparc64_elf_object_p): Support v9b.
2638         * archures.c: Declare v8plusb and v9b machines.
2639         * bfd-in2.h: Ditto.
2640         * cpu-sparc.c: Ditto.
2642 2000-10-16  Geoffrey Keating  <geoffk@shoggoth.cygnus.com>
2644         * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
2645         of a GOT reloc.
2647         * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
2648         (SYMBOL_CALLS_LOCAL): New macro.
2649         (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
2650         (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
2651         (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
2652         (ppc_elf_relocate_section): Use flag variable to determine
2653         whether the relocation refers to a local symbol.
2654         Test whether a PLTREL24 reloc will produce a reloc by looking
2655         to see whether a PLT entry was made.
2657 2000-10-14  Geoffrey Keating  <geoffk@shoggoth.cygnus.com>
2659         * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
2660         entries that could serve as a definition for a weak symbol.
2662 2000-10-13  Ulf Carlsson  <ulfc@engr.sgi.com>
2664         From  Ralf Baechle  <ralf@gnu.org>
2666         * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
2667         local_p.  Add symbol value only for non-R_MIPS_REL32 relocations
2668         against local symbols.
2669         (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
2671 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
2673         * section.c (struct sec): Add kept_section.
2674         (struct bfd_comdat_info): Remove sec, we can use above.
2675         (STD_SECTION): Add initializer.
2676         (bfd_make_section_anyway): Init here too.
2678         * bfd-in2.h: Regenerate.
2680         * elflink.h (elf_link_add_object_symbols): Remove unnecessary
2681         zeroing of `flags'.
2682         (elf_link_input_bfd): Set all asection->symbol->value's here, and
2683         fudge values for discarded link-once section symbols.
2685         * elf64-hppa.c: Include alloca-conf.h
2687 2000-10-11  Alan Modra  <alan@linuxcare.com.au>
2689         * elf.c (swap_out_syms): Revert 2000-10-07 changes.
2691         * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
2693 2000-10-10  Alan Modra  <alan@linuxcare.com.au>
2695         * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
2697 2000-10-10  Tom Rix <trix@redhat.com>
2699         * section.c (bfd_make_section_anyway): Release newsect ptr when
2700         newsect->symbol fails to alloc.  Use bfd_release instead of free.
2702 2000-10-09  Richard Henderson  <rth@cygnus.com
2704         * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
2705         (elf64_ia64_unwind_entry_compare): New.
2706         (elf64_ia64_final_link): Sort the .IA_64.unwind section.
2708 2000-10-07  Alan Modra  <alan@linuxcare.com.au>
2710         * elflink.h (size_dynamic_sections): Don't create various tags if
2711         .dynstr is excluded from the link.  Don't set first dynsym entry
2712         if dynsymcount is zero.
2713         (elf_bfd_final_link): Don't try to swap out dynamic syms if
2714         .dynsym excluded from the link.  Don't try to write any dynamic
2715         sections excluded from the link.
2717         * elf.c (swap_out_syms): Handle global section symbols.
2719 2000-10-05  DJ Delorie  <dj@redhat.com>
2721         * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
2722         * coffcode.h (coff_set_alignment_hook): read extended reloc count
2723         (coff_write_relocs): write extended reloc count
2724         (coff_write_object_contents): account for extended relocs
2726 2000-10-05  Jim Wilson  <wilson@cygnus.com>
2728         * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
2729         field.
2730         * elf.c (_bfd_elf_make_section_from_shdr): Call the
2731         elf_backend_section_flags function.
2732         * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
2733         code.
2734         (elf64_ia64_section_flags): New function containing flag conversion
2735         code.
2736         (elf_backend_section_flags): Define to elf64_ia64_section_flags.
2737         * elfxx-target.h (elf_backend_section_flags): Define.
2738         (elfNN_bed): Initialize elf_backend_section_flags field.
2740 2000-10-02  Alan Modra  <alan@linuxcare.com.au>
2742         * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
2743         _bfd_elf32_gc_record_vtable.  Correct a comment.
2745 2000-10-01  Ulf Carlsson  <ulfc@engr.sgi.com>
2747         From  Ralf Baechle  <ralf@gnu.org>
2749         * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
2750         produces binaries with got[1] = 0x80000001 to differenciate them
2751         for the dynamic linker from the broken binaries produced by old
2752         versions.
2754 2000-09-30  Petr Sorfa <petrs@sco.com>
2756         * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
2757         (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
2758         * configure.in: Add check for pxstatus_t and lwpxstatus_t.
2759         * configure: Regenerate.
2761 2000-09-27  Hans-Peter Nilsson  <hp@axis.com>
2763         Define two bfd_targets for absence and presence of leading
2764         underscore on symbols.  Make sure to only link same kind.
2765         * elf32-cris.c (cris_elf_object_p,
2766         cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
2767         cris_elf_merge_private_bfd_data): New.
2768         (elf_backend_object_p, elf_backend_final_write_processing,
2769         bfd_elf32_bfd_print_private_bfd_data,
2770         bfd_elf32_bfd_merge_private_bfd_data): Define.
2771         <Target vector definition>: Include elf32-target.h twice with
2772         different macro settings:
2773         (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
2774         bfd_elf32_us_cris_vec.
2775         (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
2776         (elf_symbol_leading_char): First as 0, then '_'.
2777         (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
2778         * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
2779         * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
2780         * configure: Regenerate.
2781         * targets.c: Declare bfd_elf32_us_cris_vec.
2782         * po/bfd.pot: Regenerate.
2784 2000-09-29  Momchil Velikov  <velco@fadata.bg>
2786         * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
2787         R_ARM_THM_PC22 relocations.
2789 2000-09-29  NIIBE Yutaka <gniibe@chroot.org>
2791         * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
2793 2000-09-29  Momchil Velikov <velco@fadata.bg>
2795         * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
2796         is has the SEC_HAS_CONTENTS flag set.
2798 2000-09-28  ï¿½Ã–rjan Friberg  <orjanf@axis.com>
2799             Hans-Peter Nilsson  <hp@axis.com>
2801         * aout-cris.c (N_TXTADDR): Define.
2803 2000-09-28  John David Anglin <dave@hiauly1.hia.nrc.ca>
2805         * som.c: Include alloca-conf.h.
2806         * Makefile.am: "make dep-am"
2807         * Makefile.in: Regenerate.
2809 2000-09-27  Alan Modra  <alan@linuxcare.com.au>
2811         * elf32-hppa.c (plt_stub): New.
2812         (PLT_STUB_ENTRY): Define.
2813         (elf32_hppa_link_hash_table): Change multi_subspace to packed
2814         boolean.  Add need_plt_stub, has_12bit_branch and has_17bit_branch.
2815         (elf32_hppa_link_hash_table_create): Init to suit.
2816         (elf32_hppa_check_relocs): Set has_12bit_branch and
2817         has_17bit_branch as appropriate.
2818         (elf32_hppa_adjust_dynamic_symbol): Set need_plt_stub for
2819         non-local functions.
2820         (elf32_hppa_size_dynamic_sections): Correct setting of reltext.
2821         Add space for plt_stub as needed.
2822         (elf32_hppa_finish_dynamic_symbol): Point .plt entries for global
2823         functions at plt_stub.
2824         (elf32_hppa_finish_dynamic_sections): Write plt_stub.
2825         (elf32_hppa_create_dynamic_sections): Leave .plt executable.
2827         * elf32-hppa.h (elf32_hppa_size_stubs): Add group_size param.
2828         * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.  Use it instead
2829         of fixed size, and if negative, disable handling of input sections
2830         before stub section.  Set up default stub group size depending
2831         on detected branch relocs.
2832         (hppa_build_one_stub): Use lrsel and rrsel for import stubs to
2833         ensure different offsets from sym_value aren't rounded to
2834         different 2k blocks.  Use lrsel and rrsel for other stubs too for
2835         consistency rather than necessity.
2836         (elf32_hppa_check_relocs): Handle R_PARISC_DIR14F.
2837         (final_link_relocate): Likewise.
2838         (elf32_hppa_relocate_section): Likewise.
2840         * elf-hppa.h (elf_hppa_howto_table): Add R_PARISC_DIR14F reloc.
2841         (_bfd_elf_hppa_gen_reloc_type): Generate them.
2842         (elf_hppa_final_link_relocate): Handle them.
2843         (elf_hppa_relocate_insn): Likewise.
2844         (_bfd_elf_hppa_gen_reloc_type): Add missing e_ldsel and e_rdsel cases.
2846 2000-09-26  Hans-Peter Nilsson  <hp@axis.com>
2848         * elfcode.h (elf_object_p): Preserve and clear abfd section
2849         information.  Restore at error.
2851 2000-09-26  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
2853         * peigen.c (_bfd_pei_swap_aouthdr_in): If some DataDirectory
2854         is empty, make sure that its rva also 0. NT loader dislikes
2855         having otherwise.
2857 2000-09-26  Steve Ellcey <sje@cup.hp.com>
2859         * som.c (som_bfd_derive_misc_symbol_info): Make weak symbols
2860         global by default.
2862 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
2864         * elf32-hppa.c (elf32_hppa_check_relocs): Fix weak sym handling in
2865         currently unused RELATIVE_DYNAMIC_RELOCS code.
2866         (hppa_discard_copies): Likewise.
2867         (elf32_hppa_size_stubs): Size `input_list' array correctly.  Correct
2868         comments.  Don't check non-code output sections for stub grouping.
2870 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
2872         * section.c (bfd_get_unique_section_name): Return NULL if
2873         bfd_malloc fails.
2875 2000-09-19  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2877         * elf32-m68k.c (elf_cpu32_plt0_entry): Change the PLT entry 0
2878         instruction sequence to actually work.
2879         (elf_m68k_finish_dynamic_sections): Change the patch-in offset
2880         accordingly.
2882 2000-09-18  Alexandre Oliva  <aoliva@redhat.com>
2884         * elf32-sh.c (sh_elf_relocate_section): Use
2885         _bfd_final_link_relocate to apply the relocation against a section
2886         symbol, when doing relocatable links.
2888 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
2890         * elf32-hppa.c (elf32_hppa_stub_hash_entry): Rename input_section
2891         to id_sec.
2892         (stub_hash_newfunc): Here too.
2893         (hppa_add_stub): And here.
2894         (elf32_hppa_link_hash_table): Remove stub_section_created,
2895         reloc_section_created, first_init_sec and first_fini_sec.  Add
2896         stub_group.
2897         (elf32_hppa_link_hash_table_create): Init to suit.
2898         (hppa_get_stub_entry): Add support for grouping stub sections.
2899         (hppa_add_stub): Likewise.  Remove sec_count param and init/fini
2900         section code.  Index stub vars by section->id.
2901         (elf32_hppa_size_stubs): Likewise.  Remove duplicated function
2902         exit paths.  Zap allocation of above removed vars.  Refine
2903         link-once test.
2905         * elf32-hppa.h (elf32_hppa_size_stubs): Add output_bfd param.
2906         * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
2907         (hppa_get_stub_entry): Pass in pointer to elf32_hppa_link_hash_table
2908         rather than pointer to bfd_link_info.
2909         (hppa_add_stub): Likewise.
2910         (final_link_relocate): Likewise.
2912 2000-09-17  David Huggins-Daines  <dhd@linuxcare.com>
2914         (elf32_hppa_size_stubs): Don't try to build stubs for discarded
2915         link-once sections.
2917 2000-09-16  Alexandre Oliva  <aoliva@redhat.com>
2919         * elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match
2920         ld/emulparams/shelf.sh.
2922 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2924         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): New function.
2925         * bfd-in.h (bfd_m68k_elf32_create_embedded_relocs): Add declaration.
2926         * bfd-in2.h: Regenerate.
2928 2000-09-15  Kenneth Block  <Kenneth.Block@compaq.com>
2930         * elf64-alpha.c (elf64_alpha_relax_with_lituse): ld performs
2931         LITUSE relocations incorrectly if -relax is specified on the ld
2932         command line and the displacement field of the load or store
2933         instruction is non-zero. (Patch by paul.winalski@compaq.com)
2935 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
2937         * elf32-hppa.c (hppa_add_stub): Dont set first_init_sec and
2938         first_fini_sec here.
2939         (elf32_hppa_size_stubs): Instead correctly find the first .init
2940         and .fini section here.
2942 2000-09-15  David Huggins-Daines  <dhd@linuxcare.com>
2944         * elf32-hppa.c (clobber_millicode_symbols): New function.
2945         (elf32_hppa_size_dynamic_sections): Call it.
2947 2000-09-14  Alan Modra  <alan@linuxcare.com.au>
2949         * elf32-hppa.c (elf32_hppa_link_hash_entry): Make pic_call
2950         packed.  Add plabel, plt_abs packed booleans.
2951         (hppa_link_hash_newfunc): Init new fields.
2952         (PLABEL_PLT_ENTRY_SIZE): Define.
2953         (hppa_stub_name): Use size_t len vars.
2954         (hppa_add_stub): Likewise.
2955         (elf32_hppa_build_stubs): Likewise.
2956         (hppa_build_one_stub): Kill some compiler warnings.
2957         (elf32_hppa_check_relocs): Always generate a plt entry for PLABELs
2958         if dynamic linking.  Munge the local plt offsets into
2959         local_got_refcounts.  Set h->plabel for all global PLABELs.  Use
2960         size_t len vars.  Add assert for plabel addend.
2961         (elf32_hppa_gc_sweep_hook): Sweep local plt entries too.
2962         (elf32_hppa_hide_symbol): New function.
2963         (elf_backend_hide_symbol): Define.
2964         (elf32_hppa_adjust_dynamic_symbol): Don't throw away plt entries
2965         with h->plabel set.  Don't make plt entries to have dynamic syms
2966         when they have been forced local.  If plt entry is used by a
2967         plabel, make it PLABEL_PLT_ENTRY_SIZE.
2968         (elf32_hppa_size_dynamic_sections): Set plt_abs for init fns.
2969         Set up .plt offsets for local syms.
2970         (elf32_hppa_relocate_section): Initialise plt entries for local
2971         syms.  Leave weak undefined plabels zero.  Make global plabel
2972         relocs against function symbol, and leave the addend zero.
2973         Use *ABS* DIR32 relocs instead of SEGREL32 for dynamic got relocs.
2974         (elf32_hppa_finish_dynamic_symbol): Set up IPLT relocs for
2975         non-dynamic syms.  Init extra plt for plabels.  Use *ABS* DIR32
2976         relocs instead of SEGREL32 for dynamic got relocs.
2977         (elf32_hppa_finish_dynamic_sections): Reserve one more .got entry.
2978         (elf_backend_got_header_size): Adjust.
2979         (elf32_hppa_set_gp): Calculate an "ideal" LTP.
2981         * elf32-hppa.c (LONG_BRANCH_VIA_PLT): Define.
2982         (hppa_type_of_stub): Use it instead of #if 0
2983         (hppa_discard_copies): Use it here too.
2984         (elf32_hppa_size_dynamic_sections): And here.
2986         * elf32-hppa.c (elf32_hppa_link_hash_table): Remove `offset' field.
2987         (elf32_hppa_link_hash_table_create): And here.
2988         (hppa_build_one_stub): And here.  Instead keep track of stub
2989         offset using _raw_size.
2990         (elf32_hppa_size_stubs): Likewise.
2991         (elf32_hppa_build_stubs): Likewise.
2992         (hppa_size_one_stub): Likewise.  Resize reloc section too.
2994         * elf32-hppa.c (hppa_add_stub): Correct first_init_sec and
2995         first_fini_sec handling.  Don't search for reloc section or set
2996         hplink->reloc_section_created here.
2997         (elf32_hppa_size_stubs): Instead search for reloc sections, and
2998         set reloc_section_created here.
2999         (hppa_handle_PIC_calls): Set ELF_LINK_HASH_NEEDS_PLT.
3000         (elf32_hppa_size_dynamic_sections): Make a .plt entry for DT_INIT
3001         and DT_FINI.
3002         (elf32_hppa_finish_dynamic_sections): Set DT_INIT and DT_FINI.
3004         * elf32-hppa.c (hppa_build_one_stub): Replace `elf_hash_table (info)'
3005         with `hplink->root.'.
3006         (elf32_hppa_check_relocs): Likewise.
3007         (elf32_hppa_gc_sweep_hook): Likewise.
3008         (elf32_hppa_adjust_dynamic_symbol): Likewise.
3009         (hppa_handle_PIC_calls): Likewise.
3010         (elf32_hppa_size_dynamic_sections): Likewise.
3011         (elf32_hppa_set_gp): Likewise.
3012         (elf32_hppa_relocate_section): Likewise.
3013         (elf32_hppa_finish_dynamic_symbol): Likewise.
3014         (elf32_hppa_finish_dynamic_sections): Likewise.
3016         From  David Huggins-Daines  <dhd@linuxcare.com>
3017         * elf32-hppa.c (hppa_type_of_stub): Generate import stubs for
3018         defined weak symbols in shared links.
3019         (final_link_relocate): Calls to defined weak symbols in shared
3020         objects must go via import stubs, as the target might not be known
3021         at link time.
3023 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
3025         * elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
3026         R_SH_COPY, R_SH_GLOB_DAT, R_SH_JMP_SLOT, R_SH_RELATIVE,
3027         R_SH_GOTOFF, R_SH_GOTPC) to the range from 160 to 167.  Replaced
3028         the original entries with EMPTY_HOWTOs, and added new ones to fill
3029         in the gap.
3030         (sh_elf_info_to_howto): Make sure the new gap isn't used.
3031         (sh_elf_relocate_section): Likewise.
3033 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
3035         * cpu-mips.c (arch_info_struct): Add mips:4K
3036         * bfd-in2.h (bfd_mach_mips4K): New define.
3037         * archures.c: Add bfd_mach_mips4K to comment.
3038         * elf32-mips.c (_bfd_mips_elf_final_write_processing): Return
3039         E_MIPS_ARCH_2 for bfd_mach_mips4K.
3041 2000-09-13  Marco Franzen <marcof@thyron.com>
3043         * som.c (som_write_symbol_strings): Do not used fixed buffers,
3044         use size_t as a counter.
3045         (som_write_space_strings): Similarly.
3047 2000-09-12  Jason Eckhardt  <jle@cygnus.com>
3049         * elf32-i860.c (elf32_i860_relocate_pc26): New function
3050         and prototype.
3051         (elf32_i860_relocate_section): Invoke new function from here.
3053 2000-09-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3055         * elf.c (_bfd_elf_make_section_from_shdr): Make debug_sec_names
3056         static.
3058 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3060         * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): Emit 8 NULs for
3061         target section name instead of dumping core when the target symbol is
3062         undefined.
3064 2000-09-09  Kazu Hirata  <kazu@hxi.com>
3066         * riscix.c: Remove DEFUN.
3068 2000-09-08  Nick Clifton  <nickc@redhat.com>
3070         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Do not
3071         initialise flags in output bfd if the input bfd is the default
3072         architecture with the default flags.
3074 2000-09-08  Kazu Hirata  <kazu@hxi.com>
3076         * archive.c: Fix formatting.
3077         * coff-arm.c: Likewise.
3078         * doc/chew.c: Likewise.
3080 2000-09-08  Alan Modra  <alan@linuxcare.com.au>
3082         * section.c (bfd_get_unique_section_name): Put a dot before the
3083         numeric suffix.
3085 2000-09-07  Kazu Hirata  <kazu@hxi.com>
3087         * doc/chew.c: Remove all uses of DEFUN and DEFUN_VOID.
3088         * elf.c: Fix formatting.
3090 2000-09-07  Alexandre Oliva  <aoliva@redhat.com>
3092         * config.bfd (sh-*-linux*): Added.
3093         * configure.in (bfd_elf32_shlin_vec, bfd_elf32_shblin_vec): New.
3094         * targets.c: Declare them.
3095         * elf32-sh-lin.c: New file.
3096         * Makefile.am: Compile it.
3097         * elf32-sh.c: Don't override defines from elf32-sh-lin.c.
3098         * configure, Makefile.in: Rebuilt.
3100 2000-09-06  Geoffrey Keating  <geoffk@cygnus.com>
3102         * xcofflink.c (xcoff_link_input_bfd): Include the .tocbss
3103         pseduo-section when determining where the TOC ends.
3105         * coff-rs6000.c (_bfd_xcoff_swap_aux_out): Use bfd_h_put_16 to
3106         output x_tvndx as it is only two bytes wide.
3108         * coff-rs6000.c (xcoff_howto_table): A modifiable branch-absolute
3109         reloc is 26 or 32 bits wide.
3111         * coff-rs6000.c (_bfd_xcoff_rtype2howto): The bitsize is irrelevant
3112         for relocs that don't change anything.  Also look at the full
3113         6 bits of bitsize.
3115 2000-09-06  Philip Blundell  <philb@gnu.org>
3117         * config.bfd (arm*-*-uclinux*): New target.
3119 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
3121         * configure: Rebuilt with new libtool.m4.
3123 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
3125         * section.c (bfd_get_unique_section_name): Avoid c++ reserved
3126         word for variable name.
3127         * bfd-in2.h: Regenerate.
3129 2000-09-05  Nick Clifton  <nickc@redhat.com>
3131         * config.in: Regenerate.
3132         * libbfd.h: Regenerate.
3133         * po/bfd.pot: Regenerate.
3134         * doc/bfdint.texi: Remove CVS date string - it foils compares with
3135         local versions.
3137 2000-09-05  Steven Johnson  <sbjohnson@ozemail.com.au>
3139         * cpu-powerpc.c  (arch_info_struct): Added MPC860 Family entry.
3141 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
3143         Shared library and PIC support.
3144         * elf32-hppa.c (PLT_ENTRY_SIZE): New.
3145         (GOT_ENTRY_SIZE): New.
3146         (ELF_DYNAMIC_INTERPRETER): New.
3147         (STUB_SUFFIX): Define.
3148         (LONG_BRANCH_PIC_IN_SHLIB): Define.
3149         (RELATIVE_DYNAMIC_RELOCS): Define.
3150         (enum elf32_hppa_stub_type): New.
3151         (struct elf32_hppa_stub_hash_entry): Rename offset to
3152         stub_offset.  Add a number of new fields.
3153         (struct elf32_hppa_link_hash_entry): New.
3154         (struct elf32_hppa_link_hash_table): Add numerous fields.  Remove
3155         global_value.
3156         (elf32_hppa_hash_table): Rename to hppa_link_hash_table.
3157         (elf32_hppa_stub_hash_lookup): Rename to hppa_stub_hash_lookup.
3158         (elf32_hppa_stub_hash_newfunc): Rename to stub_hash_newfunc.  Init
3159         new fields.
3160         (hppa_link_hash_newfunc): New function.
3161         (elf32_hppa_link_hash_table_create): Use above function. Init new
3162         fields.
3163         (elf32_hppa_stub_name): Rename to hppa_stub_name.  Pass in reloc
3164         instead of addend, and remove sym_name from args.  Don't use
3165         symbol name for local syms, instead use sym index.
3166         (elf32_hppa_size_of_stub): Rename to hppa_type_of_stub, and return
3167         stub type rather than size.  Pass in hash and handle import stub
3168         case.  Also pass in reloc instead of offset so we can calculate
3169         PCREL22F and PCREL12F branches properly.
3170         (elf32_hppa_build_one_stub): Rename to hppa_build_one_stub.  Build
3171         import and export stubs too.
3172         (elf32_hppa_size_one_stub): Rename to hppa_size_one_stub.  Handle
3173         import and export stub sizing.
3174         (elf32_hppa_check_relocs): New function.
3175         (elf32_hppa_adjust_dynamic_symbol): New function.
3176         (hppa_discard_copies): New function.
3177         (elf32_hppa_size_dynamic_sections): New function.
3178         (elf_backend_size_dynamic_sections): Define.
3179         (elf32_hppa_finish_dynamic_symbol): New function.
3180         (elf_backend_finish_dynamic_symbol): Define.
3181         (elf32_hppa_size_stubs): Stash params in link hash table, and move
3182         some local vars into the link hash table too.  For shared links,
3183         trundle over function syms, generating export stubs.  Handle
3184         PCREL22F branches.  Break out stub creation code from here..
3185         (hppa_add_stub): .. to here.  New function.
3186         (elf32_hppa_final_link): Rename to elf32_hppa_set_gp, and don't
3187         call the bfd linker.  Use elf_gp to record global pointer.
3188         Calculate a value from sections if $global$ is missing.
3189         (bfd_elf32_bfd_final_link): Define as _bfd_elf32_gc_common_final_link.
3190         (elf32_hppa_gc_mark_hook): New function.
3191         (elf_backend_gc_mark_hook): Define.
3192         (elf32_hppa_gc_sweep_hook): New function.
3193         (elf_backend_gc_sweep_hook): Define.
3194         (elf32_hppa_bfd_final_link_relocate): Rename to final_link_relocate.
3195         Add rel to args, and remove howto, input_bfd, offset, addend,
3196         sym_name as we can recalculate these locally.  Handle calls to
3197         dynamic objects, extra PIC relocs, PCREL22F branches.  Change
3198         handling of undefined weak syms.  Check that stubs are in range.
3199         Only look for import stubs on PCREL17F and PCREL22F relocs.  Add
3200         message on hitting a DPREL21L reloc that needs fixing.  Subtract
3201         off PC for PCREL14F.  Break out code that does a stub lookup from
3202         here..
3203         (hppa_get_stub_entry): ..to here.  New function.
3204         (elf32_hppa_relocate_insn): Merge into final_link_relocate.
3205         (elf32_hppa_relocate_section): Handle got and plt relocs, dynamic
3206         relocs, etc. etc.
3207         (elf32_hppa_finish_dynamic_sections): New function.
3208         (elf_backend_finish_dynamic_sections): Define.
3209         (elf_backend_final_write_processing) Define.
3210         (hppa_handle_PIC_calls): New function.
3211         (elf32_hppa_build_stubs): Call it.  Pass link_info to
3212         hppa_build_one_stub.
3213         (elf32_hppa_create_dynamic_sections): New function
3214         to create .plt and .got then set .plt flags correctly.
3215         (elf_backend_create_dynamic_sections): Define.
3216         (elf32_hppa_object_p): New function.
3217         (elf_backend_object_p): Define.
3218         (elf32_hppa_elf_get_symbol_type): New function.
3219         (elf_backend_get_symbol_type): Define.
3220         (elf_backend_can_gc_sections): Define.
3221         (elf_backend_want_got_plt): Define.
3222         (elf_backend_plt_alignment): Set to 2.
3223         (elf_backend_plt_readonly): Define.
3224         (elf_backend_want_plt_sym): Define.
3225         (elf_backend_got_header_size): Reserve one entry.
3227         * elf32-hppa.h (elf32_hppa_build_stubs): Don't pass stub bfd.
3228         (elf32_hppa_size_stubs): Pass in multi_subspace.
3229         (elf32_hppa_set_gp): Declare.
3231         * section.c (SEC_HAS_GOT_REF): Define new flag for asection.
3232         (bfd_get_unique_section_name): New function.
3233         * bfd-in2.h: Regenerate.
3235         * elf64-hppa.c (elf64_hppa_check_relocs): Handle R_PARISC_PCREL12F.
3236         (elf64_hppa_size_dynamic_sections): Remove the FIXME at bfd_zalloc
3237         comment.
3239         From  David Huggins-Daines  <dhd@linuxcare.com>
3240         * elf64-hppa.c (elf64_hppa_check_relocs): Fix a warning.
3241         (elf64_hppa_mark_exported_functions): Set dyn_h->st_shndx.
3242         (elf64_hppa_link_output_symbol_hook): Test dyn_h->st_shndx has
3243         been updated in finish_dynamic_symbol before modifying function
3244         symbol.
3246         * elf-hppa.h (elf_hppa_howto_table): Restructure into groups of
3247         eight entries.  Replace NULL with bfd_elf_generic_reloc.  Add
3248         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT and R_PARISC_PCREL12F.
3249         (_bfd_elf_hppa_gen_reloc_type): Handle R_PARISC_GNU_VT*.  Add some
3250         comments.  Handle format == 12 for R_HPPA_PCREL_CALL.
3251         (elf_hppa_final_link_relocate): Handle R_PARISC_PCREL12F.
3252         (elf_hppa_relocate_insn): Likewise.  Reformat some comments.
3253         (elf_hppa_final_write_processing): Expose it for ARCH_SIZE == 32.
3255         From David Huggins-Daines  <dhd@linuxcare.com>
3256         * elf-hppa.h (elf_hppa_is_local_label_name): Accept the SysV/ELF
3257         style of local labels as well.
3259 2000-09-03  Philip Blundell  <philb@gnu.org>
3261         * elf32-arm.h (elf32_arm_relocate_section): Don't try to relocate
3262         references to undefined symbols in debugging sections.
3264 2000-09-02  H.J. Lu  <hjl@gnu.org>
3266         * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
3267         BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE,
3268         BFD_RELOC_SH_GOTPC): Move them from the MIPS section to the SH
3269         section.
3271 2000-09-02  Jason Eckhardt  <jle@cygnus.com>
3273         * elf32-i860.c (bfd_elf32_bfd_is_local_label_name): Define macro.
3274         (elf32_i860_is_local_label_name): New function and prototype.
3276 2000-09-02  Nick Clifton  <nickc@redhat.com>
3278         * configure.in: Increase version number to 2.10.91.
3279         * configure: Regenerate.
3280         * aclocal.m4: Regenerate.
3281         * config.in: Regenerate.
3282         * po/bfd.pot: Regenerate.
3284 2000-09-02  Daniel Berlin <dberlin@redhat.com>
3286         * elf.c (_bfd_elf_make_section_from_shdr): Add
3287         .gnu.linkobce.wi. to the list of debug section names.
3289 2000-09-02  Nick Clifton  <nickc@redhat.com>
3291         * dwarf2.c (find_debug_info): New function: Locate a section
3292         containing dwarf2 debug information.
3293         (bfd_dwarf2_find_nearest_line): Find all sections containing
3294         debug information and include them in the stash.
3296 2000-09-01  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
3298         * elf32-sh.c (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
3299         R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New.
3300         (sh_reloc_map): Add new relocs.
3301         (sh_elf_check_relocs, sh_elf_link_hash_newfunc,
3302         sh_elf_link_hash_table_create, sh_elf_adjust_dynamic_symbol,
3303         sh_elf_size_dynamic_sections, sh_elf_finish_dynamic_symbol,
3304         sh_elf_finishe_dynamic_sections, sh_elf_discard_copies): New
3305         functions.
3306         (ELF_DYNAMIC_INTERPRETER, PLT_ENTRY_SIZE): Define.
3307         (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
3308         elf_sh_plt_entry_be, elf_sh_plt_entry_le,
3309         elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
3310         New array constants.
3311         (elf_sh_plt0_entry, elf_sh_plt_entry, elf_sh_pic_plt_entry):
3312         New variables.
3313         (elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
3314         elf_sh_plt0_linker_offset, elf_sh_plt0_gotid_offset,
3315         elf_sh_plt_temp_offset, elf_sh_plt_symbol_offset,
3316         elf_sh_plt_reloc_offset): Define.
3317         (elf_sh_pcrel_relocs_copied, elf_sh_link_hash_entry,
3318         elf_sh_link_hash_table): New structs.
3319         (sh_elf_link_hash_traverse, sh_elf_hash_table): New macros.
3320         (sh_elf_relocate_section, sh_elf_check_relocs): Handle new
3321         relocation types.
3322         (elf_backend_create_dynamic_sections,
3323         bfd_elf32_bfd_link_hash_table_create,
3324         elf_backend_adjust_dynamic_symbol,
3325         elf_backend_size_dynamic_sections,
3326         elf_backend_finish_dynamic_symbol,
3327         elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
3328         elf_backend_plt_readonly, elf_backend_want_plt_sym,
3329         elf_backend_got_header_size, elf_backend_plt_header_size):
3330         Define.
3331         * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
3332         BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE, BFD_RELOC_SH_GOTPC):
3333         New relocs.
3334         * bfd-in2.h, libbfd.h: Rebuilt.
3336 2000-09-01  Alan Modra  <alan@linuxcare.com.au>
3338         * elf32-i386.c (elf_i386_finish_dynamic_symbol): Revert 2000-08-27
3339         change.
3341 2000-08-31  J"orn Rennecke <amylaar@cygnus.co.uk>
3343         * elf32-sh.c (sh_elf_merge_private_data): If ibfd's elf header flags
3344         not initialized, set them to indicate the SH1 instruction set.
3346 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
3348         * acinclude.m4: Include libtool and gettext macros from the
3349         top level.
3350         * aclocal.m4, configure: Rebuilt.
3352 2000-08-29  Michael Snyder  <msnyder@seadog.cygnus.com>
3354         * elf.c: Eliminate references to __sparcv9 macro; replace with
3355         autoconf variables HAVE_PSINFO32_T etc.
3356         * configure.in: Auto-configure HAVE_PSINFO_32_T, HAVE_PRPSINFO32_T,
3357         HAVE_PSTATUS32_T, HAVE_PRSTATUS32_T, HAVE_PRSTATUS32_T_PR_WHO.
3358         * config.in: Ditto.
3359         * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE) define _SYSCALL32 so it can
3360         detect the above typedefs.  (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Ditto.
3361         * aclocal.m4: Ditto.
3362         * configure: Regenerate.
3364 2000-08-27  Alan Modra  <alan@linuxcare.com.au>
3366         * elf32-i386.c (elf_i386_check_relocs): Keep info on relocs copied
3367         for any shared link, not just shared -Bsymbolic.
3368         (elf_i386_size_dynamic_sections): Call elf_i386_discard_copies on
3369         any shared link, and pass link info to it.
3370         (elf_i386_size_dynamic_sections): Update comment.
3371         (elf_i386_discard_copies): Modify to discard relocs for symbols
3372         that have been forced local.
3373         (elf_i386_finish_dynamic_symbol): Don't copy relocs for symbols
3374         that have been forced local.
3376 2000-08-24  Denis Chertykov  <denisc@overta.ru> & Nick Clifton  <nickc@redhat.com>
3378         * elflink.h (elf_link_add_object_symbols): Allow common
3379         symbols to have an alignment of 1 if explicitly requested, and
3380         not overridden by other definitions.
3382 2000-08-22  Doug Kwan <dkwan@transmeta.com>
3384         * coff-w65.c (CREATE_LITTLE_COFF_TARGET): Fix typo.
3385         * coffcode.h (coff_set_flags): Add detection of w65 architecture.
3387 2000-08-22  H.J. Lu  <hjl@gnu.org>
3389         * elf-bfd.h (elf_link_hash_table): Add runpath.
3391         * bfd-in.h (bfd_elf_get_runpath_list): New prototype.
3392         * bfd-in2.h: Rebuilt.
3394         * elf.c (_bfd_elf_link_hash_table_init): Initialize the
3395         "runpath" field to NULL.
3396         (bfd_elf_get_runpath_list): New function.
3398         * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and
3399         DT_RUNPATH entries.
3401 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
3403         * elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W,
3404         R_SH_DIR8WPN, R_SH_DIR8WPZ, R_SH_DIR8WPL]: Handle them
3405         explicitly.  Improve validation of r_type.
3407 2000-08-21  H.J. Lu  <hjl@gnu.org>
3409         * elf32-i386.c (elf_i386_size_dynamic_sections): Zero out the
3410         dynamic allocated content space.  Add a comment to remind us that
3411         one day this ought to be fixed.
3412         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
3413         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
3414         * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
3416 2000-08-21  Jason Eckhardt  <jle@cygnus.com>
3418         * elf32-i860.c (elf32_i860_relocate_pc16): Just write the immediate
3419         field with the newly relocated value instead of adding it to the
3420         existing immediate field.
3421         (elf32_i860_relocate_splitn): Likewise.
3422         (elf32_i860_relocate_highadj): Likewise.
3424 2000-08-16  Jason Eckhardt  <jle@cygnus.com>
3426         * elf32-i860.c (elf32_i860_relocate_pc16): Implemented function (it
3427         was previously just a stub).
3429 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
3431         * elflink.c (_bfd_elf_create_got_section): Don't abort().
3432         Formatting fixes.
3433         (_bfd_elf_create_dynamic_sections): Likewise.
3435 2000-08-16  Andrew Macleod  <amacleod@cygnus.com>
3437         * elf64-sparc.c (sparc64_elf_relocate_section): Set relocation address
3438         for undefined symbols to be the beginning of the section.
3440         * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Don't allocate
3441         four extra entries at the beginning of the .rela.plt section.
3442         (sparc64_elf_finish_dynamic_symbol): Adjust the offset in the .rela.plt
3443         section to account for the four reserved entries in the .plt section.
3445 2000-08-15  Geoffrey Keating  <geoffk@cygnus.com>
3447         * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Add ori r0,r0,0
3448         to the list of NOPs we recognize after a branch-and-link.
3449         Use the ori NOP when one is needed.
3451         * coff-rs6000.c (_bfd_xcoff_slurp_armap): Finish implementation
3452         for large archives.
3454 2000-08-14  Jim Wilson  <wilson@cygnus.com>
3456         * elf64-ia64.c (elf64_ia64_merge_private_bfd_data): Handle
3457         EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP, and EF_IA_64_NOFUNCDESC_CONS_GP.
3458         (elf64_ia64_print_private_bfd_data): Likewise.  Also handle
3459         EF_IA_64_ABSOLUTE.
3461 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
3463         * elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
3465 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
3467         * elf32-i860.c (elf32_i860_relocate_section): New function.
3468         (i860_final_link_relocate): New function.
3469         (elf32_i860_relocate_splitn): New function.
3470         (elf32_i860_relocate_pc16): New function.
3471         (elf32_i860_relocate_highadj): New function.
3472         (elf32_i860_howto): Minor adjustments to some relocations.
3473         (elf_info_to_howto_rel): Define.
3474         (elf_backend_relocate_section): Define.
3476 2000-08-10  Nick Clifton  <nickc@cygnus.com>
3478         * elf32-arm.h: Fix formatting.
3480 2000-08-10  Bernd Schmidt  <bernds@cygnus.co.uk>
3482         * elf32-sh.c (sh_elf_reloc_loop): Make LAST_SYMBOL_SECTION static.
3484 2000-08-08  Jason Eckhardt  <jle@cygnus.com>
3486         * elf32-i860.c (elf32_i860_howto_table): Updated some fields.
3488 2000-08-07  Kazu Hirata  <kazu@hxi.com>
3490         * ieee.c (ieee_write_debug_part): Rewrite a comment.
3491         * elf64-ia64.c: Fix a typo.
3493 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
3495         * elf32-i860.c (elf32_i860_howto_table): New structure.
3496         (lookup_howto): New function.
3497         (elf32_i860_reloc_type_lookup): New function.
3498         (elf32_i860_info_to_howto_rela): New function.
3499         (elf_code_to_howto_index): New structure.
3500         (elf_info_to_howto): Re-define as elf32_i860_info_to_howto_rela.
3501         (bfd_elf32_bfd_reloc_type_lookup): Re-define as
3502         elf32_i860_reloc_type_lookup.
3504 2000-08-04  Rodney Brown  <RodneyBrown@pmsc.com>
3506         * som.c (struct fixup_format): Constify `format'.
3507         (som_hppa_howto_table): Use SOM_HOWTO macro.
3508         (try_prev_fixup, hppa_som_reloc): Decorate unused parameter.
3509         (som_bfd_reloc_type_lookup): Likewise.
3510         (compare_subspaces): Remove unused `count1', `count2'.
3511         (som_begin_writing): Remove unused `total_reloc_size'.
3512         (som_bfd_derive_misc_symbol_info): Decorate unused parameter.
3513         (som_print_symbol, som_bfd_is_local_label_name): Likewise.
3514         (som_set_reloc_info): Constify `cp'. Remove unused `addend'.
3515         (som_find_nearest_line): Decorate unused parameter(s).
3516         (som_sizeof_headers, som_get_symbol_info, som_write_armap): Likewise.
3517         (som_bfd_link_split_section): Likewise.
3519 2000-08-03  Nick Clifton  <nickc@cygnus.com>
3521         * section.c: Restore backed out code.
3522         * elf.c: Restore backed out code.
3523         (copy_private_bfd_data): Fix bug preventing stipped dynamic
3524         binaries from working.
3525         * bfd-in2.h: Regenerate.
3527 2000-08-03  H.J. Lu  <hjl@gnu.org>
3529         * section.c: Back out the change made by Nick Clifton
3530         <nickc@cygnus.com> on 2000-07-31. It breaks stripping dynamic
3531         binaries.
3532         * bfd-in2.h: Likewise.
3533         * elf.c: Likewise.
3535 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
3537         * elf32-sh.c (sh_elf_reloc_loop): Warning removal.
3539 2000-07-31  Jason Eckhardt  <jle@cygnus.com>
3541         * reloc.c (BFD_RELOC_860_*): New bfd relocs for i860.
3542         * bfd-in2.h, libbfd.h: Regenerate.
3544 2000-07-31  Nick Clifton  <nickc@cygnus.com>
3546         * section.c (struct sec): Add new boolean field 'segment_mark'.
3547         (STD_SECTION): Initialise new field to zero.
3549         * bfd-in2.h: Regenerate.
3551         * elf.c (copy_private_bfd_data): Reorganise section to segment
3552         mapping to cope with moved sections requiring new segments,
3553         and overlapping segments.
3554         (SEGMENT_END): New macro: Return the end address of a segment.
3555         (IS_CONTAINED_BY_VMA): New macro: Determine if a segment
3556         contains a section by comparing their VMA addresses.
3557         (IS_CONTAINED_BY_LMA): New macro: Determine if a segment
3558         contains a section by comparing their LMA addresses.
3559         (INCLUDE_SECTION_IN_SEGMENT): New macro: Determine if a
3560         section should be included in a segment.
3561         (SEGMENT_AFTER_SEGMENT): New macro: Determine if one segment
3562         follows another in memory.
3563         (SEGMENT_OVERLAPS_SEGMENT): New macro: Determine if two
3564         segments overlap.
3566 2000-07-22  Jason Eckhardt  <jle@cygnus.com>
3568         * cpu-i860.c: Added comments.
3570         * elf32-i860.c (TARGET_LITTLE_SYM): Defined to
3571         bfd_elf32_i860_little_vec.
3572         (TARGET_LITTLE_NAME): Defined to "elf32-i860-little".
3573         (ELF_MAXPAGESIZE): Changed to 4096.
3575         * targets.c (bfd_elf32_i860_little_vec): Declaration of
3576         new target.
3577         (bfd_target_vector): Added bfd_elf32_i860_little_vec.
3579         * config.bfd (i860-stardent-sysv4*, i860-stardent-elf*): Added
3580         config for little endian elf32 i860.
3581         (targ_defvec): Define for the new config above
3582         as "bfd_elf32_i860_little_vec".
3583         (targ_selvecs): Define for the new config above
3584         as "bfd_elf32_i860_vec bfd_elf32_i860_little_vec"
3586         * configure.in (bfd_elf32_i860_little_vec): Added recognition
3587         of new target vec.
3589         * configure: Regenerated.
3591 2000-07-27  H.J. Lu  <hjl@gnu.org>
3593         * elflink.h (elf_merge_symbol): Take one more argument,
3594         dt_needed, to indicate if the symbol comes from a DT_NEEDED
3595         entry. Don't overide the existing weak definition if dt_needed
3596         is true.
3597         (elf_link_add_object_symbols): Pass dt_needed to
3598         elf_merge_symbol ().
3600 2000-07-27  Nick Clifton  <nickc@cygnus.com>
3602         * elflink.h (elf_link_size_reloc_section): Zeroes the section's
3603         allocated contents.
3605 2000-07-25  Geoffrey Keating  <geoffk@cygnus.com>
3607         * configure.host (*-*-aix*): AIX has 'long long' always.
3609         * coff-rs6000.c (xcoff_write_one_armap_big): New procedure.
3610         (xcoff_write_armap_big): Write both 32-bit and 64-bit armaps.
3611         (xcoff_write_archive_contents_big): Don't update the offset
3612         of the symbol table, xcoff_write_armap will do it.
3614 2000-07-23  Ulf Carlsson  <ulfc@engr.sgi.com>
3616         * elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead
3617         of dynobj for SGI_COMPAT checks.
3619 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3621         * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): New function.
3622         * bfd-in.h (bfd_m68k_coff_create_embedded_relocs): Add declaration.
3623         * bfd-in2.h: Regenerate.
3625 2000-07-21  Nick Clifton  <nickc@cygnus.com>
3627         * elf32-mips.c (_bfd_mips_elf_check_relocs): Detect out of
3628         range symbol indices in relocs and issue an error message.
3630 2000-07-20  H.J. Lu  <hjl@gnu.org>
3632         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't check
3633         info->new_dtags when setting DT_FLAGS_1. It will only be set
3634         by the new linker options. It shouldn't break anything.
3636 2000-07-20  H.J. Lu  <hjl@gnu.org>
3638         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set DT_FLAGS_1
3639         only if info->new_dtags is true.
3641 2000-07-20  H.J. Lu  <hjl@gnu.org>
3643         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set
3644         DT_RUNPATH and DT_FLAGS only if info->new_dtags is true.
3646 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
3648         * Makefile.am (ALL_MACHINES): Add cpu-cris.lo.
3649         (ALL_MACHINES_CFILES): Add cpu-cris.c.
3650         (BFD32_BACKENDS): Add aout-cris.lo and elf32-cris.lo.
3651         (BFD32_BACKENDS_CFILES): Add aout-cris.c and elf32-cris.c.
3652         (cpu-cris.lo, aout-cris.lo, elf32-cris.lo): New rules.
3653         * Makefile.in: Rebuild.
3654         * aclocal.m4: Rebuild.
3655         * aoutx.h (NAME(aout,machine_type)): Add case for bfd_arch_cris.
3656         * archures.c (enum bfd_architecture): Add bfd_arch_cris.
3657         (bfd_cris_arch): Declare.
3658         (bfd_archures_list): Add bfd_cris_arch.
3659         * bfd-in2.h: Rebuild.
3660         * config.bfd: (cris-*-*): New target.
3661         * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vectors.
3662         * configure: Rebuild.
3663         * elf.c (prep_headers): Add bfd_arch_cris.
3664         * libbfd.h: Rebuild.
3665         * libaout.h (enum machine_type): Add M_CRIS.
3666         * reloc.c: Add CRIS relocations.
3667         * targets.c (bfd_elf32_cris_vec, cris_aout_vec): Declare.
3668         (bfd_target_vect): Add bfd_elf32_cris_vec and cris_aout_vec.
3669         * cpu-cris.c, aout-cris.c, elf32-cris.c: New files.
3670         * po/POTFILES.in, po/bfd.pot: Regenerate.
3672 2000-07-19  H.J. Lu  <hjl@gnu.org>
3674         * elf32-arm.h (elf32_arm_size_dynamic_sections): Also set
3675         DF_TEXTREL if DT_TEXTREL is set.
3676         * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
3677         * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
3678         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
3679         * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Likewise.
3680         * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
3681         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
3682         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
3683         * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
3684         * elf64-ia64.c (elf64_ia64_size_dynamic_sections): Likewise.
3685         * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
3687         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also
3688         set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if
3689         DT_RPATH is set.
3690         Set the DT_FLAGS and DT_FLAGS_1 entries if necessary.
3692 2000-07-19  H.J. Lu  <hjl@gnu.org>
3694         * bfd-in.h (bfd_elf_set_dt_needed_soname): New.
3695         * bfd-in2.h: Rebuild.
3697         * elf-bfd.h (elf_obj_tdata): Add dt_soname.
3698         (elf_dt_soname): New.
3700         * elf.c (bfd_elf_set_dt_needed_soname): New.
3702         * elflink.h (elf_link_add_object_symbols): Add the DT_NEEDED
3703         entry if the shared object loaded by DT_NEEDED is used to
3704         resolve the reference in a regular object.
3706 2000-07-19  H.J. Lu  <hjl@gnu.org>
3708         * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_CONFIG,
3709         DT_DEPAUDIT and DT_AUDIT as strings.
3711 2000-07-19  Nick Clifton  <nickc@cygnus.com>
3713         * format.c: Fix formatting.
3715 2000-07-19  H.J. Lu  <hjl@gnu.org>
3717         * elf.c (_bfd_elf_print_private_bfd_data): Fix DT_CHECKSUM.
3719 2000-07-19  H.J. Lu  <hjl@gnu.org>
3721         * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_BIND_NOW,
3722         DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
3723         DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
3724         DT_PLTPADSZ, DT_MOVEENT, DT_MOVESZ, DT_FEATURE, DT_POSFLAG_1,
3725         DT_SYMINSZ, DT_SYMINENT, DT_CONFIG, DT_DEPAUDIT, DT_AUDIT,
3726         DT_PLTPAD, DT_MOVETAB, DT_SYMINFO, DT_RELACOUNT, DT_RELCOUNT,
3727         DT_FLAGS_1, DT_USED and DT_CHECKSUM.
3729 2000-07-18  Andrew Cagney  <cagney@b1.cygnus.com>
3731         * elf.c (bfd_elf_get_sign_extend_vma, bfd_elf_get_arch_size): Move
3732         renamed functions from here...
3733         (assign_section_numbers): Use renamed functions.
3734         (prep_headers): Use renamed functions.
3736         * bfd.c (bfd_get_sign_extend_vma, bfd_get_arch_size): ...To here.
3737         * bfd-in.h (bfd_get_sign_extend_vma, bfd_get_arch_size): Update.
3738         * bfd-in2.h: Regenerate.
3740 2000-07-18  Ulf Carlsson  <ulfc@engr.sgi.com>
3742         * elf32-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Add
3743         parenthesis in if statement.
3745 2000-07-17  Koundinya K  <kk@ddeorg.soft.net>
3747         Enable the support for Traditional MIPS.
3748         * elf32-mips.c (IRIX_COMPAT): Recognize bfd_elf32_tradbigmips_vecand
3749         return ict_none appropriately for traditional mips targets.
3750         (STUB_LW): Change 0x8f998000 to 0x8f998010 for traditional mips.
3751         (STUB_MOVE): Conditionalize for traditonal mips.
3752         (STUB_LI16): Likewise.
3753         (_bfd_mips_elf_modify_segment_map): Conditionalize to avoid making
3754         room for RTPROC header.
3755         (_bfd_mips_elf_modify_segment_map): For a normal mips executable set
3756         the permission for the PT_DYNAMIC as read, write and execute.
3757         (mips_elf_calculate_relocation): Check for the symbol _DYNAMIC_LINKING
3758         for traditonal mips.
3759         (_bfd_mips_elf_create_dynamic_sections): Add the symbol
3760         _DYNAMIC_LINKING for traditonal mips.
3761         (_bfd_mips_elf_create_dynamic_sections): Add the symbol __RLD_MAP
3762         in case of traditonal mips.
3763         (_bfd_mips_elf_adjust_dynamic_symbol): Create a stub only if a PLT
3764         entry is required. For a function if PLT is not required then set the
3765         corresponding hash table entry to 0.
3766         (_bfd_mips_elf_size_dynamic_sections): Add DT_DEBUG entry for
3767         traditonal mips.
3768         (_bfd_mips_elf_finish_dynamic_symbol): for a undefined symbol in a
3769         shared object set the value to 0.
3770         (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol
3771         _DYNAMIC_LINKING for traditonal mips.
3772         (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol __RLD_MAP
3773         for traditonal mips.
3775 2000-07-15  H.J. Lu  <hjl@gnu.org>
3777         * aoutx.h (translate_to_native_sym_flags): Handle BSF_LOCAL.
3779 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
3781         * libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing
3782         out a structure that is BFD_IN_MEMORY.
3784 2000-07-11  Alan Modra  <alan@linuxcare.com.au>
3786         * elf64-hppa.c (get_dyn_name): Pass in section pointer instead of
3787         bfd pointer.  Print section id instead of bfd pointer for local
3788         syms.  Prefix addend with `+' for global syms as well as local.
3789         Correct calculation of name component lengths.
3790         (elf64_hppa_check_relocs): Update call to get_dyn_name.
3792         From David Huggins-Daines  <dhd@linuxcare.com>
3793         * elf-hppa.h (elf_hppa_relocate_section): Update calls here too.
3794         * elf64-hppa.c (elf64_hppa_check_relocs): Fix some warnings.
3795         (elf64_hppa_modify_segment_map): Likewise.
3797 2000-07-11  Andrew Cagney  <cagney@b1.cygnus.com>
3799         * elf.c (bfd_elf_get_sign_extend_vma): Return tendency of VMA
3800         addresses to be "naturally" sign extended.  Return -1 if unknown.
3801         * bfd-in.h (bfd_elf_get_sign_extend_vma): Add declaration.
3802         * bfd-in2.h: Regenerate.
3804 2000-07-11  Andrew Cagney  <cagney@b1.cygnus.com>
3806         * ecoffswap.h (ecoff_get_off, ecoff_put_off): Add ECOFF_SIGNED_32
3807         and ECOF_SIGNED_64 to list ways to extract an offset.
3808         (ecoff_swap_fdr_in, ecoff_swap_fdr_out, ecoff_swap_pdr_in,
3809         ecoff_swap_pdr_out, ecoff_swap_ext_in, ecoff_swap_ext_out):
3810         Update.
3811         * elf64-mips.c (ECOFF_SIGNED_64): Define instead of ECOFF_64.
3812         * elf32-mips.c (ECOFF_SIGNED_32): Define instead of ECOFF_32.
3814 2000-07-11  Andrew Cagney  <cagney@b1.cygnus.com>
3816         * elfcode.h (elf_object_p): Use bfd_set_start_address and not
3817         bfd_get_start_address.
3818         (elf_swap_ehdr_in): Sign extend e_entry when applicable.
3819         (elf_swap_ehdr_out): Ditto.
3821 2000-07-10  Alexander Aganichev  <AAganichev@hypercom.com>
3823         * archures.c (bfd_default_scan): Add set of bfd_mach_ cases for
3824         compatibility with older binutils.
3826 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
3828         * section.c (bfd_make_section_anyway): Start section_id at 0x10.
3829         (STD_SECTION): Avoid negative ids, instead use 0 to 3.
3831         From Ryan Bradetich  <rbradetich@uswest.net>
3832         * dwarf1.c (parse_die): Cure signed/unsigned char warnings.
3833         (parse_line_table): Ditto.
3834         (_bfd_dwarf1_find_nearest_line): Ditto.
3835         * syms.c (cmpindexentry): Remove extra `*' from params.
3837 2000-07-09  Koundinya K  <kk@ddeorg.soft.net>
3839         * elf32-mips.c (sort_dynamic_relocs): New Function.
3840         (_bfd_mips_elf_finish_dynamic_sections): Call sort_dynamic_relocs
3841         via qsort to sort the dynamic relocations in increasing r_symndx
3842         value.
3844 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
3846         * elf64-hppa.c (elf64_hppa_dyn_hash_table_init): Add
3847         ATTRIBUTE_UNUSED to unused args.
3848         (get_opd): Likewise.
3849         (get_plt): Likewise.
3850         (get_dlt): Likewise.
3851         (get_stub): Likewise.
3852         (elf64_hppa_adjust_dynamic_symbol): Likewise.
3853         (elf64_hppa_link_output_symbol_hook): Likewise.
3854         (elf64_hppa_check_relocs): Delete unused var.
3855         (elf64_hppa_size_dynamic_sections): Likewise.
3856         (elf64_hppa_finalize_opd): Likewise.
3857         (elf64_hppa_finalize_dynreloc): Likewise.
3858         (elf64_hppa_modify_segment_map): Likewise.
3859         (elf64_hppa_finish_dynamic_sections): Likewise.
3861         * elf-hppa.h (elf_hppa_final_write_processing): Add
3862         ATTRIBUTE_UNUSED to unused args.
3863         (elf_hppa_final_link_relocate): Likewise.
3864         (elf_hppa_record_segment_addrs): Add paretheses.
3865         (elf_hppa_relocate_section): Constify dyn_name.
3867         From  David Huggins-Daines  <dhd@linuxcare.com>
3868         * config.bfd: Add hppa*64*-*-linux-gnu 64-bit target, and
3869         rearrange case statement so that it gets preferred to 32-bit ones.
3871         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Use
3872         asection->id instead of address of asection structure.
3873         (elf32_hppa_size_stubs): Likewise.
3875         * elf32-hppa.c (elf32_hppa_size_stubs): Use just one stub section
3876         for .init* and .fini*.
3878         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Mask pointers
3879         and addends used in stub names to 32 bits.
3880         (elf32_hppa_size_stubs): Likewise.
3882         * elf-hppa.h (elf_hppa_final_link_relocate): Don't sum addend
3883         twice for R_PARISC_GPREL64.  Use bfd_put_32 for R_PARISC_PCREL32,
3884         not bfd_put_64.  Fix minor comment typo and formatting.
3886         Changes to create multiple linker stubs, positioned immediately
3887         before the section where they are required.
3888         * elf32-hppa.c: Don't include hppa_stubs.h.
3889         (elf32_hppa_stub_hash_entry): Add a pointer to the stub section.
3890         (elf32_hppa_stub_hash_table): Delete.
3891         (elf32_hppa_link_hash_entry): Delete.
3892         (elf32_hppa_link_hash_table): Use plain bfd_hash_table for
3893         stub_hash_table, and store the struct here rather than a pointer.
3894         Delete output_symbol_count.  Add offset array.  Change
3895         global_value to a bfd_vma.
3896         (elf32_hppa_stub_hash_lookup): Use table instead of table->root.
3897         (elf32_hppa_stub_hash_traverse): Delete.
3898         (elf32_hppa_name_of_stub): Delete.
3899         (elf32_hppa_link_hash_lookup): Delete.
3900         (elf32_hppa_link_hash_traverse): Delete.
3901         (elf32_hppa_stub_hash_table_init): Delete.
3902         (elf32_hppa_size_of_stub): Pass input section and offset rather
3903         than location and calculate location here.  Don't pass name as all
3904         stubs are now the same size.
3905         (elf32_hppa_stub_hash_newfunc): Init new fields.
3906         (elf32_hppa_link_hash_table_create): Likewise, and stub_hash_table
3907         too.
3908         (elf32_hppa_bfd_final_link_relocate): Cast enums to int before
3909         comparing against ints.  Rewrite stub handling code.
3910         (elf32_hppa_relocate_section): Make r_type and r_symndx unsigned.
3911         Case enums to int before comparing against ints.  Remove
3912         bfd_reloc_dangerous case.
3913         (elf32_hppa_build_one_stub): Rewrite.
3914         (elf32_hppa_size_one_stub): New function.
3915         (elf32_hppa_build_stubs): Rewrite.
3916         (elf32_hppa_size_stubs): Pass in linker call-back functions.
3917         Rewrite stub-handling specific code.
3919         * elf32-hppa.h (elf32_hppa_size_stubs): Update prototype.
3921         * elf64-hppa.c (elf64_hppa_dyn_hash_entry): Fix a comment typo.
3923         * hppa_stubs.h: Delete.
3924         * Makefile.am (SOURCE_HFILES): Remove hppa_stubs.h
3925         (elf32-hppa.lo): Remove hppa_stubs.h from dependencies.
3926         * Makefile.in: Regenerate.
3928         * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle e_nlsel and
3929         e_nlrsel.
3931         * libhppa.h (hppa_field_adjust): Correct e_nsel case.
3933         * elf32-hppa.c (elf32_hppa_relocate_section): Mention the offset
3934         and section name for bfd_reloc_notsupported error message.
3935         (elf32_hppa_bfd_final_link_relocate): Print reasons for returning
3936         bfd_reloc_notsupported.
3937         (elf32_hppa_relocate_section): Add ATTRIBUTE_UNUSED to output_bfd.
3939         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Handle
3940         undefined weak symbols for all relocs.
3941         (elf32_hppa_size_of_stub): Adjust calculation by 8 since branch
3942         offsets are relative to one past the delay slot.
3943         (elf32_hppa_size_stubs): Account for reloc addend when calculating
3944         branch destination.  Put addend into stub name too.
3945         (elf32_hppa_bfd_final_link_relocate): Account for reloc addend and
3946         adjust by 8 when deciding whether a linker stub is needed.  Put
3947         addend into stub name as for above.
3949         * elf32-hppa.c (hppa_elf_relocate_insn): Change signed/unsigned on
3950         various args and vars.
3951         (elf32_hppa_bfd_final_link_relocate): Here too.
3952         (elf32_hppa_size_stubs): Rename index -> indx.  Use e_indx for
3953         inner block var to avoid shadowing.
3955         * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type):  Make `field' arg
3956         unsigned.
3957         * elf64-hppa.h (_bfd_elf64_hppa_gen_reloc_type): Ditto.
3958         * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Ditto.
3959         (elf_hppa_fake_sections): Rename local var to avoid shadowing.
3961         * libhppa.h: Change practically all unsigned ints to plain ints.
3962         Remove tests on gcc version.  Instead use ATTRIBUTE_UNUSED for
3963         prototypes.
3965         From Ryan Bradetich  <rbradetich@uswest.net>
3966         * libhppa.h (hppa_opcode_type): New enum to replace #define's.
3967         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Modify to
3968         suit above.
3969         From  David Huggins-Daines  <dhd@linuxcare.com>
3970         * elf-hppa.h (elf_hppa_relocate_insn): Update the opcode constants
3971         to the new OP_* ones.
3973         * elf32-hppa.c (elf32_hppa_size_stubs): Consolidate freeing on
3974         error exit.  Bail out earlier on plabel relocs that we aren't
3975         interested in.  Don't tell elf32_hppa_stub_hash_lookup to copy
3976         string, and then don't free our copy.
3977         (elf32_hppa_build_one_stub): Make insn unsigned int.
3979         * libhppa.h (bfd_hppa_insn2fmt): 22 bit branches are only
3980         available with BL, not BE and BLE.
3982         * elf32-hppa.c (hppa_elf_relocate_insn): Add some more example
3983         code for elf arg relocs.
3984         (elf32_hppa_bfd_final_link_relocate): Replace boolean is_local
3985         argument with elf_link_hash_entry h.  Handle undefined weak
3986         symbols.  Move $global$ lookup from here...
3987         (elf32_hppa_relocate_section): ...to here.  Return correct error
3988         message for non-handled relocs.
3989         (elf32_hppa_size_of_stub): Correctly test branch range.  Previous
3990         wrong test was -0x3ffff to +0x40000.
3992         * elf-hppa.h (elf_hppa_final_link_relocate): R_PARISC_DIR17R,
3993         R_PARISC_DIR17F, and R_PARISC_DIR21L are for absolute branches;
3994         Handle them as such.
3995         (elf_hppa_relocate_insn): Fix a typo.
3997         * libhppa.h (GET_FIELD, GET_BIT, MASK, CATENATE, ELEVEN): Delete.
3998         (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
3999         assemble_17, assemble_21): Delete.
4000         Supply defines for all 64 possible opcodes.
4001         (bfd_hppa_insn2fmt): Add bfd argument, and use to select wide mode
4002         formats.  Handle COMICLR.
4003         (hppa_rebuild_insn): Delete bfd argument.  Handle formats 10, -11,
4004         -10, -16, 16, 22.
4006         * elf32-hppa.c (hppa_elf_relocate_insn): Complete rewrite.
4007         (elf32_hppa_bfd_final_link_relocate): Major rewrite.
4008         (elf32_hppa_build_one_stub): Modify hppa_elf_relocate_insn calls
4009         to suit.
4010         (elf32_hppa_size_stubs): Don't free stub_name twice.  Read in all
4011         the local syms - did this code get deleted accidentally?  Ignore
4012         undefined and undefweak syms.
4014         * elf-hppa.h (elf_hppa_final_link): Move hppa_info to outermost
4015         block.  Use it instead of elf64_hppa_hash_table (info).
4016         (elf_hppa_final_link_relocate): Use hppa_info instead of
4017         elf64_hppa_hash_table (info).
4019         * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
4020         re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
4021         (hppa_rebuild_insn): Mask immediate bits here instead.
4022         * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
4024 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
4026         * section.c (struct sec): Add id field.  Tidy comment formatting.
4027         (bfd_make_section_anyway): Set id.
4028         (STD_SECTION): Init id too.
4029         Change CONST to const throughout.
4030         * archures.c (bfd_arch_info): Tidy comment.
4031         (bfd_arch_list): Change a CONST to const.
4032         * libbfd-in.h: Tidy comments and replace CONST with const.
4033         * elf-bfd.h: Likewise.
4034         * libbfd.h: Regenerate.
4035         * bfd-in2.h: Regenerate.
4036         * libcoff.h: Regenerate.
4038 2000-07-07  DJ Delorie  <dj@redhat.com>
4040         * archive.c (_bfd_write_archive_contents): Add an informative
4041         comment.
4043 2000-07-06  Kazu Hirata  <kazu@hxi.com>
4045         * srec.c: Fix formatting.
4047 2000-06-05  DJ Delorie  <dj@redhat.com>
4049         * MAINTAINERS: new
4051 2000-07-04  Alexandre Oliva  <aoliva@redhat.com>
4053         * coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
4054         value of PC-relative offsets.
4056 2000-07-03  Jim Wilson  <wilson@cygnus.com>
4058         * elf64-alpha.c (alpha_elf_size_info): New.
4059         (elf_backend_size_info): Define to alpha_elf_size_info.
4060         * elfcode.h (elf_size_info): Change hash bucket size to 4.
4062 2000-07-03  Ulf Carlsson  <ulfc@engr.sgi.com>
4064         * elf32-mips.c: Include elf32-target.h again for the traditional
4065         MIPS targets.
4067 2000-07-03  Marek Michalkiewicz  <marekm@linux.org.pl>
4069         * elf32-avr.c (bfd_elf32_bfd_reloc_type_lookup):
4070         Add ATTRIBUTE_UNUSED to unused arguments to avoid warnings.
4071         (avr_info_to_howto_rela): Likewise.
4072         (elf32_avr_gc_mark_hook): Likewise.
4073         (elf32_avr_gc_sweep_hook): Likewise.
4074         (elf32_avr_relocate_section): Likewise.
4076 2000-07-03  Mark Elbrecht  <snowball3@bigfoot.com>
4078         * cofflink.c (_bfd_coff_write_global_sym): Turn a weak symbol into
4079         an external symbol for a non-shared, non-relocatable link.
4081 2000-07-03  Nick Clifton  <nickc@redhat.com>
4083         * cofflink.c (IS_EXTERNAL): New macro: Return true if the symbol
4084         is an external symbol.
4085         (IS_WEAK_EXTERNAL): New macro: Return true if the symbol is a weak
4086         external symbol.
4088 2000-07-03  Kazu Hirata  <kazu@hxi.com>
4090         * reloc16.c: Fix formatting.
4092 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
4094         * config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4*
4095         to add a new target for traditional mips i.e
4096         bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec.
4097         * configure.in: Likewise.
4098         * configure: Rebuild.
4099         * targets.c (bfd_elf32_tradbigmips_vec): Declare and put in
4100         bfd_target_vector.
4101         (bfd_elf32_tradlittlemips_vec): Likewise.
4102         * elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test
4103         to see that elfNN_bed does not get redefined even if the target file
4104         is included twice for a chip. See elf32-mips.c.
4106 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
4108         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
4109         (CLEANFILES): Add DEPA.
4110         * Makefile.in: Regenerate.
4112 2000-06-30  DJ Delorie  <dj@cygnus.com>
4114         * peicode.h (coff_swap_filehdr_in): can't use e_magic because we
4115         can't assume the PE header is at 0x80.
4117 2000-06-29  Mark Elbrecht  <snowball3@bigfoot.com>
4119         * syms.c (_bfd_stab_section_find_nearest_line): Use IS_ABSOLUTE_PATH.
4121 2000-06-28  Mark Elbrecht  <snowball3@bigfoot.com>
4123         * go32stub.h: Update stub.
4125 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
4127         * archures.c (bfd_mach_avr5): Define.
4128         * bfd-in2.h (bfd_mach_avr5): Define.
4129         * cpu-avr.c (arch_info_struct): Rename bfd_mach_avr4 to
4130         bfd_mach_avr5, add bfd_mach_avr4.  Update comments.
4131         (compatible): Update comment.  Add missing test.
4132         * elf32-avr.c (avr_final_link_relocate): Support 8K wrap
4133         for avr2 and avr4.  Simplify 8K wrap code.
4134         (bfd_elf_avr_final_write_processing): Recognize bfd_mach_avr5.
4135         (elf32_avr_object_p): Recognize E_AVR_MACH_AVR5.
4137 2000-06-26  Kazu Hirata  <kazu@hxi.com>
4139         * coff-h8300.c: Fix formatting.
4140         * cpu-h8300.c: Likewise.
4142 2000-06-24  Alexandre Oliva  <aoliva@redhat.com>
4144         * elf32-arm.h (elf32_arm_final_link_relocate): Print `(local)'
4145         for local symbols whose names are unknown.
4147 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
4149         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
4150         find one.
4151         * Makefile.in: Regenerate.
4152         * doc/Makefile.in: Regenerate.
4154 2000-06-20  H.J. Lu  <hjl@gnu.org>
4156         * Makefile.am: Rebuild dependency.
4157         * Makefile.in: Rebuild.
4159 2000-06-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
4161         * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): New function.
4162         (elf_backend_copy_indirect_symbol): Map to the new function.
4164 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
4166         * archive.c (normalize): Correct pointer comparison when checking
4167         for backslashes.
4168         (bfd_bsd_truncate_arname): Likewise.
4169         (bfd_gnu_truncate_arname): Likewise.
4171 2000-06-20  Ulf Carlsson  <ulfc@engr.sgi.com>
4173         * elf-bfd.h (struct elf_obj_tdata): Define per BFD Irix 5 virtual
4174         sections elf_{text,data}_{section,symbol}.
4175         * elf32-mips.c: mips_elf_{text,data}_{section,symbol}{,_ptr}: Remove.
4176         (_bfd_mips_elf_hide_symbol): New function.
4177         (elf_backend_hide_symbol): Map to the new function.
4178         (_bfd_mips_elf_add_symbol_hook): Change to use new per BFD
4179         definitions of mips_elf_{text,data}_{section,symbol}.
4180         (mips_elf_local_relocation_p): Try to find the direct symbol
4181         based on new check_forced argument.
4182         (mips_elf_calculate_relocation): Use new version of
4183         mips_elf_local_relocation_p.
4184         (mips_elf_relocate_section): Likewise.
4185         (_bfd_mips_elf_relocate_section): Likewise.
4186         (mips_elf_sort_hash_table): Only assert that have enough GOT
4187         space.
4188         (mips_elf_got16_entry): Match all 32 bits to the existing GOT
4189         entry if the relocation based on the new external argument.
4190         (mips_elf_create_dynamic_relocation): Assert that we have a
4191         section contents allocated where we can swap out the dynamic
4192         relocations.
4193         (mips_elf_calculate_relocation): Find the real hash-table entry
4194         correctly by using h->root.root.type.  Only create a dynamic
4195         relocation entry if the symbol is defined in a shared library.
4196         Create an external GOT entry for the GOT16 relocation if the
4197         symbol was forced local.
4198         (_bfd_mips_elf_finish_dynamic_symbol): Don't assert there is a
4199         dynamic index if the symbol was forced local.
4201 2000-06-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
4203         * elf32-mips.c: Fix typos in comments.
4205 2000-06-19  Mark Kettenis  <kettenis@gnu.org>
4207         * rs6000-core.c: Wrap definition of `union VmInfo' within #ifdef
4208         CORE_VERSION_1.
4210 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
4212         * Makefile.in, bfd-in2.h, libbfd.h, configure: Rebuild.
4213         * Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES, BFD32_BACKENDS,
4214         BFD32_BACKENDS_CFILES): Add 68hc12, 68hc11 files.
4215         * configure.in (bfd_elf32_m68hc12_vec): Recognize.
4216         (bfd_elf32_m68hc11_vec): Likewise.
4217         * config.bfd (targ_cpu): Recognize 68hc12 and 68hc11.
4218         Supports 68hc11 & 68hc12  at the same time.
4219         * targets.c (bfd_elf32_m68hc12_vec): Declare and put in
4220         bfd_target_vector.
4221         (bfd_elf32_m68hc11_vec): Likewise.
4222         * elf.c (prep_headers): Recognize bfd_arch_m68hc12 and 68hc11.
4223         * archures.c (bfd_m68hc12_arch): Define and register in global list
4224         (bfd_m68hc11_arch): Likewise.
4225         * reloc.c (BFD_RELOC_M68HC11_HI8, BFD_RELOC_M68HC11_LO8,
4226         BFD_RELOC_M68HC11_3B): Define.
4227         * cpu-m68hc12.c, elf32-m68hc12.c: New files for 68hc12 support.
4228         * cpu-m68hc11.c, elf32-m68hc11.c: New files for 68hc11 support.
4230 2000-06-18  Ulf Carlsson  <ulfc@engr.sgi.com>
4232         * elf_bfd.h (struct elf_backend_data): Add info argument to
4233         elf_backend_hide_symbol.
4234         (_bfd_elf_link_hash_hide_symbol): Likewise.
4235         * elf.c (_bfd_elf_link_hash_hide_symbol): Likewise.
4236         * elf64-ia64.c (elf64_ia64_hash_hide_symbol): Likewise.
4237         * elflink.h (elf_link_add_object_symbols): Likewise.
4238         (elf_link_assign_sym_version): Likewise.
4240 2000-06-18  H.J. Lu  <hjl@gnu.org>
4242         * coff-i386.c (coff_i386_reloc): Don't return in case of
4243         output_bfd == (bfd *) NULL if COFF_WITH_PE is defined.
4244         Compensate PE relocations when linking with non-PE object
4245         files to generate a non-PE executable.
4247 2000-06-17  Ulf Carlsson  <ulfc@engr.sgi.com>
4249         * elf32-mips.c (mips_elf_calculate_relocation): Explicitly write
4250         GOT entries if we're doing a static link or -Bsymbolic link.
4252 2000-06-15  Ulf Carlsson  <ulfc@engr.sgi.com>
4254         * elflink.h (elf_link_adjust_relocs): Check for and call backend
4255         specifific swap_reloc_{in,out} and swap_reloca_{in,out} if
4256         available.
4257         (elf_link_output_relocs): Likewise.
4258         (elf_reloc_link_order): Likewise.
4260 2000-06-16  Nicholas Duffek  <nsd@redhat.com>
4262         * archures.c (enum bfd_architecture): #define constants for
4263         PowerPc and RS6000 machine numbers.
4264         * bfd-in2.h: Regenerate.
4265         * coffcode.h (coff_set_arch_mach_hook): #ifdef XCOFF64, set arch
4266         to bfd_arch_powerpc instead of bfd_arch_rs6000.  Refer to PowerPc
4267         and RS6000 machine numbers using #defined constants from
4268         archures.c.
4269         * cpu-powerpc.c (arch_info_struct): Refer to PowerPc and RS6000
4270         machine numbers using #defined constants from archures.c.  Add
4271         entries for EC603e, 630, A35, RS64II, RS64III, 7400.  Specify
4272         64-bit words in 620 entry.
4273         * cpu-rs6000.c (arch_info_struct): Create with entries for RS1,
4274         RSC, and RS2.
4275         (bfd_rs6000_arch): Change default machine to 0 (bfd_mach_rs6k).
4277 2000-06-16  Nicholas Duffek  <nsd@cygnus.com>
4279         * coffcode.h (coff_mkobject_hook): Set xcoff_tdata.xcoff64.
4280         * libcoff-in.h (struct xcoff_tdata): Define xcoff64 field.
4281         * libcoff.h (struct xcoff_tdata): Define xcoff64 field.
4283 2000-06-16  Nicholas Duffek  <nsd@redhat.com>
4285         * bfd-in.h (bfd_family_coff): Define.
4286         * bfd-in2.h: Regenerate.
4287         * coffgen.c (coff_count_linenumbers, coff_symbol_from,
4288         coff_find_nearest_line): Check COFFness using bfd_family_coff()
4289         instead of bfd_target_coff_flavour.
4290         * cofflink.c (_bfd_coff_final_link): Likewise.
4291         * cpu-ns32k.c (do_ns32k_reloc): Don't strcmp() target name to
4292         exclude XCOFF files.
4293         * reloc.c (bfd_perform_relocation, bfd_install_relocation):
4294         Likewise.
4295         * targets.c (enum bfd_flavour): Add bfd_target_xcoff_flavour.
4296         * xcoff-target.h (TARGET_SYM): Use bfd_target_xcoff_flavour.
4297         * xcofflink.c (XCOFF_XVECP): Delete.
4298         (bfd_xcoff_link_record_set, bfd_xcoff_import_symbol,
4299         bfd_xcoff_export_symbol, bfd_xcoff_link_count_reloc,
4300         bfd_xcoff_record_link_assignment,
4301         bfd_xcoff_size_dynamic_sections): Replace XCOFF_XVECP() with
4302         check for bfd_target_xcoff_flavour.
4304 2000-06-16  Nicholas Duffek  <nsd@redhat.com>
4306         * rs6000-core.c: Support 64-bit core files, support pre-4.3 core
4307         files on AIX 4.3.
4308         (read_hdr): New function.
4309         (rs6000coff_core_p): Store mstsave or __context64 struct instead
4310         of trying to extract individual registers.  Set abfd->arch_info
4311         to match the architecture that created the core file.
4312         (rs6000coff_get_section_contents): Delete.
4313         * xcoff-target.h (rs6000coff_get_section_contents): Delete.
4315 2000-06-14  H.J. Lu  <hjl@gnu.org>
4317         * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec)
4318         is NULL.
4320 2000-06-13  H.J. Lu  <hjl@gnu.org>
4322         * configure: Regenerate.
4324 2000-06-13  J"orn Rennecke <amylaar@cygnus.co.uk>
4326         * peicode.h (pe_ILF_object_p): Use TARGET_LITTLE_SYM instead of
4327         armpei_little_vec.
4329 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
4331         * configure.in (VERSION): Update to show this is the CVS mainline.
4333 2000-06-07  Alan Modra  <alan@linuxcare.com.au>
4335         * elf32-d10v.c: Include elf/d10v.h
4336         (enum reloc_type): Delete.
4337         * elf32-d30v.c: Include elf/d30v.h
4338         (enum reloc_type): Delete.
4340         * Makefile.am: Run "make dep-am" to regenerate dependencies.
4341         * Makefile.in: Regenerate.
4343         * elf32-i386.c (elf_howto_table): Remove EMPTY_HOWTOs.
4344         (elf32_i386_vtinherit_howto, elf32_i386_vtentry_howto): Delete and
4345         move HOWTOs into elf_howto_table.
4346         (R_386_standard, R_386_ext_offset): Define.
4347         (R_386_ext, R_386_vt_offset, R_386_vt): Define.
4348         (elf_i386_reloc_type_lookup): Modify calculation of index into
4349         elf_howto_table since we've removed the padding.
4350         (elf_i386_info_to_howto_rel): Likewise.
4351         (elf_i386_relocate_section): Likewise.
4353 2000-06-06  Michael Snyder  <msnyder@seadog.cygnus.com>
4355         * elf.c (elf_grok_pr_status): Eliminate reference to prgregset_t.
4357 2000-06-05  H.J. Lu  <hjl@gnu.org>
4359         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't flag
4360         an error when seeing an undefined symbol with hidden/internal
4361         attribute. It is handled in *_relocate_section ().
4363 2000-06-05  H.J. Lu  <hjl@gnu.org>
4365         * elflink.h (elf_fix_symbol_flags): Follow the link for the
4366         indirect symbol for the ELF_LINK_NON_ELF bit.
4367         (elf_link_output_extsym): Don't output the indirect symbol even
4368         if the ELF_LINK_NON_ELF bit is set.
4370 2000-06-01  J.T. Conklin  <jtc@redback.com>
4372         * config.bfd (i[3456]86-*-netbsdelf*): New target.
4373         (i[3456]86-*-netbsdaout*): New target.
4374         (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs.
4375         (i[3456]86-*-openbsd*): Likewise.
4377 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
4379         * trad-core.c: From hpux-core.c, include <dirent.h> or
4380         <sys/ndir.h> when possible.
4382 2000-05-31  Ulrich Drepper  <drepper@redhat.com>
4384         * elf.c (_bfd_elf_slurp_version_tables): Correct reading of version
4385         definitions.  We must not assume they are sorted in the file
4386         according to their index numbers.
4388 2000-05-31  Alan Modra  <alan@linuxcare.com.au>
4390         * elf-hppa.h: (elf_hppa_final_link_relocate): Use e_rsel field
4391         selector for R_PARISC_PCREL17R.  R_PARISC_DIR17R and
4392         R_PARISC_DIR17F are for absolute branches; Handle them as such.
4394 2000-05-30  Nick Clifton  <nickc@cygnus.com>
4396         * cpu-i960.c (scan_960_mach): Accept 80960KA, 80960KB,
4397         80960CA, 80960MC as valid machine names.
4399 2000-05-30  H.J. Lu  <hjl@gnu.org>
4401         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the
4402         visibility bits if the symbol is undefined. Correctly handle
4403         weak undefined symbols with hidden and internal attributes.
4405         * elflink.h (elf_link_add_object_symbols): Always turn the
4406         symbol into local if it has the hidden or internal attribute.
4408 2000-05-29  Philip Blundell  <philb@gnu.org>
4410         * ppcboot.c:  Add packed attribute if compiling with GCC.
4412 2000-05-29  Anatoly Vorobey  <mellon@pobox.com>
4414         * elf.c (_bfd_elf_link_hash_table_init): Initialize dynlocal.
4416 2000-05-26  Michael Snyder  <msnyder@seadog.cygnus.com>
4418         * elf.c (elfcore_grok_prstatus, elfcore_grok_pstatus,
4419         elfcore_grok_psinfo): Add code to allow debugging a 32-bit
4420         corefile on a 64-bit (Sparc Solaris) host.  Also clean up
4421         a few old comments.
4423 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
4425         * Makefile.am: Update dependencies with "make dep-am"
4426         * Makefile.in: Regenerate.
4428         * sysdep.h (gettext, dgettext, dcgettext, textdomain,
4429         bindtextdomain): Replace defines with those from intl/libgettext.h
4430         to quieten gcc warnings.
4432 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
4434         * aoutx.h (find_nearest_line): Use IS_ABSOLUTE_PATH.
4436         * archive.c (normalize, bfd_bsd_truncate_arname,
4437         bfd_gnu_truncate_arname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support
4438         file names with backslashes.
4440         * cache.c (bfd_open_file) [__MSDOS__]: Don't unlink the file
4441         before opening it.
4443         * sysdep.h: Include filenames.h.
4445 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
4447         * opncls.c (bfd_close_all_done): Mask file perms with 0777 not 0x777.
4449 2000-05-26  Jakub Jelinek  <jakub@redhat.com>
4451         * elf64-sparc.c (sparc64_elf_relax_section): New.
4452         (sparc64_elf_relocate_section): Optimize tail call into branch always
4453         if possible.
4454         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4455         (elf32_sparc_relax_section): New.
4457 2000-05-26  Jakub Jelinek  <jakub@redhat.com>
4459         * elf64-sparc.c: Add ATTRIBUTE_UNUSED to unused function parameters.
4460         Remove unusued variables.
4461         (sparc64_elf_relocate_section): Change r_symndx type to unsigned long.
4462         (sparc64_elf_merge_private_bfd_data): Fix shared library case from
4463         previous fix, so that shared libs really don't influence targets
4464         extension mask and memory model.
4466 2000-05-23  H.J. Lu  <hjl@gnu.org>
4468         * elf64-alpha.c (elf64_alpha_relocate_section): Check
4469         h->root.other not h->other.
4470         * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
4472         * elf32-ppc.c (ppc_elf_relocate_section): Fix a typo.
4474 2000-05-23  H.J. Lu  <hjl@gnu.org>
4476         * elf32-i386.c (elf_i386_relocate_section): Don't allow the
4477         undefined symbol with the non-default visibility attributes.
4478         * elf-hppa.h (elf_hppa_relocate_section): Likewise.
4479         * elf32-arm.h (elf32_arm_relocate_section): Likewise.
4480         * elf32-i370.c (i370_elf_relocate_section): Likewise.
4481         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
4482         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
4483         * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
4484         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
4485         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4486         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
4487         * elf64-ia64.c (elf64_ia64_relocate_section): Likewise.
4488         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4490 2000-05-22  Richard Henderson  <rth@cygnus.com>
4492         * elf64-ia64.c (ia64_howto_table): Add PCREL60B, PCREL21BI,
4493         PCREL22, PCREL64I.  Zero size of special relocs.
4494         (elf64_ia64_reloc_type_lookup): Likewise.
4495         (USE_BRL, oor_brl, oor_ip): New.
4496         (elf64_ia64_relax_section): New.
4497         (elf64_ia64_check_relocs): Handle PCREL60B, PCREL22, PCREL64I.
4498         (elf64_ia64_install_value): Likewise, plus PCREL21BI.
4499         (elf64_ia64_relocate_section): Likewise.
4500         (bfd_elf64_bfd_relax_section): New.
4501         * reloc.c (BFD_RELOC_IA64_PCREL21BI): New.
4502         (BFD_RELOC_IA64_{PCREL22,PCREL60B,PCREL64I}): New.
4503         * bfd-in2.h, libbfd.h: Regenerate.
4505 2000-05-22  Nick Clifton  <nickc@cygnus.com>
4507         * configure.in : Add peigen.lo to MIPS PE targets.
4508         * configure: Regenerate.
4510 2000-05-22  Momchil Velikov  <velco@fadata.bg>
4512         * libbfd.c (_bfd_generic_verify_endian_match): Compare endianess
4513         only if it is known for both input and output bfds. Separate
4514         error message strings as in some languages, it may be necessary
4515         to change more than one place in the string to change between
4516         'big' and 'little'.
4518         * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Remove inline
4519         endianess checks, call _bfd_generic_verify_endian_match() instead.
4521         * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Likewise.
4523         * elf32-mcore.c (mcore_elf_merge_private_bfd_data): Likewise.
4525         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Likewise. Verify
4526         endianess before checking bfd flavours.
4528 2000-05-22  H.J. Lu  <hjl@gnu.org>
4530         * elflink.h (elf_link_output_extsym): Clear the visibility
4531         field for symbols not defined locally.
4533 2000-05-18  Alan Modra  <alan@linuxcare.com.au>
4535         * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
4536         re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
4537         (hppa_rebuild_insn): Mask immediate bits here instead.
4538         * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
4540 2000-05-18  Momchil Velikov <velco@fadata.bg>
4542         * elflink.h (elf_bfd_final_link, elf_link_input_bfd): When emiting
4543         relocs for an executable, ensure that they are virtual addresses.
4545 2000-05-18  Jeffrey A Law  (law@cygnus.com)
4547         * config.bfd (hppa*64*-*-hpux11*): New target triplet.
4549 2000-05-17  S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
4550             Rick Gorton             <gorton@scrugs.lkg.dec.com>
4552         * elflink.h: Add emitrelocations support: when enabled, relocation
4553         information and relocation sections are put into final output
4554         executables.  If the emitrelocations flag is set, do the following:
4555         (elf_bfd_final_link): Emit relocation sections.
4556         (elf_link_input_bfd): Compute relocation section contents.
4557         (elf_gc_sections): Don't clean relocation sections.
4559 2000-05-16  Catherine Moore  <clm@cygnus.com>
4561         * som.c (som_decode_symclass):  Recognize weak symbols.
4563 2000-05-16  Szabolcs Szakacsits <szaka@F-Secure.com>
4565         * peigen.c (pe_print_idata): Undo part of 2000-05-12 change that
4566         read idata section only from dataoff.
4567         (pe_print_edata): Correctly check for valid eat_member.
4569 2000-05-16  J"orn Rennecke <amylaar@cygnus.co.uk>
4571         * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.
4573 2000-05-14  Philip Blundell  <philb@gnu.org>
4575         * config.bfd (armeb-*-elf, arm*b-*-linux-gnu*): New targets.
4577 2000-05-12  Alan Modra  <alan@linuxcare.com.au>
4579         * targets.c (bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
4581         * peigen.c (pe_print_idata): Look for .idata section and print
4582         info even if data directory has zero entries.  Read idata section
4583         starting from dataoff, and adjust all data offsets to suit.  Cast
4584         all bfd_vma vars to unsigned long before passing to fprintf.
4585         * peigen.c (pe_print_edata): Similarly, look for .edata section
4586         and print info even if data directory has zero entries.  Cast
4587         all bfd_vma vars to unsigned long before passing to fprintf.
4589         From Szabolcs Szakacsits <szaka@F-Secure.com>
4590         * peigen.c (pe_print_idata): Use bfd_section_size rather than data
4591         directory size which may be bogus.
4592         * peigen.c (pe_print_edata): Similarly.
4594 2000-05-09  Alan Modra  <alan@linuxcare.com.au>
4596         * elf.c (bfd_section_from_shdr): Don't set use_rela_p if rela
4597         section is empty.
4598         (copy_private_bfd_data): Allow for space possibly taken up by elf
4599         headers when calculating segment physical address from lma.
4601 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
4603         * versados.c (versados_scan): Init stringlen and pass_2_done.
4605         * trad-core.c (trad_unix_core_file_p): Return
4606         bfd_error_wrong_format rather than bfd_error_file_truncated.
4608         * peigen.c (_bfd_pei_swap_aouthdr_out): Pass ImageBase to
4609         add_data_entry.  DataDirectory virtual address is relative.
4610         (pe_print_idata): Account for relative DataDirectory virtual
4611         addresses.  Don't trash datasize inside POWERPC_LE_PE code.
4612         (pe_print_edata): Similarly.
4614         From Szabolcs Szakacsits <szaka@F-Secure.com>
4615         * peigen.c (dir_names): Add Delay Import Directory.
4616         (pe_print_idata):  Always search for bfd section containing
4617         idata address rather than looking up section name.  Print this
4618         section name rather than .idata.
4619         (pe_print_edata): Similarly.  Also print some fields as %08lx.
4620         (_bfd_pe_print_private_bfd_data_common): Print Reserved1 field as
4621         Win32Version.
4623 2000-05-05  Clinton Popetz  <cpopetz@cygnus.com>
4625         * xcoff.h: Rename to xcoff-target.h
4626         * Makefile.am: Change all instances of xcoff.h to xcoff-target.h
4627         * coff-rs6000.c: Ditto.
4628         * coff64-rs6000.c: Ditto.
4629         * coff-pmac.c: Ditto.
4630         * Makefile.in: Regenerate.
4632 2000-05-05  Clinton Popetz  <cpopetz@cygnus.com>
4634         * coffcode.h (coff_set_arch_mach_hook, coff_set_flags):
4635         Change U802TOC64MAGIC to U803XTOCMAGIC.
4637 2000-05-04  Michael Snyder  <msnyder@seadog.cygnus.com>
4639         * elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1.
4640         * bfd-in.h: Prototype bfd_elf_get_arch_size.
4641         * bfd-in2.h: Prototype bfd_elf_get_arch_size.
4643 2000-05-04  Alan Modra  <alan@linuxcare.com.au>
4645         * libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma.
4647 2000-05-03  Martin v. L�öwis  <loewis@informatik.hu-berlin.de>
4649         * elflink.h (elf_link_add_object_symbols): Reset dynindx for
4650         hidden and internal symbols.
4651         (elf_fix_symbol_flags): Clear NEEDS_PLT for symbols with
4652         visibility.
4653         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Do not
4654         assign a PLT or GOT entry to symbols with hidden and
4655         internal visibility.
4657 2000-05-03  Mark Elbrecht  <snowball3@bigfoot.com>
4659         * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add entry for
4660         the .bss section.
4661         * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
4663 2000-05-02  H.J. Lu  <hjl@gnu.org>
4665         * elf.c (prep_headers): Use ELFOSABI_NONE instead of
4666         ELFOSABI_SYSV.
4668 2000-05-02  Alan Modra  <alan@linuxcare.com.au>
4670         * targets.c (bfd_target_vector): Restore bfd_elf32_hppa_vec.
4671         * Makefile.am (BFD32_BACKENDS): Restore elf32-hppa.lo.  Regenerate
4672         dependencies.
4673         * Makefile.in: Regenerate.
4675 2000-05-01  Jim Wilson  <wilson@cygnus.com>
4677         * Makefile.am (BFD32_BACKENDS): Add efi-app-ia32.lo.
4678         (BFD32_BACKENDS_CFILES): Add efi-app-ia32.c.
4679         (BFD64_BACKENDS): Delete coff-ia64.lo.  Add efi-app-ia64.lo.
4680         (BFD64_BACKENDS_CFILES): Delete coff-ia64.c.  Add efi-app-ia64.c.
4681         * Makefile.in: Rebuild.
4683 2000-05-02  Alan Modra  <alan@linuxcare.com.au>
4685         * config.bfd: Re-enable elf32-hppa.  It now compiles, even if it
4686         doesn't work very well.
4688         * elf-hppa.h (elf_hppa_internal_shdr): Define.
4689         (elf_hppa_fake_sections): hdr is elf_hppa_internal_shdr.
4690         Set hdr->s_type to 1 if ARCH_SIZE == 32.
4691         (_bfd_elf_hppa_gen_reloc_type): Add prototype.
4692         (elf_hppa_info_to_howto): Likewise.
4693         (elf_hppa_info_to_howto_rel): Likewise.
4694         (elf_hppa_reloc_type_lookup): Likewise.
4695         (elf_hppa_is_local_label_name): Likewise.
4696         (elf_hppa_fake_sections): Likewise.
4697         (elf_hppa_final_write_processing): Likewise.
4698         (elf_hppa_howto_table): Fully initialise all entries.
4699         (_bfd_elf_hppa_gen_reloc_type): Add ATTRIBUTE_UNUSED to args.
4700         (elf_hppa_info_to_howto): Likewise.
4701         (elf_hppa_info_to_howto_rel): Likewise.
4702         (elf_hppa_reloc_type_lookup): Likewise.
4703         (elf_hppa_final_write_processing, elf_hppa_add_symbol_hook,
4704         elf_hppa_unmark_useless_dynamic_symbols,
4705         elf_hppa_remark_useless_dynamic_symbols,
4706         elf_hppa_record_segment_addrs, elf_hppa_final_link,
4707         elf_hppa_relocate_section, elf_hppa_final_link_relocate,
4708         elf_hppa_relocate_insn): Compile only if ARCH_SIZE == 64 until
4709         elf32-hppa.c mess is cleaned up.
4710         (elf_hppa_final_link_relocate): Make insn and r_type unsigned
4711         int.  Delete r_field.  In case R_PARISC_PCREL21L, don't set
4712         r_field then call hppa_field_adjust inline func with variable
4713         r_field arg, instead call hppa_field_adjust with fixed arg.
4714         In case R_PARISC_PCREL22F, don't set r_field.
4715         (elf_hppa_relocate_insn): Change args and return type to unsigned
4716         int.  Call re_assemble_* funcs to do the work.
4718         * elf32-hppa.c (hppa_elf_relocate_insn): Don't assume 32 bit when
4719         sign extending.
4721         * libhppa.h (HPPA_R_CONSTANT): Don't assume 32 bit when sign
4722         extending.
4723         (sign_extend): Mask first before sign extending.
4724         (low_sign_extend): Rewrite without condition expression.
4725         (ones, dis_assemble_3, dis_assemble_12, dis_assemble_16,
4726         dis_assemble_17, dis_assemble_21, dis_assemble_22): Delete.
4727         (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
4728         assemble_17, assemble_21, sign_unext, low_sign_unext): Return
4729         result as function return value rather than through pointer arg.
4730         Accept unsigned int args, and return unsigned int.
4731         (re_assemble_3): New.  Combines function of dis_assemble_3 with
4732         re-assembly of opcode and immediate.
4733         (re_assemble_12): Likewise.
4734         (re_assemble_16): Likewise.
4735         (re_assemble_17): Likewise.
4736         (re_assemble_21): Likewise.
4737         (re_assemble_22): Likewise.
4738         (hppa_field_adjust): Rewrite and document, paying attention to
4739         size of types and signed/unsigned issues.
4740         (get_opcode): Shift before masking.
4741         (FDLW): Rename to FLDW.
4742         (bfd_hppa_insn2fmt): Change arg to unsigned int.  Delete fmt.
4743         (hppa_rebuild_insn): Change args and return value to unsigned
4744         int.  Make use of re_assemble_*.  Correct case 11.
4746         * dep-in.sed: Handle ../opcodes/.
4747         * Makefile.am (SOURCE_HFILES): Add elf-hppa.h, elf32-hppa.h,
4748         elf64-hppa.h, hppa_stubs.h, xcoff.h.
4749         (BFD32_BACKENDS_CFILES): Restore elf32-hppa.c.
4750         Remove elf64-hppa.lo, cpu-ia64.lo, elf64-ia64.lo, elfarm-oabi.lo,
4751         elfarm-nabi.lo dependencies outside of auto-dependency area.
4752         Regenerate dependencies.
4753         * Makefile.in: Regenerate.
4755         * configure.in (TRAD_HEADER): Test non-null before
4756         AC_DEFINE_UNQUOTED.
4757         * configure: Regenerate.
4759         * reloc.c: Fix mis-spelling in comment.
4761 2000-05-01  Alan Modra  <alan@linuxcare.com.au>
4763         * coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change.
4764         * vms.c (vms_openr_next_archived_file): Return NULL.
4766 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
4768         * coffcode.h Copy changes mistakenly done to libcoff.h in
4769         4/24/2000 patch.
4771 2000-04-29  Andreas Jaeger  <aj@suse.de>
4773         * libbfd-in.h: Correctly check GCC version.
4774         * bfd-in.h: Likewise.
4775         * libhppa.h: Likewise.
4776         * libbfd.h: Regenerate.
4777         * bfd-in2.h: Regenerate.
4779 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
4781         * Makefile.am (BFD64_BACKENDS, BFD64_BACKENDS_CFILES): Add
4782         coffdu-rs6000.{lo,c}.
4783         (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
4784         on xcoff.h
4785         * Makefile.in: Regenerate.
4786         * xcoff.h: New file.
4787         * coff-pmac.c: Use xcoff.h instead of coff-rs6000.c.
4788         * coff-rs6000.c: Move all declarations and defines that are
4789         common to the xcoff backends into xcoff.h
4790         * coff64-rs6000.c: Ditto,
4792 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
4794         * coff-mips.c (mips_ecoff_backend_data):  Add initialization of
4795         _bfd_coff_force_symnames in strings and
4796         _bfd_coff_debug_string_prefix_length to their default values.
4797         * coff-sh.c: (bfd_coff_small_swap_table): Ditto.
4799 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
4801         * coff-alpha.c (alpha_ecoff_backend_data): Add initialization of
4802         _bfd_coff_force_symnames in strings and
4803         _bfd_coff_debug_string_prefix_length to their default values.
4805 2000-04-27  Alan Modra  <alan@linuxcare.com.au>
4807         * elf32-m68k.c (elf_m68k_gc_sweep_hook):  Return if dynobj NULL.
4808         Check local_got_refcounts before dereferencing.
4810         * elf32-ppc.c (ppc_elf_relocate_section): Check splt != NULL
4811         before deciding we don't need R_PPC_PLT32 relocation.
4812         (ppc_elf_gc_sweep_hook): Check local_got_refcounts before
4813         dereferencing.
4815         * elflink.h (elf_gc_common_finalize_got_offsets): Fix comment.
4817         * elf32-i386.c (elf_i386_check_relocs): Reference count .got and
4818         .plt entries.
4819         (elf_i386_gc_sweep_hook): Garbage collect .got and .plt entries.
4820         (elf_i386_adjust_dynamic_symbol): Recognize unused .plt entries.
4821         (elf_i386_relocate_section): Allow for .plt to go missing.
4822         (elf_i386_finish_dynamic_symbol): Use same test to decide if we
4823         can use a relative reloc for got as elf_i386_relocate_section.
4824         (bfd_elf32_bfd_final_link): Define to use gc form of final link.
4826 2000-04-26  Clinton Popetz  <cpopetz@cygnus.com>
4828         * config.bfd: Remove extraneous bfd_powerpc_64_arch.
4830 2000-04-24  Clinton Popetz  <cpopetz@cygnus.com>
4832         * Makefile.am (coff64-rs6000.lo): New rule.
4833         * Makefile.in: Regenerate.
4834         * coff-rs6000.c (xcoff_mkobject, xcoff_copy_private_bfd_data,
4835         xcoff_is_local_label_name, xcoff_rtype2howto,
4836         xcoff_reloc_type_lookup, xcoff_slurp_armap, xcoff_archive_p,
4837         xcoff_read_ar_hdr, xcoff_openr_next_archived_file, xcoff_write_armap,
4838         xcoff_write_archive_contents): No longer static, and prefix with _bfd_.
4839         (NO_COFF_SYMBOLS): Define.
4840         (xcoff64_swap_sym_in, xcoff64_swap_sym_out, xcoff64_swap_aux_in,
4841         xcoff64_swap_aux_out): New functions; handle xcoff symbol tables
4842         internally.
4843         (MINUS_ONE): New macro.
4844         (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS
4845         relocation.
4846         (coff_SWAP_sym_in, coff_SWAP_sym_out, coff_SWAP_aux_in,
4847         coff_SWAP_aux_out): Map to the new functions.
4848         * coff64-rs6000.c: New file.
4849         * libcoff.h (bfd_coff_backend_data): Add new fields
4850         _bfd_coff_force_symnames_in_strings and
4851         _bfd_coff_debug_string_prefix_length.
4852         (bfd_coff_force_symnames_in_strings,
4853         bfd_coff_debug_string_prefix_length): New macros for above fields.
4854         * coffcode.h (coff_set_arch_mach_hook): Handle XCOFF64 magic.
4855         Set machine to 620 for XCOFF64.  Use bfd_coff_swap_sym_in instead
4856         of using coff_swap_sym_in directly.
4857         (FORCE_SYMNAMES_IN_STRINGS): New macro, defined for XCOFF64.
4858         (coff_set_flags) Set magic for XCOFF64.
4859         (coff_compute_section_file_positions): Add symbol name length to
4860         string section length if bfd_coff_debug_string_prefix_length is
4861         true.
4862         (coff_write_object_contents): Don't do reloc overflow for XCOFF64.
4863         (coff_slurp_line_table): Use bfd_coff_swap_lineno_in instead of
4864         using coff_swap_lineno_in directly.
4865         (bfd_coff_backend_data): Add _bfd_coff_force_symnames_in_strings
4866         and _bfd_coff_debug_string_prefix_length fields.
4867         * coffgen.c (coff_fix_symbol_name, coff_write_symbols): Force
4868         symbol names into strings table when
4869         bfd_coff_force_symnames_in_strings is true.
4870         * coffswap.h (MAX_SCNHDR_NRELOC, MAX_SCNHDR_NLNNO, GET_RELOC_VADDR,
4871         SET_RELOC_VADDR): New macros.
4872         (coff_swap_reloc_in, coff_swap_reloc_out): Use above macros.
4873         (coff_swap_aux_in, coff_swap_aux_out): Remove RS6000COFF_C
4874         code.
4875         (coff_swap_aouthdr_in, coff_swap_aouthdr_out): Handle XCOFF64
4876         changes within RS6000COFF_C specific code.
4877         (coff_swap_scnhdr_out): Use PUT_SCNHDR_NLNNO, PUT_SCNHDR_NRELOC,
4878         MAX_SCNHDR_NRELOC, and MAX_SCNHDR_NLNNO.
4879         * reloc.c (bfd_perform_relocation, bfd_install_relocation):
4880         Extend existing hack on target name.
4881         * xcofflink.c (XCOFF_XVECP): Extend existing hack on
4882         target name.
4883         * coff-tic54x.c (ticof): Keep up to date with new fields
4884         in bfd_coff_backend_data.
4885         * config.bfd: Add bfd_powerpc_64_arch to targ_arch and define
4886         targ_selvecs to include rs6000coff64_vec for rs6000.
4887         * configure.in: Add rs6000coff64_vec case.
4888         * cpu-powerpc.c: New bfd_arch_info_type.
4890 2000-04-24  Jeffrey A Law  (law@cygnus.com)
4892         * config.bfd: Only disable elf32-hppa vectors, not all of the
4893         BSD and OSF configuration support.  Provide (disabled) clauses
4894         for PA64 support.
4895         * configure.in: Add clause for PA64 support.
4896         * configure: Rebuilt.
4898         * targets.c (bfd_target_vector): Add bfd_elf64_hppa_vec.
4899         (bfd_elf64_hppa_vec): Declare.
4901         * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo
4902         (BFD64_BACKENDS_CFILES): Add elf64-hppa.c
4903         (elf64-hppa.lo): Add dependencies.
4904         * Makefile.in: Rebuilt.
4906         * elf64-hppa.c, elf64-hppa.h: New files with PA64 support.
4908 2000-04-24  Jason Eckhardt  <jle@cygnus.com>
4910         * libhppa.h (dis_assemble_16): New function.
4911         (pa_arch): Added pa20w element.
4913 2000-04-24  Ulrich Drepper  <drepper@cygnus.com>
4915         * elf-bfd.h: Add prototypes for bfd_elf32_write_relocs,
4916         bfd_elf32_slurp_reloc_table, bfd_elf64_write_relocs, and
4917         bfd_elf64_slurp_reloc_table.
4919         * elfcode.h (elf_write_relocs, elf_slurp_reloc_table): New
4920         definitions to get external names.
4921         (elf_write_relocs): Renamed from write_relocs and make global.
4922         (elf_slurp_reloc_table): Make global.
4923         (_bfd_elf,size_info): Use elf_write_relocs instead of write_relocs.
4925         * archive.c (hpux_uid_gid_encode): New function.
4926         (bfd_ar_hdr_from_filesystem): Use it if HPUX_LARGE_AR_IDS is
4927         defined and the ID is greater than 99999.
4928         (bfd_generic_stat_arch_elt): If HPUX_LARGE_AR_IDS is defined decode
4929         special uid/gid fields into 32 bit values.
4931 2000-04-21  Matthew Green  <mrg@cygnus.com>
4933         * config.bfd: Add NetBSD/sparc64 support.
4935 Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
4936                           David Mosberger  <davidm@hpl.hp.com>
4937                           Timothy Wall <twall@cygnus.com>
4938                           Jim Wilson  <wilson@cygnus.com>
4940         * Makefile.am (ALL_MACHINES): Add cpu-ia64.lo.
4941         (ALL_MACHINES_CFILES): Add cpu-ia64.c.
4942         (BFD64_BACKENDS): Add elf64-ia64.lo.
4943         (BFD64_BACKENDS_CFILES): Add elf64-ia64.c.
4944         (cpu-ia64.lo, elf64-ia64.lo): New rules.
4945         * Makefile.in: Rebuild.
4946         * archures.c (enum bfd_architecture): Add bfd_arch_ia64.
4947         (bfd_ia64_arch): Declare.
4948         (bfd_archures_list): Add bfd_ia64_arch.
4949         * bfd-in2.h: Rebuild.
4950         * config.bfd: (ia64*-*-linux-gnu*, ia64*-*-elf*): New targets.
4951         * configure: Rebuild.
4952         * configure.host: (ia64-*-linux*): New host.
4953         * configure.in (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec,
4954         bfd_efi_app_ia64_vec, bfd_efi_app_ia64_vec): New vectors.
4955         * elf.c (prep_headers): Add bfd_arch_ia64.
4956         * libbfd.h: Rebuild.
4957         * reloc.c: Add IA-64 relocations.
4958         * targets.c (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec):
4959         Declare.
4960         (bfd_target_vect): Add bfd_elf64_ia64_little_vec.
4961         * cpu-ia64-opc.c, cpu-ia64.c, elf64-ia64.c: New files.
4963 2000-04-21  Richard Henderson  <rth@cygnus.com>
4965         * elf32-d30v.c (bfd_elf_d30v_reloc): Don't modify section
4966         contents when performing a partial link.
4967         (bfd_elf_d30v_reloc_21): Likewise.
4969 2000-04-20  H.J. Lu  <hjl@gnu.org>
4971         * elf32-i386.c (elf_i386_relocate_section): Restrict 1998-12-10
4972         patch to symbols defined by a shared object.
4973         * elf32-ppc.c (ppc_elf_relocate_section): Similarly.
4975 2000-04-19  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4977         K&R compiler fixes.
4978         * dwarf2.c (concat_filename): Avoid string literal concatenation.
4979         * ieee.c (ieee_get_symtab): Don't initialise union in struct.
4981 Mon Apr 17 19:14:36 2000  David Mosberger  <davidm@hpl.hp.com>
4983         * Makefile.am (BFD64_BACKENDS): Mention coff-ia64.lo.
4984         (BFD64_BACKENDS_CFILES): Mention coff-ia64.c
4985         (coff-ia64.lo): Add dependency.
4986         * Makefile.in: Regenerate.
4987         * coff-ia64.c: New file.
4988         * efi-app-ia32.c: Ditto.
4989         * efi-app-ia64.c: Ditto.
4990         * coffcode.h (coff_set_arch_mach_hook): Handle IA64MAGIC.
4991         (coff_set_flags): Ditto.
4992         (coff_write_object_contents) [IA64]: Set magic number to ZMAGIC.
4993         * config.bfd (i[3456]86-*-linux-gnu*): Mention bfd_efi_app_ia32_vec.
4994         * configure.in (elf): Handle bfd_efi_app_ia32 and bfd_efi_app_ia64_vec.
4995         * configure: Regenerate.
4996         * libpei.h (GET_OPTHDR_IMAGE_BASE): New macro.
4997         (PUT_OPTHDR_IMAGE_BASE): Ditto.
4998         (GET_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
4999         (PUT_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
5000         (GET_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
5001         (PUT_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
5002         (GET_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
5003         (PUT_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
5004         (GET_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
5005         (PUT_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
5006         (GET_PDATA_ENTRY): Ditto.
5007         * peigen.c (_bfd_pei_swap_aouthdr_in) [COFF_WITH_PEP64]: Don't read
5008         data_start.  Use above macros to read fields that are 64 bit wide for
5009         COFF_WITH_PEP64.  Don't truncate entry and text_start to 32 bits.
5010         (_bfd_pei_swap_aouthdr_out) [PEI_FORCE_MINIMUM_ALIGNMENT]: Force
5011         FileAlignment and SectionAlignment to minimum alignment if they
5012         are zero.
5013         (_bfd_pei_swap_aouthdr_out) [PEI_DEFAULT_TARGET_SUBSYSTEM]: Set
5014         Subsystem to default PEI_DEFAULT_TARGET_SUBSYSTEM.
5015         (_bfd_pei_swap_aouthdr_out) [COFF_WITH_PEP64]: Don't set data_start.
5016         Use above macros to write fields that are 64 bit wide for
5017         COFF_WITH_PEP64.
5018         (pe_print_pdata): Set PDATA_ROW_SIZE to 3*8 for COFF_WITH_PEP64,
5019         5*4 otherwise.  This should be right for IA-32 and IA-64, but may
5020         be wrong for platforms.  Use PDATA_ROW_SIZE instead of hardcoded
5021         value of 20 bytes.  Modify printing for COFF_WITH_PEP64 to print
5022         begin address, end address, and unwind info address only.  Use
5023         GET_PDATA_ENTRY() to read .pdata entries.  Use fprintf_vma() to
5024         print addresses.
5025         (tbl): Add SECTION, REL32, RESERVED1, MIPS_JMPADDR16, DIR64, and
5026         HIGH3ADJ relocation names.
5027         (_bfd_pe_print_private_bfd_data): Print Subsystem name in legible form.
5028         * targets.c: Declare bfd_efi_app_ia32_vec and
5029         bfd_efi_app_ia64_vec.
5030         (bfd_target_vector): Mention bfd_efi_app_ia32_vec and
5031         bfd_efi_app_ia64_vec.
5033 2000-04-17  Timothy Wall  <twall@cygnus.com>
5035         * bfd-in2.h: Add prototypes for tic54x load page access.
5036         * bfd-in.h: Regenerate.
5037         * coff-tic54x.c: Add load page functions; allow bfd_arch_unknown
5038         in customized _set_arch_mach function.
5039         * coffcode.h (coff_set_alignment_hook): Set section load page if
5040         the appropriate macro is defined.
5041         (write_object_contents): Read section load page.
5043 2000-04-13  Alan Modra  <alan@linuxcare.com.au>
5045         * elf32-hppa.h: Update copyright date.
5047         * elf32-fr30.c (fr30_elf_i20_reloc): Don't use U suffix.
5048         * elf32-mips.c (_bfd_mips_elf_relocate_section): And here.
5050         * elf32-d30v.c (MAX32): Don't use LL suffix.
5051         (MIN32): Define in terms of MAX32.
5052         (bfd_elf_d30v_reloc): Make relocation a bfd_signed_vma.
5054         * coff-a29k.c (SIGN_EXTEND_HWORD): Replace with more concise
5055         expression.
5057         * peicode.h (pe_ILF_build_a_bfd): Remove UL from hex constants.
5059 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
5061         * dep-in.sed: Match space before file name, not after.
5062         * Makefile.am: Regenerate dependencies.
5063         * Makefile.in: Regenerate.
5065         * reloc.c (_bfd_relocate_contents): In complain_overflow_bitfield
5066         case, allow address wrap-around stupidly removed 2000-03-17.  Sign
5067         extend without an if statement.
5069 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
5071         * coff-mips.c (mips_gprel_reloc): Test for 16 bit range using
5072         signed quantites.
5073         * elf32-mips.c (gprel16_with_gp): Likewise.
5074         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Test range
5075         here using -0x40000, not (int)0xfffc0000.
5076         (elf32_hppa_size_of_stub): Likewise.
5078 2000-04-11  Timothy Wall  <twall@cygnus.com>
5080         * coff-tic54x.c: Now builds with all targets.
5081         * Makefile.am: Add coff/tic54x.h to coff-tic54x.o dependencies.
5082         * Makefile.in: Regenerate.
5083         * coffcode.h (coff_set_arch_mach_hook): Eliminate warning on
5084         unitialized variable.
5086 Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5088         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
5089         --enable-build-warnings option.
5090         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
5091         * Makefile.in, configure: Re-generate.
5093 2000-04-07  Nick Clifton  <nickc@cygnus.com>
5095         * reloc.c: Add BFD_RELOC_ARM_PCREL_BLX and
5096         BFD_RELOC_THUMB_PCREL_BLX.
5098         * elf32-arm.h (elf32_arm_final_link_relocate): Handle
5099         R_ARM_XPC25 and R_ARM_THM_PC22.
5101         * elfarm-nabi.c (elf32_arm_howto_): Fix definitions of
5102         R_ARM_XPC25 and R_ARM_THM_XPC22.
5103         (elf32_arm_reloc_map): Make BFD_RELOC_{ARM|THUMB}_PCREL_BLX to
5104         R_ARM_[XPC25|THM_XPC22].
5106         * elfarm-oabi.c: Define OLD_ARM_ABI and change include from
5107         elf/arm-oabi.h to elf/arm.h
5109         * Makefile.am: Fix dependency for elfarm-oabi.c
5110         * Makefile.in: Regenerate.
5112         * bfd-in2.h: Regenerate.
5113         * libbfd.h: Regenerate.
5115 2000-04-06  Michael Snyder  <msnyder@seadog.cygnus.com>
5117         * elfcore.h (elf_core_file_p): preserve value of tdata at entry,
5118         and restore it on failure.  Release newly allocated tdata on
5119         failure.
5121 Fri Apr  7 11:33:47 2000  Jim Wilson  <wilson@cygnus.com>
5123         * dwarf2.c (struct dwarf2_debug): New field dwarf_line_size.
5124         (decode_line_info): Set it.  Report error if unit->line_offset is
5125         equal to or larger than it.
5127 2000-04-07  Timothy Wall  <twall@cygnus.com>
5129         * targets.c: Added vecs for tic54x.
5130         * reloc.c: Added relocs for tic54x.
5131         * libbfd.h: Regenerated.
5132         * configure: Add TI COFF vecs for tic54x.
5133         * configure.in: Ditto.
5134         * config.bfd (targ_cpu): Recognize new tic54x target.
5135         * coffcode.h (coff_slurp_symbol_table): Additions for TI COFF handling.
5136         * bfd-in2.h: Add tic54x target and relocations.
5137         * Makefile.am, Makefile.in: Add tic54x target.
5138         * archures.c (bfd_archures_list): Add tic54x target.
5139         * coff-tic54x.c: New.
5140         * cpu-tic54x.c: New.
5142 2000-04-06  Michael Snyder  <msnyder@seadog.cygnus.com>
5144         * elfcore.h (elf_core_file_p): call backend_object_p which
5145         thereby gets an opportunity to update the arch/machine type.
5147 2000-04-06  Timothy Wall  <twall@cygnus.com>
5149         * coffcode.h (coff_slurp_symbol_table): Handle C_STATLAB storage
5150         class.  Handle SEC_CLINK and SEC_BLOCK flags.
5151         * section.c: Add SEC_CLINK and SEC_BLOCK flags.
5152         * bfd-in2.h: Add SEC_CLINK and SEC_BLOCK flags.
5154 2000-04-06  Nick Clifton  <nickc@cygnus.com>
5156         * elf32-arm.h (elf32_arm_set_private_flags): Only check for
5157         EF_INTERWORK if this is an unknown EABI.
5158         (elf32_arm_merge_private_bfd_data): Check EABI version
5159         numbers.  Only check EF_xxx flags if the EABI version number
5160         is unknown.
5161         (elf32_arm_check_private_bfd_data): Only check EF_xxx flags
5162         if the EABI version number is unknown.
5163         (elf32_arm_print_private_bfd_data): Only decode EF_xxx flags
5164         if the EABI version number is unknown.
5166 Wed Apr  5 22:04:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5168         * reloc.c (_bfd_relocate_contents): Add BFD_RELOC_SH_LOOP_START and
5169         BFD_RELOC_SH_LOOP_END.
5170         * elf32-sh.c (sh_elf_howto_tab): Change special_func to
5171         sh_elf_ignore_reloc for all entries that sh_elf_reloc used to ignore.
5172         Add entries for R_SH_LOOP_START and R_SH_LOOP_END.
5173         (sh_elf_reloc_loop): New function.
5174         (sh_elf_reloc): No need to test for always-to-be-ignored relocs
5175         any more.
5176         (sh_rel): Add entries for BFD_RELOC_SH_LOOP_{START,END}.
5177         (sh_elf_relocate_section): Handle BFD_RELOC_SH_LOOP_{START,END}.
5178         * bfd-in2.h, libbfd.h: Regenerate.
5180 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
5182         * po/bfd.pot: Regenerate.
5184         * Makefile.am: Remove extraneous mkdep comment.
5185         (MKDEP): Use gcc -MM rather than mkdep.
5186         (DEP): Quote when passing vars to sub-make.  Add warning
5187         message to end.
5188         (DEP1): Rewrite for "gcc -MM".
5189         (CLEANFILES): Add DEP2.
5190         Update dependencies.
5191         * Makefile.in: Regenerate.
5193 2000-04-03  Kevin Buettner  <kevinb@redhat.com>
5195         * configure.in: Added corefile support for AIX 4.3.  In particular,
5196         AIX_CORE_DUMPX_CORE will be defined in addition to AIX_CORE when
5197         compiling rs6000-core.c.
5198         * configure: Regenerated.
5200 2000-04-03  H.J. Lu  <hjl@gnu.org>
5202         * cache.c (bfd_open_file): Unlink the output file only if
5203         it has non-zero size.
5205 2000-04-01  Ken Block USG  <block@zk3.dec.com>
5207         * elf64-alpha.c (elf64_alpha_relocate_section): Don't emit
5208         relative relocations for non-loaded sections in shared objects.
5209         (elf64_alpha_check_relocs): Similarly.
5211 Mon Apr  3 13:37:15 2000  Hans-Peter Nilsson  <hp@axis.com>
5213         * aoutx.h (NAME(aout,reloc_type_lookup)): Add BFD_RELOC_8 and
5214         BFD_RELOC_16 to switch for extended relocs.
5215         (MY_swap_ext_reloc_in): New.
5216         (MY_swap_ext_reloc_out): New.
5217         (NAME(aout,slurp_reloc_table)): Use MY_swap_ext_reloc_in rather
5218         than NAME(aout,swap_ext_reloc_in) for extended relocs.
5219         (NAME(aout,squirt_out_relocs)): Similarly use
5220         MY_swap_ext_reloc_out.
5221         (aout_link_reloc_link_order): Use MY_put_ext_reloc if defined.
5223 2000-04-03  Kazu Hirata  <kazu@hxi.com>
5225         * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 to
5226         the R_PCRWORD_B case.
5228 2000-03-31  Thomas de Lellis  <tdel@wrs.com>
5230         * srec.c : Set CHUNK size to 16 bytes to prevent download failures
5231         on some targets.
5232         * ihex.c : Ditto.
5234 Wed Mar 30 15:28:00 2000  Donald Lindsay  <dlindsay@cygnus.com>
5236         * elf32-m32r.c (m32r_elf_generic_reloc): new function.  All
5237         HOWTO references to bfd_elf_generic_reloc, that have
5238         partial_inplace == true, now use the new function.  The function
5239         is based on the recent rewrite of m32r_elf_lo16_reloc(), and
5240         extends its fixes to the R_M32R_{16,24,32} relocs.
5241         The new logic in m32r_elf_lo16_reloc() has been removed, and
5242         it instead calls the new routine to obtain that functionality.
5244 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
5246         * elf32-avr.c (elf32_avr_gc_mark_hook, elf32_avr_gc_sweep_hook,
5247         elf32_avr_check_relocs, avr_final_link_relocate,
5248         elf32_avr_relocate_section, bfd_elf_avr_final_write_processing,
5249         elf32_avr_object_p): Add prototypes.
5250         (elf32_avr_gc_mark_hook): Add default for h->root.type.
5251         (bfd_elf_avr_final_write_processing): Make static.
5253 2000-03-27  Denis Chertykov  <denisc@overta.ru>
5255         * cpu-avr.c: New file.  BFD support routines for AVR architecture.
5256         * archures.c (bfd_architecture): Add AVR architecture.
5257         (bfd_archures_list): Add reference to AVR architecture info.
5258         * elf.c (prep_headers): Handle bfd_arch_avr.
5259         * reloc.c: Add various AVR relocation enums.
5260         * targets.c (bfd_elf32_avr_vec): Declare and add to target vector
5261         list.
5262         * Makefile.am: Add support for AVR elf.
5263         * configure.in: Likewise.
5264         * config.bfd: Likewise.
5265         * Makefile.in: Regenerate.
5266         * configure: This too.
5267         * bfd-in2.h: And this.
5268         * libbfd.h: And this.
5270 2000-03-24  H.J. Lu  <hjl@gnu.org>
5272         * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Add prototype.
5273         (elf64_alpha_find_reloc_at_ofs): Likewise.
5275 2000-03-17  Alan Modra  <alan@linuxcare.com.au>
5277         * reloc.c (bfd_check_overflow): In case complain_overflow_bitfield,
5278         flag an overflow if the bitfield is outside -2**n to 2**n-1.  The
5279         allowable range used to be -2**(n-1) to 2**n-1.
5280         * reloc.c (_bfd_relocate_contents): Same here.  Also replace
5281         "boolean overflow" with "bfd_reloc_status_type flag".
5283 2000-03-14  Doug Evans  <dje@casey.transmeta.com>
5285         * elf32-m32r.c (m32r_elf_lo16_reloc): Rewrite.
5287 2000-03-14  Kazu Hirata  <kazu@hxi.com>
5289         * reloc16.c (bfd_coff_reloc16_relax_section): Count the total number
5290         of shrinks properly, including the last reloc.
5292 2000-03-13  Kazu Hirata  <kazu@hxi.com>
5294         * coff-h8300.c (h8300_reloc16_extra_cases): Fix the sanity
5295         check for R_MOVL2.
5297 2000-03-11  Alan Modra  <alan@linuxcare.com.au>
5299         * ieee.c (ieee_archive_p): Return bfd_error_wrong_format on
5300         a format mismatch rather than an "error" from bfd_read such as
5301         bfd_error_file_truncated.
5303 2000-03-10  Geoff Keating  <geoffk@cygnus.com>
5305         * elf32-mips.c (_bfd_mips_elf_relocate_section): Do proper
5306         sign-extension and big-endian compensation for
5307         R_MIPS_64 even in ld -r.
5309 2000-03-10  Geoffrey Keating  <geoffk@cygnus.com>
5311         * elf32-mips.c (mips_elf_next_relocation): Rename from
5312         mips_elf_next_lo16_relocation, and generalize to look
5313         for any relocation type.
5314         (elf_mips_howto_table): Make R_MIPS_PC16 pcrel_offset.
5315         (elf_mips_gnu_rel_hi16): Howto for R_MIPS_GNU_REL_HI16.
5316         (elf_mips_gnu_rel_lo16): Howto for R_MIPS_GNU_REL_LO16.
5317         (elf_mips_gnu_rel16_s2): Howto for R_MIPS_GNU_REL16_S2.
5318         (elf_mips_gnu_pcrel64): Howto for R_MIPS_PC64.
5319         (elf_mips_gnu_pcrel32): Howto for R_MIPS_PC32.
5320         (bfd_elf32_bfd_reloc_type_lookup): Add new relocs.
5321         (mips_rtype_to_howto): Likewise.
5322         (mips_elf_calculate_relocation): Handle new relocs.
5323         (_bfd_mips_elf_relocate_section): REL_HI16/REL_LO16 relocs
5324         are paired.  The addend for R_MIPS_GNU_REL16_S2
5325         is shifted right two bits.
5327 2000-03-10  Alan Modra  <alan@linuxcare.com.au>
5329         * reloc.c (bfd_perform_relocation): Undo emacs formatting of
5330         comment, and ensure it doesn't happen again.
5331         (bfd_install_relocation): Same here.
5332         (_bfd_relocate_contents): Don't bother assigning unused signmask
5333         shift result.  Fix typos in comments.
5334         Remove trailing whitespace throughout file.
5336 2000-03-07  Doug Evans  <dje@casey.transmeta.com>
5338         * reloc.c (reloc_howto_struct): Fix partial_inplace comment.
5339         * bfd-in2.h: Rebuild.
5341 2000-03-06  Nick Clifton  <nickc@cygnus.com>
5343         * peicode.h (struct pe_ILF_vars): Add sym_ptr_table and
5344         sym_ptr_ptr fields.
5345         (SIZEOF_ILF_SYM_PTR_TABLE): Define.
5346         (SIZEOF_ILF_STRINGS): Redefine.
5347         (pe_ILF_make_a_symbol-reloc): New function.  Creates a symbol
5348         relative reloc, as opposed to a section relative reloc.
5349         (pe_ILF_make_a_symbol): Set the class of local symbols to C_STAT
5350         not C_LABEL.
5351         Add length of symbol's prefix to string pointer.
5352         Store a pointer to the symbol in the symbol pointer table.
5353         (pe_ILF_build_a_bfd): Do not build .idata$2 or .idata$7.
5354         Initialise the symbol pointer table.
5355         Store the hint in the Hint/Name table.
5356         Make the jump reloc be symbol realtive, not section relative.
5357         Create an import symbol for imported code.
5359 2000-03-06  Catherine Moore  <clm@cygnus.com>
5361         * elf.c (swap_out_syms):  Check for null type_ptr.
5363 2000-03-01  Hans-Peter Nilsson  <hp@axis.com>
5365         * aout-target.h (MY(write_object_contents)): Remove unused
5366         and unusable "#if CHOOSE_RELOC_SIZE".
5367         * pc532-mach.c (MY(write_object_contents)): Ditto.
5368         * netbsd.h (MY(write_object_contents)): Ditto.
5369         * hp300hpux.c (MY(write_object_contents)): Ditto.
5370         * freebsd.h (MY(write_object_contents)): Ditto.
5371         * aout-tic30.c (tic30_aout_write_object_contents): Ditto.
5373 2000-02-29  H.J. Lu  <hjl@gnu.org>
5375         * peicode.h (jtab): Make it static.
5377         * coff-sh.c (sh_align_load_span): Declared if COFF_WITH_PE is
5378         defined and COFF_IMAGE_WITH_PE is not defined.
5379         (_bfd_sh_align_load_span): Defined as sh_align_load_span if
5380         COFF_WITH_PE is defined and COFF_IMAGE_WITH_PE is not defined.
5382 2000-03-01  Nick Clifton  <nickc@cygnus.com>
5384         * coff-arm.c (bfd_arm_process_before_allocation): Make
5385         'symndx' signed to prevent compile time warning.
5387         * coff-mcore.c: Remove unused prototype for pe_object_p.
5389         * coff-sh.c: Add "#ifndef COFF_IMAGE_WITH_PE" around static
5390         functions that are not used when COFF_IMAGE_WITH_PE is
5391         defined.
5392         (struct sh_opcode): Change type of 'flags' field to unsigned
5393         long so that it can hold the USESAS flag.
5395         * coffcode.h (styp_to_sec_flags): Initialise 'target_name'.
5397         * elf-m10300.c (mn10300_elf_relax_section): Initialise
5398         'sym_sec'.
5400         * elf32-i370.c: Add ATTRIBUTE_UNUSED to unused function
5401         parameters.
5402         Remove unusued variables and code.
5403         (elf_backend_add_symbol_hook): Fix prototype.
5405         * elf32-m68k.c (elf_m68k_gc_sweep_hook): Initialise 'sgot' and
5406         'srelgot'.
5408         * elf32-mcore.c (mcore_elf_relocate_section): Initialise
5409         'oldinst'.
5411         * elf32-mips.c: Add ATTRIBUTE_UNUSED to unused function
5412         parameters.
5413         Remove unusued variables and code.
5414         (elf_backend_add_symbol_hook): Fix prototype.
5416         * elf32-sh.c (sh_elf_set_mach_from_flags): Use 'flags'.
5418         * elflink.h (elf_bfd_link_add_symbols): Add ATTRIBUTE_UNUSED
5419         to unused function parameter.
5421         * pe-mips.c: Add ATTRIBUTE_UNUSED to unused function
5422         parameters.
5423         Use EMPTY_HOWTO to initialise empty howto slots.
5424         Remove unused variables.
5426         * peicode.h (pe_ILF_build_a_bfd): Initialise id6.
5428 2000-03-01  H.J. Lu  <hjl@gnu.org>
5430         * aoutx.h (aout_link_input_section_std): Pass "true" to
5431         the undefined_symbol callback.
5432         (aout_link_input_section_ext): Likewise.
5433         * bout.c (get_value): Likewise.
5434         * coff-a29k.c (coff_a29k_relocate_section): Likewise.
5435         * coff-alpha.c (alpha_ecoff_get_relocated_section_conten):
5436         Likewise.
5437         (alpha_relocate_section): Likewise.
5438         * coff-arm.c (coff_arm_relocate_section): Likewise.
5439         * coff-i960.c (coff_i960_relocate_section): Likewise.
5440         * coff-mcore.c (coff_mcore_relocate_section): Likewise.
5441         * coff-mips.c (mips_relocate_section): Likewise.
5442         * coff-ppc.c (coff_ppc_relocate_section): Likewise.
5443         * coff-sh.c (sh_relocate_section): Likewise.
5444         * coff-tic80.c (coff_tic80_relocate_section): Likewise.
5445         * cofflink.c (_bfd_coff_generic_relocate_section): Likewise.
5446         * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
5447         * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
5448         * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
5449         * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
5450         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
5451         * elf32-i370.c (i370_elf_relocate_section): Likewise.
5452         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
5453         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
5454         * elf32-sh.c (sh_elf_relocate_section): Likewise.
5455         * elf32-v850.c (v850_elf_relocate_section): Likewise.
5456         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
5457         * elflink.h (elf_link_output_extsym): Likewise.
5458         * pe-mips.c (coff_pe_mips_relocate_section): Likewise.
5459         * reloc.c (bfd_generic_get_relocated_section_conten): Likewise.
5460         * reloc16.c (_bfd_ppc_xcoff_relocate_section): Likewise.
5462         * elf-hppa.h (elf_hppa_relocate_section): Pass "false" to the
5463         undefined_symbol callback when building shared library with
5464         -Bsymbolic and undefined symbols are allowed. Otherwise, pass
5465         "true".
5466         * elf32-arm.h (elf32_arm_relocate_section): Likewise.
5467         * elf32-i386.c (elf_i386_relocate_section): Likewise.
5468         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
5469         * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
5470         (elf32_mips_get_relocated_section_content): Likewise.
5471         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
5472         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
5473         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
5474         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
5476 2000-02-28  Nick Clifton  <nickc@cygnus.com>
5478         * Makefile.am: Add rules to build pe[i]-{sh|mips}.lo objects.
5479         * Makefile.in: Regenerate.
5481         * configure.in: Add support for mips and sh pe vectors.
5482         * configure: regenerate.
5484         * config.bfd: Add support for arm-wince, mips-pe and sh-pe
5485         targets.
5487         * targets.c: Add mips and sh pe vectors.
5489         * libpei.h (coff_final_link_postscript): Only define if not
5490         already defined.
5492         * coffcode.h: Add support for WinCE magic numbers.
5494         * peigen.c (pe_print_reloc): Update comment and rearrange
5495         appending of newline character.
5497         * peicode.h: Add support for Image Library Format.
5498         (pe_ILF_vars): Structure containing data used by ILF code.
5499         (pe_ILF_make_a_section): New function.  Create a section based
5500         on ILF data.
5501         (pe_ILF_make_a_reloc): New function.  Create a reloc based on
5502         ILF data.
5503         (pe_ILF_make_a_symbol): New function.  Create a symbol based
5504         on ILF data.
5505         (pe_ILF_save_relocs): New function.  Store the relocs created
5506         by pe_ILF_make_a_reloc in a section.
5507         (pe_ILF_build_a_bfd): New function.  Create a BFD describing
5508         an ILF object.
5509         (pe_ILF_object_p): New function.  Return a bfd_target pointer
5510         for an ILF object.
5511         (pe_bfd_object_p): If an ILF object is detected call
5512         pe_ILF_object_p on it.
5514         * coff-arm.c: Add support for WinCE relocs which are different
5515         from normal ARM COFF relocs.
5516         * pe-arm.c: Unset TARGET_UNDERSCORE for a WinCE target.
5518         * coff-sh.c: Add support for sh-pe target.
5519         * pe-sh.c: New file.  Support code for sh-pe target.
5520         * pei-sh.c: New file.  Support code for sh-pe target.
5522         * pe-mips.c: New file.  Support code for mips-pe target.
5523         * pei-mips.c: New file.  Support code for mips-pe target.
5525 2000-02-27  Jakub Jelinek  <jakub@redhat.com>
5527         * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Don't bump
5528         architecture if the object causing the bump is dynamic.
5529         * elf64-sparc.c (sparc64_elf_merge_private_bfd_data): Likewise,
5530         and also don't it for memory ordering.
5531         (sparc64_elf_write_relocs): Take src_rela out of the loop.
5533 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
5535         * dwarf2.c (read_abbrevs): Use _raw_size directly rather than
5536         calling bfd_get_section_size_before_reloc.
5537         (decode_line_info): Likewise.
5538         (_bfd_dwarf2_find_nearest_line): Likewise.
5540 2000-02-27  Eli Zaretskii  <eliz@is.elta.co.il>
5542         * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
5543         name of the libtool directory.
5544         * Makefile.in: Rebuild.
5546 Fri Feb 25 18:39:26 2000  Rodney Brown (RodneyBrown@pmsc.com)
5548         * som.c (SOM_HOWTO): Define.
5549         (som_hppa_howto_table): Use it.
5551 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5553         * config.bfd: Enable 64 bit support for GNU/Linux/sparc.
5555         * config.bfd: Enable 64 bit support for Solaris7+/sparc.
5557 2000-02-24  Catherine Moore  <clm@cygnus.com>
5559         * som.c (som_misc_symbol_info):  Add field
5560         secondary_def.
5561         (som_bfd_derive_misc_symbol_info):  Initialize
5562         secondary_def.
5563         (som_build_and_write_symbol_table): Keep track
5564         of secondary_def field.
5565         (som_slurp_symbol_table): Set BSF_WEAK symbol flag
5566         if secondary_def field is set.
5567         (som_bfd_ar_write_symbol_stuff): Initialize
5568         secondary_def.
5570 2000-02-23  Stephane Carrez  <stcarrez@worldnet.fr>
5572         * dwarf2.c (read_address): Read 16-bits addresses.
5573         (parse_comp_unit): Accept addr_size == 2.
5575 2000-02-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
5577         * bfd-in.h: Update copyright date.
5579 2000-02-23  Linas Vepstas <linas@linas.org>
5581         * cpu-i370.c: New file.
5582         * elf32-i370.c:  New file.
5583         * archures.c (enum bfd_architecture): Add bfd_arch_i370.
5584         (bfd_i370_arch): New.
5585         (bfd_archures_list): Add bfd_i370_arch.
5586         * elf.c (prep_headers): Add bfd_arch_i370.
5587         * Makefile.am: Add support for IBM 370 elf.
5588         * config.bfd: Likewise.
5589         * configure.in: Likewise.
5590         * libbfd.h (bfd_reloc_code_real_names): Likewise.
5591         * reloc.c (bfd_reloc_code_type): Likewise.
5592         * targets.c: Likewise.
5594         * Makefile.in: Regenerate.
5595         * configure: Regenerate.
5596         * bfd-in2.h: Regenerate.
5598 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
5600         * elf32-i386.c (elf_i386_info_to_howto_rel): Give a warning for
5601         invalid relocation types, and change them to R_386_NONE.
5603 2000-02-22  H.J. Lu  <hjl@gnu.org>
5605         * elflink.h (elf_link_add_object_symbols): If a version symbol is
5606         not defined, don't add a second ELF_VER_CHR.
5608         * elflink.h (elf_bfd_final_link): Call output_extsym for global
5609         symbols converted to local symbols even when stripping all
5610         symbols.
5611         (elf_link_output_extsym): Process global symbols converted to
5612         local symbols even if they are being stripped.
5614 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
5616         * archures.c (bfd_octets_per_byte): Return unsigned int.
5617         (bfd_arch_mach_octets_per_byte): Ditto.
5618         * libbfd.c (bfd_read, bfd_seek): Quell signed vs. unsigned
5619         comparison warning.
5620         * section.c (bfd_get_section_size_before_reloc): Quell signed
5621         vs. unsigned comparison warning.
5622         (bfd_get_section_size_after_reloc): Same here.  Fix parentheses too.
5623         * trad-core.c (trad_unix_core_file_p): Correct 2000-01-27
5624         change.  What was I thinking?
5625         * bfd-in2.h: Regenerate.
5627         * elflink.h (elf_gc_sweep): Skip non-elf input bfds.
5628         (elf_gc_sections): Same here.
5629         (elf_gc_common_finalize_got_offsets): And here.
5631 2000-02-21  Ian Lance Taylor  <ian@zembu.com>
5633         ELF HPPA doesn't work at present; remove it until it does.
5634         * config.bfd: Comment out setting targ_defvec to
5635         bfd_elf32_hppa_vec.
5636         * Makefile.am: Rebuild dependencies.
5637         (BFD32_BACKENDS): Remove elf32-hppa.lo.
5638         (BFD32_BACKENDS_CFILES): Remove elf32-hppa.c.
5639         (SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h.
5640         * Makefile.in: Rebuild.
5641         * targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
5643 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
5645         * coffcode.h (coff_set_arch_mach_hook): Use free(), because there
5646         is no bfd_free().  Revert bfd_free part of previous change.
5648 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
5650         * coffcode.h (coff_set_arch_mach_hook): Don't use variable-size
5651         arrays.
5652         (coff_compute_section_file_positions): Use bfd_free to pair
5653         bfd_malloc.
5654         (coff_write_object_contents): Likewise.
5656         * coff-rs6000.c (xcoff_howto_table_16): New variable.
5657         (xcoff_rtype2howto): Handle 16-bit variants of 32-bit relocs.
5659 2000-02-18  Ulrich Drepper  <drepper@cygnus.com>
5661         * coff-rs6000.c (XCOFFARMAGBIG): New macro.
5662         (xcoff_ar_file_hdr_big): New structure.
5663         (SIZEOF_AR_FILE_HDR_BIG): New macro.
5664         (xcoff_ar_hdr_big): New structure.
5665         (SIZEOF_AR_HDR_BIG): New macro.
5666         (xcoff_big_format_p): New macro.
5667         (xcoff_ardata_big): New macro.
5668         (arch_xhdr_big): New macro.
5669         (xcoff_slurp_armap): Handle large archives.
5670         (xcoff_archive_p): Detect large archives.
5671         (xcoff_read_ar_hdr): Handle large archives.
5672         (xcoff_openr_next_archived_file): Handle large archives.
5673         (xcoff_generic_stat_arch_elt): Handle large archives.
5674         (xcoff_write_armap_old): Rename from xcoff_write_armap.
5675         (xcoff_write_armap_big): New function.
5676         (xcoff_write_armap): New function, dispatch to _old or _big.
5677         (xcoff_write_archive_contents_old): Rename from
5678         xcoff_write_archive_contents.
5679         (xcoff_write_archive_contents_big): New function.
5680         (xcoff_write_archive_contents): New function, dispatch to _old or
5681         _big.
5683 2000-02-18  Richard Henderson  <rth@cygnus.com>
5685         * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirect
5686         and hide_symbol members.
5687         (elf_link_hash_copy_indirect): Remove.
5688         (elf_link_hash_hide_symbol): Remove.
5689         (struct elf_backend_data): Add elf_backend_copy_indirect_symbol
5690         and elf_backend_hide_symbol.
5691         (_bfd_elf_link_hash_copy_indirect): Declare.
5692         (_bfd_elf_link_hash_hide_symbol): Declare.
5693         * elf.c (_bfd_elf_link_hash_copy_indirect): Remove table argument.
5694         (_bfd_elf_link_hash_hide_symbol): Likewise.
5695         (_bfd_elf_link_hash_table_init): Don't init killed members.
5696         * elflink.h (elf_link_add_object_symbols): Use the bed function
5697         pointers not elf_link_hash_{copy_indirect,hide_symbol}.
5698         (elf_link_assign_sym_version): Likewise.
5699         * elfxx-target.h (elf_backend_copy_indirect_symbol): Default.
5700         (elf_backend_hide_symbol): Likewise.
5701         (elfNN_bed): Update for new members.
5703 2000-02-17  Kevin Buettner  <kevinb@redhat.com>
5705         * rs6000-core.c (CORE_DATA_SIZE_FIELD, CORE_COMM_FIELD, SAVE_FIELD,
5706         STACK_END_ADDR): Define for new core file format.
5707         (LOADER_OFFSET_FIELD, LOADER_REGION_SIZE, CORE_DUMP): New defines
5708         for handling the vagaries of the various core file structures used
5709         by AIX over the years.
5710         (rs6000coff_core_p, rs6000coff_core_file_matches_executable,
5711         Rs6kCorData): Use above defines to adapt code to use AIX 4.3's
5712         core_dumpx structure.
5714 Thu Feb 17 00:04:48 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5716         * archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
5717         (bfd_mach_sh3_dsp): Likewise.
5718         (bfd_mach_sh4): Reinstate.
5719         (bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
5720         * bfd-in2.h: Regenerate.
5721         * coff-sh.c (struct sh_opcode): flags is no longer short.
5722         (USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
5723         (sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
5724         (sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
5725         (sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
5726         (sh_opcodes): No longer const.
5727         (sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
5728         (sh_insn_uses_reg): Check for USESAS and USESR8.
5729         (sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
5730         (_bfd_sh_align_load_span): Return early for SH4.
5731         Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
5732         Take into account that field b of a parallel processing insn
5733         could be mistaken for a separate insn.
5734         * cpu-sh.c (arch_info_struct): New array elements for
5735         sh2, sh-dsp and sh3-dsp.
5736         Reinstate element for sh4.
5737         (SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
5738         (SH4_NEXT): Reinstate.
5739         (SH3_NEXT, SH3E_NEXT): Adjust.
5740         * elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
5741         * elf32-sh.c (sh_elf_set_private_flags): New function.
5742         (sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
5743         (sh_elf_merge_private_data): New function.
5744         (elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
5745         (bfd_elf32_bfd_copy_private_bfd_data): Define.
5746         (bfd_elf32_bfd_merge_private_bfd_data): Change to
5747         sh_elf_merge_private_data.
5749 2000-02-13  Richard Henderson  <rth@cygnus.com>
5751         * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
5752         hide_symbol members.
5753         (elf_link_hash_copy_indirect): New.
5754         (elf_link_hash_hide_symbol): New.
5755         * elflink.h (elf_link_add_object_symbols): Break out copy from
5756         indirect new new symbol to elf.c.
5757         (elf_link_assign_sym_version): Break out privatization of
5758         non-exported symbol to elf.c.
5759         * elf.c (_bfd_elf_link_hash_copy_indirect): New.
5760         (_bfd_elf_link_hash_hide_symbol): New.
5761         (_bfd_elf_link_hash_table_init): Init copy_indirect and hide_symbol.
5763 2000-02-13  Ian Lance Taylor  <ian@zembu.com>
5765         * section.c (_bfd_strip_section_from_output): Add info parameter.
5766         If it passed as non-NULL, use it to check whether any input BFD
5767         has an input section which uses this output section.  Change all
5768         callers.
5769         * bfd-in2.h: Rebuild.
5771         * bfd-in.h: Move declarations of bfd_get_elf_phdr_upper_bound and
5772         bfd_get_elf_phdrs in from bfd-in2.h, correcting patch of
5773         1999-11-29.
5774         * bfd-in2.h: Rebuild.
5776 2000-02-10  Timothy Wall  <twall@cygnus.com>
5778         * coffswap.h (coff_swap_sym_in): Add hook SWAP_SYM_IN_POST to
5779         allow final modifications of swapped-in symbol.
5780         (coff_swap_sym_out): Ditto with SWAP_SYM_OUT_POST.
5781         * coffcode.h (coff_write_relocs): Use macro
5782         SECTION_RELATIVE_ABSOLUTE_SYMBOL_P if defined to determine whether
5783         symbol index should be set to -1.
5785 Thu Feb 10 20:07:50 GMT 2000  Toshiyasu Morita (toshi.morita@sega.com)
5787         * coff-sh.c (USES1_REG, USES2_REG, SETS1_REG, SETS2_REG,
5788         USESF1_REG, USESF2_REG, SETSF1_REG, SETSF2_REG): New macros.
5789         * (sh_insn_sets_reg, sh_insn_sets_freg): New prototypes.
5790         * (sh_insn_sets_reg, sh_insn_uses_or_sets_reg, sh_insns_sets_freg,
5791         sh_insns_uses_or_sets_freg): New functions.
5792         * (sh_insn_uses_reg, sh_insn_uses_freg): Use new macros.
5793         * (sh_insns_conflict): Use new functions and new macros to
5794         detect conflicts when two instructions both set same integer registers,
5795         both set same fp register, and both set special register.
5797 2000-02-09  Timothy Wall  <twall@cygnus.com>
5799         * coffgen.c (coff_real_object_p): Set arch/mach info prior to
5800         swapping in sections, so that the swapping routines have access to
5801         the arch/mach info.
5803 2000-02-08 Mark Elbrecht <snowball3@bigfoot.com>
5805         * coff-go32.c: Update comment. Update copyright.
5807 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
5809         * syms.c (bfd_decode_symclass)
5810         Two new class characters were added - 'V' and 'v'.  The
5811         meaning of 'W' is now restricted to just weak non-object
5812         symbols.  This allows differentiation between, for example,
5813         weak functions vs weak objects.  nm for example now dumps:
5814         'W' = weak global
5815         'w' = weak unresolved
5816         'V' = weak global object
5817         'v' = weak unresolved object
5819         (bfd_is_undefined_symclass): New function.  Return true if the
5820         given symbol class represents and undefined/unresolved symbol.
5822         (bfd_symbol_info): Use bfd_is_undefined_symclass to check for
5823         unresolved symbols.
5825         * bfd-in2.h: Add prototype for bfd_is_undefined_symbol().
5827         * elf32-arm.h (elf32_arm_get_symbol_type): If a symbol has the
5828         STT_ARM_16BIT flag set, but it is not attached to a data object
5829         return STT_ARM_16BIT so that it will be treated as code by the
5830         disassembler.
5832 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
5834         * coff-i386.c (i3coff_object_p): Remove prototype.
5835         Update copyright.
5837         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Add const
5838         to name.  Update copyright.
5840         * trad-core.c (trad_unix_core_file_p): Cast core_regsec
5841         assignment to avoid warning.  Update copyright.
5843 2000-01-24  Robert Lipe  (robertl@sco.com)
5845         * coffcode.h (coff_write_object_contents): Get buff via bfd_malloc
5846         instead of using GNU C extension.
5848 2000-01-21  Nick Clifton  <nickc@cygnus.com>
5850         * libbfd.c (bfd_read): Do not attempt to get a negativly sized
5851         amount from a bfd_in_memory structure.
5852         (bfd_seek): Do not allow seeks past the end of a bfd_in_memory
5853         structure.
5855 2000-01-14  Nick Clifton  <nickc@cygnus.com>
5857         * linker.c (default_indirect_link_order): oops - fix incorrectly
5858         applied patch from Tim Wall.
5860 2000-01-13  Timothy Wall (twall@tiac.net>
5862         * coffcode.h: Use bfd_coff_xxx instead of the macro XXX (where xxx
5863         = scnhsz, filhsz, relsz, aoutsz, etc)
5865         * coffswap.h: Ditto.
5867 2000-01-13  Nick Clifton  <nickc@cygnus.com>
5869         * elf32-arm.h (elf32_thumb_to_arm_stub): Fix offset in branch to
5870         interwork thumb to arm stub.
5872 2000-01-13  Timothy Wall (twall@tiac.net>
5874         * archures.c (bfd_octets_per_byte): New function: Return
5875         target byte size.
5876         (bfd_arch_mach_octets_per_byte): New function: Return target
5877         byte size.
5879         * section.c: Distinguish between octets and bytes for usage of
5880         _cooked_size,  _raw_size, and output_offset.  Clarify
5881         description of bfd_set_section_contents.
5883         * bfd-in2.h: Regenerate.
5885         * coffgen.c: Indicate that the offset parameter is in bytes, not
5886         octets.
5888         * cofflink.c (bfd_coff_link_input_bfd): Use bfd_octets_per_byte
5889         where appropriate to get the octet offset when calling
5890         bfd_set_section_contents.
5891         (bfd_coff_reloc_link_order): Ditto.
5893         * linker.c (bfd_generic_reloc_link_order): Ditto.
5894         (_bfd_default_link_order): Ditto.
5896         * reloc.c (bfd_perform_relocation):  Distinguish between octets
5897         and bytes.  Use octets when indexing into octet data; use bytes
5898         when calculating target addresses.
5899         (bfd_install_relocation): Ditto.
5901         * srec.c (srec_write_section): Ditto.
5903 2000-01-13  Nick Clifton  <nickc@cygnus.com>
5905         * coff-mcore.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from
5906         3 to 2.  This allows 4 byte sized sections, which is necessary for
5907         dlltool to build functioning DLLs.
5909 2000-01-10  Philip Blundell  <pb@futuretv.com>
5911         * config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu.
5912         (arm*-*-conix*): New target.
5914 2000-01-10  Egor Duda  <deo@logos-m.ru>
5916         * config.bfd: Include elf32_i386 vector to target list for cygwin
5917         and mingw.
5919         * config.in: Undefine HAVE_WIN32_PSTATUS_T.
5920         * configure.in: Test for structure win32_pstatus_t in
5921         <sys/procfs.h>
5922         * configure: Regenerate.
5924         * elf.c (elfcore_grok_win32pstatus): New function: process
5925         win32_pstatus_t notes in elf core file.
5926         (elfcore_grok_note): Detect win32_pstatus notes.
5928 2000-01-03  Martin v. Loewis  <loewis@informatik.hu-berlin.de>
5930         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Process symbol
5931         visibility.
5932         * elflink.h (elf_link_add_object_symbols): Combine visibilities.
5933         * elf.c (bfd_elf_print_symbol): Interpret st_other as visibility.
5935 For older changes see ChangeLog-9899
5937 Local Variables:
5938 mode: change-log
5939 left-margin: 8
5940 fill-column: 74
5941 version-control: never
5942 End: