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