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