* elf64-alpha.c (elf64_alpha_relocate_section): Duplicate memory
[binutils.git] / bfd / ChangeLog
blob488f925a5bc246cdb2688e56b67eaa227aa01e27
1 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
3         * elf64-alpha.c (elf64_alpha_relocate_section): Duplicate memory
4         value into R_ALPHA_RELATIVE's addend.
5         (elf64_alpha_finish_dynamic_symbol): Likewise.
7 2001-08-31  Nick Clifton  <nickc@cambridge.redhat.com>
9         * elf32-arm.h (elf32_arm_relocate_section): Do not rightshift
10         recomputed addend during relocatable link if not USE_REL.
12         * elflink.h (elf_gc_propagate_vtable_entries_used): Fix off-by-one
13         error.
15 2001-08-30  H.J. Lu  <hjl@gnu.org>
17         * elf32-mips.c (mips_elf_calculate_relocation): Revert the last
18         2 changes.
19         (_bfd_mips_elf_adjust_dynamic_symbol): Allocate dynamic
20         relocations for weak definitions.
22 2001-08-30  H.J. Lu  <hjl@gnu.org>
24         * Makefile.am (BFD32_BACKENDS): Add elf32-h8300.lo.
25         (BFD32_BACKENDS_CFILES): Add elf32-h8300.c.
26         * Makefile.in: Rebuild.
28 2001-08-30  H.J. Lu  <hjl@gnu.org>
30         * elf32-mips.c (mips_elf_calculate_relocation): Don't create
31         dynamic relocation for undefined weak symbols when creating
32         executables. Check h->root.root.type, instead of h->root.type.
34 2001-08-29  Joel Sherrill <joel@OARcorp.com>
36         * config.bfd (i[3456]86-*-rtems*, m68*-*-rtems*): Change 
37         default from coff to elf.
39 2001-08-29  Jeff Law <law@redhat.com>
41         * elf32-h8300.c (h8_elf_howto_table): Add new PC relative
42         relocations.
43         (h8_reloc_map): Similarly.
44         (elf32_h8_final_link_relocate): Remove incorrect overflow tests.
45         Add support for PC relative relocations.
47         * elf32-h8300.c: Put all prototypes together.
48         (elf32_h8_info_to_howto): Parameter elf_reloc is used.
49         (elf32_h8_final_link_relocate): New function for linker.
50         (elf32_h8_relocate_section): Similarly.
51         (elf_backend_relocate_section): Define.
53         * cpu-h8300.c (h8300_scan, compatible): Prototype.
54         (h8300_scan): Handle architecture:machine encodings typically
55         found in linker scripts.
56         * elf.c (prep_headers): Do not try to do H8 machine recognition
57         here.
58         * elf32-h8300.c:  Add some missing prototypes.
59         (elf32_h8_mach, elf32_h8_final_write_processing): New functions.
60         (elf32_h8_object_p): Similarly.
62 2001-08-29  Tom Rix <trix@redhat.com>
64         * xcofflink.c (xcoff_link_add_symbols):  Fix XTY_LD symbol that 
65         does not follow a XTY_SD.
67 2001-08-29  Alan Modra  <amodra@bigpond.net.au>
69         * targmatch.sed: Delete case statements.
70         * config.bfd <powerpc-*-aix* entry>: Select 64 bit xcoff for
71         aix4.3 and above.
73 Wed Aug 29 02:27:36 2001  J"orn Rennecke <amylaar@redhat.com>
75         * Makefile.am (elf32-h8300.lo): New target.
76         * config.bfd (h8300*-*-elf): New case.
77         * configure.in (bfd_elf32_h8300_vec): New case.
78         * elf.c (prep_headers): Add case for bfd_arch_h8300.
79         * reloc.c (BFD_RELOC_H8_DIR16A8): New relocation.
80         (BFD_RELOC_H8_DIR16R8, BFD_RELOC_H8_DIR24A8): Likewise.
81         (BFD_RELOC_H8_DIR24R8, BFD_RELOC_H8_DIR32A16): Likewise.
82         * targets.c (bfd_target bfd_elf32_h8300_vec): New extern declaration.
83         * elf32-h8300.c: New file.
84         * Makefile.in, bfd-in2.h, libbfd.h, configure: Regenerated.
86 2001-08-28  Nick Clifton  <nickc@cambridge.redhat.com>
88         * sparclynx.c: Add missing prototypes.
89         * coff-mcore.c: Add missing prototypes.
90         * elf32-pj.c: Add missing prototypes.
91         * nlm32-sparc.c: Add missing prototypes.
92         * oasys.c: Add missing prototypes.
93         * pdp11.c: Add missing prototypes.
94         * pe-mips.c: Add missing prototypes.
95         * riscix.c: Add missing prototypes.
97 2001-08-27  Daniel Jacobowitz  <drow@mvista.com>
99         * elf32-i386.c: Add missing prototypes.
100         * elf32-ppc.c: Likewise.
101         * elf32-sh-lin.c: Likewise.
102         * elfarm-nabi.c: Likewise.
104 2001-08-27  Daniel Jacobowitz  <drow@mvista.com>
106         * elf32-i386.c (elf_i386_grok_prstatus): New function.
107         (elf_i386_grok_psinfo): New function.
108         (elf_backend_grok_prstatus): Define.
109         (elf_backend_grok_psinfo): Likewise.
110         * elf32-ppc.c (ppc_elf_grok_prstatus): New function.
111         (ppc_elf_grok_psinfo): New function.
112         (elf_backend_grok_prstatus): Define.
113         (elf_backend_grok_psinfo): Likewise.
114         * elf32-sh-lin.c (elf32_shlin_grok_prstatus): New function.
115         (elf32_shlin_grok_psinfo): New function.
116         (elf_backend_grok_prstatus): Define.
117         (elf_backend_grok_psinfo): Likewise.
118         * elfarm-nabi.c (elf32_arm_nabi_grok_prstatus): New function.
119         (elf32_arm_nabi_grok_psinfo): New function.
120         (elf_backend_grok_prstatus): Define.
121         (elf_backend_grok_psinfo): Likewise.
123 2001-08-27  H.J. Lu  <hjl@gnu.org>
125         * elf32-mips.c (mips_elf_create_dynamic_relocation): Add more
126         sanity check.
127         (mips_elf_calculate_relocation): Create dynamic relocation for
128         symbols with weak definition or the ELF_LINK_HASH_DEF_REGULAR
129         bit is not set.
131 2001-08-27  H.J. Lu  <hjl@gnu.org>
133         * elf32-mips.c (_bfd_mips_elf_hide_symbol): Add prototype.
134         (_bfd_mips_elf_copy_indirect_symbol): Likewise.
135         (_bfd_elf32_mips_grok_prstatus): Likewise.
136         (_bfd_elf32_mips_grok_psinfo): Likewise.
137         (_bfd_mips_elf_hide_symbol): Make it static and cast to
138         `struct mips_elf_link_hash_entry *'.
139         (_bfd_mips_elf_copy_indirect_symbol): Make it static.
141 2001-08-27  Nick Clifton  <nickc@cambridge.redhat.com>
143         * mipsbsd.c: Add missing prototypes.
144         * hp300hpux.c: Add missing prototypes.
145         * i386aout.c: Add missing prototypes.
146         * i386lynx.c: Add missing prototypes.
147         * i386mach3.c: Add missing prototypes.
148         * i386msdos.c: Add missing prototypes.
149         * i386os9k.c: Add missing prototypes.
151 2001-08-27  Linus Nordberg  <linus@swox.se>
152             Torbjorn Granlund  <tege@swox.com>
153             Staffan Ulfberg  <staffanu@swox.se>
154             Alan Modra  <amodra@bigpond.net.au>
156         * config.bfd: Add powerpc64 target.  Add powerpc64 vectors to
157         targ64_selvecs for 32 bit powerpc targets.
158         * Makefile.am (BFD64_BACKENDS): Add elf64-ppc.lo.
159         (BFD64_BACKENDS_CFILES): Add elf64-ppc.c.
160         Run "make dep-am".
161         * Makefile.in: Regenerate.
162         * configure.in: Add elf64_powerpc vecs.
163         * configure: Regenerate.
164         * cpu-powerpc.c: Default to bfd_mach_ppc_620 entry for 64 bit.
165         * elf.c (prep_headers): EM_PPC64 for 64 bit ppc elf target.
166         * targets.c: Add bfd_elf64_powerpc_vec and bfd_elf64_powerpcle_vec.
167         * elf64-ppc.c: New file.
168         * reloc.c: Add powerpc64 relocs.
169         * libbfd.h: Regenerate.
170         * bfd-in2.h: Regenerate.
172 2001-08-27  Andreas Schwab  <schwab@suse.de>
174         * elf32-m68k.c (elf32_m68k_check_relocs): Set DF_TEXTREL if the
175         reloc is against read-only section.
176         (elf32_m68k_size_dynamic_sections): Use DF_TEXTREL flag instead of
177         looking up section names for DT_TEXTREL.
178         (elf32_m68k_reloc_type_class): New function.
179         (elf_backend_reloc_type_class): Define.
181 2001-08-27  Andreas Jaeger  <aj@suse.de>
183         * elf64-s390.c (elf_s390_check_relocs): Set DF_TEXTREL if the
184         reloc is against read-only section.
185         (elf_s390_size_dynamic_sections): Use DF_TEXTREL flag instead of
186         looking up section names for DT_TEXTREL.
187         (elf_s390_reloc_type_class): New.
188         (elf_backend_reloc_type_class): Define.
190         * elf32-s390.c (elf_s390_check_relocs): Set DF_TEXTREL if the
191         reloc is against read-only section.
192         (elf_s390_size_dynamic_sections): Use DF_TEXTREL flag instead of
193         looking up section names for DT_TEXTREL.
194         (elf_s390_reloc_type_class): New.
195         (elf_backend_reloc_type_class): Define.
197         * elf32-ppc.c (ppc_elf_check_relocs): Set DF_TEXTREL if the reloc
198         is against read-only section.
199         (ppc_elf_size_dynamic_sections): Use DF_TEXTREL flag instead of
200         looking up section names for DT_TEXTREL.
201         (ppc_elf_reloc_type_class): New.
202         (elf_backend_reloc_type_class): Define.
204 2001-08-26  Andreas Jaeger  <aj@suse.de>
206         * elf32-cris.c (cris_elf_check_relocs): Set DF_TEXTREL if the
207         reloc is against read-only section.
208         (elf_cris_size_dynamic_sections): Use DF_TEXTREL flag instead of
209         looking up section names for DT_TEXTREL.
210         (elf_cris_reloc_type_class): New.
211         (elf_backend_reloc_type_class): Define.
213         * elf32-sh.c (sh_elf_check_relocs): Set DF_TEXTREL if the reloc is
214         against read-only section.
215         (elf_backend_reloc_type_class): Define.
216         (sh_elf_reloc_type_class): New.
217         (sh_elf_size_dynamic_sections): Use DF_TEXTREL flag instead of
218         looking up section names for DT_TEXTREL.
220         * elf32-arm.h (elf32_arm_check_relocs): Set DF_TEXTREL if the
221         reloc is against read-only section.
222         (elf32_arm_size_dynamic_sections): Use DF_TEXTREL flag instead of
223         looking up section names for DT_TEXTREL.
224         (elf32_arm_reloc_type_class): New.
225         (elf_backend_reloc_type_class): Define.
227 2001-08-25  Andreas Jaeger  <aj@suse.de>
229         * oasys.c: Add missing prototypes.
231         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Add unused
232         attribute for parameter.
233         * elf.c (_bfd_elf_reloc_type_class): Likewise.
235         * versados.c (get_4): Make static.
236         (get_10): Make static.
237         Add missing prototypes.
238         (process_esd): Fix call to versados_new_symbol.
240 2001-08-25  Nick Clifton  <nickc@cambridge.redhat.com>
242         * coff-a29k.c: Add missing prototypes.
243         * coff-apollo.c: Add missing prototypes.
244         * coff-arm.c: Add missing prototypes.
245         * coff-i860.c: Add missing prototypes.
246         * coff-rs6000.c: Add missing prototypes.
247         * coff-tic80.c: Add missing prototypes.
248         * elf-m10200.c: Add missing prototypes.
249         * elf-m10300.c: Add missing prototypes.
250         * elf32-arm.h: Add missing prototypes.
251         * elf32-d10v.c: Add missing prototypes.
252         * elf32-m32r.c: Add missing prototypes.
253         * elf32-mcore.c: Add missing prototypes.
254         * elf32-openrisc.c: Add missing prototypes.
255         * elf32-sh.c: Add missing prototypes.
256         * elf32-sparc.c: Add missing prototypes.
257         * elf32-v850.c: Add missing prototypes.
258         * elfarm-nabi.c: Add missing prototypes.
259         * elfarm-oabi.c: Add missing prototypes.
261 2001-08-25  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
263         * elf32-mips.c (elf_mips_abi_name): Return the right ABI string for
264         E_MIPS_ABI_O64 and E_MIPS_ABI_EABI64
266 2001-08-24  H.J. Lu  <hjl@gnu.org>
268         * elf.c (_bfd_elf_merge_sections): Fail if not using an ELF
269         hash structure.
271 2001-08-24  Nick Clifton  <nickc@cambridge.redhat.com>
273         * elf-bfd.h (elf_hash_table): Revert definition.
274         (is_elf_hash_table): New macro.
275         * elflink.h (elf_link_add_object_symbols): Test
276         is_elf_hash_table before accessing ELF only fields in hash
277         structure.
278         (elf_link_create_dynamic_sections): Fail if not using an ELF
279         hash structure.
280         (elf_add_dynamic_entry): Fail if not using an ELF hash
281         structure.
282         (elf_link_record_local_dynamic_symbol): Fail if not using an
283         ELF hash structure.
284         (size_dynamic_sections): Fail if not using an ELF hash
285         structure.
286         (elf_adjust_dynamic_symbol): Fail if not using an ELF
287         hash structure.
288         (elf_bfd_final_link): Fail if not using an ELF hash
289         structure.
291 2001-08-24  H.J. Lu  <hjl@gnu.org>
293         * elf-bfd.h (elf_hash_table): Return NULL if the linker hash
294         table is not an ELF linker hash table.
296         * elf.c (_bfd_elf_link_hash_table_init): Set the linker hash
297         table type to bfd_link_elf_hash_table.
299         * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_create): Revert
300         the last change.
302         * linker.c (_bfd_link_hash_table_init): Set the linker hash
303         table type to bfd_link_generic_hash_table.
305 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
307         * bfd.c (bfd_alt_mach_code): New function.
308         * bfd-in2.h: Rebuilt.
310 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
312         * elf-m10300.c (mn10300_elf_relocate_section): Test the right
313         `type' field in the hash entry when deciding whether to follow a
314         link.
316 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
318         * elflink.h (elf_link_sort_cmp1): Sort RELATIVE relocs first, not
319         last.
320         (elf_link_sort_relocs): Adjust accordingly.
322         * elf64-alpha.c (struct alpha_elf_link_hash_entry): Add reltext flag.
323         (elf64_alpha_check_relocs): Set it if section this reloc is against
324         is read-only.  Set DF_TEXTREL if a RELATIVE reloc is needed against
325         read-only section.
326         (elf64_alpha_calc_dynrel_sizes): Set DF_TEXTREL flag if relocation
327         is is against read-only section.
328         (elf64_alpha_size_dynamic_sections): Use DF_TEXTREL flag, don't
329         check section names.
330         (elf64_alpha_reloc_type_class): New.
331         (elf_backend_reloc_type_class): Define.
333 2001-08-24  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
335         * linker.c (_bfd_generic_link_add_archive_symbols): Replace alloca()
336         by bfd_malloc().
338 2001-08-23  Andreas Jaeger  <aj@suse.de>
340         * elf64-x86-64.c (elf64_x86_64_check_relocs): Set DF_TEXTREL if
341         the reloc is against read-only section.
342         (elf64_x86_64_size_dynamic_sections): Use DF_TEXTREL flag instead
343         of looking up section names for DT_TEXTREL.
344         (elf64_x86_64_reloc_type_class): New.
345         (elf_backend_reloc_type_class): Define.
347 2001-08-23  H.J. Lu  <hjl@gnu.org>
349         * syms.c (bfd_print_symbol_vandf): Add abfd to arg.
350         * bfd-in2.h (bfd_print_symbol_vandf): Regenerated.
352         * aoutx.h (NAME(aout,print_symbol)): Pass abfd to
353         bfd_print_symbol_vandf.
354         * coffgen.c (coff_print_symbol): Likewise.
355         * elf.c (bfd_elf_print_symbol): Likewise.
356         * ieee.c (ieee_print_symbol): Likewise.
357         * nlmcode.h (nlm_print_symbol): Likewise.
358         * oasys.c (oasys_print_symbol): Likewise.
359         * pdp11.c (NAME(aout,print_symbol)): Likewise.
360         * som.c (som_print_symbol): Likewise.
361         * srec.c (srec_print_symbol): Likewise.
362         * tekhex.c (tekhex_print_symbol): Likewise.
363         * versados.c (versados_print_symbol): Likewise.
364         * vms.c (vms_print_symbol): Likewise.
366         * elf.c (_bfd_elf_print_private_bfd_data): Replace fprintf_vma
367         with bfd_fprintf_vma.
368         (bfd_elf_print_symbol): Likewise.
369         * syms.c (bfd_print_symbol_vandf): Likewise.
371 2001-08-23  Nick Clifton  <nickc@cambridge.redhat.com>
373         * aoutf1.h (sunos_write_object_contents): Silence compile time
374         warning.
375         * libaout.h (N_SET_DYNAMIC): Silence compile time warning.
377         * bout.c: Add missing function prototypes.  Fix formatting.
378         * coff-z8k.c: Add missing function prototypes.  Fix formatting.
379         * coff-w65.c: Add missing function prototypes.  Fix formatting.
380         * coff-h8500.c: Add missing function prototypes.  Fix formatting.
381         * coff-h8300.c: Add missing function prototypes.  Fix formatting.
382         * coff-tic54x.c: Add missing function prototypes.  Fix formatting.
383         * coff-tic30.c: Add missing function prototypes.  Fix formatting.
384         * coff-m68k.c: Add missing function prototypes.  Fix formatting.
385         * coff-rs6000.c: Add missing function prototypes.  Fix formatting.
386         * coff-sh.c: Add missing function prototypes.  Fix formatting.
388 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
390         * elf-bfd.h (enum elf_reloc_type_class): New.
391         (struct elf_backend_data): Add elf_backend_reloc_type_class.
392         (_bfd_elf_reloc_type_class): New.
393         * elfxx-target.h (elf_backend_reloc_type_class): Define.
394         (elfNN_bed): Add elf_backend_reloc_type_class.
395         * elf.c (_bfd_elf_reloc_type_class): New.
396         * elf32-i386.c (elf_i386_check_relocs): Set DF_TEXTREL if the reloc
397         is against read-only section.
398         (elf_i386_size_dynamic_sections): Use DF_TEXTREL flag instead of
399         looking up section names for DT_TEXTREL.
400         (elf_i386_reloc_type_class): New.
401         (elf_backend_reloc_type_class): Define.
402         * elf32-sparc.c (elf32_sparc_check_relocs): Set DF_TEXTREL if the
403         reloc is against read-only section.
404         (elf32_sparc_size_dynamic_sections): Use DF_TEXTREL flag instead of
405         looking up section names for DT_TEXTREL.
406         (elf32_sparc_reloc_type_class): New.
407         (elf_backend_reloc_type_class): Define.
408         * elf64-sparc.c (sparc64_elf_check_relocs): Set DF_TEXTREL if the
409         reloc is against read-only section.
410         (sparc64_elf_size_dynamic_sections): Use DF_TEXTREL flag instead of
411         looking up section names for DT_TEXTREL.
412         (sparc64_elf_reloc_type_class): New.
413         (elf_backend_reloc_type_class): Define.
414         * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add reltext field.
415         (elfNN_ia64_hash_table_create): Clear ia64_info.
416         (get_reloc_section): Set DF_TEXTREL if the reloc is against read-only
417         section.
418         (elfNN_ia64_size_dynamic_sections): Use ia64_info->reltext flag
419         instead of looking up section names for DT_TEXTREL.
420         (elfNN_ia64_reloc_type_class): New.
421         (elf_backend_reloc_type_class): Define.
422         * elflink.h (size_dynamic_sections): Add spare DT_NULL tags.
423         (struct elf_link_sort_rela): New.
424         (elf_link_sort_cmp1, elf_link_sort_cmp2, elf_link_sort_relocs): New.
425         (elf_bfd_final_link): Call elf_link_sort_relocs.
426         Convert one spare DT_NULL into DT_RELCOUNT resp. DT_RELACOUNT if
427         necessary.
429 2001-08-23  Nick Clifton  <nickc@cambridge.redhat.com>
431         * configure.in (x86-bsdi): No corefile support.
432         * configure: Regenerate.
434 2001-08-22  Nick Clifton  <nickc@cambridge.redhat.com>
436         * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add missing
437         comma.
439 2001-08-21  Mark Elbrecht  <snowball3@bigfoot.com>
441         * coff-go32.c: Make DWARF2 sections use an alignment of 0.  Set
442         the alignment of dwarf2 linkonce sections to 0.
443         * coff-sto32.c: Likewise.
445 2001-08-20  Andreas Jaeger  <aj@suse.de>
447         * coff-sparc.c: Add missing prototypes.
448         * elf32-s390.c: Likewise.
449         * elf32-i960.c: Likewise.
450         * aout-target.h: Likewise.
452 2001-08-20  H.J. Lu  <hjl@gnu.org>
454         * elf-bfd.h (elf_obj_tdata): Add num_section_syms.
455         (elf_num_section_syms): New for num_section_syms.
457         * elf.c (elf_map_symbols): Set num_section_syms.
458         (_bfd_elf_symbol_from_bfd_symbol): Check num_section_syms for
459         the section symbol index.
461 2001-08-20  Nick Clifton  <nickc@cambridge.redhat.com>
463         * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_create): Never
464         select the generic has table creator.  All elf backends need elf
465         specific fields in the hash table.
467 2001-08-20  Alan Modra  <amodra@bigpond.net.au>
469         * archive.c (offsetof): Remove define.
470         * elf.c: Likewise.
471         * oasys.c: Likewise
472         * sysdep.h (offsetof): Define.
474 2001-08-17  Alan Modra  <amodra@bigpond.net.au>
476         * bfd.c (bfd_get_gp_size): Return an unsigned int.
477         (bfd_set_gp_size): Make param unsigned.
478         * bfd-in2.h: Regenerate.
479         * elf32-ppc.c (ppc_elf_add_symbol_hook): Use elf_gp_size rather
480         than calling bfd_get_gp_size.
481         * elf64-alpha.c (elf64_alpha_add_symbol_hook): Likewise.
482         * elfxx-ia64.c (elfNN_ia64_add_symbol_hook): Likewise.
484 2001-08-17  Alan Modra  <amodra@bigpond.net.au>
486         * linker.c (default_fill_link_order): Handle four byte fill value.
488 2001-08-17  Alan Modra  <amodra@bigpond.net.au>
490         * elf64-sparc.c (sparc64_elf_output_arch_syms): Add missing
491         prototype.
492         * nlm32-alpha.c (nlm_alpha_write_external): Fix warning.
494         * elf64-mips.c (UNUSED_RELOC): Define.
495         (mips_elf64_howto_table_rel): Use it.
496         (mips_elf64_howto_table_rela): Here too.
497         (mips_elf64_write_relocs): Fix signed/unsigned warning.
499         * coffcode.h (coff_write_object_contents): Add ATTRIBUTE_UNUSED to
500         silence warning.
501         * coffgen.c (coff_print_symbol): Fix warnings.
502         (coff_find_nearest_line): Likewise.
503         * cofflink.c (_bfd_coff_link_input_bfd): Likewise.
504         * coff-alpha.c (alpha_convert_external_reloc): Likewise.
505         * format.c (bfd_check_format_matches): Likewise.
506         (bfd_set_format): Likewise.
507         * coff-ia64.c: Add missing prototypes.
508         * elf64-alpha.c (struct alpha_elf_link_hash_entry): Make addend
509         signed to silence warnings.
510         (elf64_alpha_relocate_section): Likewise.
511         (elf64_alpha_find_reloc_at_ofs): Fix warnings.
512         (elf64_alpha_add_symbol_hook): Likewise.
513         (elf64_alpha_final_link): Likewise.
514         (elf64_alpha_relax_section): Remove redundant assign to info.gotent.
515         (elf64_alpha_merge_gots): Add ATTRIBUTE_UNUSED to unused args.
516         (elf64_alpha_size_got_sections): Likewise.
517         * elfxx-ia64.c: Add missing prototypes.
518         (elfNN_ia64_relocate_section): Fix warning.
519         (elfNN_ia64_unwind_entry_compare): Make params const.
521 2001-08-17  Alan Modra  <amodra@bigpond.net.au>
523         * config.bfd (targ64_selvecs): New.
524         <powerpc-*-aix* entry>: Use it here instead of ineffectual #ifdef.
526         * bfd-in.h (BFD_VERSION): Remove wrong comment.
527         (BFD_DEFAULT_TARGET_SIZE): New.
528         (BFD_ARCH_SIZE): Comment.
529         * configure.in (target_size): New.  Set instead of target64 in
530         selvecs case statement.  Set target64 from it.
531         (bfd_default_target_size): New.  Set from taget_size. AC_SUBST.
532         * bfd-in2.h: Regenerate.
533         * configure: Regenerate.
535 2001-08-17  Alan Modra  <amodra@bigpond.net.au>
537         * bfd.c (enum bfd_error): Add bfd_error_wrong_object_format.
538         (bfd_errmsgs): Add corresponding message.
539         * archive.c (bfd_generic_archive_p): Don't release bfd_ardata when
540         finding an archive that contains different format object files.
541         Return bfd_error_wrong_object_format for this case.
542         * format.c: Formatting fixes.  s/CONST/const/.
543         (bfd_check_format_matches): Accept archives that give
544         bfd_error_wrong_object_format if no full match is found.  Tidy
545         code handling matching_vector.  Don't return a pointer to freed
546         memory in `matching'.  Handle ambiguous matches as for partial
547         archive matches.
548         * bfd-in2.h: Regenerate.
550 2001-08-15  Alan Modra  <amodra@bigpond.net.au>
552         * libieee.h (common_header_type): Add last_byte field.
554         * ieee.c: Add missing prototypes.  Some format fixes.
555         (struct output_buffer_struct): Move for availability to prototypes.
556         (ieee_part_after): New function.
557         (ieee_slurp_debug): Use it here.
558         (ieee_seek): Pass in ieee_data_struct rather than bfd.  Use
559         ieee_part_after to set last_byte to one past end of current part.
560         Update callers.
561         (ieee_pos): Pass in ieee_data_struct rather than bfd.
562         Update callers.
563         (parse_expression): Don't go beyond the end of the current part.
564         (ieee_slurp_external_symbols): Correct type passed to read_2bytes.
565         (ieee_get_symtab_upper_bound, ieee_get_symtab,
566         ieee_get_symbol_info, ieee_print_symbol, ieee_new_section_hook,
567         ieee_get_reloc_upper_bound, ieee_canonicalize_reloc, block,
568         ieee_set_section_contents, ieee_write_object_contents,
569         ieee_make_empty_symbol): Make static.
570         (ieee_archive_p): Correct comments regarding bfd_read.
571         (ieee_object_p): Similarly.
572         (ieee_mkobject): Move it.  Clear output_ptr_start, output_ptr,
573         output_ptr_end, input_ptr_start, input_ptr, input_ptr_end,
574         input_bfd, output_bfd, output_buffer.
575         (do_as_repeat): Write out ieee_set_current_pc_enum value as for
576         do_with_relocs, ie. as a symbol for relocatable files.
577         (ieee_vec): Add comments showing functions referenced by macros.
579 2001-08-14  Nick Clifton  <nickc@cambridge.redhat.com>
581         * aout-tic30.c: Add missing prototypes.  Fix formatting.
582         * aout-ns32k.c: Add missing prototypes.  Fix formatting.
583         * peXXigen.c: Add missining prototypes.  Fix formatting.
584         * aout-adobe.c: Add missining prototypes.  Fix formatting.
586 2001-08-13  Nick Clifton  <nickc@cambridge.redhat.com>
588         * elf32-v850.c: Add missing function prototypes.
589         Fix some formatting.
591         * cpu-v850.c: Add missing function prototype.
592         Fix some formatting.
594 2001-08-11  Nick Clifton  <nickc@cambridge.redhat.com>
596         * elf-bfd.h (struct elf_backend_data): Add new fields
597         'elf_backend_sprintf_vma' and 'elf_backend_fprintf_vma'.
598         (bfd_elf_sprintf_vma): Rename function prototype to
599         '_bfd_elf_sprintf_vma'.
600         (bfd_elf_fprintf_vma): Rename function prototype to
601         '_bfd_elf_fprintf_vma'.
602         * bfd.c (bfd_sprintf_vma): Do not invoke bfd_elf_sprintf_vma
603         directly, instead indirect via the elf_backend_data structure.
604         (bfd_fprintf_vma): Do not invoke bfd_elf_fprintf_vma directly,
605         instead indirect via the elf_backend_data structure.
606         * elf.c (bfd_elf_sprintf_vma): Rename to _bfd_elf_sprintf_vma.
607         (bfd_elf_fprintf_vma): Rename to _bfd_elf_fprintf_vma.
608         * elfxx-target.h (elf_backend_sprintf_vma): Initialise if not
609         already defined.
610         (elf_backend_fprintf_vma): Initialise if not already defined.
611         (struct elf_backend_data): Initialise the
612         elf_backend_sprintf_vma and elf_backend_fprintf_vma fields.
614 2001-08-10  Andreas Jaeger  <aj@suse.de>
616         * elf64-sparc.c: Add missing prototypes.
617         * elf32-cris.c: Likewise.
618         * elf32-i370.c: Likewise.
619         * elf64-hppa.c: Likewise.
620         * elf64-s390.c: Likewise.
622 2001-08-10  Andreas Jaeger  <aj@suse.de>
624         * elf64-x86-64.c (elf64_x86_64_elf_object_p): Make static.
625         Add prototypes where needed.
627 2001-08-10  H.J. Lu  <hjl@gnu.org>
629         * bfd.c (bfd_sprintf_vma): Fix a typo in the last change.
630         (bfd_fprintf_vma): Likewise.
632 2001-08-10  H.J. Lu  <hjl@gnu.org>
634         * bfd.c (bfd_sprintf_vma): Don't return void.
635         (bfd_fprintf_vma): Likewise.
637 2001-08-10  Andreas Jaeger  <aj@suse.de>
639         * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
640         to build warnings.
641         * configure: Regenerate.
643 2001-08-10  Alan Modra  <amodra@bigpond.net.au>
645         * elf.c (bfd_elf_sprintf_vma): Add ATTRIBUTE_UNUSED to quiet
646         warning if not BFD64.  Add braces so emacs auto format works.
647         (bfd_elf_fprintf_vma): Likewise.
649         * libxcoff.h (struct xcoff_backend_data_rec): Constify src param
650         of _xcoff_swap_ld*.
651         * coff-rs6000.c (xcoff_swap_ldhdr_in): Modify type of external
652         param to agree with libxcoff.h.
653         (xcoff_swap_ldhdr_out): Likewise.
654         (xcoff_swap_ldsym_in): Likewise.
655         (xcoff_swap_ldsym_out): Likewise.
656         (xcoff_swap_ldrel_in): Likewise.
657         (xcoff_swap_ldrel_out): Likewise.
658         (xcoff_create_csect_from_smclas): Likewise.
659         * coff64-rs6000.c: Add missing prototypes.
660         (xcoff64_swap_ldhdr_in): Modify type of external param to agree
661         with libxcoff.h.
662         (xcoff64_swap_ldhdr_out): Likewise.
663         (xcoff64_swap_ldsym_in): Likewise.
664         (xcoff64_swap_ldsym_out): Likewise.
665         (xcoff64_swap_ldrel_in): Likewise.
666         (xcoff64_swap_ldrel_out): Likewise.
667         (xcoff64_ppc_relocate_section): Make static.
668         (xcoff64_slurp_armap): Likewise.
669         (xcoff64_archive_p): Likewise.
670         (xcoff64_openr_next_archived_file): Likewise.
671         (xcoff64_sizeof_headers): Likewise.
672         (xcoff64_is_lineno_count_overflow): Likewise.
673         (xcoff64_is_reloc_count_overflow): Likewise.
674         (xcoff64_loader_symbol_offset): Likewise.
675         (xcoff64_loader_reloc_offset): Likewise.
676         * elf64-gen.c: Add missing prototypes.
678 2001-08-09  H.J. Lu  <hjl@gnu.org>
680         * elf.c (bfd_elf_sprintf_vma): Check ELFCLASS64 only in BFD64.
681         (bfd_elf_fprintf_vma): Likewise.
683 2001-08-09  H.J. Lu  <hjl@gnu.org>
685         * bfd-in.h (bfd_elf_sprintf_vma, bfd_elf_fprintf_vma): Moved
686         to ...
687         * elf-bfd.h: Here.
688         * bfd-in2.h: Regenerated.
690 2001-08-09  H.J. Lu  <hjl@gnu.org>
692         * bfd-in.h (bfd_sprintf_vma): New prototype.
693         (bfd_fprintf_vma): Likewise.
694         (bfd_elf_sprintf_vma): Likewise.
695         (bfd_elf_fprintf_vma): Likewise.
696         (bfd_printf_vma): New. Defined with bfd_fprintf_vma.
697         * bfd-in2.h: Regenerated.
699         * bfd.c (bfd_sprintf_vma): New. Defined.
700         (bfd_fprintf_vma): Likewise.
702         * elf.c (bfd_elf_sprintf_vma): New. Defined.
703         (bfd_elf_fprintf_vma): Likewise.
705 2001-08-09  Alan Modra  <amodra@bigpond.net.au>
707         * coff-rs6000.c: Add missing prototypes.
708         (xcoff_ppc_relocate_section, xcoff_is_lineno_count_overflow,
709         xcoff_is_reloc_count_overflow, xcoff_loader_symbol_offset,
710         xcoff_loader_reloc_offset): Make static.
711         * dwarf1.c: Add missing prototypes.
712         * dwarf2.c: Add missing prototypes.
713         (struct abbrev_info): Move definition.
714         (struct attr_abbrev, ABBREV_HASH_SIZE, ATTR_ALLOC_CHUNK): Likewise.
715         * elf.c: Add missing prototypes.
716         * elf32-gen.c: Likewise.
717         * elf32-i386.c: Likewise.
718         * elf32-ppc.c: Likewise.
719         (ppc_elf_sort_rela): Use PTR instead of "void *".
720         * elflink.h: Add missing prototypes.  Formatting fixes.
721         * merge.c: Add missing prototypes.
722         (last4_eq): Use PTR instead of "void *".
723         (last_eq): Likewise.
724         * syms.c: Add missing prototypes.
726 2001-08-09  Nick Clifton  <nickc@cambridge.redhat.com>
728         * bfd.c: Fix formatting.
729         * bfd-in2.h: Regenerate.
731 2001-08-09  Nick Clifton  <nickc@cambridge.redhat.com>
733         * elf32-arc.c (R_ARC_B22_PCREL): Change 'partial_inplace' to
734         true (this target uses REL relocations) and 'pcrel_offset' to
735         false (the PC is implied, not stored in the offset).
737 2001-08-08  Alan Modra  <amodra@bigpond.net.au>
739         1999-10-19  Linus Nordberg  <linus@swox.se>
740         * elf-bfd.h (struct elf_backend_data): Add want_got_sym.
741         * elfxx-target.h (elf_backend_want_got_sym): Define.
742         (elfNN_bed): Add elf_backend_want_got_sym.
743         * elflink.c (_bfd_elf_create_got_section): Define
744         _GLOBAL_OFFSET_TABLE_ only if bed->want_got_sym.
746 2001-08-08  Alexandre Oliva  <aoliva@redhat.com>
748         * dwarf2.c (struct dwarf2_debug): Add sec, sec_info_ptr and syms.
749         (find_rela_addend): New function.
750         (parse_comp_unit): Call it to find the abbrev offset addend.
751         (_bfd_dwarf2_find_nearest_line): Initialize and maintain the new
752         members of dwarf2_debug as debugging information is read.
754 2001-08-07  Nick Clifton  <nickc@cambridge.redhat.com>
756         * coff-sh.c (sh_coff_reloc_type_lookup): Provide for sh-coff
757         targets as well as sh-pe.
759 2001-08-03  Ben Harris <bjh21@netbsd.org>
761         * elf32-arm.h (elf32_arm_final_link_relocate): Include offset of
762         reloc from start of section when computing value for R_ARM_REL32
763         reloc.
765 2001-08-03  Alan Modra  <amodra@bigpond.net.au>
767         From  H.J. Lu  <hjl@gnu.org>
768         * elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Don't
769         keep relocs for undefined syms if there are no dynamic sections in
770         executable.
771         * elf32-hppa.c (allocate_plt_and_got_and_discard_relocs): Likewise.
773 2001-08-02  Paul Sokolovsky  <paul.sokolovsky@technologist.com>
775         * cofflink.c (coff_link_check_ar_symbols): also search for
776         __imp__symbol as well as _symbol.
777         * linker.c (_bfd_generic_link_add_archive_symbols): also
778         search for __imp__symbol as well as _symbol.
780 2001-08-01  Adam Nemet  <anemet@lnxw.com>
782         * elf.c (elf_sort_sections): Return zero only as the last step.
784 2001-08-01  Nick Clifton  <nickc@cambridge.redhat.com>
786         * config.bfd (arm-vxworks): Change name of define from VXWORKS to
787         ARM_COFF_BUGFIX.
788         (arm-epoc-pe): Define ARM_COFF_BUGFIX.
789         coff-arm.c (coff_arm_relocate_section): Replace VXWORKS with
790         ARM_COFF_BUGFIX.
792 2001-07-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
794         * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Changed return type
795         to match corresponding bfd_coff_backend data member.
797 2001-07-24  Alan Modra  <amodra@bigpond.net.au>
799         * Makefile.am: Update dependencies with "make dep-am".
800         * Makefile.in: Regenerate
802 2001-07-15  H.J. Lu  <hjl@gnu.org>
804         * Makefile.am (po/SRC-POTFILES.in): Use tmp.src instead of tmp.
805         (po/BLD-POTFILES.in): Use tmp.bld instead of tmp.
806         * Makefile.in: Regenerate.
808 2001-07-11  H.J. Lu  <hjl@gnu.org>
810         * elf64-alpha.c (elf64_alpha_check_relocs): Set the ALLOC|LOAD
811         flags when creating the reloc section if the ALLOC flag in the
812         source section is set.
814 2001-07-11  Steve Ellcey  <sje@cup.hp.com>
816         * reloc.c (bfd_reloc_code_type): Add IA64 relocs
817         BFD_RELOC_IA64_LTOFF_FPTR32MSB and BFD_RELOC_IA64_LTOFF_FPTR32LSB
818         * bfd-in2.h: Regenerate.
819         * libbfd.h: Regenerate.
820         * elfxx-ia64.c (ia64_howto_table): Define how to handle
821         new relocations.
822         (elfNN_ia64_reloc_type_lookup): Handle new relocations.
823         (elfNN_ia64_check_relocs): Likewise.
824         (elfNN_ia64_install_value): Likewise.
825         (elfNN_ia64_relocate_section): Likewise.
827 2001-07-11  Jakub Jelinek  <jakub@redhat.com>
829         * elf32-sparc.c (_bfd_sparc_elf_howto_table): Remove support for
830         R_SPARC_UA64.
831         (elf32_sparc_check_relocs): Likewise.
832         Only create .rela section for alloced sections in shared libraries.
833         (elf32_sparc_relocate_section): Likewise.
834         Remove redundant check.
835         Optimize unaligned reloc usage.
836         * elf64-sparc.c (sparc64_elf_relocate_section): Remove redundant
837         check.
839 2001-07-11  H.J. Lu  <hjl@gnu.org>
841         * elf64-alpha.c (elf64_alpha_check_relocs): Only use the same
842         ALLOC|LOAD flags as the source section for debugging sections
843         when creating the reloc section.
845 2001-07-05  Jim Wilson  <wilson@redhat.com>
847         * linker.c (_bfd_generic_link_add_one_symbol, case BIG): Use
848         the section of the bigger symbol.
850         * syms.c (bfd_is_local_label): Return false if BSF_SECTION_SYM.
852 2001-07-05  Nick Clifton  <nickc@cambridge.redhat.com>
854         * peicode.h (coff_swap_scnhdr_in): For sections containing
855         uninitialised data, only set their size to s_paddr if this does
856         not reset their size to zero.  MS's latest compilers will set
857         s_paddr to zero.
859 2001-07-04  H.J. Lu  <hjl@gnu.org>
861         * bfd/elf32-mips.c (_bfd_mips_elf_final_write_processing):
862         Handle bfd_mach_mips4400, bfd_mach_mips4600 and
863         bfd_mach_mips5000.
865 2001-07-03  Mark Elbrecht  <snowball3@softhome.net>
867         * bfd.c (bfd_get_sign_extend_vma): Support DJGPP COFF targets.
869         * cofflink.c (_bfd_coff_link_input_bfd): Skip section symbols from
870         sections being discarded.
872 2001-06-30  Alan Modra  <amodra@bigpond.net.au>
874         * elfcore.h (elf_core_file_p): Call bfd_section_from_phdr directly
875         instead of _bfd_elfcore_section_from_phdr.
876         * elf-bfd.h (_bfd_elfcore_section_from_phdr): Remove.
877         * elf.c (_bfd_elfcore_section_from_phdr): Remove.
878         (_bfd_elfcore_make_pseudosection): Expedite tail-call.
879         (elfcore_grok_prstatus): Likewise.
880         (elfcore_grok_lwpstatus): Likewise.
881         (bfd_get_elf_phdr_upper_bound): Likewise.
882         (elfcore_make_note_pseudosection): Formatting.
883         (_bfd_elfcore_strndup): Formatting.
884         * elf32-mips.c (mips_elf_sym_is_global): Formatting.
885         (_bfd_elf32_mips_grok_prstatus): Expedite tail-call.
887 2001-06-29  Daniel Jacobowitz  <drow@mvista.com>
889         * elf-bfd.h: Add prototypes for _bfd_elfcore_make_pseudosection
890         and _bfd_elfcore_strndup.
891         (struct elf_backend_data): Add elf_backend_grok_prstatus
892         and elf_backend_grok_psinfo.
893         * elf.c (_bfd_elfcore_make_pseudosection): New function.
894         (elfcore_grok_prstatus): Use it.
895         (elfcore_make_note_pseudosection): Likewise.
896         (elfcore_strndup):  Rename to...
897         (_bfd_elfcore_strndup): Here, and make global.
898         (elfcore_grok_psinfo): Use _bfd_elfcore_strndup.
899         (elfcore_grok_note): Call elf_backend_grok_prstatus
900         and elf_backend_grok_psinfo if available.
901         * elf32-mips.c (_bfd_elf32_mips_grok_prstatus): New function.
902         (_bfd_elf32_mips_grok_psinfo): New function.
903         (elf_backend_grok_prstatus): Define.
904         (elf_backend_grok_psinfo): Define.
905         * elfxx-target.h (elf_backend_grok_prstatus): Default to NULL.
906         (elf_backend_grok_psinfo): Likewise.
907         (elfNN_bed): Include elf_backend_grok_prstatus and
908         elf_backend_grok_psinfo.
910 2001-06-29  H.J. Lu  <hjl@gnu.org>
912         * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Check if
913         hplink->sgot is NULL before filling GOT.  Check if hplink->splt
914         is NULL before filling PLT.
916 2001-06-29  Alan Modra  <amodra@bigpond.net.au>
918         * elflink.h (elf_link_output_extsym): Revert 1999-04-10.
920 2001-06-27  Alan Modra  <amodra@bigpond.net.au>
922         * elf32-hppa.c (elf32_hppa_check_relocs): Don't make syms dynamic
923         here..
924         (elf32_hppa_adjust_dynamic_symbol): ..nor here..
925         (allocate_plt_and_got_and_discard_relocs): .. instead do so here
926         after gc has run.
928         * elf32-hppa.c (RELATIVE_DYNAMIC_RELOCS): Delete.
929         (IS_ABSOLUTE_RELOC): Define.
930         (elf32_hppa_link_hash_entry): Always include reloc_entries field.
931         (hppa_link_hash_newfunc): Always init it.
932         (elf32_hppa_check_relocs): Mark symbols as ELF_LINK_NON_GOT_REF to
933         create COPY relocs only when the reloc is in a read-only section.
934         Instead, allocate space for a dynamic reloc to reference the
935         library symbol directly.  Keep track of space we allocate using
936         relocs_entries.
937         (hppa_discard_copies): Delete, and move code to..
938         (allocate_plt_and_got): ..here.  Rename to
939         allocate_plt_and_got_and_discard_relocs.  Remove unneeded dynamic
940         relocs for non-shared link.
941         (elf32_hppa_size_dynamic_sections): Update calls to above.
942         (elf32_hppa_relocate_section): Write out the dynamic relocs used
943         in lieu of COPY relocs.
945         * elf32-i386.c (elf_i386_check_relocs): Don't make syms dynamic
946         here..
947         (elf_i386_adjust_dynamic_symbol): ..nor here..
948         (allocate_plt_and_got_and_discard_relocs): .. instead do so here
949         after gc has run.
950         (elf_i386_size_dynamic_sections): Fix a comment.
951         (elf_i386_relocate_section <R_386_32, R_386_PC32>): Rearrange code
952         involved in writing reloc out.
954 2001-06-25  Alan Modra  <amodra@bigpond.net.au>
956         * elf32-i386.c (elf_i386_check_relocs <R_386_32, R_386_PC32>):
957         Ensure syms are dynamic if we might be emitting a reloc.
958         (allocate_plt_and_got_and_discard_relocs): Don't discard relocs
959         for undefweak or undefined syms..
960         (elf_i386_relocate_section <R_386_32, R_386_PC32>): .. and emit.
962         * elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Discard
963         relocs without ELF_LINK_HASH_DEF_DYNAMIC set.
964         (elf_i386_relocate_section <R_386_32, R_386_PC32>): Remove
965         redundant bfd_link_hash_defined, bfd_link_hash_defweak test.
967 2001-06-24  H.J. Lu  <hjl@gnu.org>
969         * cpu-i960.c (scan_960_mach): Don't modify const char *. Use
970         strncasecmp/strcasecmp instead of strncmp/strcmp.
972 2001-06-23  H.J. Lu  <hjl@gnu.org>
974         * elf32-i386.c (elf_i386_relocate_section <R_386_32, R_386_PC32>):
975         Check ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined
976         in the regular object file and treat the weak definition as
977         the normal one.
979 2001-06-23  Alan Modra  <amodra@bigpond.net.au>
981         * elf32-i386.c (elf_i386_relocate_section <R_386_GOT32>): Tighten
982         unresolved_reloc test to exclude cases where we use "relocation"
983         before setting it to point into the .got.  Reinstate fudge for
984         unresolved relocs in debugging sections.
986         * elf32-i386.c (elf_i386_relocate_section): Replace ugly
987         complicated tests for unresolvable relocs with a simple direct
988         scheme using "unresolved_reloc" var.
990         * elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Rename to
991         elf_i386_dyn_relocs.  Update comment.
992         (struct elf_i386_link_hash_entry): Rename pcrel_relocs_copied to
993         dyn_relocs.
994         (elf_i386_adjust_dynamic_symbol): Remove a BFD_ASSERT, change
995         others to aborts.
996         (allocate_plt_and_got_and_discard_relocs): Replace BFD_ASSERT with
997         abort.
998         (elf_i386_size_dynamic_sections): Likewise.
999         (elf_i386_finish_dynamic_symbol): Likewise.
1000         (elf_i386_finish_dynamic_sections): Likewise.
1001         (elf_i386_relocate_section): Likewise.  Tidy R_386_GOT32 and error
1002         handling code.
1004         Avoid creating COPY relocs if possible.
1005         * elf32-i386.c (elf_i386_check_relocs): Tweak condition under
1006         which .got created.  Mark symbols used by R_386_32 and R_386_PC32
1007         relocs as ELF_LINK_NON_GOT_REF to create COPY relocs only when the
1008         reloc is in a read-only section.  Instead, allocate space for a
1009         dynamic reloc to reference the library symbol directly.  Keep
1010         track of space we allocate using pcrel_relocs_copied.
1011         (discard_copies): Delete, and move code to ..
1012         (allocate_plt_and_got): ..here.  Rename to
1013         allocate_plt_and_got_and_discard_relocs.  Remove unneeded dynamic
1014         relocs for non-shared link.
1015         (elf_i386_size_dynamic_sections): Update calls to above functions.
1016         (elf_i386_relocate_section): Write out the dynamic relocs.  Add
1017         more ugly logic to avoid "unresolvable relocation" error.  Use
1018         htab shortcut in place of elf_hash_table macro.
1019         (elf_i386_finish_dynamic_sections): Allow that dynamic .got may
1020         not always be created now.
1022 2001-06-20  Bo Thorsen  <bo@suse.co.uk>
1024         * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix linking of
1025         shared libraries.
1027 2001-06-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1029         * configure.host (mips64-*-linux): Reformat.
1031 2001-06-21  Alan Modra  <amodra@bigpond.net.au>
1033         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Always
1034         allocate local .got space.  Use shortcuts from hash table for .got
1035         and .plt rather than comparing section names.
1036         (elf32_hppa_check_relocs): Use local_plt_refcounts var rather than
1037         adjusting index into local_got_refcounts to document what we are
1038         really doing.
1039         (elf32_hppa_relocate_section): Similarly for local_plt_offsets.
1040         Tidy .got and .plt error checking.
1042 2001-06-20  Catherine Moore  <clm@redhat.com>
1044         * elf-bfd.h (struct elf_backend_data):
1045         elf_backend_emit_relocs: New field: Function for emitting
1046         relocs.
1047         elf_backend_count_relocs: New field: Function for determining
1048         the number of relocs to be emitted.
1049         * elfxx-target.h: Provide default (NULL) values for
1050         elf_backend_emit_relocs and elf_backend_count_relocs.
1051         * elflink.h (elf_link_size_reloc_section): Make the hash table
1052         big enough to hold the relocs counted by either reloc_count or
1053         o->reloc_count.
1054         (elf_bfd_final_link) emit_relocs: New boolean, set if relocs
1055         should be emitted, either because of a command line option
1056         stored in the info structure or because the target provides a
1057         special reloc emitting function.
1058         If the target provides a reloc counting function use it,
1059         unless performing a relocatable link or emitting all relocs.
1060         Also set the SEC_RELOC flag on any output section which will
1061         contain relocs.
1062         (elf_link_input_bfd): emit_relocs: New boolean, set if relocs
1063         should be emitted, either because of a command line option
1064         stored in the info structure or because the target provides a
1065         special reloc emitting function.
1066         If the target provides a reloc emitting function, use it,
1067         unless performing a relocatable link or emitting all relocs.
1069 2001-06-20  H.J. Lu  <hjl@gnu.org>
1071         * elf32-i386.c (elf_i386_size_dynamic_sections): Always
1072         allocate local .got space.
1074 2001-06-19  Andreas Jaeger  <aj@suse.de>
1076         * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix creation of
1077         dynamic symbols.
1079 2001-06-18  Hans-Peter Nilsson  <hp@axis.com>
1081         * elflink.h (struct elf_assign_sym_version_info): Remove member
1082         export_dynamic.  All users changed to use info member.
1083         NAME(bfd_elf,size_dynamic_sections)): Remove parameter
1084         export_dynamic, instead use member in parameter info.
1085         * bfd-in.h (bfd_elf32_size_dynamic_sections,
1086         bfd_elf64_size_dynamic_sections): Update prototype.
1087         * bfd-in2.h: Regenerate.
1089 2001-06-18  H.J. Lu  <hjl@gnu.org>
1091         * elflink.h (elf_info_failed): Add a new field, verdefs.
1092         (NAME(bfd_elf,size_dynamic_sections): Pass verdefs to
1093         elf_export_symbol.
1094         (elf_export_symbol): Check eif->verdefs to decide if a symbol
1095         should be exported.
1097 2001-06-17  H.J. Lu  <hjl@gnu.org>
1099         * elf32-mips.c (mips_elf_link_hash_entry): Add a new field,
1100         readonly_reloc, to record if a relocation in the .rel.dyn
1101         section is against a read-only section.
1102         (mips_elf_link_hash_newfunc): Initialize the readonly_reloc
1103         field to false.
1104         (_bfd_mips_elf_check_relocs): Record if there is a relocation
1105         in the .rel.dyn section against a read-only section by setting
1106         DF_TEXTREL or readonly_reloc.
1107         (_bfd_mips_elf_copy_indirect_symbol): Copy readonly_reloc if
1108         it is true.
1109         (_bfd_mips_elf_adjust_dynamic_symbol): Record DF_TEXTREL if
1110         there is a relocation in the .rel.dyn section against a
1111         read-only section.
1112         (_bfd_mips_elf_size_dynamic_sections): Set DT_TEXTREL if
1113         DF_TEXTREL is set.
1115 2001-06-12  Nick Clifton  <nickc@cambridge.redhat.com>
1117         * coffcode.h (styp_flags_to_sec_flags): Change to a boolean
1118         function.  Move flagword result into parameter list.  Remove
1119         comment about setting bfd_error_handler to intercept failure
1120         results.
1121         * coffgen.c (make_a_section_from_file): Examine result of
1122         calling bfd_coff_styp_to_sec_flags and pass a failure back to
1123         caller.
1124         * ecoff.h (styp_flags_to_sec_flags): Change to a boolean
1125         function.  Move flagword result into parameter list.
1126         * libcoff.h: Regenerate.
1127         * libecoff.h: Regenerate.
1129 2001-06-13  Nick Clifton  <nickc@cambridge.redhat.com>
1131         * aoutx.h (adjust_z_magic): Only pad the tesxt section if the data
1132         section is going to follow it.
1134 2001-06-12  Catherine Moore  <clm@redhat.com>
1136         * elflink.h (elf_gc_propagate_vtable_entries): Replace FILE_ALIGN
1137         with the file_align entry from elf_backend_data.
1138         (elf_gc_smash_unused_vtentry_relocs): Likewise.
1139         (elf_gc_record_vtentry): Likewise.
1141 2001-06-10  Alan Modra  <amodra@bigpond.net.au>
1143         * elflink.h: Whitespace changes.
1144         (elf_link_read_relocs_from_section): Use "unsigned int" iterator
1145         rather than "unsigned char".
1146         (elf_link_output_relocs): Likewise.
1147         (elf_link_input_bfd): Likewise.
1148         (elf_reloc_link_order): LIkewise.
1149         * elf.c: s/CONST/const/.  Whitespace changes.
1150         * elf32-mips.c: Formatting fix.
1152         * Makefile.am (SOURCE_HFILES): Include xcoff-target.h, remove xcoff.h.
1153         * Makefile.in: Regenerate.
1154         * po/Make-in: Remove trailing tab.
1156 2001-06-09  Philip Blundell  <philb@gnu.org>
1158         * elf32-arm.h (elf32_arm_plt0_entry): Correct error in last
1159         change.
1160         (elf32_arm_plt_entry): Likewise.
1162 2001-06-08  H.J. Lu  <hjl@gnu.org>
1164         * elf.c (swap_out_syms): Keep names for global section symbols.
1166 2001-06-07  H.J. Lu  <hjl@gnu.org>
1168         * config.bfd: Put back ecoff for Linux/mips. Firmwares on some
1169         MIPS-based machines need it.
1171 2001-06-07  H.J. Lu  <hjl@gnu.org>
1173         * elf32-mips.c (_bfd_mips_elf_object_p): Set the bad symtab
1174         for SGI only.
1176         * config.bfd: Remove ecoff from Linux/mips.
1178 2001-06-07  Andreas Jaeger  <aj@suse.de>
1180         * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Add an
1181         assertion.
1182         (elf64_x86_64_check_relocs): Fix VTENTRY relocation; set an
1183         alignment of 8 for .rela sections; handle further relocations.
1185 2001-06-06  Christian Groessler <cpg@aladdin.de>
1187         * coff-z8k.c: Fix formatting.
1188         Fix howtos: howto->size was always 1.
1190 2001-06-05  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
1192         * configure.host (mips64*-*-linux*): Define.
1194 2001-06-05  Alan Modra  <amodra@bigpond.net.au>
1196         * elf32-i386.c (elf_i386_discard_copies): Rename to
1197         discard_copies, and use elf_link_hash_entry arg rather than
1198         elf_i386_link_hash_entry.
1199         (elf_i386_link_hash_traverse): Delete.
1200         (elf_i386_size_dynamic_sections): Adjust call to discard_copies.
1201         Tidy sizing of dynamic sections.
1202         (elf_i386_check_relocs <R_386_32, R_386_PC32>): Reference count
1203         possible .plt entries.
1204         (elf_i386_gc_sweep_hook): Likewise.
1205         (elf_i386_adjust_dynamic_symbol): Discard .plt entries for
1206         everything with plt.refcount <= 0.
1208         * elf32-i386.c (elf_i386_check_relocs): Don't allocate .got and
1209         .relgot space here.
1210         (elf_i386_gc_sweep_hook): ..and no need to deallocate here..
1211         (elf_i386_adjust_dynamic_symbol): ..and don't allocate .plt and
1212         .rel.plt here..
1213         (allocate_plt_and_got): ..instead do it all here.  New function.
1214         (elf_i386_size_dynamic_sections): Allocate local .got space and
1215         call allocate_plt_and_got.  No need to zap .relgot if not dynamic.
1216         (bfd_elf32_bfd_final_link): Delete.  (ie. use regular final link
1217         rather than gc variety).
1218         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
1219         (elf_i386_relocate_section): Use it here and correct handling of
1220         R_386_GOT32.  Provide section and offset for "unresolvable
1221         relocation" error message.
1222         (elf_i386_finish_dynamic_symbol): Correct handling of R_386_GOT32.
1224         * elf32-i386.c (struct elf_i386_link_hash_table): Add sgot,
1225         sgotplt, srelgot, splt, srelplt, sdynbss, srelbss fields.
1226         (elf_i386_link_hash_table_create): Init them.
1227         (create_got_section): New function.
1228         (elf_i386_create_dynamic_sections): New function.
1229         (elf_backend_create_dynamic_sections): Set to above.
1230         (elf_i386_check_relocs): Use shortcuts from hash table rather than
1231         calling bfd_get_section_by_name.
1232         (elf_i386_gc_sweep_hook): Likewise.
1233         (elf_i386_adjust_dynamic_symbol): Likewise.
1234         (elf_i386_size_dynamic_sections): Likewise.
1235         (elf_i386_relocate_section): Likewise.
1236         (elf_i386_finish_dynamic_sections): Likewise.
1238         * elf32-hppa.c (allocate_plt_and_got): Skip indirect and warning syms.
1240 2001-06-02  H.J. Lu  <hjl@gnu.org>
1242         * elf32-hppa.c (elf32_hppa_object_p): Check ELFOSABI_LINUX
1243         and ELFOSABI_HPUX.
1244         * elf64-hppa.c (elf64_hppa_object_p): Likewise.
1246 2001-06-02  H.J. Lu  <hjl@gnu.org>
1248         * aout-cris.c (MACHTYPE_OK): New. Defined.
1250 2001-06-02  Hans-Peter Nilsson  <hp@axis.com>
1252         * section.c (_bfd_strip_section_from_output): Handle NULL
1253         output_section.
1255 2001-06-02  H.J. Lu  <hjl@gnu.org>
1257         * config.bfd (powerpc-*-aix*, powerpc-*-beos*, rs6000-*-*): Add
1258         rs6000coff64_vec only if BFD64 is defined.
1259         (powerpc64-*-aix*): Enable only if BFD64 is defined.
1261 2001-06-02  H.J. Lu  <hjl@gnu.org>
1263         * coff-ia64.c (ia64coff_object_p): Rewrite with
1264         external_PEI_DOS_hdr and external_PEI_IMAGE_hdr.
1266 2001-06-01  Andreas Jaeger  <aj@suse.de>
1268         * elf64-x86-64.c (elf64_x86_64_relocate_section): Add PC8
1269         relocation, small reformatting.
1271 2001-05-29  Andreas Jaeger  <aj@suse.de>
1273         * elf64-x86-64.c (elf64_x86_64_check_relocs): Handle R_X86_64_64.
1274         (elf64_x86_64_relocate_section): Likewise.
1276 2001-05-30  Alan Modra  <amodra@one.net.au>
1278         * elf32-hppa.c (elf32_hppa_check_relocs): Don't NEED_PLT for
1279         millicode.  Don't allocate .got and .rela.got space here..
1280         (elf32_hppa_gc_sweep_hook): ..and no need to deallocate here..
1281         (elf32_hppa_adjust_dynamic_symbol): ..and don't allocate .plt and
1282         .rela.plt here..
1283         (hppa_handle_PIC_calls): ..nor here..
1284         (allocate_plt_and_got): ..instead do it all here.  New function.
1285         (elf32_hppa_size_dynamic_sections): Allocate local .got space and
1286         call allocate_plt_and_got.  No need to zap .got if not dynamic.
1287         (elf32_hppa_final_link): Call regular bfd_final_link instead of
1288         gc_common_final_link.
1289         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
1290         (elf32_hppa_relocate_section): Use it here.
1291         (elf32_hppa_finish_dynamic_symbol): Remove superfluous test of
1292         dynamic_sections_created.
1293         (hppa_type_of_stub): Don't LONG_BRANCH_VIA_PLT if millicode sym.
1295 2001-05-28  Andreas Jaeger  <aj@suse.de>
1297         * elf64-x86-64.c (elf64_86_64_size_info): Remove, we can use the
1298         generic version since we want a hashsize of 4.
1299         (elf_backend_size_info): Likewise.
1301 2001-05-28  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
1303         * elflink.h (elf_link_size_reloc_section): Use bfd_zmalloc instead of
1304         a zeroing loop.
1305         (elf_link_output_relocs): Handle MIPS ELF64 relocations correctly.
1306         (elf_link_input_bfd): Likewise.
1307         (elf_reloc_link_order): Likewise.
1308         (elf_finish_pointer_linker_section): Typo. Handle MIPS ELF64
1309         relocations correctly.
1311 2001-05-28  Nicolas Pitre <nico@cam.org>
1313         * elf32-arm.h: fix PLT generation for big endian ARM
1315 2001-05-28  Alan Modra  <amodra@one.net.au>
1317         * elf32-hppa.c (elf32_hppa_relocate_section): Set up .plt entries
1318         for symbols forced local that need plabels.
1319         (elf32_hppa_adjust_dynamic_symbol): Don't allocate space in
1320         .plt.rela for local syms if non-shared.
1321         (hppa_build_one_stub): Mask lsb of plt.offset.
1322         (elf32_hppa_finish_dynamic_symbol): Abort if lsb of plt.offset set.
1323         (clobber_millicode_symbols): Correct comment.
1324         (elf32_hppa_relocate_section): Likewise.
1325         (elf32_hppa_finish_dynamic_symbol): Likewise.
1327 2001-05-28  Jeff Sturm  <jsturm@one-point.com>
1329         * reloc.c: Add BFD_RELOC_SPARC_UA16 and BFD_RELOC_SPARC_UA64.
1330         * bfd-in2.h: Regenerate.
1331         * libbfd.h: Regenerate.
1332         * elf32-sparc.c: Enable BFD_RELOC_SPARC_UA16, BFD_RELOC_SPARC_UA32
1333         and BFD_RELOC_SPARC_UA64 mapping
1334         * elf64-sparc.c: Likewise.
1336 2001-05-25  H.J. Lu  <hjl@gnu.org>
1338         * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
1339         (BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
1340         (coff-rs6000.lo): Remove the old dependency.
1341         * Makefile.in: Rebuild.
1343         * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
1344         coff-rs6000.lo.
1346 2001-05-25  H.J. Lu  <hjl@gnu.org>
1348         * coff-rs6000.c (rs6000coff_vec): Use rs6000coff_core_p,
1349         rs6000coff_core_file_matches_executable_p,
1350         rs6000coff_core_file_failing_command and
1351         rs6000coff_core_file_failing_signal only if AIX_CORE is
1352         defined.
1353         (pmac_xcoff_vec): Likewise.
1354         * coff64-rs6000.c (rs6000coff64_vec): Likewise.
1356 2001-05-25  Timothy Wall  <twall@redhat.com>
1358         * elfxx-ia64.c (allocate_dynrel_entries): Don't allocate an entry
1359         for __GLOB_DATA_PTR on AIX5.  Clean up some relocation bugs.
1361 2001-05-25  H.J. Lu  <hjl@gnu.org>
1363         * bfd-in2.h: Regenerated.
1364         * libcoff.h: Likewise.
1366 2001-05-25  Alan Modra  <amodra@one.net.au>
1368         * elf32-hppa.c (elf32_hppa_relocate_section): Don't allow
1369         undefined millicode syms in shared libs.
1370         (hppa_build_one_stub): Turn BFD_ASSERTs into aborts.
1371         (elf32_hppa_check_relocs): Likewise.
1372         (elf32_hppa_adjust_dynamic_symbol): Likewise.
1373         (elf32_hppa_size_dynamic_sections): Likewise.
1374         (elf32_hppa_relocate_section): Likewise.
1375         (elf32_hppa_finish_dynamic_symbol): Likewise.
1376         (elf32_hppa_finish_dynamic_sections): Likewise.
1378 2001-05-24  Tom Rix <trix@redhat.com>
1380         * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
1381         xcoff-target.h not used to define rs6000 or ppc bfd.
1382         * Makefile.in same
1384         * bfd-in.h : (struct lineno_cache_entry) promote element "offset"
1385         to 64 bit.
1387         * coff-rs6000.c : Many changes for 64 bit support.  Move common
1388         32/64 code to xcofflink.c.  Explictly define the rs6000coff_vec
1389         and pmac_xcoff_vec
1391         * coff64-rs6000.c : Many changes for 64 bit support.  64 bit
1392         linker now supported.  Explictly define the rs6000coff64_vec.
1394         * coffcode.h : (coff_set_arch_mach_hook) xcoff 64 bit support
1395         (coff_print_aux) same
1396         (coff_write_object_contents) same
1397         (coff_slurp_line_table) same
1399         * coffgen.c : (coff_fix_symbol_name) formatting
1400         (coff_mangle_symbols) xcoff 64 bit support
1401         (coff_write_symbol) same
1402         (coff_write_alien_symbol) same
1403         (coff_write_native_symbol) same
1404         (coff_write_symbols) same
1405         (coff_get_symbol_info) same
1406         (bfd_coff_get_syment) same
1407         (coff_print_symbol) same
1409         * config.bfd : add powerpc64-*-aix* target
1411         * libcoff-in.h : formatting
1413         * libcoff.h : move xcoff extern declarations to libxcoff.h
1415         * libxcoff.h : New file
1417         * xcofflink.c : Many changes for xcoff64 support.  Move common
1418         structures to include/coff/xcoff.h.  Move specific structure to
1419         backends coff-rs6000.c and coff64-rs6000.c.   Use new backend
1420         functions, defined in libxcoff.h, to isolate 32/64 dependencies.
1422         (bfd_xcoff_size_dynamic_sections) : special __rtinit symbol for
1423         aix4.2+ -binitfini.
1425         (xcoff_build_ldsyms) : handle special __rtinit symbol.
1427 2001-05-23  Alexandre Oliva  <aoliva@redhat.com>
1429         * elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
1430         s/ENTIRES/ENTRIES/.
1432 2001-05-23  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1434         * reloc.c (bfd_reloc_code_real): Add MIPS ELF64 relocations.
1435         * libbfd.h: Regenerate.
1436         * bfd-in2.h: Regenerate.
1438         * aoutx.h (aout_@var{size}_machine_type): Add MIPS r12k support.
1439         * archures.c (bfd_mach_mips12000): Define.
1440         * cpu-mips.c (arch_info_struct): Add MIPS r12k support.
1441         * elf32-mips.c (_bfd_mips_elf_final_write_processing): Add MIPS r12k
1442         support.
1443         (_bfd_mips_elf_size_dynamic_sections): Use official bfd typedef.
1444         * bfd-in2.h: Regenerate.
1445         * elfxx-target.h: Do not redefine bfd_elfNN_bfd_make_debug_symbol.
1447 2001-05-23  kaz Kojima  <kkojima@rr.iij4u.or.jp>
1449         * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry,
1450         elf_sh_plt_entry_be, elf_sh_plt_entry, elf_sh_pic_plt_entry_be,
1451         elf_sh_pic_plt_entry): New PLT code, that does not use r2, since
1452         that is used by GCC.
1454 2001-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
1456         * elf-bfd.h (NUM_SHDR_ENTRIES): New macro: compute the number
1457         of entries in a structured section.
1458         * elf.c: Use new macro.
1459         * elf32-i386.c: Use new macro.
1460         * elf32-mips.c: Use new macro.
1461         * elf64-alpha.c: Use new macro.
1462         * elf64-sparc.c: Use new macro.
1463         * elfcode.h: Use new macro.
1464         * elflink.h: Use new macro.
1466 2001-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
1468         * bfdint.texi: Replace -oformat with --oformat.
1470 2001-05-21  Andreas Jaeger  <aj@suse.de>
1472         * dwarf2.c (decode_line_info): Fix error message.
1473         (read_abbrevs): Fix test for offset as suggested by Alan Modra and
1474         adjust error message.
1476 2001-05-18  H.J. Lu  <hjl@gnu.org>
1478         * elflink.h (elf_link_add_object_symbols): Revert the last
1479         change.
1481 2001-05-17  Alan Modra  <amodra@one.net.au>
1483         * elf32-hppa.c (clobber_millicode_symbols): Temporarily set
1484         ELF_LINK_FORCED_LOCAL to suit 2001-04-30 change.
1485         (hppa_build_one_stub): Add an assert to check plt.offset.
1487 2001-05-17  H.J. Lu  <hjl@gnu.org>
1489         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the
1490         version definition to basename of the output filename.
1492 2001-05-17  H.J. Lu  <hjl@gnu.org>
1494         * elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to
1495         basename of the bfd filename.
1497 2001-05-16  Alan Modra  <amodra@one.net.au>
1499         * section.c (asection): Add linker_has_input field.
1500         (STD_SECTION): Adjust initialization to suit.
1501         * ecoff.c (bfd_debug_section): Likewise.
1502         * bfd-in2.h: Regenerate.
1504 2001-05-15  Alexandre Oliva  <aoliva@redhat.com>
1506         * elf-m10300.c (mn10300_elf_relax_section): Don't relax
1507         negative 32-bit operands to 16 operands when the operand is
1508         going to be zero-extended by the modified opcode.
1510 2001-05-12  Peter Targett  <peter.targett@arccores.com>
1512         * cpu-arc.c (arch_info_struct): Add entry 'base' representing old
1513         name for 'arc5' core versions.
1514         (bfd_arc_arch): Make bfd_mach_arc_6 default.
1516         * elf32-arc.c (arc_elf_object_p): Make E_ARC_MACH_ARC6 default
1517         architecture.
1518         (arc_elf_final_write_processing): Make bfd_mach_arc_6 default.
1520 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
1522         * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwind
1523         sections as well.
1524         (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO
1525         to .gnu.linkonce.t.FOO text section.
1527 2001-05-11  Jakub Jelinek  <jakub@redhat.com>
1529         * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix
1530         fields, change sec into secinfo.
1531         (struct sec_merge_info): Add chain, remove last fields.
1532         (struct sec_merge_sec_info): Add next, sec, psecinfo fields.
1533         (sec_merge_hash_lookup): If lookup could not use a string only
1534         because it has bad alignment, mark the old string for deletion.
1535         (sec_merge_add): Add secinfo argument. Don't compute entry's
1536         position, instead record the section.
1537         (sec_merge_emit): Update for the sec into secinfo change in
1538         struct sec_merge_hash_entry.
1539         (_bfd_merge_section): Only record the section for merging, defer
1540         putting strings into the hash table.
1541         (cmplengthentry, last4_eq, last_eq, record_section, merge_strings,
1542         _bfd_merge_sections): New functions.
1543         (_bfd_merged_section_offset): Update for the sec_merge_hash_entry
1544         changes.
1545         * libbfd-in.h (_bfd_merge_sections): Add prototype.
1546         (_bfd_nolink_bfd_merge_sections): Define.
1547         * libbfd.h: Likewise.
1548         (bfd_generic_merge_sections): Add prototype.
1549         * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_merge_sections.
1550         (struct bfd_target): Likewise.
1551         * bfd.c (bfd_merge_sections): Define.
1552         * bfd-in2.h: Rebuilt.
1553         * elf.c (_bfd_elf_merge_sections): New function.
1554         * elf-bfd.h (_bfd_elf_merge_sections): Add prototype.
1555         * elfxx-target.h (bfd_elfNN_bfd_merge_sections): Define.
1556         * reloc.c (bfd_generic_merge_sections): New function.
1557         * vms.c (vms_bfd_merge_sections): New function.
1558         * aout-adobe.c (aout_32_bfd_merge_sections): Define.
1559         * aout-target.h (MY_bfd_merge_sections): Define.
1560         * aout-tic30.c (MY_bfd_merge_sections): Define.
1561         * binary.c (binary_bfd_merge_sections): Define.
1562         * bout.c (b_out_bfd_merge_sections): Define.
1563         * coff-alpha.c (_bfd_ecoff_bfd_merge_sections): Define.
1564         * coffcode.c (coff_bfd_merge_sections): Define.
1565         * coff-mips.c (_bfd_ecoff_bfd_merge_sections): Define.
1566         * i386msdos.c (msdos_bfd_merge_sections): Define.
1567         * i386os9k.c (os9k_bfd_merge_sections): Define.
1568         * ieee.c (ieee_bfd_merge_sections): Define.
1569         * ihex.c (ihex_bfd_merge_sections): Define.
1570         * nlm-target.h (nlm_bfd_merge_sections): Define.
1571         * oasys.c (oasys_bfd_merge_sections): Define.
1572         * ppcboot.c (ppcboot_bfd_merge_sections): Define.
1573         * som.c (som_bfd_merge_sections): Define.
1574         * srec.c (srec_bfd_merge_sections): Define.
1575         * tekhex.c (tekhex_bfd_merge_sections): Define.
1576         * versados.c (versados_bfd_merge_sections): Define.
1577         * xcoff-target.h (_bfd_xcoff_bfd_merge_sections): Define.
1579 2001-05-11  Nick Clifton  <nickc@cambridge.redhat.com>
1581         * dwarf1.c (_bfd_dwarf1_find_nearest_line): Change type of 'addr'
1582         to be unsigned long, in order to match its use.
1584 2001-05-10  H.J. Lu  <hjl@gnu.org>
1586         * linker.c (_bfd_generic_link_add_one_symbol): Check loop on
1587         indirect symbols.
1589 2001-05-09  H.J. Lu  <hjl@gnu.org>
1591         * elflink.h (elf_link_add_object_symbols): Fix a typo. Allocate
1592         versymhdr->sh_size bytes for extversym instead of hdr->sh_size.
1593         Remove the unused veriable `dynver'.
1595 2001-05-08  Ian Lance Taylor  <ian@zembu.com>
1597         * coff-i386.c (coff_i386_reloc): Don't dump core if output_bfd is
1598         NULL or is not COFF.
1599         (coff_i386_rtype_to_howto): Don't dump core if output section
1600         owner is not COFF.
1602 2001-05-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1604         * ecoff.c (bfd_debug_section): Fix initialization.
1605         * elf.c (_bfd_elf_slurp_version_tables): Change maxidx to unsigned, it
1606         is always a positive integer. Cast away sign mismatch.
1607         * elf32-mips.c: Fix misleading comment and typo.
1608         (_bfd_mips_elf_section_from_bfd_section): Remove unused attribute, use
1609         correct data type.
1610         * elflink.c: Fix typo.
1611         (_bfd_elf_create_dynamic_sections): Remove superfluous initialization.
1612         * ecoffswap.h (ecoff_swap_fdr_in): Cast away sign mismatch.
1614 2001-05-04  Richard Henderson  <rth@redhat.com>
1616         * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.
1618 2001-05-04  Nick Clifton  <nickc@cambridge.redhat.com>
1620         * elf32-arm.h (elf32_arm_final_link_relocate): Set
1621         EF_ARM_HASENTRY if the start address is set.
1623 2001-05-03  Nick Clifton  <nickc@cambridge.redhat.com>
1625         * targets.c (_bfd_target_vector_entries): Compute value based on
1626         the size of the _bfd_target_vector and not bfd_target_vector.
1628 2001-05-03  H.J. Lu  <hjl@gnu.org>
1630         * elfcode.h: Include "libiberty.h".
1632         * elflink.h (elf_link_add_object_symbols): Set
1633         elf_dt_name (abfd) to basename of the bfd filename.
1634         (NAME(bfd_elf,size_dynamic_sections)): Set vn_file to basename
1635         of the bfd filename.
1637 2001-05-03  Andreas Jaeger  <aj@suse.de>
1639         * elf64-gen.c (elf_generic_info_to_howto): Add unused attribute.
1640         (elf_generic_info_to_howto_rel): Likewise.
1641         * coff-alpha.c (reloc_nil): Likewise.
1642         (alpha_ecoff_bad_format_hook): Likewise.
1643         (alpha_adjust_reloc_out): Likewise.
1644         (alpha_bfd_reloc_type_lookup): Likewise.
1645         (alpha_convert_external_reloc): Likewise.
1646         * elf64-alpha.c (elf64_alpha_reloc_nil): Likewise.
1647         (elf64_alpha_reloc_bad): Likewise.
1648         (elf64_alpha_reloc_gpdisp): Likewise.
1649         (elf64_alpha_bfd_reloc_type_lookup): Likewise.
1650         (elf64_alpha_info_to_howto): Likewise.
1651         (elf64_alpha_add_symbol_hook): Likewise.
1652         (elf64_alpha_create_got_section): Likewise.
1653         (elf64_alpha_is_local_label_name): Likewise.
1654         (elf64_alpha_merge_ind_symbols): Likewise.
1655         * elf64-mips.c (mips_elf64_reloc_type_lookup): Likewise.
1656         (mips_elf64_get_reloc_upper_bound): Likewise.
1657         * nlm32-alpha.c (nlm_alpha_mangle_relocs): Likewise.
1658         (nlm_alpha_get_public_offset): Likewise.
1660 2001-05-02  Johan Rydberg  <jrydberg@opencores.org>
1662         * elf32-openrisc.c (openrisc_elf_howto_table): Do not complain
1663         about overflow in R_OPENRISC_LO_16_IN_INSN and
1664         R_OPENRISC_HI_16_IN_INSN.Index: bfd/elf32-openrisc.c
1666 2001-04-30  H.J. Lu  <hjl@gnu.org>
1668         * elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1
1669         only for ELF_LINK_FORCED_LOCAL.
1670         * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
1671         * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise.
1672         * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
1674         * elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL
1675         if the symbol has hidden or internal visibility.
1677 2001-04-30  Alan Modra  <amodra@one.net.au>
1679         * elf32-hppa.c (final_link_relocate): Branch to .+8 for
1680         calls to undefined weak symbols.
1682 2001-04-30  Andreas Jaeger  <aj@suse.de>, Andreas Schwab <schwab@suse.de>
1684         * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test for
1685         R_X86_64_GOTPCREL, don't use assignments instead of comparisons.
1687 2001-04-27  Andreas Jaeger  <aj@suse.de>
1689         * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Only swap
1690         out handled entries.
1691         (elf64_x86_64_finish_dynamic_symbol): Set up GOT entries.
1692         (elf64_x86_64_relocate_section): Fix GOTPCREL calculation.
1693         (elf64_x86_64_relocate_section): Merge entries for GOTPCREL and
1694         GOT32.
1696 2001-04-27  Sean McNeil <sean@mcneil.com>
1698         * config.bfd: Add arm-vxworks target.
1699         * coff-arm (coff_arm_relocate_section): Add in symbol value to
1700         addend (fro VXworks targets).
1702 2001-04-26  H.J. Lu  <hjl@gnu.org>
1704         * elf32-i386.c (elf_i386_check_relocs): Verify if r_symndx is
1705         valid.
1707 2001-04-25  Frank Ch. Eigler  <fche@redhat.com>
1709         * bfd-in.h (bfd_cache_close): Declare newly exported function.
1710         * bfd-in2.h: Regenerated.
1712 2001-04-24  Jakub Jelinek  <jakub@redhat.com>
1714         * merge.c (struct sec_merge_hash_entry): Add alignment field.
1715         (struct sec_merge_hash): Remove alignment_power.
1716         (sec_merge_hash_newfunc): Clear alignment.
1717         (sec_merge_hash_lookup): Pass alignment as argument.
1718         Use hashp->root.next, not hashp->next to walk the hash chain.
1719         If a string already in the hashtable does not have required
1720         alignment, create a new hashtable entry.
1721         (sec_merge_init): Remove alignment_power argument.
1722         (sec_merge_add): Add alignment argument.
1723         (sec_merge_emit): Alignment is now a per-entity thing, not per
1724         section.
1725         (_bfd_merge_section): Sanity check even non-SEC_STRINGS sections
1726         for proper alignment.
1727         Pass alignment information to sec_merge_add.
1729 2001-04-24  Christian Groessler  <cpg@aladdin.de>
1731         * coff-z8k.c (extra_case): added handler for R_DISP7, R_CALLR
1732         and R_REL16 reloc types; accept odd values for R_REL16 type
1734 2001-04-24  Johan Rydberg  <jrydberg@opencores.org>
1736         * cpu-openrisc.c: New file.
1737         * elf32-openrisc.c: Likewise.
1739         * Makefile.am (ALL_MACHINES): Add cpu-openrisc.lo.
1740         (ALL_MACHINES_CFILES): Add cpu-openrisc.c.
1741         (BFD32_BACKENDS): Add elf32-openrisc.lo.
1742         (BFD32_BACKENDS_CFILES): Add elf32-openrisc.c.
1743         (cpu-openrisc.lo, elf32-openrisc.lo): New rules.
1744         * Makefile.in: Regenerated.
1745         * config.bfd: (openrisc-*-elf): New target.
1746         * configure.in (bfd_elf32_openrisc_vec): New vector.
1747         * configure: Regenerated.
1748         * libbfd.h: Regenerated.
1749         * bfd-in2.h: Regenerated.
1750         * reloc.c: Add OpenRISC relocations.
1751         * targets.c (bfd_elf32_openrisc_vec): Declare.
1752         (bfd_target_vect): Add bfd_elf32_openrisc_vec.
1753         * archures.c (enum bfd_architecture): Add bfd_arch_openrisc.
1754         (bfd_openrisc_arch): Declare.
1755         (bfd_archures_list): Add bfd_openrisc_arch.
1756         * elf.c (prep_headers): Add bfd_arch_openrisc.
1758 2001-04-23  Bo Thorsen  <bo@suse.de>
1760         * elf64-x86-64.c: Add c++ vtable hack.
1761         Small whitespace and comment changes.
1763 2001-04-19  Andreas Jaeger  <aj@suse.de>
1765         * elf64-x86-64.c (elf64_x86_64_plt0_entry): Fix instructions.
1766         (elf64_x86_64_plt_entry): Likewise.
1767         (elf64_x86_64_finish_dynamic_sections): Fix PLT0 generation.
1768         (elf64_x86_64_finish_dynamic_symbol): Fix PLT generation.
1770 2001-04-17  Hans-Peter Nilsson  <hp@axis.com>
1772         * elf32-cris.c: Tweak comments related to dynamic linking.
1773         (cris_elf_relocate_section): When not creating shared object, fill
1774         in the .got table for any symbol not in the dynamic symbol table.
1775         (elf_cris_finish_dynamic_symbol): When not creating shared object,
1776         only emit a .got.rela reloc if the symbol is in the dynamic symbol
1777         table.
1778         (cris_elf_check_relocs): Use variable r_type in all places rather
1779         than the original expression.  Add default case in switch for
1780         reloc types.
1781         (elf_cris_size_dynamic_sections): Iterate over
1782         elf_cris_discard_excess_program_dynamics when not creating shared
1783         library.
1784         (elf_cris_discard_excess_dso_dynamics): Renamed from
1785         elf_cris_discard_copies.  Correct typo, s/Rel/Rela/.
1786         (elf_cris_discard_excess_program_dynamics): New.
1788 2001-04-14  Mark Elbrecht  <snowball3@bigfoot.com>
1790         * coffcode.h (coff_write_object_contents): Use
1791         bfd_coff_swap_filehdr_out instead of coff_swap_filehdr_out.
1793 2001-04-14  H.J. Lu  <hjl@gnu.org>
1795         * bfd-in2.h: Regenerate.
1797 2001-04-14  Jakub Jelinek <jakub@redhat.com>
1799         * section.c (STD_SECTION): Add entsize.
1801 2001-04-13  H.J. Lu  <hjl@gnu.org>
1803         * section.c (SEC_MERGE): Define new flag for merging.
1804         (SEC_STRINGS): Likewise.
1805         (entsize): New field.
1807 2001-04-13  Roger Sayle  <roger@metaphorics.com>
1809         * coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section
1810         flag on pe-i386 targets.
1812 2001-04-13  Jakub Jelinek  <jakub@redhat.com>
1814         * libbfd-in.h (_bfd_merge_section): New.
1815         (_bfd_write_merged_section): New.
1816         (_bfd_merged_section_offset): New.
1817         * libbfd.h: Rebuilt.
1818         * linker.c (_bfd_generic_link_output_symbols): Handle
1819         discard_sec_merge.
1820         * aoutx.h (aout_link_write_symbols): Likewise.
1821         * pdp11.c (aout_link_write_symbols): Likewise.
1822         * elflink.h (elf_link_add_object_symbols): Call _bfd_merge_section.
1823         (elf_bfd_final_link): Adjust global symbols pointing into SEC_MERGE
1824         sections.
1825         (elf_link_sec_merge_syms): New.
1826         (elf_link_input_bfd): Call _bfd_merged_section_offset
1827         and _bfd_write_merged_section.
1828         Handle discard_sec_merge.
1829         * elf-bfd.h (struct elf_link_hash_table): Add merge_info
1830         field.
1831         (struct bfd_elf_section_data): Likewise.
1832         * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_MERGE and
1833         SEC_STRINGS section flags and entsize from their ELF counterparts.
1834         (_bfd_elf_link_hash_table_init): Initialize merge_info.
1835         (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize
1836         from their BFD counterparts.
1837         * merge.c: New file.
1838         * Makefile.am: Add strtab.lo.
1839         * Makefile.in: Rebuilt.
1841 2001-04-09  Hans-Peter Nilsson  <hp@axis.com>
1843         * elflink.h (elf_fix_symbol_flags): For non-default visibilities,
1844         only hide symbols marked STV_INTERNAL or STV_HIDDEN.
1846 2001-04-05  Steven J. Hill  <sjhill@cotw.com>
1848         * config.bfd (mips*el*-*-linux-gnu*): Use traditional little
1849         endian MIPS ELF target.
1850         * config.bfd (mips*-*-linux-gnu*): Use traditional big endian
1851         MIPS ELF target.
1853         * configure.in (bfd_elf64_tradbigmips_vec): New. Traditional
1854         64bit big endian MIPS ELF target.
1855         (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
1856         endian MIPS ELF target.
1857         * configure: Regenerated.
1859         * elf32-mips.c (IRIX_COMPAT): Handle traditional 64bit and
1860         little endian targets.
1861         (mips_elf_sym_is_global): Handle traditional targets.
1863         * elf64-mips.c (bfd_elf64_tradbigmips_vec): New. Traditional
1864         64bit big endian MIPS ELF target.
1865         (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
1866         endian MIPS ELF target.
1868         * targets.c: (_bfd_target_vector): Add bfd_elf64_tradbigmips_vec
1869         and bfd_elf64_tradlittlemips_vec.
1871 2001-04-05  David Mosberger  <davidm@hpl.hp.com>
1873         * elf32-i386.c (elf_i386_fake_sections): Treat ".reloc" as an
1874         ordinary "progbits" section.
1876 2001-04-04  Alan Modra  <alan@linuxcare.com.au>
1878         * elflink.h (elf_fix_symbol_flags): Call elf_backend_hide_symbol
1879         when -Bsymbolic causes a symbol to no longer need a .plt entry.
1881 2001-04-03  David Mosberger  <davidm@hpl.hp.com>
1883         * efi-app-ia32.c (ALIGN_SECTIONS_IN_FILE): Deleted.
1885 2001-03-30  H.J. Lu  <hjl@gnu.org>
1887         * efi-app-ia32.c (PEI_TARGET_SUBSYSTEM): Rename from ...
1888         (PEI_DEFAULT_TARGET_SUBSYSTEM): This.
1890 2001-03-26  H.J. Lu  <hjl@gnu.org>
1892         * elf32-gen.c (elf32_generic_link_add_symbols): New. Check
1893         if there are any relocations for generic ELF.
1894         (bfd_elf32_bfd_link_add_symbols): Defined to
1895         elf32_generic_link_add_symbols.
1896         * elf64-gen.c (elf64_generic_link_add_symbols): New. Check
1897         if there are any relocations for generic ELF.
1898         (bfd_elf64_bfd_link_add_symbols): Defined to
1899         elf64_generic_link_add_symbols.
1901 2001-03-23  Nick Clifton  <nickc@redhat.com>
1903         * Makefile.am (BUILD_CFILES): New variable: List of C source
1904         files created in build directory.
1905         (BUILD_HFILES): New variable: List of header files created in
1906         build directory.
1907         (POTFILES): Delete.
1908         (po/POTFILES.in): Replace rule with empty entry.
1909         (po/SRC-POTFILES.in): New rule: Create a list of source files
1910         in the source directory.
1911         (po/BLD-POTFILES.in): New rule: Create a list of source files
1912         in the build directory.
1913         (MOSTLYCLEAN): Do not delete source files created in build
1914         directory.
1915         * Makefile.in: Regenerate.
1916         * configure.in: Insert SRC-POTFILES.in and BLD-POTFILES.in
1917         into po/Makefile.
1918         * configure: Regenerate.
1920         * po/Make-in: Replace occurrences of POTFILES with SRC-POTFILES
1921         and BLD_POTFILES.
1922         Add .. to the search path when building bfd.pot.
1923         Delete POTFILES when performing distclean.
1924         Add comment describing why distclean is broken in maintainer mode.
1925         * po/POTFILES.in: Delete.
1926         * po/SRC-POTFILES.in: New file.
1927         * po/BLD-POTFILES.in: New file.
1928         * po/bfd.pot: Regenerate.
1930 2001-03-22  Hans-Peter Nilsson  <hp@axis.com>
1932         * elf32-cris.c: Shlib and PIC support.  PCREL tweaks.
1933         (elf_cris_discard_copies, elf_cris_adjust_gotplt_to_got,
1934         elf_cris_try_fold_plt_to_got, elf_cris_link_hash_newfunc,
1935         elf_cris_link_hash_table_create, elf_cris_adjust_dynamic_symbol,
1936         elf_cris_size_dynamic_sections, elf_cris_finish_dynamic_symbol,
1937         elf_cris_finish_dynamic_sections,elf_cris_hide_symbol): New
1938         functions.
1939         (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL,
1940         R_CRIS_32_PCREL>: Correct comments.  Set pcrel_offset to false.
1941         <R_CRIS_COPY, R_CRIS_GLOB_DAT, R_CRIS_JUMP_SLOT, R_CRIS_RELATIVE,
1942         R_CRIS_16_GOT, R_CRIS_32_GOT, R_CRIS_16_GOTPLT, R_CRIS_32_GOTPLT,
1943         R_CRIS_32_GOTREL, R_CRIS_32_PLT_GOTREL, R_CRIS_32_PLT_PCREL>:
1944         New HOWTO members for new relocs.
1945         (cris_reloc_map): Map new relocs.
1946         (ELF_DYNAMIC_INTERPRETER): Define.
1947         (PLT_ENTRY_SIZE): Define.
1948         (elf_cris_plt0_entry, elf_cris_plt_entry, elf_cris_pic_plt0_entry,
1949         elf_cris_pic_plt_entry): New, PLT templates.
1950         (struct elf_cris_pcrel_relocs_copied, struct
1951         elf_cris_link_hash_entry, struct elf_cris_link_hash_table): New.
1952         (elf_cris_link_hash_traverse, elf_cris_hash_table): Define.
1953         (cris_final_link_relocate): Check that 16-bit GOT relocs have
1954         positive values.  Adjust PCREL relocs to be relative to location
1955         after relocation.
1956         (cris_elf_relocate_section): Handle relocations to dynamic
1957         objects.  Handle new relocations.  Call error handler when seeing
1958         non-PIC relocation for read-only sections while generating shared
1959         object.
1960         (cris_elf_check_relocs): Set reference counts for GOT and PLT
1961         entries.
1962         (bfd_elf32_bfd_link_hash_table_create,
1963         elf_backend_adjust_dynamic_symbol,
1964         elf_backend_size_dynamic_sections,
1965         elf_backend_finish_dynamic_symbol,
1966         elf_backend_finish_dynamic_sections,
1967         elf_backend_create_dynamic_sections, bfd_elf32_bfd_final_link,
1968         elf_backend_hide_symbol, elf_backend_want_got_plt,
1969         elf_backend_plt_readonly, elf_backend_want_plt_sym,
1970         elf_backend_got_header_size, elf_backend_plt_header_size):
1971         Define.
1973         * reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,
1974         BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE,
1975         BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT,
1976         BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT,
1977         BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL,
1978         BFD_RELOC_CRIS_32_PLT_PCREL): New relocs.
1979         * bfd-in2.h, libbfd.h: Regenerate.
1981 2001-03-21  Diego Novillo  <dnovillo@redhat.com>
1983         (_bfd_mips_elf_relocate_section): Give a better error message when
1984         a relocation is not recognized.
1986 2001-03-21  Alan Modra  <alan@linuxcare.com.au>
1988         * elf32-hppa.c (elf32_hppa_set_gp): Check sec->output_section
1989         non-NULL before attempting to dereference.
1991 2001-03-20  H.J. Lu  <hjl@gnu.org>
1993         * configure.in: Remove the redundent AC_ARG_PROGRAM.
1994         * configure: Rebuild.
1996 2001-03-20  Andreas Schwab  <schwab@suse.de>
1998         * elf32-m68k.c (elf_m68k_relocate_section): Don't need the
1999         relocation value when resolving a reference from a debugging
2000         section.
2002 2001-03-16  Scott Thomason  <SThomaso@hii.com>
2004         * coff64-rs6000.c (xcoff64_swap_sym_out): Fix syntax errors.
2005         (xcoff64_swap_sym_out): Fix syntax errors.
2007 2001-03-16  Richard Sandiford  <rsandifo@redhat.com>
2009         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix warning.
2011 2001-03-15  Alan Modra  <alan@linuxcare.com.au>
2013         * elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.
2014         (hppa_link_hash_newfunc): Init it.
2015         (hppa_type_of_stub): Only use non-PIC to PIC call stub if caller
2016         section appears to be non-PIC.
2017         (final_link_relocate): Likewise.
2018         (elf32_hppa_adjust_dynamic_symbol): Set maybe_pic_call for any
2019         possible candidate function, and set pic_call for those that will
2020         only have a .plt entry for the PIC call stub.
2021         (hppa_handle_PIC_calls): Set maybe_pic_call.
2023 2001-03-12  DJ Delorie  <dj@redhat.com>
2025         * elf32-sh.c (sh_elf_relocate_section): Only relocation
2026         R_SH_DIR8WP* relocs if they're against external symbols, else
2027         they're just for relaxing.  Validate the reloc values.
2029 2001-03-12  Stefan Geuken <mail@stefan-geuken.de>
2031         * binary.c (bfd_external_binary_architecture): Declare.
2032         (binary_object_p): If bfd_external_binary_architecture is defined,
2033         set the architecture to this string.
2035 2001-03-11  Philip Blundell  <philb@gnu.org>
2037         * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT
2038         entries that could serve as a definition for a weak symbol.
2040 2001-03-08  Nick Clifton  <nickc@redhat.com>
2042         * Most files: Update copyright notices using Perl script created
2043         by Kevin Buettner <kevinb@redhat.com>.
2045 2001-03-07  Nick Clifton  <nickc@redhat.com>
2047         * elf32-arm.h (elf32_arm_final_link_relocate): Conditionalise
2048         prior patch on ! defined OLD_ARM_ABI.
2050 2001-03-07  Andreas Jaeger  <aj@suse.de>
2052         * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of
2053         some relocation values.
2055 2001-03-06  Nick Clifton  <nickc@redhat.com>
2057         * elf32-arm.h (elf32_arm_final_link_relocate): Clear bit zero
2058         of offset in BLX(1) instruction.
2059         * coff-arm.c (coff_arm_relocate_section): Clear bit zero of
2060         offset in BLX(1) instruction.
2061         Fix formatting.
2063 2001-03-06  Nick Clifton  <nickc@redhat.com>
2065         * coff-arm.c (coff_arm_reloc_type_lookup): Add
2066         BFD_RELOC_THUMB_PCREL_BLX.
2068 2001-03-06  Igor Shevlyakov  <igor@windriver.com>
2070         * archures.c (bfd_default_scan): Add Coldfire CPUs.
2071         * bfd-in2.h: Regenerate.
2072         * cpu-m68k.c: Add Coldfire CPUs for arch table.
2073         * ieee.c (ieee_write_processor): Set proper id for
2074         Coldfire CPUs.
2076 2001-03-01  D.J. Barrow <djbarrow@de.ibm.com,barrow_dj@yahoo.com>
2078         * configure.in: Add s390 target.
2079         * configure: Regenerate.
2081 2001-02-28  Andreas Jaeger  <aj@suse.de>
2083         * elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
2084         to addend.
2086 2001-02-28  Philip Blundell  <pb@futuretv.com>
2088         * elf32-arm.h: Update mentions of renamed EF_xx constants.
2089         (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.
2091 2001-02-27  H.J. Lu  <hjl@gnu.org>
2093         * aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
2094         abfd->tdata.aout_data == NULL.
2096 2001-02-27  Alan Modra  <alan@linuxcare.com.au>
2098         * elf32-hppa.c: Correct field selector in stub comments.
2099         (clobber_millicode_symbols): Formatting fix.
2101         * configure.in: Bump version to 2.11.90.
2102         * configure: Regenerate.
2103         * Makefile.am (CFILES): Rename to SOURCE_CFILES.
2104         (CFILES): $SOURCE_CFILES + generated C files.
2105         (POTFILES): Include $HFILES not $SOURCE_HFILES.
2106         Run "make dep-am"
2107         * Makefile.in: Regenerate.
2108         * doc/Makefile.in: This too.
2110 2001-02-26  Timothy Wall  <twall@cygnus.com>
2112         * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Remove obsolete
2113         comments.
2115 2001-02-26  Nick Clifton <nickc@redhat.com>
2117         * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Tidy
2118         up, replacing multiple if statements with a switch.
2119         (handle_COMDAT): New function.
2121 2001-02-26  H.J. Lu  <hjl@gnu.org>
2123         * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Issue
2124         a warning for section flags we do not handle instead of
2125         aborting.
2127 2001-02-26  Andreas Jaeger  <aj@suse.de>
2129         * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
2131 2001-02-22  Timothy Wall  <twall@cygnus.com>
2133         * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey).
2134         * configure.in: Add objects for elf64_ia64_aix vectors.
2135         * configure: Regenerated.
2136         * configure.host: Recognize ia64-*-aix*.
2137         * elfxx-ia64.c: Add hooks for ELF64 on AIX5.  Define new vectors
2138         for AIX.  AIX5 requires most relocations to be dynamic (*all*
2139         binaries are somewhat similar to shared libraries).
2140         * targets.c: Add elf64_ia64_aix vectors.
2142 2001-02-21  David Mosberger  <davidm@hpl.hp.com>
2144         * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
2145         C8 said "1" instead of "8".  Clarify error string for IMM22:
2146         "signed integer" instead of just "integer".
2148 2001-02-20  Andreas Jaeger  <aj@suse.de>
2150         * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make
2151         PLT entries that could serve as a definition for a weak symbol.
2153 2001-02-19  Jakub Jelinek  <jakub@redhat.com>
2155         * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLT
2156         entries that could serve as a definition for a weak symbol.
2157         * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
2159 2001-02-18  David O'Brien  <obrien@FreeBSD>
2161         * configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat
2162         FreeBSD/i386-CURRENT differently until I can figure out the needed
2163         corefile changes.
2164         * configure: Regenerate.
2165         * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm,
2166         FreeBSD/PowerPC, and FreeBSD/sparc64.
2168 2001-02-18  lars brinkhoff  <lars@nocrew.org>
2170         * Makefile.am: Add PDP-11 a.out target.
2171         * config.bfd: Likewise.
2172         * configure.in: Likewise.
2173         * targets.c: Likewise.
2174         * archures.c: Likewise.
2175         * bfd-in2.h: Likewise.  Add PDP-11 relocations.
2176         * libbfd.h: Add PDP-11 relocations.
2177         * reloc.c: Likewise.
2178         * cpu-pdp11.c: New file.
2179         * pdp11.c: New file.
2181         * libaout.h (GET_WORD) [ARCH_SIZE==16]: Define.
2182         (GET_SWORD) [ARCH_SIZE==16]: Likewise.
2183         (GET_SWORD) [ARCH_SIZE==16]: Likewise.
2184         (PUT_WORD) [ARCH_SIZE==16]: Likewise.
2185         (GET_MAGIC): New macro.
2186         (PUT_MAGIC): Likewise.
2187         * aout-target.h (MY(object_p)): Use GET_MAGIC to read magic word.
2189 2001-02-18  Jim Kingdon  <jkingdon@engr.sgi.com>
2191         * irix-core.c (irix_core_core_file_p): Set the architecture (GDB
2192         multiarch needs it).
2194 2001-02-18  H.J. Lu  <hjl@gnu.org>
2196         * elflink.h (elf_link_input_bfd): Ignore invalid section symbol
2197         index.
2199 2001-02-18  Kazu Hirata  <kazu@hxi.com>
2201         * vms-misc.c: Fix formatting.
2203 2001-02-16  Kazu Hirata  <kazu@hxi.com>
2205         * vms.c: Fix formatting.
2207 2001-02-14  H.J. Lu  <hjl@gnu.org>
2209         * elf.c (elf_find_function): New function.
2210         (_bfd_elf_find_nearest_line): Call elf_find_function () to find
2211         the file name and function name.
2213 2001-02-14  Nick Clifton  <nickc@redhat.com>
2215         * ecoff.c (bfd_debug_section): Update to initialise new fields in
2216         asection structure.
2218         * Makefile.am (BFD32_BACKENDS_CFILES): Remove peigen.c
2219         (BFD64_BACKENDS): Add pepigen.c
2220         Add rules to create peigen.c and pepigen.c from peXXigen.c.
2222         * Makefile.in: Regenerate.
2223         * configure:  Regenerate.
2224         * po/POTFILES.in: Regenerate.
2225         * po/bfd.pot: Regenerate.
2227 2001-02-14  H.J. Lu  <hjl@gnu.org>
2229         * libcoff-in.h (pe_tdata): Add members target_subsystem and
2230         force_minimum_alignment.
2232 2001-02-14  Bo Thorsen  <bo@suse.de>
2234         * elf64-x86-64.c: Small formatting fixes and rearrangements of code.
2235         (elf64_86_64_size_info): Struct added to fix a problem
2236         with the hashtable string entries.
2237         (elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt.
2238         (elf64_x86_64_size_dynamic_sections): A FIXME removed.
2239         (elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and
2240         remove the FIXME for this.
2241         (elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt
2242         section. Also removed the FIXME for it.
2243         (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
2244         (ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker.
2245         (elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing.
2247 2001-02-13  Richard Henderson  <rth@redhat.com>
2249         * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
2250         and not user provided.
2252 2001-02-13  Kazu Hirata  <kazu@hxi.com>
2254         * vms.c (vms_print_symbol): Remove unreachable code.
2256         * rs6000-core.c: Fix formatting.
2258 2001-02-13  David Mosberger  <davidm@hpl.hp.com>
2260         * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
2261         as _bfd_XXi_only_swap_filehdr_out.
2262         (pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
2263         pe->force_minimum_alignment to TRUE.
2264         (pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
2265         PEI_TARGET_SUBSYSTEM.
2266         (pe_print_private_bfd_data): Call
2267         _bfd_XX_print_private_bfd_data_common() instead of
2268         _bfd_pe_print_private_bfd_data_common().
2269         (pe_bfd_copy_private_bfd_data): Call
2270         _bfd_XX_bfd_copy_private_bfd_data_common() instead of
2271         _bfd_pe_bfd_copy_private_bfd_data_common().
2272         (coff_bfd_copy_private_section_data): Define as
2273         _bfd_XX_bfd_copy_private_section_data instead of
2274         _bfd_pe_bfd_copy_private_section_data.
2275         (coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
2276         of a _bfd_pe_get_symbol_info.
2278         * peigen.c: Delete.
2280         * peXXigen.c: Renamed from peigen.c.
2281         (COFF_WITH_XX): Define this macro (will get expanded into
2282         COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
2283         compiled as peigen.c or pepigen.c.
2284         [COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
2285         define the canonical PEP structures and definitions.
2286         (_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
2287         effect, enforce minimum file and section alignments.  If
2288         extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
2289         pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
2290         so, by default, this is a no-op).
2292         * libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
2293         (_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
2294         _bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
2295         _bfd_pefoo if it's not defined.  Use these macros to define
2296         coff swap macros.
2298         * libcoff.h (pe_tdata): Add members target_subsystem and
2299         force_minimum_alignment.
2301         * efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
2302         COFF_WITH_pep.
2303         (PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.
2305         * configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
2306         peigen.lo.
2308         * coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
2309         (AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
2310         PEPAOUTHDR.
2312         * Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
2313         (BFD64_BACKENDS_CFILES): Mention pepigen.c
2314         (peigen.c): Add rule to generate from peXXigen.c.
2315         (pepigen.c): Ditto.
2316         (pepigen.lo): List dependencies for pepigen.lo.
2318 2001-02-13  Alan Modra  <alan@linuxcare.com.au>
2320         * elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$.  If
2321         $global$ referenced but not defined, set its value here.
2323 2001-02-09  Bo Thorsen  <bo@suse.de>
2325         * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
2326         alignment to 3.
2327         (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
2328         and relocation.
2329         (elf64_x86_64_relocate_section): Fix formatting.
2330         (elf64_x86_64_relocate_section): Fix addend for relocation of
2331         R_X86_64_(8|16|32|PC8|PC16|PC32).
2333 2001-02-12  Jan Hubicka  <jh@suse.cz>
2335         * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
2337 2001-02-11  H.J. Lu  <hjl@gnu.org>
2339         * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
2340         alignment.
2342 2001-02-11  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2344         * elf32-mips.c (mips_elf_create_dynamic_relocation): Undo patch
2345         from 2000-10-13.  Do not add the symbol's value for R_MIPS_REL32
2346         relocations against dynsym symbols.
2348         * elf32-mips.c (elf_mips_howto_table): Fix the comment on
2349         the R_MIPS_26 relocation.
2350         (mips_elf_calculate_relocation): Use (p + 4) instead of p for
2351         the R_MIPS_26 relocation.
2352         (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
2353         relocation.
2354         * elf64-mips.c (mips_elf64_howto_table_rel): Fix the comment on
2355         the R_MIPS_26 relocation.
2356         (mips_elf64_howto_table_rela): Likewise.
2358         * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub
2359         member to mark symbols that have non-CALL relocations against
2360         them.
2361         (mips_elf_link_hash_newfunc): Initialize no_fn_stub.
2362         (mips_elf_calculate_relocation): Handle R_MIPS_CALL16 like
2363         R_MIPS_GOT16.
2364         (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a
2365         non-CALL relocation against it is encountered.
2366         (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well.
2367         (_bfd_mips_elf_adjust_dynamic_symbol): Only create a stub if
2368         no_fn_stub is not set.
2370         * elf32-mips.c (mips_elf_output_extsym): Get the output section
2371         information from the real symbol for indirect ones.
2372         Check no_fn_stub to find out if a symbol has a function stub
2373         indeed.
2375 2001-02-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
2377         * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
2378         * Makefile.in: Regenerate.
2380 2001-02-09  David Mosberger  <davidm@hpl.hp.com>
2382         * elfxx-ia64.c (is_unwind_section_name): New function.  Returns
2383         true if section name is an unwind table section name.
2384         (elfNN_ia64_additional_program_headers): Count each unwind section
2385         separately.
2386         (elfNN_ia64_modify_segment_map): Install one unwind program header
2387         for each unwind separate section.  Note: normally the linker
2388         script merges the unwind sections that go into a single segment,
2389         so this still generates at most one unwind program header per
2390         segment.
2392         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
2393         name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
2394         (elfNN_ia64_fake_sections): Mark sections with names that start
2395         with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
2396         unwind section.
2398         * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
2399         Use it to make sh_info in unwind section point to the text section
2400         it applies to.
2402 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2404         * Makefile.am: Add linux target for S/390.
2405         * archures.c: Likewise.
2406         * bfd-in2.h: Likewise.
2407         * config.bfd: Likewise.
2408         * configure.in: Likewise.
2409         * elf.c: Likewise.
2410         * libbfd.h: Likewise.
2411         * targets.c: Likewise.
2412         * cpu-s390.c: New file.
2413         * elf32-s390.c: New file.
2414         * elf64-s390.c: New file.
2416 2001-02-09  Nick Clifton  <nickc@redhat.com>
2418         * peigen.c (_bfd_pe_get_symbol_info): Suppress addition of
2419         ImageBase.  This has already been done by coff_swap_hdr_in.
2421 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
2423         * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
2425 2001-02-09  Jakub Jelinek  <jakub@redhat.com>
2427         * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
2428         (sparc64_elf_relocate_section): Likewise.
2430 2001-02-09  Mark Kettenis  <kettenis@gnu.org>
2432         * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
2433         similar to R_SPARC_32.
2434         * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
2436 2001-02-08  H.J. Lu  <hjl@gnu.org>
2438         * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
2439         relocation entries for weak definitions when building DSO with
2440         -Bsymbolic.
2442 2001-02-08  Richard Henderson  <rth@redhat.com>
2444         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
2445         before visibility.  Locally defined protected symbols are not
2446         dynamic.
2448 2001-02-08  Geoffrey Keating  <geoffk@redhat.com>
2450         * config.bfd: Enable coff64 for rs6000-*.  Patch from
2451         <hzoli@austin.ibm.com>.
2453 2001-02-07  Mark Elbrecht  <snowball3@bigfoot.com>
2455         * coffgen.c (coff_find_nearest_line): If stabs info is successfully
2456         found, do not attempt to find dwarf2 info before returning.
2458 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
2460         * elflink.h (is_global_symbol_definition): Rename to
2461         is_global_data_symbol_definition and have it reject function
2462         symbols.
2463         (elf_link_is_defined_archive_symbol): Use renamed function.
2465 2001-02-07  Todd Vierling  <tv@wasabisystems.com>
2467         * libbfd-in.h (bfd_target_vector): Change extern array to pointer.
2468         * libbfd.h (bfd_target_vector): Likewise.
2469         * targets.c (bfd_target_vector): Rename to _bfd_target_vector and
2470         make static; create pointer reference named bfd_target_vector.
2471         (_bfd_target_vector_entries): Calculate this based on the array
2472         typed _bfd_target_vector.
2474 2001-02-06  H.J. Lu  <hjl@gnu.org>
2476         * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
2477         internal symbols are not dynamic.
2478         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
2480 2001-02-06  Nick Clifton  <nickc@redhat.com>
2482         * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so
2483         that it will not be pulled into the list of files that make up
2484         po/POTFILES.in.
2485         * Makefile.in: Regenerate.
2486         * po/bfd.pot:  Regenerate.
2488 2001-02-06  H.J. Lu  <hjl@gnu.org>
2490         * peicode.h (coff_swap_filehdr_in): Remove the e_magic
2491         checking.
2492         (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
2493         external_PEI_IMAGE_hdr.
2495 2001-02-06  Kazu Hirata  <kazu@hxi.com>
2497         * elf-m10200.c: Fix formatting.
2499 2001-02-04  Nick Clifton  <nickc@redhat.com>
2501         * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC
2502         rel, it will be handled later on.
2504 2001-02-02  Fred Fish  <fnf@ninemoons.com>
2506         * Makefile.in: Fix typo.
2508 2001-02-01  Kazu Hirata  <kazu@hxi.com>
2510         * elf-m10300.c: Fix formatting.
2512 2001-01-30  Alan Modra  <alan@linuxcare.com.au>
2514         * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
2515         (elf_backend_get_symbol_type): Define.
2516         (elf64_hppa_object_p): Set architecture and machine from elf
2517         header flags.
2519 2001-01-30  Curtis L. Janssen  <cljanss@ca.sandia.gov>
2521         * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
2522         before mdebug.
2524 2001-01-26  Richard Henderson  <rth@redhat.com>
2526         * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
2527         for non-default visibility.
2528         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
2529         delete ugly macro and replace with pretty function.
2531 2001-01-25  Mark Elbrecht  <snowball3@bigfoot.com>
2533         * coff-go32.c: Update copyright.
2534         * coff-stgo32.c: Likewise.
2535         * coff-go32.c (COFF_LONG_FILENAMES): Define.
2536         * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
2537         * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
2538         * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
2540 2001-01-25  Kazu Hirata  <kazu@hxi.com>
2542         * bfd-in2.h: Rebuild.
2543         * libbfd.h: Likewise.
2545 2001-01-23  H.J. Lu  <hjl@gnu.org>
2547         * bfd-in2.h: Rebuild.
2549 2001-01-23  H.J. Lu  <hjl@gnu.org>
2551         * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
2552         is NULL or PRIV(vms_rec) is outside of the buffer.
2554 2001-01-23  Kazu Hirata  <kazu@hxi.com>
2556         * coff64-rs6000.c: Fix formatting.
2557         * coff-arm.c: Likewise.
2558         * coffgen.c: Likewise.
2559         * cofflink.c: Likewise.
2560         * coff-mcore.c: Likewise.
2561         * coff-mips.c: Likewise.
2562         * coff-pmac.c: Likewise.
2563         * coff-ppc.c: Likewise.
2564         * coff-rs6000.c: Likewise.
2565         * elf32.c: Likewise.
2566         * elf32-fr30.c: Likewise.
2567         * elf32-i370.c: Likewise.
2568         * elf32-i860.c: Likewise.
2569         * elf32-m32r.c: Likewise.
2570         * elf32-m68k.c: Likewise.
2571         * elf32-mcore.c: Likewise.
2572         * elf32-ppc.c: Likewise.
2573         * elf32-sh.c: Likewise.
2574         * elf32-v850.c: Likewise.
2575         * elf64-alpha.c: Likewise.
2576         * elf64-sparc.c: Likewise.
2577         * elflink.c: Likewise.
2578         * elflink.h: Likewise.
2579         * elf-m10200.c: Likewise.
2580         * elf-m10300.c: Likewise.
2581         * elfxx-ia64.c: Likewise.
2583         * aoutx.h: Fix formatting.
2584         * bfd.c: Likewise.
2585         * bfd-in2.h: Likewise.
2586         * bfd-in.h: Likewise.
2587         * cpu-i386.c: Likewise.
2588         * cpu-m68hc11.c: Likewise.
2589         * dwarf2.c: Likewise.
2590         * elf64-x86-64.c: Likewise.
2591         * format.c: Likewise.
2592         * freebsd.h: Likewise.
2593         * hash.c: Likewise.
2594         * hp300hpux.c: Likewise.
2595         * hppabsd-core.c: Likewise.
2596         * hpux-core.c: Likewise.
2598 2001-01-22  Bo Thorsen  <bo@suse.de>
2600         * elf64-x86-64.c: Added PIC support for X86-64.
2601         (elf64_x86_64_link_hash_newfunc): Function added.
2602         (elf64_x86_64_link_hash_table_create): Likewise.
2603         (elf64_x86_64_check_relocs): Likewise.
2604         (elf64_x86_64_gc_mark_hook): Likewise.
2605         (elf64_x86_64_gc_sweep_hook): Likewise.
2606         (elf64_x86_64_adjust_dynamic_symbol): Likewise.
2607         (elf64_x86_64_size_dynamic_sections): Likewise.
2608         (elf64_x86_64_discard_copies): Likewise.
2609         (elf64_x86_64_finish_dynamic_symbol): Likewise.
2610         (elf64_x86_64_finish_dynamic_sections): Likewise.
2611         (elf64_x86_64_relocate_section): Add relocation of PIC sections.
2613 2001-01-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2615         * Makefile.am (install-data-local): Make use of $(DESTDIR).
2616         * Makefile.in: Regenerate.
2618 2001-01-21  Kazu Hirata  <kazu@hxi.com>
2620         * coff-a29k.c: Fix formatting.
2622 2001-01-19  H.J. Lu  <hjl@gnu.org>
2624         * elf32-i386.c (elf_i386_check_relocs): Report files with bad
2625         relocation section names.
2626         (elf_i386_relocate_section): Report files with bad relocation
2627         section names and return false.
2629 2001-01-17  Bo Thorsen  <bo@suse.de>
2631         * targets.c: Alphabetize list of xvecs.
2633 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
2635         * config.bfd: Add linux target variant for elfxx-hppa.
2636         * configure.in: Recognize bfd_elf32_hppa_linux_vec and
2637         bfd_elf64_hppa_linux_vec.
2638         * configure: Regenerate.
2639         * elf64-hppa.c: Include elf64-target.h again to support linux
2640         target variant.
2641         (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
2642         * elf32-hppa.c: Include elf32-target.h again to support linux
2643         target variant.
2644         (elf32_hppa_post_process_headers): New function.
2645         (elf_backend_post_process_headers): Define.
2646         * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
2647         bfd_elf32_hppa_linux_vec.
2649         * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
2650         and data_segment_base fields.
2651         (elf32_hppa_link_hash_table_create ): Init them.
2652         (elf32_hppa_check_relocs): Update comments.
2653         (hppa_record_segment_addr): New function.
2654         (elf32_hppa_relocate_section): Call it.
2655         (final_link_relocate): Handle R_PARISC_SEGREL32.
2656         (elf32_hppa_final_link): New function.
2657         (bfd_elf32_bfd_final_link): Define to call it.
2658         (hppa_unwind_entry_compare): New function.
2659         * cache.c (bfd_open_file): Create files in write+read mode.
2661         * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
2662         SEGREL32 and numerous other relocs.  Change duplicate
2663         R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
2665         * opncls.c (bfd_fdopenr): Add parens like the comment says around
2666         O_ACCMODE.
2668         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
2669         .plt entries for DT_INIT and DT_FINI.
2670         (elf32_hppa_finish_dynamic_sections): Remove special handling of
2671         DT_INIT and DT_FINI.
2673         * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
2674         offsets for stub .plt access if wide mode.  Check offset in range.
2676 2001-01-13  Nick Clifton  <nickc@redhat.com>
2678         * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
2679         line.
2681         * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
2682         line.
2684 2001-01-12  Alan Modra  <alan@linuxcare.com.au>
2686         * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
2687         * configure: Regenerate.
2689 2001-01-11  Peter Targett  <peter.targett@arccores.com>
2691         * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
2692         bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
2693         * cpu-arc.c (arch_info_struct): Add entries for variants.
2694         (bfd_arc_arch) Set default to bfd_mach_arc_5.
2695         (arc_get_mach) Don't assume machine names prefixed arc- before
2696         testing.
2697         * elf32-arc.c (arc_elf_object_p): Set machine number based on new
2698         selections.
2699         (arc_elf_final_write_processing) Likewise.
2700         (ELF_MACHINE_CODE) Use EM_ARC.
2702 2001-01-10  Nick Clifton  <nickc@redhat.com>
2704         * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
2706 2001-01-07  Philip Blundell  <philb@gnu.org>
2708         * README: Replace `bug-gnu-utils@gnu.org' with
2709         `bug-binutils@gnu.org'.
2711 2001-01-04  Kazu Hirata  <kazu@hxi.com>
2713         * som.c: Fix formatting.
2715 2001-01-03  Kazu Hirata  <kazu@hxi.com>
2717         * ecoffswap.h: Fix formatting.
2718         * elf-bfd.h: Likewise.
2719         * elfarm-nabi.c: Likewise.
2720         * elfarm-oabi.c: Likewise.
2721         * elfcode.h: Likewise.
2722         * elfcore.h: Likewise.
2723         * elflink.c: Likewise.
2724         * elflink.h: Likewise.
2725         * elfxx-ia64.c: Likewise.
2726         * elfxx-target.h: Likewise.
2727         * libbfd.c: Likewise
2728         * linker.c: Likewise.
2729         * lynx-core.c: Likewise.
2731 2001-01-02  Kazu Hirata  <kazu@hxi.com>
2733         * pc532-mach.c: Fix formatting.
2734         * pe-arm.c: Likewise.
2735         * pe-i386.c: Likewise.
2736         * pe-mips.c: Likewise.
2737         * pe-ppc.c: Likewise.
2738         * pe-sh.c: Likewise.
2739         * pei-mips.c: Likewise.
2740         * pei-sh.c: Likewise.
2741         * peicode.h: Likewise.
2742         * ppcboot.c: Likewise.
2743         * ptrace-core.c: Likewise.
2745 2001-01-01  Kazu Hirata  <kazu@hxi.com>
2747         * reloc.c: Fix formatting.
2748         * riscix.c: Likewise.
2749         * rs6000-core.c: Likewise.
2750         * xcoff-target.h: Likewise.
2752 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
2754         * elfcode.h (elf_object_p): Also restore the bfd mach field on
2755         error, by calling bfd_default_set_arch_mach with incoming
2756         values.
2758 2000-12-26  Kazu Hirata  <kazu@hxi.com>
2760         * vaxnetbsd.c: Fix formatting.
2761         * versados.c: Likewise.
2762         * vms-gsd.c: Likewise.
2763         * vms-hdr.c: Likewise.
2764         * vms-misc.c: Likewise.
2766 2000-12-25  Alexandre Oliva  <aoliva@redhat.com>
2768         * archive.c (coff_write_armap): Don't write more than symbol_count
2769         `archive_member_file_ptr's.
2771 2000-12-25  Kazu Hirata  <kazu@hxi.com>
2773         * vms-tir.c: Fix formatting.
2775 2000-12-23  Kazu Hirata  <kazu@hxi.com>
2777         * vms.c: Fix formatting.
2778         * vms.h: Likewise.
2780 2000-12-21  Santeri Paavolainen <santtu@ssh.com>
2782         * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
2784         * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
2786         * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
2787         arithmetic.
2789         * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
2791         * coffcode.h (styp_to_sec_flags): Add empty statement after label.
2793 2000-12-21  Richard Sandiford  <rsandifo@redhat.com>
2795         * libbfd.c (bfd_get_bits): Added
2796         (bfd_put_bits): Likewise
2797         * bfd-in.h: Declared the above.
2798         * bfd-in2.h: Regenerated.
2800 2000-12-20  Kazu Hirata  <kazu@hxi.com>
2802         * targets.c: Fix formatting.
2803         * tekhex.c: Likewise.
2804         * trad-core.c: Likewise.
2806 2000-12-19  Kazu Hirata  <kazu@hxi.com>
2808         * sco5-core.c: Fix formatting.
2809         * section.c: Likewise.
2810         * sparclinux.c: Likewise.
2811         * sparclynx.c: Likewise.
2812         * sparcnetbsd.c: Likewise.
2813         * srec.c: Likewise.
2814         * stabs.c: Likewise.
2815         * stab-syms.c: Likewise.
2816         * sunos.c: Likewise.
2817         * syms.c: Likewise.
2818         * sysdep.h: Likewise.
2820 2000-12-18  Nick Clifton  <nickc@redhat.com>
2822         * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
2823         defined.
2824         * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
2825         * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
2827 2000-12-18  Nick Clifton  <nickc@redhat.com>
2829         * vms-misc.c (_bfd_vms_get_record): Add default case to
2830         file_format switch.
2832 2000-12-15  Miloslav Trmac <mitr@volny.cz>
2834         * elfcore.h (elf_core_file_p): Move to the start of the program
2835         headers before attempting to read them.
2837 2000-12-14  Kazu Hirata  <kazu@hxi.com>
2839         * peigen.c: Fix formatting.
2840         * som.c: Likewise.
2841         * som.h: Likewise.
2843 2000-12-13  Kazu Hirata  <kazu@hxi.com>
2845         * peigen.c: Fix formatting.
2847 2000-12-12  Jim Wilson  <wilson@redhat.com>
2849         *  elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
2851 2000-12-08  Mark Salter  <msalter@redhat.com>
2853         * binary.c (binary_set_section_contents): Ignore sections
2854         with zero size.
2856 2000-12-12  Kazu Hirata  <kazu@hxi.com>
2858         * m68klinux.c: Fix formatting.
2859         * m68knetbsd.c: Likewise.
2860         * mipsbsd.c: Likewise.
2861         * netbsd-core.c: Likewise.
2862         * netbsd.h: Likewise.
2863         * newsos3.c: Likewise.
2864         * nlm32-alpha.c: Likewise.
2865         * nlm32-i386.c: Likewise.
2866         * nlm32-ppc.c: Likewise.
2867         * nlm32-sparc.c: Likewise.
2868         * nlmcode.h: Likewise.
2869         * nlmswap.h: Likewise.
2870         * nlm-target.h: Likewise.
2871         * ns32knetbsd.c: Likewise.
2873 2000-12-10  Fred Fish  <fnf@be.com>
2875         * elflink.h (elf_link_output_extsym): Don't complain about undefined
2876         symbols in shared objects if allow_shlib_undefined is true.
2878 2000-12-12  Nick Clifton  <nickc@redhat.com>
2880         * cpu-sh.c: Fix formattng.
2881         * elf.c: Fix formattng.
2882         * elf32-mips.c: Fix formattng.
2883         * elf32-sh.c: Fix formattng.
2884         * elf64-alpha.c: Fix formattng.
2886 2000-12-09  Nick Clifton  <nickc@redhat.com>
2888         * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
2889         dwarf2_find_line_info as last parameter to invocation of
2890         _bfd_dwarf2_find_nearest_line.
2891         * elf32-arm.h (elf32_arm_find_nearest_line): Pass
2892         dwarf2_find_line_info as last parameter to invocation of
2893         _bfd_dwarf2_find_nearest_line.
2895 2000-12-08  Mark Elbrecht  <snowball3@bigfoot.com>
2897         * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
2898         (BFD_LIBS): ...to here.
2899         (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
2900         (BFD_LIBS_CFILES): ...to here.
2901         * Makefile.in: Regenerate.
2902         * configure.in: Remove dwarf.lo from the elf shell variable.
2903         * configure: Regenerate.
2904         * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
2905         * libcoff.h: Regenerate.
2906         * coffgen.c (coff_find_nearest_line): Call
2907         _bfd_dwarf2_find_nearest_line.
2908         * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
2909         accordingly.
2910         (read_abbrevs): Likewise
2911         (decode_line_info): Likewise.
2912         (parse_comp_unit): Likewise.
2913         (comp_unit_find_nearest_line): Likewise.
2914         * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
2915         * libbfd.h: Regenerate.
2916         * elf.c (_bfd_elf_find_nearest_line): Update call.
2917         * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
2918         * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
2919         * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
2920         (sec_to_styp_flags): Use them. Handle DWARF2 sections.
2921         (styp_to_sec_flags): Handle DWARF2 sections.
2922         * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
2923         to _bfd_find_nearest_line.
2924         * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
2925         call to _bfd_find_nearest_line.
2927 2000-12-08  Kazu Hirata  <kazu@hxi.com>
2929         * coffgen.c: Fix formatting.
2930         * elf-m10300.c: Likewise.
2931         * elf32-i386.c: Likewise.
2932         * elf32-i960.c: Likewise.
2933         * elf32-m68k.c: Likewise.
2934         * elf32-mcore.c: Likewise.
2935         * elf32-ppc.c: Likewise.
2936         * elf32-sh.c: Likewise.
2937         * elf32-sparc.c: Likewise.
2938         * elf32-v850.c: Likewise.
2939         * elf64-alpha.c: Likewise.
2940         * elf64-hppa.c: Likewise.
2941         * elf64-mips.c: Likewise.
2942         * elf64-sparc.c: Likewise.
2944 2000-12-07  Kazu Hirata  <kazu@hxi.com>
2946         * elf32-ppc.c: Fix formatting.
2947         * elf64-x86-64.c: Likewise.
2949 2000-12-06  Ulf Carlsson  <ulfc@engr.sgi.com>
2951         From  Ralf Baechle  <ralf@gnu.org>
2953         * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
2954         BFDs containing no sections or empty .text, .data or .bss sections
2955         to be merged, regardless of their flags.
2957 2000-12-06  Kazu Hirata  <kazu@hxi.com>
2959         * elf32-m32r.c: Fix formatting.
2960         * elf32-m68hc11.c: Likewise.
2961         * elf32-m68hc12.c: Likewise.
2962         * elf32-m68k.c: Likewise.
2963         * elf32-mcore.c: Likewise.
2964         * elf32-pj.c: Likewise.
2965         * elf32-ppc.c: Likewise.
2967 2000-12-05  Kazu Hirata  <kazu@hxi.com>
2969         * elf32-fr30.c: Fix formatting.
2970         * elf32-hppa.c: Likewise.
2971         * elf32-i370.c: Likewise.
2972         * elf32-i386.c: Likewise.
2973         * elf32-i860.c: Likewise.
2974         * elf32-i960.c: Likewise.
2976 2000-12-03  Kazu Hirata  <kazu@hxi.com>
2978         * elf32-arm.h: Fix formatting.
2979         * elf32-avr.c: Likewise.
2980         * elf32-cris.c: Likewise.
2981         * elf32-d10v.c: Likewise.
2982         * elf32-d30v.c: Likewise.
2983         * elf-hppa.h: Likewise.
2984         * elf-m10200.c: Likewise.
2985         * elf-m10300.c: Likewise.
2987 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
2989         * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
2990         bfd_mach_mips32_4k.  Update FIXME comment.
2991         * archures.c (bfd_mach_mips32): New constant.
2992         (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
2993         the latter, renumber it.
2994         * bfd-in2.h (bfd_mach_mips32): New constant.
2995         (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
2996         the latter, renumber it.
2997         * cpu-mips.c (I_mips32): New constant.
2998         (I_mips4K, I_mips32_4k): Rename the former to the latter.
2999         (arch_info_struct): Add bfd_mach_mips32 entry, replace
3000         bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
3001         * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
3002         (elf_mips_mach): Likewise.  Also, replace E_MIPS_MACH_MIPS32
3003         with E_MIPS_MACH_MIPS32_4K.
3004         (_bfd_mips_elf_final_write_processing): Replace
3005         bfd_mach_mips4K with bfd_mach_mips32_4k case, add
3006         bfd_mach_mips32 case.
3007         (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
3008         comparison with support for MIPS32.
3009         (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
3010         MIPS32.
3012         * aoutx.h (NAME(aout,machine_type)): Add cases for
3013         bfd_mach_mips5 and bfd_mach_mips64.
3014         * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
3015         * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
3016         * cpu_mips.c (I_mips5, I_mips64): New definitions.
3017         (arch_info_struct): Add entries for bfd_mach_mips5 and
3018         bfd_mach_mips64.
3019         * elf32-mips.c (elf_mips_isa, elf_mips_mach,
3020         _bfd_mips_elf_print_private_bfd_data): Add cases for
3021         E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
3022         (_bfd_mips_elf_final_write_processing): Add cases for
3023         bfd_mach_mips5 and bfd_mach_mips64.
3025         * aoutx.h (NAME(aout,machine_type)): Add a
3026         bfd_mach_mips_sb1 case.
3027         * archures.c (bfd_mach_mips_sb1): New constant.
3028         * bfd-in2.h (bfd_mach_mips_sb1): New constant.
3029         * cpu-mips.c (I_sb1): New constant.
3030         (arch_info_struct): Add entry for bfd_mach_mips_sb1.
3031         * elf32-mips.c (elf_mips_mach): Add case for
3032         E_MIPS_MACH_SB1.
3033         (_bfd_mips_elf_final_write_processing): Add case for
3034         bfd_mach_mips_sb1.
3036 2000-12-01  Joel Sherrill <joel@OARcorp.com>
3038         * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
3039         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
3040         (sparc*-*-rtems*): Switched from a.out to ELF.
3042 2000-11-30  Jan Hubicka  <jh@suse.cz>
3044         * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
3045         BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
3046         (elf64-x86-64.lo): Add dependencies.
3047         * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
3048         bfd_mach_x86_64_intel_syntax.
3049         * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
3050         * config.bfd (x86_64): Add.
3051         * configure.in: Add support for bfd_elf64_x86_64_vec.
3052         * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
3053         (bfd_i386_arch, i8086_ar): Link in.
3054         * elf64-x86-64.c: New file.
3055         * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
3056         * targets.c (bfd_elf64_x86_64_vec): Add.
3057         (bfd_target_vect): Add bfd_elf64_x86_64_vec.
3059 2000-11-30  Kazu Hirata  <kazu@hxi.com>
3061         * xcofflink.c: Fix formatting.
3063 2000-11-28  Kazu Hirata  <kazu@hxi.com>
3065         * aoutx.h: Fix formatting.
3066         * bfd-in.h: Likewise.
3067         * bfd-in2.h: Likewise.
3068         * cache.c: Likewise.
3069         * cisco-core.c: Likewise.
3070         * coff64-rs6000.c: Likewise.
3071         * coffcode.h: Likewise.
3072         * coffswap.h: Likewise.
3073         * corefile.c: Likewise.
3074         * elf32-mips.c: Likewise.
3076 2000-11-27  Kazu Hirata  <kazu@hxi.com>
3078         * aout-adobe.c: Fix formatting.
3079         * coff64-rs6000.c: Likewise.
3080         * coffgen.c: Likewise.
3081         * cofflink.c: Likewise.
3083 2000-11-27  Philip Blundell  <pb@futuretv.com>
3085         * libcoff-in.h (coff_tdata): Add `strings_written' flag.
3086         (obj_coff_strings_written): New accessor macro for above.
3087         * libcoff.h: Regenerate.
3088         * cofflink.c (_bfd_coff_final_link): Say that we wrote the
3089         strings.
3090         * coffcode.h (coff_write_object_contents): No need to write out
3091         the string table if it's already been done.
3093 2000-11-22  Philip Blundell  <pb@futuretv.com>
3095         * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
3096         weak undefined symbols.
3098 2000-11-24  Nick Clifton  <nickc@redhat.com>
3100         * archures.c (bfd_mach_arm_5TE): Define.
3101         (bfd_mach_arm+XScale): Define.
3102         * bfd-in2.h: Regenerate.
3104         * coff-arm.c (coff_arm_reloc_type_lookup): Accept
3105         BFD_RELOC_ARM_PCREL_BLX.
3107         * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
3108         XScale machine numbers.
3110         * config.bfd (xscale-elf): Add target.
3111         (xscale-coff): Add target.
3113         * cpu-arm.c: Add xscale machine name.
3114         Add v5t, v5te and XScale machine numbers.
3116 2000-11-23  Kazu Hirata  <kazu@hxi.com>
3118         * aix386-core.c: Fix formatting.
3120 2000-11-22  Jim Wilson  <wilson@redhat.com>
3122         * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
3123         (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
3124         * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
3125         (ins_imms_scaled): Initialize sign_bit at function entry.
3126         (elf64_ia64_operands): Add missing initializers.
3127         * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
3128         elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
3129         elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
3130         elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
3131         elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
3132         parameters.
3133         (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
3134         and free_extsyms at function entry.
3135         (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
3136         (elfNN_ia64_create_dynamic_sections): Delete unused local h.
3137         (get_got): Delete unused local srel.
3138         (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
3139         (elfNN_ia64_relocate_section): Delete unused local dynindx.
3141 2000-11-21  Kazu Hirata  <kazu@hxi.com>
3143         * coff-a29k.c: Fix formatting.
3144         * coff-h8500.c: Likewise.
3145         * coff-i960.c: Likewise.
3146         * coff-ppc.c: Likewise.
3147         * coff-rs6000.c: Likewise.
3148         * coff-stgo32.c: Likewise.
3149         * coff-tic54x.c: Likewise.
3150         * coff-w65.c: Likewise.
3151         * cpu-h8500.c: Likewise.
3152         * cpu-hppa.c: Likewise.
3153         * cpu-ns32k.c: Likewise.
3154         * ecoff.c: Likewise.
3155         * ecofflink.c: Likewise.
3157 2000-11-21  Nick Clifton  <nickc@redhat.com>
3159         * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
3160         remove possibility of infinite loop.
3162 2000-11-20  Kazu Hirata  <kazu@hxi.com>
3164         * aix386-core.c: Fix formatting.
3165         * aout-adobe.c: Likewise.
3166         * aout-arm.c: Likewise.
3167         * aout-encap.c: Likewise.
3168         * aout-ns32k.c: Likewise.
3169         * aout-target.h: Likewise.
3170         * aout-tic30.c: Likewise.
3171         * aoutf1.h: Likewise.
3172         * aoutx.h: Likewise.
3173         * archive.c: Likewise.
3174         * bfd-in.h: Likewise.
3175         * bfd-in2.h: Likewise.
3176         * bfd.c: Likewise.
3177         * bout.c: Likewise.
3179 2000-11-17  H.J. Lu  <hjl@gnu.org>
3181         * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
3182         pltoff entries for DT_INIT and DT_FINI.
3183         (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
3184         (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
3185         entries.
3187 2000-11-16  Richard Henderson  <rth@redhat.com>
3189         * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
3190         (allocate_dynrel_entries): Likewise.
3191         (elfNN_ia64_relocate_section): Likewise.  Set REL addends correctly.
3192         (set_pltoff_entry): Likewise.
3193         (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
3194         (elfNN_ia64_reloc_type_lookup): Likewise.
3195         (elfNN_ia64_install_value): Likewise.
3196         (elfNN_ia64_relocate_section): Likewise.
3197         * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
3198         (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
3200 2000-11-16  Kazu Hirata  <kazu@hxi.com>
3202         * cpu-a29k.c: Fix formatting.
3203         * cpu-alpha.c: Likewise.
3204         * cpu-arm.c: Likewise.
3205         * cpu-avr.c: Likewise.
3206         * cpu-d10v.c: Likewise.
3207         * cpu-h8500.c: Likewise.
3208         * cpu-hppa.c: Likewise.
3209         * cpu-i370.c: Likewise.
3210         * cpu-i386.c: Likewise.
3211         * cpu-i960.c: Likewise.
3212         * cpu-ia64-opc.c: Likewise.
3213         * cpu-ia64.c: Likewise.
3214         * cpu-m32r.c: Likewise.
3215         * cpu-m68hc11.c: Likewise.
3216         * cpu-m68hc12.c: Likewise.
3217         * cpu-m68k.c: Likewise.
3218         * cpu-m88k.c: Likewise.
3219         * cpu-mips.c: Likewise.
3220         * cpu-ns32k.c: Likewise.
3221         * cpu-pj.c: Likewise.
3222         * cpu-powerpc.c: Likewise.
3223         * cpu-sh.c: Likewise.
3224         * cpu-sparc.c: Likewise.
3225         * cpu-tic54x.c: Likewise.
3226         * cpu-v850.c: Likewise.
3227         * cpu-vax.c: Likewise.
3228         * cpu-w65.c: Likewise.
3229         * cpu-we32k.c: Likewise.
3230         * cpu-z8k.c: Likewise.
3231         * dwarf1.c: Likewise.
3232         * dwarf2.c: Likewise.
3234 2000-11-15  Kazu Hirata  <kazu@hxi.com>
3236         * coff-arm.c: Fix formatting.
3237         * coff-ppc.c: Likewise.
3238         * coff-rs6000.c: Likewise.
3239         * coff-sh.c: Likewise.
3240         * coff-sparc.c: Likewise.
3241         * coff-tic30.c: Likewise.
3242         * coff-tic54x.c: Likewise.
3243         * coff-tic80.c: Likewise.
3244         * coff-w65.c: Likewise.
3245         * coff-we32k.c: Likewise.
3246         * coff-z8k.c: Likewise.
3248 2000-11-15  Richard Henderson  <rth@redhat.com>
3250         * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
3251         section with the same ALLOC|LOAD flags as the source section.
3253 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
3255         * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
3256         by STO_ALPHA constants.
3258 2000-11-14  Kazu Hirata  <kazu@hxi.com>
3260         * coff-pmac.c: Fix formatting.
3261         * coff-ppc.c: Likewise.
3263 2000-11-13  H.J. Lu  <hjl@gnu.org>
3265         * elflink.h (elf_link_add_object_symbols): Also add indirect
3266         symbols for common symbols with the default version.
3268 2000-11-09  Philip Blundell  <pb@futuretv.com>
3270         * section.c (STD_SECTION): Set gc_mark flag.
3272 2000-11-11  Kazu Hirata  <kazu@hxi.com>
3274         * coff-i960.c: Likewise.
3275         * coff-m68k.c: Likewise.
3276         * coff-m88k.c: Likewise.
3277         * coff-mcore.c: Likewise.
3278         * coff-mips.c: Likewise.
3280 2000-11-11  Bernd Schmidt  <bernds@cygnus.co.uk>
3282         * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
3284 2000-11-10  Kazu Hirata  <kazu@hxi.com>
3286         * coff-h8300.c: Fix formatting.
3287         * coff-h8500.c: Likewise.
3288         * coff-i386.c: Likewise.
3289         * coff-i860.c: Likewise.
3290         * coff-i960.c: Likewise.
3291         * coff-ia64.c: Likewise.
3293 2000-11-09  Kazu Hirata  <kazu@hxi.com>
3295         * archive.c: Fix formatting.
3296         * archures.c: Likewise.
3298 2000-11-07  Richard Henderson  <rth@redhat.com>
3300         * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
3301         Set it before bfd_elf64_bfd_final_link call.  Use it after the call.
3302         * section.c (bfd_set_section_contents): Call memcpy if
3303         section->contents set and location not equal to contents plus offset.
3305 2000-11-08  Kazu Hirata  <kazu@hxi.com>
3307         * bfd-in.h: Fix formatting.
3308         * bfd-in2.h: Likewise.
3309         * bfd.c: Likewise.
3310         * binary.c: Likewise.
3311         * bout.c: Likewise.
3312         * coff-a29k.c: Likewise.
3313         * coff-alpha.c: Likewise.
3314         * coff-apollo.c: Likewise.
3315         * coff-aux.c: Likewise.
3317 2000-11-07  Kazu Hirata  <kazu@hxi.com>
3319         * aix386-core.c: Fix formatting.
3320         * aoutf1.h: Likewise.
3321         * aoutx.h: Likewise.
3322         * archures.c: Likewise.
3323         * armnetbsd.c: Likewise.
3325 2000-11-07  Alan Modra  <alan@linuxcare.com.au>
3327         * coff-h8300.c (special): Adjust reloc address.
3329 2000-11-06  Steve Ellcey <sje@cup.hp.com>
3331         * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
3332         to differentiate elf32 and elf64 on ia64.
3333         * bfd-in2.h: Regenerate.
3334         * config.bfd: Add target for "ia64*-*-hpux*".
3335         * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
3336         * configure: Regenerate.
3337         * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
3338         * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
3340         * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
3341         from elfxx-ia64.c.  Add depenency rules for making elf32-ia64.lo.
3342         * Makefile.in: Regnerate.
3343         * elf64-ia64.c: Deleted.
3344         * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
3346 2000-11-06  Kazu Hirata  <kazu@hxi.com>
3348         * aout-adobe.c: Fix formatting.
3349         * aout-arm.c: Likewise.
3350         * aout-cris.c: Likewise.
3351         * aout-encap.c: Likewise.
3352         * aout-ns32k.c: Likewise.
3353         * aout-target.h: Likewise.
3354         * aout-tic30.c: Likewise.
3356 2000-11-05  Philip Blundell  <philb@gnu.org>
3358         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
3359         BFDs containing no sections to be merged, regardless of their flags.
3361 2000-11-04  Philip Blundell  <philb@gnu.org>
3363         * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
3364         if a relocation for an undefined symbol also results in an
3365         overflow.
3367 2000-11-06  Christopher Faylor <cgf@cygnus.com>
3369         * config.bfd: Add support for Sun Chorus.
3371 2000-11-05  David O'Brien  <obrien@FreeBSD.org>
3373         * configure.in: Recognize alpha-*-freebsd*.
3374         * configure: Regenerate.
3376 2000-11-02  Luciano Gemme <ishitawa@yahoo.com>
3378         * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
3379         (Chunk): New global variable set by a parameter in objcopy.c.
3380         (S3Forced): New global variable set by a parameter in
3381         objcopy.c.
3382         (srec_set_section_contents): If S3Forced is true, always generate
3383         S3 records.
3384         (srec_write_section): Use 'Chunk' to limit maximum length of S
3385         records.
3387 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
3389         * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
3390         * Makefile.in: Regenerate.
3391         * bfd-in2.h: Regenerate.
3392         * po/bfd.pot: Regenerate.
3394 2000-10-31  Philip Blundell  <philb@gnu.org>
3396         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
3397         EF_SOFT_FLOAT if it is defined.
3399 2000-10-27  Philip Blundell  <philb@gnu.org>
3401         * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
3402         attempts to mix PIC code with non-PIC, just mark the output as
3403         being position dependent.
3404         (elf32_arm_merge_private_bfd_data): Likewise.  Print an error
3405         message for EF_SOFT_FLOAT mismatches.  Display diagnostics for
3406         all mismatches, not just the first one.
3408 2000-10-25  Chris Demetriou  <cgd@sibyte.com>
3410         * ieee.c (ieee_archive_p): Plug one of many possible
3411         memory leaks in error handling.
3413 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
3415         * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
3416         elf32_sparc_object_p, elf32_sparc_final_write_processing):
3417         Support v8plusb.
3418         * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
3419         sparc64_elf_object_p): Support v9b.
3420         * archures.c: Declare v8plusb and v9b machines.
3421         * bfd-in2.h: Ditto.
3422         * cpu-sparc.c: Ditto.
3424 2000-10-16  Geoffrey Keating  <geoffk@shoggoth.cygnus.com>
3426         * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
3427         of a GOT reloc.
3429         * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
3430         (SYMBOL_CALLS_LOCAL): New macro.
3431         (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
3432         (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
3433         (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
3434         (ppc_elf_relocate_section): Use flag variable to determine
3435         whether the relocation refers to a local symbol.
3436         Test whether a PLTREL24 reloc will produce a reloc by looking
3437         to see whether a PLT entry was made.
3439 2000-10-14  Geoffrey Keating  <geoffk@shoggoth.cygnus.com>
3441         * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
3442         entries that could serve as a definition for a weak symbol.
3444 2000-10-13  Ulf Carlsson  <ulfc@engr.sgi.com>
3446         From  Ralf Baechle  <ralf@gnu.org>
3448         * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
3449         local_p.  Add symbol value only for non-R_MIPS_REL32 relocations
3450         against local symbols.
3451         (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
3453 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
3455         * section.c (struct sec): Add kept_section.
3456         (struct bfd_comdat_info): Remove sec, we can use above.
3457         (STD_SECTION): Add initializer.
3458         (bfd_make_section_anyway): Init here too.
3460         * bfd-in2.h: Regenerate.
3462         * elflink.h (elf_link_add_object_symbols): Remove unnecessary
3463         zeroing of `flags'.
3464         (elf_link_input_bfd): Set all asection->symbol->value's here, and
3465         fudge values for discarded link-once section symbols.
3467         * elf64-hppa.c: Include alloca-conf.h
3469 2000-10-11  Alan Modra  <alan@linuxcare.com.au>
3471         * elf.c (swap_out_syms): Revert 2000-10-07 changes.
3473         * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
3475 2000-10-10  Alan Modra  <alan@linuxcare.com.au>
3477         * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
3479 2000-10-10  Tom Rix <trix@redhat.com>
3481         * section.c (bfd_make_section_anyway): Release newsect ptr when
3482         newsect->symbol fails to alloc.  Use bfd_release instead of free.
3484 2000-10-09  Richard Henderson  <rth@cygnus.com
3486         * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
3487         (elf64_ia64_unwind_entry_compare): New.
3488         (elf64_ia64_final_link): Sort the .IA_64.unwind section.
3490 2000-10-07  Alan Modra  <alan@linuxcare.com.au>
3492         * elflink.h (size_dynamic_sections): Don't create various tags if
3493         .dynstr is excluded from the link.  Don't set first dynsym entry
3494         if dynsymcount is zero.
3495         (elf_bfd_final_link): Don't try to swap out dynamic syms if
3496         .dynsym excluded from the link.  Don't try to write any dynamic
3497         sections excluded from the link.
3499         * elf.c (swap_out_syms): Handle global section symbols.
3501 2000-10-05  DJ Delorie  <dj@redhat.com>
3503         * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
3504         * coffcode.h (coff_set_alignment_hook): read extended reloc count
3505         (coff_write_relocs): write extended reloc count
3506         (coff_write_object_contents): account for extended relocs
3508 2000-10-05  Jim Wilson  <wilson@cygnus.com>
3510         * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
3511         field.
3512         * elf.c (_bfd_elf_make_section_from_shdr): Call the
3513         elf_backend_section_flags function.
3514         * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
3515         code.
3516         (elf64_ia64_section_flags): New function containing flag conversion
3517         code.
3518         (elf_backend_section_flags): Define to elf64_ia64_section_flags.
3519         * elfxx-target.h (elf_backend_section_flags): Define.
3520         (elfNN_bed): Initialize elf_backend_section_flags field.
3522 2000-10-02  Alan Modra  <alan@linuxcare.com.au>
3524         * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
3525         _bfd_elf32_gc_record_vtable.  Correct a comment.
3527 2000-10-01  Ulf Carlsson  <ulfc@engr.sgi.com>
3529         From  Ralf Baechle  <ralf@gnu.org>
3531         * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
3532         produces binaries with got[1] = 0x80000001 to differenciate them
3533         for the dynamic linker from the broken binaries produced by old
3534         versions.
3536 2000-09-30  Petr Sorfa <petrs@sco.com>
3538         * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
3539         (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
3540         * configure.in: Add check for pxstatus_t and lwpxstatus_t.
3541         * configure: Regenerate.
3543 2000-09-27  Hans-Peter Nilsson  <hp@axis.com>
3545         Define two bfd_targets for absence and presence of leading
3546         underscore on symbols.  Make sure to only link same kind.
3547         * elf32-cris.c (cris_elf_object_p,
3548         cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
3549         cris_elf_merge_private_bfd_data): New.
3550         (elf_backend_object_p, elf_backend_final_write_processing,
3551         bfd_elf32_bfd_print_private_bfd_data,
3552         bfd_elf32_bfd_merge_private_bfd_data): Define.
3553         <Target vector definition>: Include elf32-target.h twice with
3554         different macro settings:
3555         (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
3556         bfd_elf32_us_cris_vec.
3557         (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
3558         (elf_symbol_leading_char): First as 0, then '_'.
3559         (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
3560         * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
3561         * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
3562         * configure: Regenerate.
3563         * targets.c: Declare bfd_elf32_us_cris_vec.
3564         * po/bfd.pot: Regenerate.
3566 2000-09-29  Momchil Velikov  <velco@fadata.bg>
3568         * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
3569         R_ARM_THM_PC22 relocations.
3571 2000-09-29  NIIBE Yutaka <gniibe@chroot.org>
3573         * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
3575 2000-09-29  Momchil Velikov <velco@fadata.bg>
3577         * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
3578         is has the SEC_HAS_CONTENTS flag set.
3580 2000-09-28  ï¿½Ã–rjan Friberg  <orjanf@axis.com>
3581             Hans-Peter Nilsson  <hp@axis.com>
3583         * aout-cris.c (N_TXTADDR): Define.
3585 2000-09-28  John David Anglin <dave@hiauly1.hia.nrc.ca>
3587         * som.c: Include alloca-conf.h.
3588         * Makefile.am: "make dep-am"
3589         * Makefile.in: Regenerate.
3591 2000-09-27  Alan Modra  <alan@linuxcare.com.au>
3593         * elf32-hppa.c (plt_stub): New.
3594         (PLT_STUB_ENTRY): Define.
3595         (elf32_hppa_link_hash_table): Change multi_subspace to packed
3596         boolean.  Add need_plt_stub, has_12bit_branch and has_17bit_branch.
3597         (elf32_hppa_link_hash_table_create): Init to suit.
3598         (elf32_hppa_check_relocs): Set has_12bit_branch and
3599         has_17bit_branch as appropriate.
3600         (elf32_hppa_adjust_dynamic_symbol): Set need_plt_stub for
3601         non-local functions.
3602         (elf32_hppa_size_dynamic_sections): Correct setting of reltext.
3603         Add space for plt_stub as needed.
3604         (elf32_hppa_finish_dynamic_symbol): Point .plt entries for global
3605         functions at plt_stub.
3606         (elf32_hppa_finish_dynamic_sections): Write plt_stub.
3607         (elf32_hppa_create_dynamic_sections): Leave .plt executable.
3609         * elf32-hppa.h (elf32_hppa_size_stubs): Add group_size param.
3610         * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.  Use it instead
3611         of fixed size, and if negative, disable handling of input sections
3612         before stub section.  Set up default stub group size depending
3613         on detected branch relocs.
3614         (hppa_build_one_stub): Use lrsel and rrsel for import stubs to
3615         ensure different offsets from sym_value aren't rounded to
3616         different 2k blocks.  Use lrsel and rrsel for other stubs too for
3617         consistency rather than necessity.
3618         (elf32_hppa_check_relocs): Handle R_PARISC_DIR14F.
3619         (final_link_relocate): Likewise.
3620         (elf32_hppa_relocate_section): Likewise.
3622         * elf-hppa.h (elf_hppa_howto_table): Add R_PARISC_DIR14F reloc.
3623         (_bfd_elf_hppa_gen_reloc_type): Generate them.
3624         (elf_hppa_final_link_relocate): Handle them.
3625         (elf_hppa_relocate_insn): Likewise.
3626         (_bfd_elf_hppa_gen_reloc_type): Add missing e_ldsel and e_rdsel cases.
3628 2000-09-26  Hans-Peter Nilsson  <hp@axis.com>
3630         * elfcode.h (elf_object_p): Preserve and clear abfd section
3631         information.  Restore at error.
3633 2000-09-26  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
3635         * peigen.c (_bfd_pei_swap_aouthdr_in): If some DataDirectory
3636         is empty, make sure that its rva also 0. NT loader dislikes
3637         having otherwise.
3639 2000-09-26  Steve Ellcey <sje@cup.hp.com>
3641         * som.c (som_bfd_derive_misc_symbol_info): Make weak symbols
3642         global by default.
3644 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
3646         * elf32-hppa.c (elf32_hppa_check_relocs): Fix weak sym handling in
3647         currently unused RELATIVE_DYNAMIC_RELOCS code.
3648         (hppa_discard_copies): Likewise.
3649         (elf32_hppa_size_stubs): Size `input_list' array correctly.  Correct
3650         comments.  Don't check non-code output sections for stub grouping.
3652 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
3654         * section.c (bfd_get_unique_section_name): Return NULL if
3655         bfd_malloc fails.
3657 2000-09-19  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3659         * elf32-m68k.c (elf_cpu32_plt0_entry): Change the PLT entry 0
3660         instruction sequence to actually work.
3661         (elf_m68k_finish_dynamic_sections): Change the patch-in offset
3662         accordingly.
3664 2000-09-18  Alexandre Oliva  <aoliva@redhat.com>
3666         * elf32-sh.c (sh_elf_relocate_section): Use
3667         _bfd_final_link_relocate to apply the relocation against a section
3668         symbol, when doing relocatable links.
3670 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
3672         * elf32-hppa.c (elf32_hppa_stub_hash_entry): Rename input_section
3673         to id_sec.
3674         (stub_hash_newfunc): Here too.
3675         (hppa_add_stub): And here.
3676         (elf32_hppa_link_hash_table): Remove stub_section_created,
3677         reloc_section_created, first_init_sec and first_fini_sec.  Add
3678         stub_group.
3679         (elf32_hppa_link_hash_table_create): Init to suit.
3680         (hppa_get_stub_entry): Add support for grouping stub sections.
3681         (hppa_add_stub): Likewise.  Remove sec_count param and init/fini
3682         section code.  Index stub vars by section->id.
3683         (elf32_hppa_size_stubs): Likewise.  Remove duplicated function
3684         exit paths.  Zap allocation of above removed vars.  Refine
3685         link-once test.
3687         * elf32-hppa.h (elf32_hppa_size_stubs): Add output_bfd param.
3688         * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
3689         (hppa_get_stub_entry): Pass in pointer to elf32_hppa_link_hash_table
3690         rather than pointer to bfd_link_info.
3691         (hppa_add_stub): Likewise.
3692         (final_link_relocate): Likewise.
3694 2000-09-17  David Huggins-Daines  <dhd@linuxcare.com>
3696         (elf32_hppa_size_stubs): Don't try to build stubs for discarded
3697         link-once sections.
3699 2000-09-16  Alexandre Oliva  <aoliva@redhat.com>
3701         * elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match
3702         ld/emulparams/shelf.sh.
3704 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3706         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): New function.
3707         * bfd-in.h (bfd_m68k_elf32_create_embedded_relocs): Add declaration.
3708         * bfd-in2.h: Regenerate.
3710 2000-09-15  Kenneth Block  <Kenneth.Block@compaq.com>
3712         * elf64-alpha.c (elf64_alpha_relax_with_lituse): ld performs
3713         LITUSE relocations incorrectly if -relax is specified on the ld
3714         command line and the displacement field of the load or store
3715         instruction is non-zero. (Patch by paul.winalski@compaq.com)
3717 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
3719         * elf32-hppa.c (hppa_add_stub): Dont set first_init_sec and
3720         first_fini_sec here.
3721         (elf32_hppa_size_stubs): Instead correctly find the first .init
3722         and .fini section here.
3724 2000-09-15  David Huggins-Daines  <dhd@linuxcare.com>
3726         * elf32-hppa.c (clobber_millicode_symbols): New function.
3727         (elf32_hppa_size_dynamic_sections): Call it.
3729 2000-09-14  Alan Modra  <alan@linuxcare.com.au>
3731         * elf32-hppa.c (elf32_hppa_link_hash_entry): Make pic_call
3732         packed.  Add plabel, plt_abs packed booleans.
3733         (hppa_link_hash_newfunc): Init new fields.
3734         (PLABEL_PLT_ENTRY_SIZE): Define.
3735         (hppa_stub_name): Use size_t len vars.
3736         (hppa_add_stub): Likewise.
3737         (elf32_hppa_build_stubs): Likewise.
3738         (hppa_build_one_stub): Kill some compiler warnings.
3739         (elf32_hppa_check_relocs): Always generate a plt entry for PLABELs
3740         if dynamic linking.  Munge the local plt offsets into
3741         local_got_refcounts.  Set h->plabel for all global PLABELs.  Use
3742         size_t len vars.  Add assert for plabel addend.
3743         (elf32_hppa_gc_sweep_hook): Sweep local plt entries too.
3744         (elf32_hppa_hide_symbol): New function.
3745         (elf_backend_hide_symbol): Define.
3746         (elf32_hppa_adjust_dynamic_symbol): Don't throw away plt entries
3747         with h->plabel set.  Don't make plt entries to have dynamic syms
3748         when they have been forced local.  If plt entry is used by a
3749         plabel, make it PLABEL_PLT_ENTRY_SIZE.
3750         (elf32_hppa_size_dynamic_sections): Set plt_abs for init fns.
3751         Set up .plt offsets for local syms.
3752         (elf32_hppa_relocate_section): Initialise plt entries for local
3753         syms.  Leave weak undefined plabels zero.  Make global plabel
3754         relocs against function symbol, and leave the addend zero.
3755         Use *ABS* DIR32 relocs instead of SEGREL32 for dynamic got relocs.
3756         (elf32_hppa_finish_dynamic_symbol): Set up IPLT relocs for
3757         non-dynamic syms.  Init extra plt for plabels.  Use *ABS* DIR32
3758         relocs instead of SEGREL32 for dynamic got relocs.
3759         (elf32_hppa_finish_dynamic_sections): Reserve one more .got entry.
3760         (elf_backend_got_header_size): Adjust.
3761         (elf32_hppa_set_gp): Calculate an "ideal" LTP.
3763         * elf32-hppa.c (LONG_BRANCH_VIA_PLT): Define.
3764         (hppa_type_of_stub): Use it instead of #if 0
3765         (hppa_discard_copies): Use it here too.
3766         (elf32_hppa_size_dynamic_sections): And here.
3768         * elf32-hppa.c (elf32_hppa_link_hash_table): Remove `offset' field.
3769         (elf32_hppa_link_hash_table_create): And here.
3770         (hppa_build_one_stub): And here.  Instead keep track of stub
3771         offset using _raw_size.
3772         (elf32_hppa_size_stubs): Likewise.
3773         (elf32_hppa_build_stubs): Likewise.
3774         (hppa_size_one_stub): Likewise.  Resize reloc section too.
3776         * elf32-hppa.c (hppa_add_stub): Correct first_init_sec and
3777         first_fini_sec handling.  Don't search for reloc section or set
3778         hplink->reloc_section_created here.
3779         (elf32_hppa_size_stubs): Instead search for reloc sections, and
3780         set reloc_section_created here.
3781         (hppa_handle_PIC_calls): Set ELF_LINK_HASH_NEEDS_PLT.
3782         (elf32_hppa_size_dynamic_sections): Make a .plt entry for DT_INIT
3783         and DT_FINI.
3784         (elf32_hppa_finish_dynamic_sections): Set DT_INIT and DT_FINI.
3786         * elf32-hppa.c (hppa_build_one_stub): Replace `elf_hash_table (info)'
3787         with `hplink->root.'.
3788         (elf32_hppa_check_relocs): Likewise.
3789         (elf32_hppa_gc_sweep_hook): Likewise.
3790         (elf32_hppa_adjust_dynamic_symbol): Likewise.
3791         (hppa_handle_PIC_calls): Likewise.
3792         (elf32_hppa_size_dynamic_sections): Likewise.
3793         (elf32_hppa_set_gp): Likewise.
3794         (elf32_hppa_relocate_section): Likewise.
3795         (elf32_hppa_finish_dynamic_symbol): Likewise.
3796         (elf32_hppa_finish_dynamic_sections): Likewise.
3798         From  David Huggins-Daines  <dhd@linuxcare.com>
3799         * elf32-hppa.c (hppa_type_of_stub): Generate import stubs for
3800         defined weak symbols in shared links.
3801         (final_link_relocate): Calls to defined weak symbols in shared
3802         objects must go via import stubs, as the target might not be known
3803         at link time.
3805 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
3807         * elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
3808         R_SH_COPY, R_SH_GLOB_DAT, R_SH_JMP_SLOT, R_SH_RELATIVE,
3809         R_SH_GOTOFF, R_SH_GOTPC) to the range from 160 to 167.  Replaced
3810         the original entries with EMPTY_HOWTOs, and added new ones to fill
3811         in the gap.
3812         (sh_elf_info_to_howto): Make sure the new gap isn't used.
3813         (sh_elf_relocate_section): Likewise.
3815 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
3817         * cpu-mips.c (arch_info_struct): Add mips:4K
3818         * bfd-in2.h (bfd_mach_mips4K): New define.
3819         * archures.c: Add bfd_mach_mips4K to comment.
3820         * elf32-mips.c (_bfd_mips_elf_final_write_processing): Return
3821         E_MIPS_ARCH_2 for bfd_mach_mips4K.
3823 2000-09-13  Marco Franzen <marcof@thyron.com>
3825         * som.c (som_write_symbol_strings): Do not used fixed buffers,
3826         use size_t as a counter.
3827         (som_write_space_strings): Similarly.
3829 2000-09-12  Jason Eckhardt  <jle@cygnus.com>
3831         * elf32-i860.c (elf32_i860_relocate_pc26): New function
3832         and prototype.
3833         (elf32_i860_relocate_section): Invoke new function from here.
3835 2000-09-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3837         * elf.c (_bfd_elf_make_section_from_shdr): Make debug_sec_names
3838         static.
3840 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3842         * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): Emit 8 NULs for
3843         target section name instead of dumping core when the target symbol is
3844         undefined.
3846 2000-09-09  Kazu Hirata  <kazu@hxi.com>
3848         * riscix.c: Remove DEFUN.
3850 2000-09-08  Nick Clifton  <nickc@redhat.com>
3852         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Do not
3853         initialise flags in output bfd if the input bfd is the default
3854         architecture with the default flags.
3856 2000-09-08  Kazu Hirata  <kazu@hxi.com>
3858         * archive.c: Fix formatting.
3859         * coff-arm.c: Likewise.
3860         * doc/chew.c: Likewise.
3862 2000-09-08  Alan Modra  <alan@linuxcare.com.au>
3864         * section.c (bfd_get_unique_section_name): Put a dot before the
3865         numeric suffix.
3867 2000-09-07  Kazu Hirata  <kazu@hxi.com>
3869         * doc/chew.c: Remove all uses of DEFUN and DEFUN_VOID.
3870         * elf.c: Fix formatting.
3872 2000-09-07  Alexandre Oliva  <aoliva@redhat.com>
3874         * config.bfd (sh-*-linux*): Added.
3875         * configure.in (bfd_elf32_shlin_vec, bfd_elf32_shblin_vec): New.
3876         * targets.c: Declare them.
3877         * elf32-sh-lin.c: New file.
3878         * Makefile.am: Compile it.
3879         * elf32-sh.c: Don't override defines from elf32-sh-lin.c.
3880         * configure, Makefile.in: Rebuilt.
3882 2000-09-06  Geoffrey Keating  <geoffk@cygnus.com>
3884         * xcofflink.c (xcoff_link_input_bfd): Include the .tocbss
3885         pseduo-section when determining where the TOC ends.
3887         * coff-rs6000.c (_bfd_xcoff_swap_aux_out): Use bfd_h_put_16 to
3888         output x_tvndx as it is only two bytes wide.
3890         * coff-rs6000.c (xcoff_howto_table): A modifiable branch-absolute
3891         reloc is 26 or 32 bits wide.
3893         * coff-rs6000.c (_bfd_xcoff_rtype2howto): The bitsize is irrelevant
3894         for relocs that don't change anything.  Also look at the full
3895         6 bits of bitsize.
3897 2000-09-06  Philip Blundell  <philb@gnu.org>
3899         * config.bfd (arm*-*-uclinux*): New target.
3901 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
3903         * configure: Rebuilt with new libtool.m4.
3905 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
3907         * section.c (bfd_get_unique_section_name): Avoid c++ reserved
3908         word for variable name.
3909         * bfd-in2.h: Regenerate.
3911 2000-09-05  Nick Clifton  <nickc@redhat.com>
3913         * config.in: Regenerate.
3914         * libbfd.h: Regenerate.
3915         * po/bfd.pot: Regenerate.
3916         * doc/bfdint.texi: Remove CVS date string - it foils compares with
3917         local versions.
3919 2000-09-05  Steven Johnson  <sbjohnson@ozemail.com.au>
3921         * cpu-powerpc.c  (arch_info_struct): Added MPC860 Family entry.
3923 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
3925         Shared library and PIC support.
3926         * elf32-hppa.c (PLT_ENTRY_SIZE): New.
3927         (GOT_ENTRY_SIZE): New.
3928         (ELF_DYNAMIC_INTERPRETER): New.
3929         (STUB_SUFFIX): Define.
3930         (LONG_BRANCH_PIC_IN_SHLIB): Define.
3931         (RELATIVE_DYNAMIC_RELOCS): Define.
3932         (enum elf32_hppa_stub_type): New.
3933         (struct elf32_hppa_stub_hash_entry): Rename offset to
3934         stub_offset.  Add a number of new fields.
3935         (struct elf32_hppa_link_hash_entry): New.
3936         (struct elf32_hppa_link_hash_table): Add numerous fields.  Remove
3937         global_value.
3938         (elf32_hppa_hash_table): Rename to hppa_link_hash_table.
3939         (elf32_hppa_stub_hash_lookup): Rename to hppa_stub_hash_lookup.
3940         (elf32_hppa_stub_hash_newfunc): Rename to stub_hash_newfunc.  Init
3941         new fields.
3942         (hppa_link_hash_newfunc): New function.
3943         (elf32_hppa_link_hash_table_create): Use above function. Init new
3944         fields.
3945         (elf32_hppa_stub_name): Rename to hppa_stub_name.  Pass in reloc
3946         instead of addend, and remove sym_name from args.  Don't use
3947         symbol name for local syms, instead use sym index.
3948         (elf32_hppa_size_of_stub): Rename to hppa_type_of_stub, and return
3949         stub type rather than size.  Pass in hash and handle import stub
3950         case.  Also pass in reloc instead of offset so we can calculate
3951         PCREL22F and PCREL12F branches properly.
3952         (elf32_hppa_build_one_stub): Rename to hppa_build_one_stub.  Build
3953         import and export stubs too.
3954         (elf32_hppa_size_one_stub): Rename to hppa_size_one_stub.  Handle
3955         import and export stub sizing.
3956         (elf32_hppa_check_relocs): New function.
3957         (elf32_hppa_adjust_dynamic_symbol): New function.
3958         (hppa_discard_copies): New function.
3959         (elf32_hppa_size_dynamic_sections): New function.
3960         (elf_backend_size_dynamic_sections): Define.
3961         (elf32_hppa_finish_dynamic_symbol): New function.
3962         (elf_backend_finish_dynamic_symbol): Define.
3963         (elf32_hppa_size_stubs): Stash params in link hash table, and move
3964         some local vars into the link hash table too.  For shared links,
3965         trundle over function syms, generating export stubs.  Handle
3966         PCREL22F branches.  Break out stub creation code from here..
3967         (hppa_add_stub): .. to here.  New function.
3968         (elf32_hppa_final_link): Rename to elf32_hppa_set_gp, and don't
3969         call the bfd linker.  Use elf_gp to record global pointer.
3970         Calculate a value from sections if $global$ is missing.
3971         (bfd_elf32_bfd_final_link): Define as _bfd_elf32_gc_common_final_link.
3972         (elf32_hppa_gc_mark_hook): New function.
3973         (elf_backend_gc_mark_hook): Define.
3974         (elf32_hppa_gc_sweep_hook): New function.
3975         (elf_backend_gc_sweep_hook): Define.
3976         (elf32_hppa_bfd_final_link_relocate): Rename to final_link_relocate.
3977         Add rel to args, and remove howto, input_bfd, offset, addend,
3978         sym_name as we can recalculate these locally.  Handle calls to
3979         dynamic objects, extra PIC relocs, PCREL22F branches.  Change
3980         handling of undefined weak syms.  Check that stubs are in range.
3981         Only look for import stubs on PCREL17F and PCREL22F relocs.  Add
3982         message on hitting a DPREL21L reloc that needs fixing.  Subtract
3983         off PC for PCREL14F.  Break out code that does a stub lookup from
3984         here..
3985         (hppa_get_stub_entry): ..to here.  New function.
3986         (elf32_hppa_relocate_insn): Merge into final_link_relocate.
3987         (elf32_hppa_relocate_section): Handle got and plt relocs, dynamic
3988         relocs, etc. etc.
3989         (elf32_hppa_finish_dynamic_sections): New function.
3990         (elf_backend_finish_dynamic_sections): Define.
3991         (elf_backend_final_write_processing) Define.
3992         (hppa_handle_PIC_calls): New function.
3993         (elf32_hppa_build_stubs): Call it.  Pass link_info to
3994         hppa_build_one_stub.
3995         (elf32_hppa_create_dynamic_sections): New function
3996         to create .plt and .got then set .plt flags correctly.
3997         (elf_backend_create_dynamic_sections): Define.
3998         (elf32_hppa_object_p): New function.
3999         (elf_backend_object_p): Define.
4000         (elf32_hppa_elf_get_symbol_type): New function.
4001         (elf_backend_get_symbol_type): Define.
4002         (elf_backend_can_gc_sections): Define.
4003         (elf_backend_want_got_plt): Define.
4004         (elf_backend_plt_alignment): Set to 2.
4005         (elf_backend_plt_readonly): Define.
4006         (elf_backend_want_plt_sym): Define.
4007         (elf_backend_got_header_size): Reserve one entry.
4009         * elf32-hppa.h (elf32_hppa_build_stubs): Don't pass stub bfd.
4010         (elf32_hppa_size_stubs): Pass in multi_subspace.
4011         (elf32_hppa_set_gp): Declare.
4013         * section.c (SEC_HAS_GOT_REF): Define new flag for asection.
4014         (bfd_get_unique_section_name): New function.
4015         * bfd-in2.h: Regenerate.
4017         * elf64-hppa.c (elf64_hppa_check_relocs): Handle R_PARISC_PCREL12F.
4018         (elf64_hppa_size_dynamic_sections): Remove the FIXME at bfd_zalloc
4019         comment.
4021         From  David Huggins-Daines  <dhd@linuxcare.com>
4022         * elf64-hppa.c (elf64_hppa_check_relocs): Fix a warning.
4023         (elf64_hppa_mark_exported_functions): Set dyn_h->st_shndx.
4024         (elf64_hppa_link_output_symbol_hook): Test dyn_h->st_shndx has
4025         been updated in finish_dynamic_symbol before modifying function
4026         symbol.
4028         * elf-hppa.h (elf_hppa_howto_table): Restructure into groups of
4029         eight entries.  Replace NULL with bfd_elf_generic_reloc.  Add
4030         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT and R_PARISC_PCREL12F.
4031         (_bfd_elf_hppa_gen_reloc_type): Handle R_PARISC_GNU_VT*.  Add some
4032         comments.  Handle format == 12 for R_HPPA_PCREL_CALL.
4033         (elf_hppa_final_link_relocate): Handle R_PARISC_PCREL12F.
4034         (elf_hppa_relocate_insn): Likewise.  Reformat some comments.
4035         (elf_hppa_final_write_processing): Expose it for ARCH_SIZE == 32.
4037         From David Huggins-Daines  <dhd@linuxcare.com>
4038         * elf-hppa.h (elf_hppa_is_local_label_name): Accept the SysV/ELF
4039         style of local labels as well.
4041 2000-09-03  Philip Blundell  <philb@gnu.org>
4043         * elf32-arm.h (elf32_arm_relocate_section): Don't try to relocate
4044         references to undefined symbols in debugging sections.
4046 2000-09-02  H.J. Lu  <hjl@gnu.org>
4048         * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
4049         BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE,
4050         BFD_RELOC_SH_GOTPC): Move them from the MIPS section to the SH
4051         section.
4053 2000-09-02  Jason Eckhardt  <jle@cygnus.com>
4055         * elf32-i860.c (bfd_elf32_bfd_is_local_label_name): Define macro.
4056         (elf32_i860_is_local_label_name): New function and prototype.
4058 2000-09-02  Nick Clifton  <nickc@redhat.com>
4060         * configure.in: Increase version number to 2.10.91.
4061         * configure: Regenerate.
4062         * aclocal.m4: Regenerate.
4063         * config.in: Regenerate.
4064         * po/bfd.pot: Regenerate.
4066 2000-09-02  Daniel Berlin <dberlin@redhat.com>
4068         * elf.c (_bfd_elf_make_section_from_shdr): Add
4069         .gnu.linkobce.wi. to the list of debug section names.
4071 2000-09-02  Nick Clifton  <nickc@redhat.com>
4073         * dwarf2.c (find_debug_info): New function: Locate a section
4074         containing dwarf2 debug information.
4075         (bfd_dwarf2_find_nearest_line): Find all sections containing
4076         debug information and include them in the stash.
4078 2000-09-01  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
4080         * elf32-sh.c (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
4081         R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New.
4082         (sh_reloc_map): Add new relocs.
4083         (sh_elf_check_relocs, sh_elf_link_hash_newfunc,
4084         sh_elf_link_hash_table_create, sh_elf_adjust_dynamic_symbol,
4085         sh_elf_size_dynamic_sections, sh_elf_finish_dynamic_symbol,
4086         sh_elf_finishe_dynamic_sections, sh_elf_discard_copies): New
4087         functions.
4088         (ELF_DYNAMIC_INTERPRETER, PLT_ENTRY_SIZE): Define.
4089         (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
4090         elf_sh_plt_entry_be, elf_sh_plt_entry_le,
4091         elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
4092         New array constants.
4093         (elf_sh_plt0_entry, elf_sh_plt_entry, elf_sh_pic_plt_entry):
4094         New variables.
4095         (elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
4096         elf_sh_plt0_linker_offset, elf_sh_plt0_gotid_offset,
4097         elf_sh_plt_temp_offset, elf_sh_plt_symbol_offset,
4098         elf_sh_plt_reloc_offset): Define.
4099         (elf_sh_pcrel_relocs_copied, elf_sh_link_hash_entry,
4100         elf_sh_link_hash_table): New structs.
4101         (sh_elf_link_hash_traverse, sh_elf_hash_table): New macros.
4102         (sh_elf_relocate_section, sh_elf_check_relocs): Handle new
4103         relocation types.
4104         (elf_backend_create_dynamic_sections,
4105         bfd_elf32_bfd_link_hash_table_create,
4106         elf_backend_adjust_dynamic_symbol,
4107         elf_backend_size_dynamic_sections,
4108         elf_backend_finish_dynamic_symbol,
4109         elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
4110         elf_backend_plt_readonly, elf_backend_want_plt_sym,
4111         elf_backend_got_header_size, elf_backend_plt_header_size):
4112         Define.
4113         * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
4114         BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE, BFD_RELOC_SH_GOTPC):
4115         New relocs.
4116         * bfd-in2.h, libbfd.h: Rebuilt.
4118 2000-09-01  Alan Modra  <alan@linuxcare.com.au>
4120         * elf32-i386.c (elf_i386_finish_dynamic_symbol): Revert 2000-08-27
4121         change.
4123 2000-08-31  J"orn Rennecke <amylaar@cygnus.co.uk>
4125         * elf32-sh.c (sh_elf_merge_private_data): If ibfd's elf header flags
4126         not initialized, set them to indicate the SH1 instruction set.
4128 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
4130         * acinclude.m4: Include libtool and gettext macros from the
4131         top level.
4132         * aclocal.m4, configure: Rebuilt.
4134 2000-08-29  Michael Snyder  <msnyder@seadog.cygnus.com>
4136         * elf.c: Eliminate references to __sparcv9 macro; replace with
4137         autoconf variables HAVE_PSINFO32_T etc.
4138         * configure.in: Auto-configure HAVE_PSINFO_32_T, HAVE_PRPSINFO32_T,
4139         HAVE_PSTATUS32_T, HAVE_PRSTATUS32_T, HAVE_PRSTATUS32_T_PR_WHO.
4140         * config.in: Ditto.
4141         * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE) define _SYSCALL32 so it can
4142         detect the above typedefs.  (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Ditto.
4143         * aclocal.m4: Ditto.
4144         * configure: Regenerate.
4146 2000-08-27  Alan Modra  <alan@linuxcare.com.au>
4148         * elf32-i386.c (elf_i386_check_relocs): Keep info on relocs copied
4149         for any shared link, not just shared -Bsymbolic.
4150         (elf_i386_size_dynamic_sections): Call elf_i386_discard_copies on
4151         any shared link, and pass link info to it.
4152         (elf_i386_size_dynamic_sections): Update comment.
4153         (elf_i386_discard_copies): Modify to discard relocs for symbols
4154         that have been forced local.
4155         (elf_i386_finish_dynamic_symbol): Don't copy relocs for symbols
4156         that have been forced local.
4158 2000-08-24  Denis Chertykov  <denisc@overta.ru> & Nick Clifton  <nickc@redhat.com>
4160         * elflink.h (elf_link_add_object_symbols): Allow common
4161         symbols to have an alignment of 1 if explicitly requested, and
4162         not overridden by other definitions.
4164 2000-08-22  Doug Kwan <dkwan@transmeta.com>
4166         * coff-w65.c (CREATE_LITTLE_COFF_TARGET): Fix typo.
4167         * coffcode.h (coff_set_flags): Add detection of w65 architecture.
4169 2000-08-22  H.J. Lu  <hjl@gnu.org>
4171         * elf-bfd.h (elf_link_hash_table): Add runpath.
4173         * bfd-in.h (bfd_elf_get_runpath_list): New prototype.
4174         * bfd-in2.h: Rebuilt.
4176         * elf.c (_bfd_elf_link_hash_table_init): Initialize the
4177         "runpath" field to NULL.
4178         (bfd_elf_get_runpath_list): New function.
4180         * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and
4181         DT_RUNPATH entries.
4183 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
4185         * elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W,
4186         R_SH_DIR8WPN, R_SH_DIR8WPZ, R_SH_DIR8WPL]: Handle them
4187         explicitly.  Improve validation of r_type.
4189 2000-08-21  H.J. Lu  <hjl@gnu.org>
4191         * elf32-i386.c (elf_i386_size_dynamic_sections): Zero out the
4192         dynamic allocated content space.  Add a comment to remind us that
4193         one day this ought to be fixed.
4194         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
4195         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
4196         * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
4198 2000-08-21  Jason Eckhardt  <jle@cygnus.com>
4200         * elf32-i860.c (elf32_i860_relocate_pc16): Just write the immediate
4201         field with the newly relocated value instead of adding it to the
4202         existing immediate field.
4203         (elf32_i860_relocate_splitn): Likewise.
4204         (elf32_i860_relocate_highadj): Likewise.
4206 2000-08-16  Jason Eckhardt  <jle@cygnus.com>
4208         * elf32-i860.c (elf32_i860_relocate_pc16): Implemented function (it
4209         was previously just a stub).
4211 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
4213         * elflink.c (_bfd_elf_create_got_section): Don't abort().
4214         Formatting fixes.
4215         (_bfd_elf_create_dynamic_sections): Likewise.
4217 2000-08-16  Andrew Macleod  <amacleod@cygnus.com>
4219         * elf64-sparc.c (sparc64_elf_relocate_section): Set relocation address
4220         for undefined symbols to be the beginning of the section.
4222         * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Don't allocate
4223         four extra entries at the beginning of the .rela.plt section.
4224         (sparc64_elf_finish_dynamic_symbol): Adjust the offset in the .rela.plt
4225         section to account for the four reserved entries in the .plt section.
4227 2000-08-15  Geoffrey Keating  <geoffk@cygnus.com>
4229         * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Add ori r0,r0,0
4230         to the list of NOPs we recognize after a branch-and-link.
4231         Use the ori NOP when one is needed.
4233         * coff-rs6000.c (_bfd_xcoff_slurp_armap): Finish implementation
4234         for large archives.
4236 2000-08-14  Jim Wilson  <wilson@cygnus.com>
4238         * elf64-ia64.c (elf64_ia64_merge_private_bfd_data): Handle
4239         EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP, and EF_IA_64_NOFUNCDESC_CONS_GP.
4240         (elf64_ia64_print_private_bfd_data): Likewise.  Also handle
4241         EF_IA_64_ABSOLUTE.
4243 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
4245         * elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
4247 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
4249         * elf32-i860.c (elf32_i860_relocate_section): New function.
4250         (i860_final_link_relocate): New function.
4251         (elf32_i860_relocate_splitn): New function.
4252         (elf32_i860_relocate_pc16): New function.
4253         (elf32_i860_relocate_highadj): New function.
4254         (elf32_i860_howto): Minor adjustments to some relocations.
4255         (elf_info_to_howto_rel): Define.
4256         (elf_backend_relocate_section): Define.
4258 2000-08-10  Nick Clifton  <nickc@cygnus.com>
4260         * elf32-arm.h: Fix formatting.
4262 2000-08-10  Bernd Schmidt  <bernds@cygnus.co.uk>
4264         * elf32-sh.c (sh_elf_reloc_loop): Make LAST_SYMBOL_SECTION static.
4266 2000-08-08  Jason Eckhardt  <jle@cygnus.com>
4268         * elf32-i860.c (elf32_i860_howto_table): Updated some fields.
4270 2000-08-07  Kazu Hirata  <kazu@hxi.com>
4272         * ieee.c (ieee_write_debug_part): Rewrite a comment.
4273         * elf64-ia64.c: Fix a typo.
4275 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
4277         * elf32-i860.c (elf32_i860_howto_table): New structure.
4278         (lookup_howto): New function.
4279         (elf32_i860_reloc_type_lookup): New function.
4280         (elf32_i860_info_to_howto_rela): New function.
4281         (elf_code_to_howto_index): New structure.
4282         (elf_info_to_howto): Re-define as elf32_i860_info_to_howto_rela.
4283         (bfd_elf32_bfd_reloc_type_lookup): Re-define as
4284         elf32_i860_reloc_type_lookup.
4286 2000-08-04  Rodney Brown  <RodneyBrown@pmsc.com>
4288         * som.c (struct fixup_format): Constify `format'.
4289         (som_hppa_howto_table): Use SOM_HOWTO macro.
4290         (try_prev_fixup, hppa_som_reloc): Decorate unused parameter.
4291         (som_bfd_reloc_type_lookup): Likewise.
4292         (compare_subspaces): Remove unused `count1', `count2'.
4293         (som_begin_writing): Remove unused `total_reloc_size'.
4294         (som_bfd_derive_misc_symbol_info): Decorate unused parameter.
4295         (som_print_symbol, som_bfd_is_local_label_name): Likewise.
4296         (som_set_reloc_info): Constify `cp'. Remove unused `addend'.
4297         (som_find_nearest_line): Decorate unused parameter(s).
4298         (som_sizeof_headers, som_get_symbol_info, som_write_armap): Likewise.
4299         (som_bfd_link_split_section): Likewise.
4301 2000-08-03  Nick Clifton  <nickc@cygnus.com>
4303         * section.c: Restore backed out code.
4304         * elf.c: Restore backed out code.
4305         (copy_private_bfd_data): Fix bug preventing stipped dynamic
4306         binaries from working.
4307         * bfd-in2.h: Regenerate.
4309 2000-08-03  H.J. Lu  <hjl@gnu.org>
4311         * section.c: Back out the change made by Nick Clifton
4312         <nickc@cygnus.com> on 2000-07-31. It breaks stripping dynamic
4313         binaries.
4314         * bfd-in2.h: Likewise.
4315         * elf.c: Likewise.
4317 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
4319         * elf32-sh.c (sh_elf_reloc_loop): Warning removal.
4321 2000-07-31  Jason Eckhardt  <jle@cygnus.com>
4323         * reloc.c (BFD_RELOC_860_*): New bfd relocs for i860.
4324         * bfd-in2.h, libbfd.h: Regenerate.
4326 2000-07-31  Nick Clifton  <nickc@cygnus.com>
4328         * section.c (struct sec): Add new boolean field 'segment_mark'.
4329         (STD_SECTION): Initialise new field to zero.
4331         * bfd-in2.h: Regenerate.
4333         * elf.c (copy_private_bfd_data): Reorganise section to segment
4334         mapping to cope with moved sections requiring new segments,
4335         and overlapping segments.
4336         (SEGMENT_END): New macro: Return the end address of a segment.
4337         (IS_CONTAINED_BY_VMA): New macro: Determine if a segment
4338         contains a section by comparing their VMA addresses.
4339         (IS_CONTAINED_BY_LMA): New macro: Determine if a segment
4340         contains a section by comparing their LMA addresses.
4341         (INCLUDE_SECTION_IN_SEGMENT): New macro: Determine if a
4342         section should be included in a segment.
4343         (SEGMENT_AFTER_SEGMENT): New macro: Determine if one segment
4344         follows another in memory.
4345         (SEGMENT_OVERLAPS_SEGMENT): New macro: Determine if two
4346         segments overlap.
4348 2000-07-22  Jason Eckhardt  <jle@cygnus.com>
4350         * cpu-i860.c: Added comments.
4352         * elf32-i860.c (TARGET_LITTLE_SYM): Defined to
4353         bfd_elf32_i860_little_vec.
4354         (TARGET_LITTLE_NAME): Defined to "elf32-i860-little".
4355         (ELF_MAXPAGESIZE): Changed to 4096.
4357         * targets.c (bfd_elf32_i860_little_vec): Declaration of
4358         new target.
4359         (bfd_target_vector): Added bfd_elf32_i860_little_vec.
4361         * config.bfd (i860-stardent-sysv4*, i860-stardent-elf*): Added
4362         config for little endian elf32 i860.
4363         (targ_defvec): Define for the new config above
4364         as "bfd_elf32_i860_little_vec".
4365         (targ_selvecs): Define for the new config above
4366         as "bfd_elf32_i860_vec bfd_elf32_i860_little_vec"
4368         * configure.in (bfd_elf32_i860_little_vec): Added recognition
4369         of new target vec.
4371         * configure: Regenerated.
4373 2000-07-27  H.J. Lu  <hjl@gnu.org>
4375         * elflink.h (elf_merge_symbol): Take one more argument,
4376         dt_needed, to indicate if the symbol comes from a DT_NEEDED
4377         entry. Don't overide the existing weak definition if dt_needed
4378         is true.
4379         (elf_link_add_object_symbols): Pass dt_needed to
4380         elf_merge_symbol ().
4382 2000-07-27  Nick Clifton  <nickc@cygnus.com>
4384         * elflink.h (elf_link_size_reloc_section): Zeroes the section's
4385         allocated contents.
4387 2000-07-25  Geoffrey Keating  <geoffk@cygnus.com>
4389         * configure.host (*-*-aix*): AIX has 'long long' always.
4391         * coff-rs6000.c (xcoff_write_one_armap_big): New procedure.
4392         (xcoff_write_armap_big): Write both 32-bit and 64-bit armaps.
4393         (xcoff_write_archive_contents_big): Don't update the offset
4394         of the symbol table, xcoff_write_armap will do it.
4396 2000-07-23  Ulf Carlsson  <ulfc@engr.sgi.com>
4398         * elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead
4399         of dynobj for SGI_COMPAT checks.
4401 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4403         * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): New function.
4404         * bfd-in.h (bfd_m68k_coff_create_embedded_relocs): Add declaration.
4405         * bfd-in2.h: Regenerate.
4407 2000-07-21  Nick Clifton  <nickc@cygnus.com>
4409         * elf32-mips.c (_bfd_mips_elf_check_relocs): Detect out of
4410         range symbol indices in relocs and issue an error message.
4412 2000-07-20  H.J. Lu  <hjl@gnu.org>
4414         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't check
4415         info->new_dtags when setting DT_FLAGS_1. It will only be set
4416         by the new linker options. It shouldn't break anything.
4418 2000-07-20  H.J. Lu  <hjl@gnu.org>
4420         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set DT_FLAGS_1
4421         only if info->new_dtags is true.
4423 2000-07-20  H.J. Lu  <hjl@gnu.org>
4425         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set
4426         DT_RUNPATH and DT_FLAGS only if info->new_dtags is true.
4428 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
4430         * Makefile.am (ALL_MACHINES): Add cpu-cris.lo.
4431         (ALL_MACHINES_CFILES): Add cpu-cris.c.
4432         (BFD32_BACKENDS): Add aout-cris.lo and elf32-cris.lo.
4433         (BFD32_BACKENDS_CFILES): Add aout-cris.c and elf32-cris.c.
4434         (cpu-cris.lo, aout-cris.lo, elf32-cris.lo): New rules.
4435         * Makefile.in: Rebuild.
4436         * aclocal.m4: Rebuild.
4437         * aoutx.h (NAME(aout,machine_type)): Add case for bfd_arch_cris.
4438         * archures.c (enum bfd_architecture): Add bfd_arch_cris.
4439         (bfd_cris_arch): Declare.
4440         (bfd_archures_list): Add bfd_cris_arch.
4441         * bfd-in2.h: Rebuild.
4442         * config.bfd: (cris-*-*): New target.
4443         * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vectors.
4444         * configure: Rebuild.
4445         * elf.c (prep_headers): Add bfd_arch_cris.
4446         * libbfd.h: Rebuild.
4447         * libaout.h (enum machine_type): Add M_CRIS.
4448         * reloc.c: Add CRIS relocations.
4449         * targets.c (bfd_elf32_cris_vec, cris_aout_vec): Declare.
4450         (bfd_target_vect): Add bfd_elf32_cris_vec and cris_aout_vec.
4451         * cpu-cris.c, aout-cris.c, elf32-cris.c: New files.
4452         * po/POTFILES.in, po/bfd.pot: Regenerate.
4454 2000-07-19  H.J. Lu  <hjl@gnu.org>
4456         * elf32-arm.h (elf32_arm_size_dynamic_sections): Also set
4457         DF_TEXTREL if DT_TEXTREL is set.
4458         * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
4459         * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
4460         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
4461         * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Likewise.
4462         * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
4463         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
4464         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
4465         * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
4466         * elf64-ia64.c (elf64_ia64_size_dynamic_sections): Likewise.
4467         * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
4469         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also
4470         set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if
4471         DT_RPATH is set.
4472         Set the DT_FLAGS and DT_FLAGS_1 entries if necessary.
4474 2000-07-19  H.J. Lu  <hjl@gnu.org>
4476         * bfd-in.h (bfd_elf_set_dt_needed_soname): New.
4477         * bfd-in2.h: Rebuild.
4479         * elf-bfd.h (elf_obj_tdata): Add dt_soname.
4480         (elf_dt_soname): New.
4482         * elf.c (bfd_elf_set_dt_needed_soname): New.
4484         * elflink.h (elf_link_add_object_symbols): Add the DT_NEEDED
4485         entry if the shared object loaded by DT_NEEDED is used to
4486         resolve the reference in a regular object.
4488 2000-07-19  H.J. Lu  <hjl@gnu.org>
4490         * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_CONFIG,
4491         DT_DEPAUDIT and DT_AUDIT as strings.
4493 2000-07-19  Nick Clifton  <nickc@cygnus.com>
4495         * format.c: Fix formatting.
4497 2000-07-19  H.J. Lu  <hjl@gnu.org>
4499         * elf.c (_bfd_elf_print_private_bfd_data): Fix DT_CHECKSUM.
4501 2000-07-19  H.J. Lu  <hjl@gnu.org>
4503         * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_BIND_NOW,
4504         DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
4505         DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
4506         DT_PLTPADSZ, DT_MOVEENT, DT_MOVESZ, DT_FEATURE, DT_POSFLAG_1,
4507         DT_SYMINSZ, DT_SYMINENT, DT_CONFIG, DT_DEPAUDIT, DT_AUDIT,
4508         DT_PLTPAD, DT_MOVETAB, DT_SYMINFO, DT_RELACOUNT, DT_RELCOUNT,
4509         DT_FLAGS_1, DT_USED and DT_CHECKSUM.
4511 2000-07-18  Andrew Cagney  <cagney@b1.cygnus.com>
4513         * elf.c (bfd_elf_get_sign_extend_vma, bfd_elf_get_arch_size): Move
4514         renamed functions from here...
4515         (assign_section_numbers): Use renamed functions.
4516         (prep_headers): Use renamed functions.
4518         * bfd.c (bfd_get_sign_extend_vma, bfd_get_arch_size): ...To here.
4519         * bfd-in.h (bfd_get_sign_extend_vma, bfd_get_arch_size): Update.
4520         * bfd-in2.h: Regenerate.
4522 2000-07-18  Ulf Carlsson  <ulfc@engr.sgi.com>
4524         * elf32-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Add
4525         parenthesis in if statement.
4527 2000-07-17  Koundinya K  <kk@ddeorg.soft.net>
4529         Enable the support for Traditional MIPS.
4530         * elf32-mips.c (IRIX_COMPAT): Recognize bfd_elf32_tradbigmips_vecand
4531         return ict_none appropriately for traditional mips targets.
4532         (STUB_LW): Change 0x8f998000 to 0x8f998010 for traditional mips.
4533         (STUB_MOVE): Conditionalize for traditonal mips.
4534         (STUB_LI16): Likewise.
4535         (_bfd_mips_elf_modify_segment_map): Conditionalize to avoid making
4536         room for RTPROC header.
4537         (_bfd_mips_elf_modify_segment_map): For a normal mips executable set
4538         the permission for the PT_DYNAMIC as read, write and execute.
4539         (mips_elf_calculate_relocation): Check for the symbol _DYNAMIC_LINKING
4540         for traditonal mips.
4541         (_bfd_mips_elf_create_dynamic_sections): Add the symbol
4542         _DYNAMIC_LINKING for traditonal mips.
4543         (_bfd_mips_elf_create_dynamic_sections): Add the symbol __RLD_MAP
4544         in case of traditonal mips.
4545         (_bfd_mips_elf_adjust_dynamic_symbol): Create a stub only if a PLT
4546         entry is required. For a function if PLT is not required then set the
4547         corresponding hash table entry to 0.
4548         (_bfd_mips_elf_size_dynamic_sections): Add DT_DEBUG entry for
4549         traditonal mips.
4550         (_bfd_mips_elf_finish_dynamic_symbol): for a undefined symbol in a
4551         shared object set the value to 0.
4552         (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol
4553         _DYNAMIC_LINKING for traditonal mips.
4554         (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol __RLD_MAP
4555         for traditonal mips.
4557 2000-07-15  H.J. Lu  <hjl@gnu.org>
4559         * aoutx.h (translate_to_native_sym_flags): Handle BSF_LOCAL.
4561 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
4563         * libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing
4564         out a structure that is BFD_IN_MEMORY.
4566 2000-07-11  Alan Modra  <alan@linuxcare.com.au>
4568         * elf64-hppa.c (get_dyn_name): Pass in section pointer instead of
4569         bfd pointer.  Print section id instead of bfd pointer for local
4570         syms.  Prefix addend with `+' for global syms as well as local.
4571         Correct calculation of name component lengths.
4572         (elf64_hppa_check_relocs): Update call to get_dyn_name.
4574         From David Huggins-Daines  <dhd@linuxcare.com>
4575         * elf-hppa.h (elf_hppa_relocate_section): Update calls here too.
4576         * elf64-hppa.c (elf64_hppa_check_relocs): Fix some warnings.
4577         (elf64_hppa_modify_segment_map): Likewise.
4579 2000-07-11  Andrew Cagney  <cagney@b1.cygnus.com>
4581         * elf.c (bfd_elf_get_sign_extend_vma): Return tendency of VMA
4582         addresses to be "naturally" sign extended.  Return -1 if unknown.
4583         * bfd-in.h (bfd_elf_get_sign_extend_vma): Add declaration.
4584         * bfd-in2.h: Regenerate.
4586 2000-07-11  Andrew Cagney  <cagney@b1.cygnus.com>
4588         * ecoffswap.h (ecoff_get_off, ecoff_put_off): Add ECOFF_SIGNED_32
4589         and ECOF_SIGNED_64 to list ways to extract an offset.
4590         (ecoff_swap_fdr_in, ecoff_swap_fdr_out, ecoff_swap_pdr_in,
4591         ecoff_swap_pdr_out, ecoff_swap_ext_in, ecoff_swap_ext_out):
4592         Update.
4593         * elf64-mips.c (ECOFF_SIGNED_64): Define instead of ECOFF_64.
4594         * elf32-mips.c (ECOFF_SIGNED_32): Define instead of ECOFF_32.
4596 2000-07-11  Andrew Cagney  <cagney@b1.cygnus.com>
4598         * elfcode.h (elf_object_p): Use bfd_set_start_address and not
4599         bfd_get_start_address.
4600         (elf_swap_ehdr_in): Sign extend e_entry when applicable.
4601         (elf_swap_ehdr_out): Ditto.
4603 2000-07-10  Alexander Aganichev  <AAganichev@hypercom.com>
4605         * archures.c (bfd_default_scan): Add set of bfd_mach_ cases for
4606         compatibility with older binutils.
4608 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
4610         * section.c (bfd_make_section_anyway): Start section_id at 0x10.
4611         (STD_SECTION): Avoid negative ids, instead use 0 to 3.
4613         From Ryan Bradetich  <rbradetich@uswest.net>
4614         * dwarf1.c (parse_die): Cure signed/unsigned char warnings.
4615         (parse_line_table): Ditto.
4616         (_bfd_dwarf1_find_nearest_line): Ditto.
4617         * syms.c (cmpindexentry): Remove extra `*' from params.
4619 2000-07-09  Koundinya K  <kk@ddeorg.soft.net>
4621         * elf32-mips.c (sort_dynamic_relocs): New Function.
4622         (_bfd_mips_elf_finish_dynamic_sections): Call sort_dynamic_relocs
4623         via qsort to sort the dynamic relocations in increasing r_symndx
4624         value.
4626 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
4628         * elf64-hppa.c (elf64_hppa_dyn_hash_table_init): Add
4629         ATTRIBUTE_UNUSED to unused args.
4630         (get_opd): Likewise.
4631         (get_plt): Likewise.
4632         (get_dlt): Likewise.
4633         (get_stub): Likewise.
4634         (elf64_hppa_adjust_dynamic_symbol): Likewise.
4635         (elf64_hppa_link_output_symbol_hook): Likewise.
4636         (elf64_hppa_check_relocs): Delete unused var.
4637         (elf64_hppa_size_dynamic_sections): Likewise.
4638         (elf64_hppa_finalize_opd): Likewise.
4639         (elf64_hppa_finalize_dynreloc): Likewise.
4640         (elf64_hppa_modify_segment_map): Likewise.
4641         (elf64_hppa_finish_dynamic_sections): Likewise.
4643         * elf-hppa.h (elf_hppa_final_write_processing): Add
4644         ATTRIBUTE_UNUSED to unused args.
4645         (elf_hppa_final_link_relocate): Likewise.
4646         (elf_hppa_record_segment_addrs): Add paretheses.
4647         (elf_hppa_relocate_section): Constify dyn_name.
4649         From  David Huggins-Daines  <dhd@linuxcare.com>
4650         * config.bfd: Add hppa*64*-*-linux-gnu 64-bit target, and
4651         rearrange case statement so that it gets preferred to 32-bit ones.
4653         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Use
4654         asection->id instead of address of asection structure.
4655         (elf32_hppa_size_stubs): Likewise.
4657         * elf32-hppa.c (elf32_hppa_size_stubs): Use just one stub section
4658         for .init* and .fini*.
4660         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Mask pointers
4661         and addends used in stub names to 32 bits.
4662         (elf32_hppa_size_stubs): Likewise.
4664         * elf-hppa.h (elf_hppa_final_link_relocate): Don't sum addend
4665         twice for R_PARISC_GPREL64.  Use bfd_put_32 for R_PARISC_PCREL32,
4666         not bfd_put_64.  Fix minor comment typo and formatting.
4668         Changes to create multiple linker stubs, positioned immediately
4669         before the section where they are required.
4670         * elf32-hppa.c: Don't include hppa_stubs.h.
4671         (elf32_hppa_stub_hash_entry): Add a pointer to the stub section.
4672         (elf32_hppa_stub_hash_table): Delete.
4673         (elf32_hppa_link_hash_entry): Delete.
4674         (elf32_hppa_link_hash_table): Use plain bfd_hash_table for
4675         stub_hash_table, and store the struct here rather than a pointer.
4676         Delete output_symbol_count.  Add offset array.  Change
4677         global_value to a bfd_vma.
4678         (elf32_hppa_stub_hash_lookup): Use table instead of table->root.
4679         (elf32_hppa_stub_hash_traverse): Delete.
4680         (elf32_hppa_name_of_stub): Delete.
4681         (elf32_hppa_link_hash_lookup): Delete.
4682         (elf32_hppa_link_hash_traverse): Delete.
4683         (elf32_hppa_stub_hash_table_init): Delete.
4684         (elf32_hppa_size_of_stub): Pass input section and offset rather
4685         than location and calculate location here.  Don't pass name as all
4686         stubs are now the same size.
4687         (elf32_hppa_stub_hash_newfunc): Init new fields.
4688         (elf32_hppa_link_hash_table_create): Likewise, and stub_hash_table
4689         too.
4690         (elf32_hppa_bfd_final_link_relocate): Cast enums to int before
4691         comparing against ints.  Rewrite stub handling code.
4692         (elf32_hppa_relocate_section): Make r_type and r_symndx unsigned.
4693         Case enums to int before comparing against ints.  Remove
4694         bfd_reloc_dangerous case.
4695         (elf32_hppa_build_one_stub): Rewrite.
4696         (elf32_hppa_size_one_stub): New function.
4697         (elf32_hppa_build_stubs): Rewrite.
4698         (elf32_hppa_size_stubs): Pass in linker call-back functions.
4699         Rewrite stub-handling specific code.
4701         * elf32-hppa.h (elf32_hppa_size_stubs): Update prototype.
4703         * elf64-hppa.c (elf64_hppa_dyn_hash_entry): Fix a comment typo.
4705         * hppa_stubs.h: Delete.
4706         * Makefile.am (SOURCE_HFILES): Remove hppa_stubs.h
4707         (elf32-hppa.lo): Remove hppa_stubs.h from dependencies.
4708         * Makefile.in: Regenerate.
4710         * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle e_nlsel and
4711         e_nlrsel.
4713         * libhppa.h (hppa_field_adjust): Correct e_nsel case.
4715         * elf32-hppa.c (elf32_hppa_relocate_section): Mention the offset
4716         and section name for bfd_reloc_notsupported error message.
4717         (elf32_hppa_bfd_final_link_relocate): Print reasons for returning
4718         bfd_reloc_notsupported.
4719         (elf32_hppa_relocate_section): Add ATTRIBUTE_UNUSED to output_bfd.
4721         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Handle
4722         undefined weak symbols for all relocs.
4723         (elf32_hppa_size_of_stub): Adjust calculation by 8 since branch
4724         offsets are relative to one past the delay slot.
4725         (elf32_hppa_size_stubs): Account for reloc addend when calculating
4726         branch destination.  Put addend into stub name too.
4727         (elf32_hppa_bfd_final_link_relocate): Account for reloc addend and
4728         adjust by 8 when deciding whether a linker stub is needed.  Put
4729         addend into stub name as for above.
4731         * elf32-hppa.c (hppa_elf_relocate_insn): Change signed/unsigned on
4732         various args and vars.
4733         (elf32_hppa_bfd_final_link_relocate): Here too.
4734         (elf32_hppa_size_stubs): Rename index -> indx.  Use e_indx for
4735         inner block var to avoid shadowing.
4737         * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type):  Make `field' arg
4738         unsigned.
4739         * elf64-hppa.h (_bfd_elf64_hppa_gen_reloc_type): Ditto.
4740         * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Ditto.
4741         (elf_hppa_fake_sections): Rename local var to avoid shadowing.
4743         * libhppa.h: Change practically all unsigned ints to plain ints.
4744         Remove tests on gcc version.  Instead use ATTRIBUTE_UNUSED for
4745         prototypes.
4747         From Ryan Bradetich  <rbradetich@uswest.net>
4748         * libhppa.h (hppa_opcode_type): New enum to replace #define's.
4749         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Modify to
4750         suit above.
4751         From  David Huggins-Daines  <dhd@linuxcare.com>
4752         * elf-hppa.h (elf_hppa_relocate_insn): Update the opcode constants
4753         to the new OP_* ones.
4755         * elf32-hppa.c (elf32_hppa_size_stubs): Consolidate freeing on
4756         error exit.  Bail out earlier on plabel relocs that we aren't
4757         interested in.  Don't tell elf32_hppa_stub_hash_lookup to copy
4758         string, and then don't free our copy.
4759         (elf32_hppa_build_one_stub): Make insn unsigned int.
4761         * libhppa.h (bfd_hppa_insn2fmt): 22 bit branches are only
4762         available with BL, not BE and BLE.
4764         * elf32-hppa.c (hppa_elf_relocate_insn): Add some more example
4765         code for elf arg relocs.
4766         (elf32_hppa_bfd_final_link_relocate): Replace boolean is_local
4767         argument with elf_link_hash_entry h.  Handle undefined weak
4768         symbols.  Move $global$ lookup from here...
4769         (elf32_hppa_relocate_section): ...to here.  Return correct error
4770         message for non-handled relocs.
4771         (elf32_hppa_size_of_stub): Correctly test branch range.  Previous
4772         wrong test was -0x3ffff to +0x40000.
4774         * elf-hppa.h (elf_hppa_final_link_relocate): R_PARISC_DIR17R,
4775         R_PARISC_DIR17F, and R_PARISC_DIR21L are for absolute branches;
4776         Handle them as such.
4777         (elf_hppa_relocate_insn): Fix a typo.
4779         * libhppa.h (GET_FIELD, GET_BIT, MASK, CATENATE, ELEVEN): Delete.
4780         (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
4781         assemble_17, assemble_21): Delete.
4782         Supply defines for all 64 possible opcodes.
4783         (bfd_hppa_insn2fmt): Add bfd argument, and use to select wide mode
4784         formats.  Handle COMICLR.
4785         (hppa_rebuild_insn): Delete bfd argument.  Handle formats 10, -11,
4786         -10, -16, 16, 22.
4788         * elf32-hppa.c (hppa_elf_relocate_insn): Complete rewrite.
4789         (elf32_hppa_bfd_final_link_relocate): Major rewrite.
4790         (elf32_hppa_build_one_stub): Modify hppa_elf_relocate_insn calls
4791         to suit.
4792         (elf32_hppa_size_stubs): Don't free stub_name twice.  Read in all
4793         the local syms - did this code get deleted accidentally?  Ignore
4794         undefined and undefweak syms.
4796         * elf-hppa.h (elf_hppa_final_link): Move hppa_info to outermost
4797         block.  Use it instead of elf64_hppa_hash_table (info).
4798         (elf_hppa_final_link_relocate): Use hppa_info instead of
4799         elf64_hppa_hash_table (info).
4801         * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
4802         re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
4803         (hppa_rebuild_insn): Mask immediate bits here instead.
4804         * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
4806 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
4808         * section.c (struct sec): Add id field.  Tidy comment formatting.
4809         (bfd_make_section_anyway): Set id.
4810         (STD_SECTION): Init id too.
4811         Change CONST to const throughout.
4812         * archures.c (bfd_arch_info): Tidy comment.
4813         (bfd_arch_list): Change a CONST to const.
4814         * libbfd-in.h: Tidy comments and replace CONST with const.
4815         * elf-bfd.h: Likewise.
4816         * libbfd.h: Regenerate.
4817         * bfd-in2.h: Regenerate.
4818         * libcoff.h: Regenerate.
4820 2000-07-07  DJ Delorie  <dj@redhat.com>
4822         * archive.c (_bfd_write_archive_contents): Add an informative
4823         comment.
4825 2000-07-06  Kazu Hirata  <kazu@hxi.com>
4827         * srec.c: Fix formatting.
4829 2000-06-05  DJ Delorie  <dj@redhat.com>
4831         * MAINTAINERS: new
4833 2000-07-04  Alexandre Oliva  <aoliva@redhat.com>
4835         * coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
4836         value of PC-relative offsets.
4838 2000-07-03  Jim Wilson  <wilson@cygnus.com>
4840         * elf64-alpha.c (alpha_elf_size_info): New.
4841         (elf_backend_size_info): Define to alpha_elf_size_info.
4842         * elfcode.h (elf_size_info): Change hash bucket size to 4.
4844 2000-07-03  Ulf Carlsson  <ulfc@engr.sgi.com>
4846         * elf32-mips.c: Include elf32-target.h again for the traditional
4847         MIPS targets.
4849 2000-07-03  Marek Michalkiewicz  <marekm@linux.org.pl>
4851         * elf32-avr.c (bfd_elf32_bfd_reloc_type_lookup):
4852         Add ATTRIBUTE_UNUSED to unused arguments to avoid warnings.
4853         (avr_info_to_howto_rela): Likewise.
4854         (elf32_avr_gc_mark_hook): Likewise.
4855         (elf32_avr_gc_sweep_hook): Likewise.
4856         (elf32_avr_relocate_section): Likewise.
4858 2000-07-03  Mark Elbrecht  <snowball3@bigfoot.com>
4860         * cofflink.c (_bfd_coff_write_global_sym): Turn a weak symbol into
4861         an external symbol for a non-shared, non-relocatable link.
4863 2000-07-03  Nick Clifton  <nickc@redhat.com>
4865         * cofflink.c (IS_EXTERNAL): New macro: Return true if the symbol
4866         is an external symbol.
4867         (IS_WEAK_EXTERNAL): New macro: Return true if the symbol is a weak
4868         external symbol.
4870 2000-07-03  Kazu Hirata  <kazu@hxi.com>
4872         * reloc16.c: Fix formatting.
4874 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
4876         * config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4*
4877         to add a new target for traditional mips i.e
4878         bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec.
4879         * configure.in: Likewise.
4880         * configure: Rebuild.
4881         * targets.c (bfd_elf32_tradbigmips_vec): Declare and put in
4882         bfd_target_vector.
4883         (bfd_elf32_tradlittlemips_vec): Likewise.
4884         * elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test
4885         to see that elfNN_bed does not get redefined even if the target file
4886         is included twice for a chip. See elf32-mips.c.
4888 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
4890         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
4891         (CLEANFILES): Add DEPA.
4892         * Makefile.in: Regenerate.
4894 2000-06-30  DJ Delorie  <dj@cygnus.com>
4896         * peicode.h (coff_swap_filehdr_in): can't use e_magic because we
4897         can't assume the PE header is at 0x80.
4899 2000-06-29  Mark Elbrecht  <snowball3@bigfoot.com>
4901         * syms.c (_bfd_stab_section_find_nearest_line): Use IS_ABSOLUTE_PATH.
4903 2000-06-28  Mark Elbrecht  <snowball3@bigfoot.com>
4905         * go32stub.h: Update stub.
4907 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
4909         * archures.c (bfd_mach_avr5): Define.
4910         * bfd-in2.h (bfd_mach_avr5): Define.
4911         * cpu-avr.c (arch_info_struct): Rename bfd_mach_avr4 to
4912         bfd_mach_avr5, add bfd_mach_avr4.  Update comments.
4913         (compatible): Update comment.  Add missing test.
4914         * elf32-avr.c (avr_final_link_relocate): Support 8K wrap
4915         for avr2 and avr4.  Simplify 8K wrap code.
4916         (bfd_elf_avr_final_write_processing): Recognize bfd_mach_avr5.
4917         (elf32_avr_object_p): Recognize E_AVR_MACH_AVR5.
4919 2000-06-26  Kazu Hirata  <kazu@hxi.com>
4921         * coff-h8300.c: Fix formatting.
4922         * cpu-h8300.c: Likewise.
4924 2000-06-24  Alexandre Oliva  <aoliva@redhat.com>
4926         * elf32-arm.h (elf32_arm_final_link_relocate): Print `(local)'
4927         for local symbols whose names are unknown.
4929 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
4931         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
4932         find one.
4933         * Makefile.in: Regenerate.
4934         * doc/Makefile.in: Regenerate.
4936 2000-06-20  H.J. Lu  <hjl@gnu.org>
4938         * Makefile.am: Rebuild dependency.
4939         * Makefile.in: Rebuild.
4941 2000-06-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
4943         * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): New function.
4944         (elf_backend_copy_indirect_symbol): Map to the new function.
4946 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
4948         * archive.c (normalize): Correct pointer comparison when checking
4949         for backslashes.
4950         (bfd_bsd_truncate_arname): Likewise.
4951         (bfd_gnu_truncate_arname): Likewise.
4953 2000-06-20  Ulf Carlsson  <ulfc@engr.sgi.com>
4955         * elf-bfd.h (struct elf_obj_tdata): Define per BFD Irix 5 virtual
4956         sections elf_{text,data}_{section,symbol}.
4957         * elf32-mips.c: mips_elf_{text,data}_{section,symbol}{,_ptr}: Remove.
4958         (_bfd_mips_elf_hide_symbol): New function.
4959         (elf_backend_hide_symbol): Map to the new function.
4960         (_bfd_mips_elf_add_symbol_hook): Change to use new per BFD
4961         definitions of mips_elf_{text,data}_{section,symbol}.
4962         (mips_elf_local_relocation_p): Try to find the direct symbol
4963         based on new check_forced argument.
4964         (mips_elf_calculate_relocation): Use new version of
4965         mips_elf_local_relocation_p.
4966         (mips_elf_relocate_section): Likewise.
4967         (_bfd_mips_elf_relocate_section): Likewise.
4968         (mips_elf_sort_hash_table): Only assert that have enough GOT
4969         space.
4970         (mips_elf_got16_entry): Match all 32 bits to the existing GOT
4971         entry if the relocation based on the new external argument.
4972         (mips_elf_create_dynamic_relocation): Assert that we have a
4973         section contents allocated where we can swap out the dynamic
4974         relocations.
4975         (mips_elf_calculate_relocation): Find the real hash-table entry
4976         correctly by using h->root.root.type.  Only create a dynamic
4977         relocation entry if the symbol is defined in a shared library.
4978         Create an external GOT entry for the GOT16 relocation if the
4979         symbol was forced local.
4980         (_bfd_mips_elf_finish_dynamic_symbol): Don't assert there is a
4981         dynamic index if the symbol was forced local.
4983 2000-06-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
4985         * elf32-mips.c: Fix typos in comments.
4987 2000-06-19  Mark Kettenis  <kettenis@gnu.org>
4989         * rs6000-core.c: Wrap definition of `union VmInfo' within #ifdef
4990         CORE_VERSION_1.
4992 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
4994         * Makefile.in, bfd-in2.h, libbfd.h, configure: Rebuild.
4995         * Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES, BFD32_BACKENDS,
4996         BFD32_BACKENDS_CFILES): Add 68hc12, 68hc11 files.
4997         * configure.in (bfd_elf32_m68hc12_vec): Recognize.
4998         (bfd_elf32_m68hc11_vec): Likewise.
4999         * config.bfd (targ_cpu): Recognize 68hc12 and 68hc11.
5000         Supports 68hc11 & 68hc12  at the same time.
5001         * targets.c (bfd_elf32_m68hc12_vec): Declare and put in
5002         bfd_target_vector.
5003         (bfd_elf32_m68hc11_vec): Likewise.
5004         * elf.c (prep_headers): Recognize bfd_arch_m68hc12 and 68hc11.
5005         * archures.c (bfd_m68hc12_arch): Define and register in global list
5006         (bfd_m68hc11_arch): Likewise.
5007         * reloc.c (BFD_RELOC_M68HC11_HI8, BFD_RELOC_M68HC11_LO8,
5008         BFD_RELOC_M68HC11_3B): Define.
5009         * cpu-m68hc12.c, elf32-m68hc12.c: New files for 68hc12 support.
5010         * cpu-m68hc11.c, elf32-m68hc11.c: New files for 68hc11 support.
5012 2000-06-18  Ulf Carlsson  <ulfc@engr.sgi.com>
5014         * elf_bfd.h (struct elf_backend_data): Add info argument to
5015         elf_backend_hide_symbol.
5016         (_bfd_elf_link_hash_hide_symbol): Likewise.
5017         * elf.c (_bfd_elf_link_hash_hide_symbol): Likewise.
5018         * elf64-ia64.c (elf64_ia64_hash_hide_symbol): Likewise.
5019         * elflink.h (elf_link_add_object_symbols): Likewise.
5020         (elf_link_assign_sym_version): Likewise.
5022 2000-06-18  H.J. Lu  <hjl@gnu.org>
5024         * coff-i386.c (coff_i386_reloc): Don't return in case of
5025         output_bfd == (bfd *) NULL if COFF_WITH_PE is defined.
5026         Compensate PE relocations when linking with non-PE object
5027         files to generate a non-PE executable.
5029 2000-06-17  Ulf Carlsson  <ulfc@engr.sgi.com>
5031         * elf32-mips.c (mips_elf_calculate_relocation): Explicitly write
5032         GOT entries if we're doing a static link or -Bsymbolic link.
5034 2000-06-15  Ulf Carlsson  <ulfc@engr.sgi.com>
5036         * elflink.h (elf_link_adjust_relocs): Check for and call backend
5037         specifific swap_reloc_{in,out} and swap_reloca_{in,out} if
5038         available.
5039         (elf_link_output_relocs): Likewise.
5040         (elf_reloc_link_order): Likewise.
5042 2000-06-16  Nicholas Duffek  <nsd@redhat.com>
5044         * archures.c (enum bfd_architecture): #define constants for
5045         PowerPc and RS6000 machine numbers.
5046         * bfd-in2.h: Regenerate.
5047         * coffcode.h (coff_set_arch_mach_hook): #ifdef XCOFF64, set arch
5048         to bfd_arch_powerpc instead of bfd_arch_rs6000.  Refer to PowerPc
5049         and RS6000 machine numbers using #defined constants from
5050         archures.c.
5051         * cpu-powerpc.c (arch_info_struct): Refer to PowerPc and RS6000
5052         machine numbers using #defined constants from archures.c.  Add
5053         entries for EC603e, 630, A35, RS64II, RS64III, 7400.  Specify
5054         64-bit words in 620 entry.
5055         * cpu-rs6000.c (arch_info_struct): Create with entries for RS1,
5056         RSC, and RS2.
5057         (bfd_rs6000_arch): Change default machine to 0 (bfd_mach_rs6k).
5059 2000-06-16  Nicholas Duffek  <nsd@cygnus.com>
5061         * coffcode.h (coff_mkobject_hook): Set xcoff_tdata.xcoff64.
5062         * libcoff-in.h (struct xcoff_tdata): Define xcoff64 field.
5063         * libcoff.h (struct xcoff_tdata): Define xcoff64 field.
5065 2000-06-16  Nicholas Duffek  <nsd@redhat.com>
5067         * bfd-in.h (bfd_family_coff): Define.
5068         * bfd-in2.h: Regenerate.
5069         * coffgen.c (coff_count_linenumbers, coff_symbol_from,
5070         coff_find_nearest_line): Check COFFness using bfd_family_coff()
5071         instead of bfd_target_coff_flavour.
5072         * cofflink.c (_bfd_coff_final_link): Likewise.
5073         * cpu-ns32k.c (do_ns32k_reloc): Don't strcmp() target name to
5074         exclude XCOFF files.
5075         * reloc.c (bfd_perform_relocation, bfd_install_relocation):
5076         Likewise.
5077         * targets.c (enum bfd_flavour): Add bfd_target_xcoff_flavour.
5078         * xcoff-target.h (TARGET_SYM): Use bfd_target_xcoff_flavour.
5079         * xcofflink.c (XCOFF_XVECP): Delete.
5080         (bfd_xcoff_link_record_set, bfd_xcoff_import_symbol,
5081         bfd_xcoff_export_symbol, bfd_xcoff_link_count_reloc,
5082         bfd_xcoff_record_link_assignment,
5083         bfd_xcoff_size_dynamic_sections): Replace XCOFF_XVECP() with
5084         check for bfd_target_xcoff_flavour.
5086 2000-06-16  Nicholas Duffek  <nsd@redhat.com>
5088         * rs6000-core.c: Support 64-bit core files, support pre-4.3 core
5089         files on AIX 4.3.
5090         (read_hdr): New function.
5091         (rs6000coff_core_p): Store mstsave or __context64 struct instead
5092         of trying to extract individual registers.  Set abfd->arch_info
5093         to match the architecture that created the core file.
5094         (rs6000coff_get_section_contents): Delete.
5095         * xcoff-target.h (rs6000coff_get_section_contents): Delete.
5097 2000-06-14  H.J. Lu  <hjl@gnu.org>
5099         * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec)
5100         is NULL.
5102 2000-06-13  H.J. Lu  <hjl@gnu.org>
5104         * configure: Regenerate.
5106 2000-06-13  J"orn Rennecke <amylaar@cygnus.co.uk>
5108         * peicode.h (pe_ILF_object_p): Use TARGET_LITTLE_SYM instead of
5109         armpei_little_vec.
5111 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
5113         * configure.in (VERSION): Update to show this is the CVS mainline.
5115 2000-06-07  Alan Modra  <alan@linuxcare.com.au>
5117         * elf32-d10v.c: Include elf/d10v.h
5118         (enum reloc_type): Delete.
5119         * elf32-d30v.c: Include elf/d30v.h
5120         (enum reloc_type): Delete.
5122         * Makefile.am: Run "make dep-am" to regenerate dependencies.
5123         * Makefile.in: Regenerate.
5125         * elf32-i386.c (elf_howto_table): Remove EMPTY_HOWTOs.
5126         (elf32_i386_vtinherit_howto, elf32_i386_vtentry_howto): Delete and
5127         move HOWTOs into elf_howto_table.
5128         (R_386_standard, R_386_ext_offset): Define.
5129         (R_386_ext, R_386_vt_offset, R_386_vt): Define.
5130         (elf_i386_reloc_type_lookup): Modify calculation of index into
5131         elf_howto_table since we've removed the padding.
5132         (elf_i386_info_to_howto_rel): Likewise.
5133         (elf_i386_relocate_section): Likewise.
5135 2000-06-06  Michael Snyder  <msnyder@seadog.cygnus.com>
5137         * elf.c (elf_grok_pr_status): Eliminate reference to prgregset_t.
5139 2000-06-05  H.J. Lu  <hjl@gnu.org>
5141         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't flag
5142         an error when seeing an undefined symbol with hidden/internal
5143         attribute. It is handled in *_relocate_section ().
5145 2000-06-05  H.J. Lu  <hjl@gnu.org>
5147         * elflink.h (elf_fix_symbol_flags): Follow the link for the
5148         indirect symbol for the ELF_LINK_NON_ELF bit.
5149         (elf_link_output_extsym): Don't output the indirect symbol even
5150         if the ELF_LINK_NON_ELF bit is set.
5152 2000-06-01  J.T. Conklin  <jtc@redback.com>
5154         * config.bfd (i[3456]86-*-netbsdelf*): New target.
5155         (i[3456]86-*-netbsdaout*): New target.
5156         (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs.
5157         (i[3456]86-*-openbsd*): Likewise.
5159 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
5161         * trad-core.c: From hpux-core.c, include <dirent.h> or
5162         <sys/ndir.h> when possible.
5164 2000-05-31  Ulrich Drepper  <drepper@redhat.com>
5166         * elf.c (_bfd_elf_slurp_version_tables): Correct reading of version
5167         definitions.  We must not assume they are sorted in the file
5168         according to their index numbers.
5170 2000-05-31  Alan Modra  <alan@linuxcare.com.au>
5172         * elf-hppa.h: (elf_hppa_final_link_relocate): Use e_rsel field
5173         selector for R_PARISC_PCREL17R.  R_PARISC_DIR17R and
5174         R_PARISC_DIR17F are for absolute branches; Handle them as such.
5176 2000-05-30  Nick Clifton  <nickc@cygnus.com>
5178         * cpu-i960.c (scan_960_mach): Accept 80960KA, 80960KB,
5179         80960CA, 80960MC as valid machine names.
5181 2000-05-30  H.J. Lu  <hjl@gnu.org>
5183         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the
5184         visibility bits if the symbol is undefined. Correctly handle
5185         weak undefined symbols with hidden and internal attributes.
5187         * elflink.h (elf_link_add_object_symbols): Always turn the
5188         symbol into local if it has the hidden or internal attribute.
5190 2000-05-29  Philip Blundell  <philb@gnu.org>
5192         * ppcboot.c:  Add packed attribute if compiling with GCC.
5194 2000-05-29  Anatoly Vorobey  <mellon@pobox.com>
5196         * elf.c (_bfd_elf_link_hash_table_init): Initialize dynlocal.
5198 2000-05-26  Michael Snyder  <msnyder@seadog.cygnus.com>
5200         * elf.c (elfcore_grok_prstatus, elfcore_grok_pstatus,
5201         elfcore_grok_psinfo): Add code to allow debugging a 32-bit
5202         corefile on a 64-bit (Sparc Solaris) host.  Also clean up
5203         a few old comments.
5205 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
5207         * Makefile.am: Update dependencies with "make dep-am"
5208         * Makefile.in: Regenerate.
5210         * sysdep.h (gettext, dgettext, dcgettext, textdomain,
5211         bindtextdomain): Replace defines with those from intl/libgettext.h
5212         to quieten gcc warnings.
5214 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
5216         * aoutx.h (find_nearest_line): Use IS_ABSOLUTE_PATH.
5218         * archive.c (normalize, bfd_bsd_truncate_arname,
5219         bfd_gnu_truncate_arname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support
5220         file names with backslashes.
5222         * cache.c (bfd_open_file) [__MSDOS__]: Don't unlink the file
5223         before opening it.
5225         * sysdep.h: Include filenames.h.
5227 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
5229         * opncls.c (bfd_close_all_done): Mask file perms with 0777 not 0x777.
5231 2000-05-26  Jakub Jelinek  <jakub@redhat.com>
5233         * elf64-sparc.c (sparc64_elf_relax_section): New.
5234         (sparc64_elf_relocate_section): Optimize tail call into branch always
5235         if possible.
5236         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
5237         (elf32_sparc_relax_section): New.
5239 2000-05-26  Jakub Jelinek  <jakub@redhat.com>
5241         * elf64-sparc.c: Add ATTRIBUTE_UNUSED to unused function parameters.
5242         Remove unusued variables.
5243         (sparc64_elf_relocate_section): Change r_symndx type to unsigned long.
5244         (sparc64_elf_merge_private_bfd_data): Fix shared library case from
5245         previous fix, so that shared libs really don't influence targets
5246         extension mask and memory model.
5248 2000-05-23  H.J. Lu  <hjl@gnu.org>
5250         * elf64-alpha.c (elf64_alpha_relocate_section): Check
5251         h->root.other not h->other.
5252         * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
5254         * elf32-ppc.c (ppc_elf_relocate_section): Fix a typo.
5256 2000-05-23  H.J. Lu  <hjl@gnu.org>
5258         * elf32-i386.c (elf_i386_relocate_section): Don't allow the
5259         undefined symbol with the non-default visibility attributes.
5260         * elf-hppa.h (elf_hppa_relocate_section): Likewise.
5261         * elf32-arm.h (elf32_arm_relocate_section): Likewise.
5262         * elf32-i370.c (i370_elf_relocate_section): Likewise.
5263         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
5264         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
5265         * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
5266         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
5267         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
5268         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
5269         * elf64-ia64.c (elf64_ia64_relocate_section): Likewise.
5270         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
5272 2000-05-22  Richard Henderson  <rth@cygnus.com>
5274         * elf64-ia64.c (ia64_howto_table): Add PCREL60B, PCREL21BI,
5275         PCREL22, PCREL64I.  Zero size of special relocs.
5276         (elf64_ia64_reloc_type_lookup): Likewise.
5277         (USE_BRL, oor_brl, oor_ip): New.
5278         (elf64_ia64_relax_section): New.
5279         (elf64_ia64_check_relocs): Handle PCREL60B, PCREL22, PCREL64I.
5280         (elf64_ia64_install_value): Likewise, plus PCREL21BI.
5281         (elf64_ia64_relocate_section): Likewise.
5282         (bfd_elf64_bfd_relax_section): New.
5283         * reloc.c (BFD_RELOC_IA64_PCREL21BI): New.
5284         (BFD_RELOC_IA64_{PCREL22,PCREL60B,PCREL64I}): New.
5285         * bfd-in2.h, libbfd.h: Regenerate.
5287 2000-05-22  Nick Clifton  <nickc@cygnus.com>
5289         * configure.in : Add peigen.lo to MIPS PE targets.
5290         * configure: Regenerate.
5292 2000-05-22  Momchil Velikov  <velco@fadata.bg>
5294         * libbfd.c (_bfd_generic_verify_endian_match): Compare endianess
5295         only if it is known for both input and output bfds. Separate
5296         error message strings as in some languages, it may be necessary
5297         to change more than one place in the string to change between
5298         'big' and 'little'.
5300         * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Remove inline
5301         endianess checks, call _bfd_generic_verify_endian_match() instead.
5303         * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Likewise.
5305         * elf32-mcore.c (mcore_elf_merge_private_bfd_data): Likewise.
5307         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Likewise. Verify
5308         endianess before checking bfd flavours.
5310 2000-05-22  H.J. Lu  <hjl@gnu.org>
5312         * elflink.h (elf_link_output_extsym): Clear the visibility
5313         field for symbols not defined locally.
5315 2000-05-18  Alan Modra  <alan@linuxcare.com.au>
5317         * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
5318         re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
5319         (hppa_rebuild_insn): Mask immediate bits here instead.
5320         * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
5322 2000-05-18  Momchil Velikov <velco@fadata.bg>
5324         * elflink.h (elf_bfd_final_link, elf_link_input_bfd): When emiting
5325         relocs for an executable, ensure that they are virtual addresses.
5327 2000-05-18  Jeffrey A Law  (law@cygnus.com)
5329         * config.bfd (hppa*64*-*-hpux11*): New target triplet.
5331 2000-05-17  S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
5332             Rick Gorton             <gorton@scrugs.lkg.dec.com>
5334         * elflink.h: Add emitrelocations support: when enabled, relocation
5335         information and relocation sections are put into final output
5336         executables.  If the emitrelocations flag is set, do the following:
5337         (elf_bfd_final_link): Emit relocation sections.
5338         (elf_link_input_bfd): Compute relocation section contents.
5339         (elf_gc_sections): Don't clean relocation sections.
5341 2000-05-16  Catherine Moore  <clm@cygnus.com>
5343         * som.c (som_decode_symclass):  Recognize weak symbols.
5345 2000-05-16  Szabolcs Szakacsits <szaka@F-Secure.com>
5347         * peigen.c (pe_print_idata): Undo part of 2000-05-12 change that
5348         read idata section only from dataoff.
5349         (pe_print_edata): Correctly check for valid eat_member.
5351 2000-05-16  J"orn Rennecke <amylaar@cygnus.co.uk>
5353         * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.
5355 2000-05-14  Philip Blundell  <philb@gnu.org>
5357         * config.bfd (armeb-*-elf, arm*b-*-linux-gnu*): New targets.
5359 2000-05-12  Alan Modra  <alan@linuxcare.com.au>
5361         * targets.c (bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
5363         * peigen.c (pe_print_idata): Look for .idata section and print
5364         info even if data directory has zero entries.  Read idata section
5365         starting from dataoff, and adjust all data offsets to suit.  Cast
5366         all bfd_vma vars to unsigned long before passing to fprintf.
5367         * peigen.c (pe_print_edata): Similarly, look for .edata section
5368         and print info even if data directory has zero entries.  Cast
5369         all bfd_vma vars to unsigned long before passing to fprintf.
5371         From Szabolcs Szakacsits <szaka@F-Secure.com>
5372         * peigen.c (pe_print_idata): Use bfd_section_size rather than data
5373         directory size which may be bogus.
5374         * peigen.c (pe_print_edata): Similarly.
5376 2000-05-09  Alan Modra  <alan@linuxcare.com.au>
5378         * elf.c (bfd_section_from_shdr): Don't set use_rela_p if rela
5379         section is empty.
5380         (copy_private_bfd_data): Allow for space possibly taken up by elf
5381         headers when calculating segment physical address from lma.
5383 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
5385         * versados.c (versados_scan): Init stringlen and pass_2_done.
5387         * trad-core.c (trad_unix_core_file_p): Return
5388         bfd_error_wrong_format rather than bfd_error_file_truncated.
5390         * peigen.c (_bfd_pei_swap_aouthdr_out): Pass ImageBase to
5391         add_data_entry.  DataDirectory virtual address is relative.
5392         (pe_print_idata): Account for relative DataDirectory virtual
5393         addresses.  Don't trash datasize inside POWERPC_LE_PE code.
5394         (pe_print_edata): Similarly.
5396         From Szabolcs Szakacsits <szaka@F-Secure.com>
5397         * peigen.c (dir_names): Add Delay Import Directory.
5398         (pe_print_idata):  Always search for bfd section containing
5399         idata address rather than looking up section name.  Print this
5400         section name rather than .idata.
5401         (pe_print_edata): Similarly.  Also print some fields as %08lx.
5402         (_bfd_pe_print_private_bfd_data_common): Print Reserved1 field as
5403         Win32Version.
5405 2000-05-05  Clinton Popetz  <cpopetz@cygnus.com>
5407         * xcoff.h: Rename to xcoff-target.h
5408         * Makefile.am: Change all instances of xcoff.h to xcoff-target.h
5409         * coff-rs6000.c: Ditto.
5410         * coff64-rs6000.c: Ditto.
5411         * coff-pmac.c: Ditto.
5412         * Makefile.in: Regenerate.
5414 2000-05-05  Clinton Popetz  <cpopetz@cygnus.com>
5416         * coffcode.h (coff_set_arch_mach_hook, coff_set_flags):
5417         Change U802TOC64MAGIC to U803XTOCMAGIC.
5419 2000-05-04  Michael Snyder  <msnyder@seadog.cygnus.com>
5421         * elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1.
5422         * bfd-in.h: Prototype bfd_elf_get_arch_size.
5423         * bfd-in2.h: Prototype bfd_elf_get_arch_size.
5425 2000-05-04  Alan Modra  <alan@linuxcare.com.au>
5427         * libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma.
5429 2000-05-03  Martin v. L�öwis  <loewis@informatik.hu-berlin.de>
5431         * elflink.h (elf_link_add_object_symbols): Reset dynindx for
5432         hidden and internal symbols.
5433         (elf_fix_symbol_flags): Clear NEEDS_PLT for symbols with
5434         visibility.
5435         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Do not
5436         assign a PLT or GOT entry to symbols with hidden and
5437         internal visibility.
5439 2000-05-03  Mark Elbrecht  <snowball3@bigfoot.com>
5441         * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add entry for
5442         the .bss section.
5443         * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
5445 2000-05-02  H.J. Lu  <hjl@gnu.org>
5447         * elf.c (prep_headers): Use ELFOSABI_NONE instead of
5448         ELFOSABI_SYSV.
5450 2000-05-02  Alan Modra  <alan@linuxcare.com.au>
5452         * targets.c (bfd_target_vector): Restore bfd_elf32_hppa_vec.
5453         * Makefile.am (BFD32_BACKENDS): Restore elf32-hppa.lo.  Regenerate
5454         dependencies.
5455         * Makefile.in: Regenerate.
5457 2000-05-01  Jim Wilson  <wilson@cygnus.com>
5459         * Makefile.am (BFD32_BACKENDS): Add efi-app-ia32.lo.
5460         (BFD32_BACKENDS_CFILES): Add efi-app-ia32.c.
5461         (BFD64_BACKENDS): Delete coff-ia64.lo.  Add efi-app-ia64.lo.
5462         (BFD64_BACKENDS_CFILES): Delete coff-ia64.c.  Add efi-app-ia64.c.
5463         * Makefile.in: Rebuild.
5465 2000-05-02  Alan Modra  <alan@linuxcare.com.au>
5467         * config.bfd: Re-enable elf32-hppa.  It now compiles, even if it
5468         doesn't work very well.
5470         * elf-hppa.h (elf_hppa_internal_shdr): Define.
5471         (elf_hppa_fake_sections): hdr is elf_hppa_internal_shdr.
5472         Set hdr->s_type to 1 if ARCH_SIZE == 32.
5473         (_bfd_elf_hppa_gen_reloc_type): Add prototype.
5474         (elf_hppa_info_to_howto): Likewise.
5475         (elf_hppa_info_to_howto_rel): Likewise.
5476         (elf_hppa_reloc_type_lookup): Likewise.
5477         (elf_hppa_is_local_label_name): Likewise.
5478         (elf_hppa_fake_sections): Likewise.
5479         (elf_hppa_final_write_processing): Likewise.
5480         (elf_hppa_howto_table): Fully initialise all entries.
5481         (_bfd_elf_hppa_gen_reloc_type): Add ATTRIBUTE_UNUSED to args.
5482         (elf_hppa_info_to_howto): Likewise.
5483         (elf_hppa_info_to_howto_rel): Likewise.
5484         (elf_hppa_reloc_type_lookup): Likewise.
5485         (elf_hppa_final_write_processing, elf_hppa_add_symbol_hook,
5486         elf_hppa_unmark_useless_dynamic_symbols,
5487         elf_hppa_remark_useless_dynamic_symbols,
5488         elf_hppa_record_segment_addrs, elf_hppa_final_link,
5489         elf_hppa_relocate_section, elf_hppa_final_link_relocate,
5490         elf_hppa_relocate_insn): Compile only if ARCH_SIZE == 64 until
5491         elf32-hppa.c mess is cleaned up.
5492         (elf_hppa_final_link_relocate): Make insn and r_type unsigned
5493         int.  Delete r_field.  In case R_PARISC_PCREL21L, don't set
5494         r_field then call hppa_field_adjust inline func with variable
5495         r_field arg, instead call hppa_field_adjust with fixed arg.
5496         In case R_PARISC_PCREL22F, don't set r_field.
5497         (elf_hppa_relocate_insn): Change args and return type to unsigned
5498         int.  Call re_assemble_* funcs to do the work.
5500         * elf32-hppa.c (hppa_elf_relocate_insn): Don't assume 32 bit when
5501         sign extending.
5503         * libhppa.h (HPPA_R_CONSTANT): Don't assume 32 bit when sign
5504         extending.
5505         (sign_extend): Mask first before sign extending.
5506         (low_sign_extend): Rewrite without condition expression.
5507         (ones, dis_assemble_3, dis_assemble_12, dis_assemble_16,
5508         dis_assemble_17, dis_assemble_21, dis_assemble_22): Delete.
5509         (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
5510         assemble_17, assemble_21, sign_unext, low_sign_unext): Return
5511         result as function return value rather than through pointer arg.
5512         Accept unsigned int args, and return unsigned int.
5513         (re_assemble_3): New.  Combines function of dis_assemble_3 with
5514         re-assembly of opcode and immediate.
5515         (re_assemble_12): Likewise.
5516         (re_assemble_16): Likewise.
5517         (re_assemble_17): Likewise.
5518         (re_assemble_21): Likewise.
5519         (re_assemble_22): Likewise.
5520         (hppa_field_adjust): Rewrite and document, paying attention to
5521         size of types and signed/unsigned issues.
5522         (get_opcode): Shift before masking.
5523         (FDLW): Rename to FLDW.
5524         (bfd_hppa_insn2fmt): Change arg to unsigned int.  Delete fmt.
5525         (hppa_rebuild_insn): Change args and return value to unsigned
5526         int.  Make use of re_assemble_*.  Correct case 11.
5528         * dep-in.sed: Handle ../opcodes/.
5529         * Makefile.am (SOURCE_HFILES): Add elf-hppa.h, elf32-hppa.h,
5530         elf64-hppa.h, hppa_stubs.h, xcoff.h.
5531         (BFD32_BACKENDS_CFILES): Restore elf32-hppa.c.
5532         Remove elf64-hppa.lo, cpu-ia64.lo, elf64-ia64.lo, elfarm-oabi.lo,
5533         elfarm-nabi.lo dependencies outside of auto-dependency area.
5534         Regenerate dependencies.
5535         * Makefile.in: Regenerate.
5537         * configure.in (TRAD_HEADER): Test non-null before
5538         AC_DEFINE_UNQUOTED.
5539         * configure: Regenerate.
5541         * reloc.c: Fix mis-spelling in comment.
5543 2000-05-01  Alan Modra  <alan@linuxcare.com.au>
5545         * coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change.
5546         * vms.c (vms_openr_next_archived_file): Return NULL.
5548 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
5550         * coffcode.h Copy changes mistakenly done to libcoff.h in
5551         4/24/2000 patch.
5553 2000-04-29  Andreas Jaeger  <aj@suse.de>
5555         * libbfd-in.h: Correctly check GCC version.
5556         * bfd-in.h: Likewise.
5557         * libhppa.h: Likewise.
5558         * libbfd.h: Regenerate.
5559         * bfd-in2.h: Regenerate.
5561 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
5563         * Makefile.am (BFD64_BACKENDS, BFD64_BACKENDS_CFILES): Add
5564         coffdu-rs6000.{lo,c}.
5565         (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
5566         on xcoff.h
5567         * Makefile.in: Regenerate.
5568         * xcoff.h: New file.
5569         * coff-pmac.c: Use xcoff.h instead of coff-rs6000.c.
5570         * coff-rs6000.c: Move all declarations and defines that are
5571         common to the xcoff backends into xcoff.h
5572         * coff64-rs6000.c: Ditto,
5574 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
5576         * coff-mips.c (mips_ecoff_backend_data):  Add initialization of
5577         _bfd_coff_force_symnames in strings and
5578         _bfd_coff_debug_string_prefix_length to their default values.
5579         * coff-sh.c: (bfd_coff_small_swap_table): Ditto.
5581 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
5583         * coff-alpha.c (alpha_ecoff_backend_data): Add initialization of
5584         _bfd_coff_force_symnames in strings and
5585         _bfd_coff_debug_string_prefix_length to their default values.
5587 2000-04-27  Alan Modra  <alan@linuxcare.com.au>
5589         * elf32-m68k.c (elf_m68k_gc_sweep_hook):  Return if dynobj NULL.
5590         Check local_got_refcounts before dereferencing.
5592         * elf32-ppc.c (ppc_elf_relocate_section): Check splt != NULL
5593         before deciding we don't need R_PPC_PLT32 relocation.
5594         (ppc_elf_gc_sweep_hook): Check local_got_refcounts before
5595         dereferencing.
5597         * elflink.h (elf_gc_common_finalize_got_offsets): Fix comment.
5599         * elf32-i386.c (elf_i386_check_relocs): Reference count .got and
5600         .plt entries.
5601         (elf_i386_gc_sweep_hook): Garbage collect .got and .plt entries.
5602         (elf_i386_adjust_dynamic_symbol): Recognize unused .plt entries.
5603         (elf_i386_relocate_section): Allow for .plt to go missing.
5604         (elf_i386_finish_dynamic_symbol): Use same test to decide if we
5605         can use a relative reloc for got as elf_i386_relocate_section.
5606         (bfd_elf32_bfd_final_link): Define to use gc form of final link.
5608 2000-04-26  Clinton Popetz  <cpopetz@cygnus.com>
5610         * config.bfd: Remove extraneous bfd_powerpc_64_arch.
5612 2000-04-24  Clinton Popetz  <cpopetz@cygnus.com>
5614         * Makefile.am (coff64-rs6000.lo): New rule.
5615         * Makefile.in: Regenerate.
5616         * coff-rs6000.c (xcoff_mkobject, xcoff_copy_private_bfd_data,
5617         xcoff_is_local_label_name, xcoff_rtype2howto,
5618         xcoff_reloc_type_lookup, xcoff_slurp_armap, xcoff_archive_p,
5619         xcoff_read_ar_hdr, xcoff_openr_next_archived_file, xcoff_write_armap,
5620         xcoff_write_archive_contents): No longer static, and prefix with _bfd_.
5621         (NO_COFF_SYMBOLS): Define.
5622         (xcoff64_swap_sym_in, xcoff64_swap_sym_out, xcoff64_swap_aux_in,
5623         xcoff64_swap_aux_out): New functions; handle xcoff symbol tables
5624         internally.
5625         (MINUS_ONE): New macro.
5626         (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS
5627         relocation.
5628         (coff_SWAP_sym_in, coff_SWAP_sym_out, coff_SWAP_aux_in,
5629         coff_SWAP_aux_out): Map to the new functions.
5630         * coff64-rs6000.c: New file.
5631         * libcoff.h (bfd_coff_backend_data): Add new fields
5632         _bfd_coff_force_symnames_in_strings and
5633         _bfd_coff_debug_string_prefix_length.
5634         (bfd_coff_force_symnames_in_strings,
5635         bfd_coff_debug_string_prefix_length): New macros for above fields.
5636         * coffcode.h (coff_set_arch_mach_hook): Handle XCOFF64 magic.
5637         Set machine to 620 for XCOFF64.  Use bfd_coff_swap_sym_in instead
5638         of using coff_swap_sym_in directly.
5639         (FORCE_SYMNAMES_IN_STRINGS): New macro, defined for XCOFF64.
5640         (coff_set_flags) Set magic for XCOFF64.
5641         (coff_compute_section_file_positions): Add symbol name length to
5642         string section length if bfd_coff_debug_string_prefix_length is
5643         true.
5644         (coff_write_object_contents): Don't do reloc overflow for XCOFF64.
5645         (coff_slurp_line_table): Use bfd_coff_swap_lineno_in instead of
5646         using coff_swap_lineno_in directly.
5647         (bfd_coff_backend_data): Add _bfd_coff_force_symnames_in_strings
5648         and _bfd_coff_debug_string_prefix_length fields.
5649         * coffgen.c (coff_fix_symbol_name, coff_write_symbols): Force
5650         symbol names into strings table when
5651         bfd_coff_force_symnames_in_strings is true.
5652         * coffswap.h (MAX_SCNHDR_NRELOC, MAX_SCNHDR_NLNNO, GET_RELOC_VADDR,
5653         SET_RELOC_VADDR): New macros.
5654         (coff_swap_reloc_in, coff_swap_reloc_out): Use above macros.
5655         (coff_swap_aux_in, coff_swap_aux_out): Remove RS6000COFF_C
5656         code.
5657         (coff_swap_aouthdr_in, coff_swap_aouthdr_out): Handle XCOFF64
5658         changes within RS6000COFF_C specific code.
5659         (coff_swap_scnhdr_out): Use PUT_SCNHDR_NLNNO, PUT_SCNHDR_NRELOC,
5660         MAX_SCNHDR_NRELOC, and MAX_SCNHDR_NLNNO.
5661         * reloc.c (bfd_perform_relocation, bfd_install_relocation):
5662         Extend existing hack on target name.
5663         * xcofflink.c (XCOFF_XVECP): Extend existing hack on
5664         target name.
5665         * coff-tic54x.c (ticof): Keep up to date with new fields
5666         in bfd_coff_backend_data.
5667         * config.bfd: Add bfd_powerpc_64_arch to targ_arch and define
5668         targ_selvecs to include rs6000coff64_vec for rs6000.
5669         * configure.in: Add rs6000coff64_vec case.
5670         * cpu-powerpc.c: New bfd_arch_info_type.
5672 2000-04-24  Jeffrey A Law  (law@cygnus.com)
5674         * config.bfd: Only disable elf32-hppa vectors, not all of the
5675         BSD and OSF configuration support.  Provide (disabled) clauses
5676         for PA64 support.
5677         * configure.in: Add clause for PA64 support.
5678         * configure: Rebuilt.
5680         * targets.c (bfd_target_vector): Add bfd_elf64_hppa_vec.
5681         (bfd_elf64_hppa_vec): Declare.
5683         * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo
5684         (BFD64_BACKENDS_CFILES): Add elf64-hppa.c
5685         (elf64-hppa.lo): Add dependencies.
5686         * Makefile.in: Rebuilt.
5688         * elf64-hppa.c, elf64-hppa.h: New files with PA64 support.
5690 2000-04-24  Jason Eckhardt  <jle@cygnus.com>
5692         * libhppa.h (dis_assemble_16): New function.
5693         (pa_arch): Added pa20w element.
5695 2000-04-24  Ulrich Drepper  <drepper@cygnus.com>
5697         * elf-bfd.h: Add prototypes for bfd_elf32_write_relocs,
5698         bfd_elf32_slurp_reloc_table, bfd_elf64_write_relocs, and
5699         bfd_elf64_slurp_reloc_table.
5701         * elfcode.h (elf_write_relocs, elf_slurp_reloc_table): New
5702         definitions to get external names.
5703         (elf_write_relocs): Renamed from write_relocs and make global.
5704         (elf_slurp_reloc_table): Make global.
5705         (_bfd_elf,size_info): Use elf_write_relocs instead of write_relocs.
5707         * archive.c (hpux_uid_gid_encode): New function.
5708         (bfd_ar_hdr_from_filesystem): Use it if HPUX_LARGE_AR_IDS is
5709         defined and the ID is greater than 99999.
5710         (bfd_generic_stat_arch_elt): If HPUX_LARGE_AR_IDS is defined decode
5711         special uid/gid fields into 32 bit values.
5713 2000-04-21  Matthew Green  <mrg@cygnus.com>
5715         * config.bfd: Add NetBSD/sparc64 support.
5717 Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
5718                           David Mosberger  <davidm@hpl.hp.com>
5719                           Timothy Wall <twall@cygnus.com>
5720                           Jim Wilson  <wilson@cygnus.com>
5722         * Makefile.am (ALL_MACHINES): Add cpu-ia64.lo.
5723         (ALL_MACHINES_CFILES): Add cpu-ia64.c.
5724         (BFD64_BACKENDS): Add elf64-ia64.lo.
5725         (BFD64_BACKENDS_CFILES): Add elf64-ia64.c.
5726         (cpu-ia64.lo, elf64-ia64.lo): New rules.
5727         * Makefile.in: Rebuild.
5728         * archures.c (enum bfd_architecture): Add bfd_arch_ia64.
5729         (bfd_ia64_arch): Declare.
5730         (bfd_archures_list): Add bfd_ia64_arch.
5731         * bfd-in2.h: Rebuild.
5732         * config.bfd: (ia64*-*-linux-gnu*, ia64*-*-elf*): New targets.
5733         * configure: Rebuild.
5734         * configure.host: (ia64-*-linux*): New host.
5735         * configure.in (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec,
5736         bfd_efi_app_ia64_vec, bfd_efi_app_ia64_vec): New vectors.
5737         * elf.c (prep_headers): Add bfd_arch_ia64.
5738         * libbfd.h: Rebuild.
5739         * reloc.c: Add IA-64 relocations.
5740         * targets.c (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec):
5741         Declare.
5742         (bfd_target_vect): Add bfd_elf64_ia64_little_vec.
5743         * cpu-ia64-opc.c, cpu-ia64.c, elf64-ia64.c: New files.
5745 2000-04-21  Richard Henderson  <rth@cygnus.com>
5747         * elf32-d30v.c (bfd_elf_d30v_reloc): Don't modify section
5748         contents when performing a partial link.
5749         (bfd_elf_d30v_reloc_21): Likewise.
5751 2000-04-20  H.J. Lu  <hjl@gnu.org>
5753         * elf32-i386.c (elf_i386_relocate_section): Restrict 1998-12-10
5754         patch to symbols defined by a shared object.
5755         * elf32-ppc.c (ppc_elf_relocate_section): Similarly.
5757 2000-04-19  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
5759         K&R compiler fixes.
5760         * dwarf2.c (concat_filename): Avoid string literal concatenation.
5761         * ieee.c (ieee_get_symtab): Don't initialise union in struct.
5763 Mon Apr 17 19:14:36 2000  David Mosberger  <davidm@hpl.hp.com>
5765         * Makefile.am (BFD64_BACKENDS): Mention coff-ia64.lo.
5766         (BFD64_BACKENDS_CFILES): Mention coff-ia64.c
5767         (coff-ia64.lo): Add dependency.
5768         * Makefile.in: Regenerate.
5769         * coff-ia64.c: New file.
5770         * efi-app-ia32.c: Ditto.
5771         * efi-app-ia64.c: Ditto.
5772         * coffcode.h (coff_set_arch_mach_hook): Handle IA64MAGIC.
5773         (coff_set_flags): Ditto.
5774         (coff_write_object_contents) [IA64]: Set magic number to ZMAGIC.
5775         * config.bfd (i[3456]86-*-linux-gnu*): Mention bfd_efi_app_ia32_vec.
5776         * configure.in (elf): Handle bfd_efi_app_ia32 and bfd_efi_app_ia64_vec.
5777         * configure: Regenerate.
5778         * libpei.h (GET_OPTHDR_IMAGE_BASE): New macro.
5779         (PUT_OPTHDR_IMAGE_BASE): Ditto.
5780         (GET_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
5781         (PUT_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
5782         (GET_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
5783         (PUT_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
5784         (GET_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
5785         (PUT_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
5786         (GET_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
5787         (PUT_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
5788         (GET_PDATA_ENTRY): Ditto.
5789         * peigen.c (_bfd_pei_swap_aouthdr_in) [COFF_WITH_PEP64]: Don't read
5790         data_start.  Use above macros to read fields that are 64 bit wide for
5791         COFF_WITH_PEP64.  Don't truncate entry and text_start to 32 bits.
5792         (_bfd_pei_swap_aouthdr_out) [PEI_FORCE_MINIMUM_ALIGNMENT]: Force
5793         FileAlignment and SectionAlignment to minimum alignment if they
5794         are zero.
5795         (_bfd_pei_swap_aouthdr_out) [PEI_DEFAULT_TARGET_SUBSYSTEM]: Set
5796         Subsystem to default PEI_DEFAULT_TARGET_SUBSYSTEM.
5797         (_bfd_pei_swap_aouthdr_out) [COFF_WITH_PEP64]: Don't set data_start.
5798         Use above macros to write fields that are 64 bit wide for
5799         COFF_WITH_PEP64.
5800         (pe_print_pdata): Set PDATA_ROW_SIZE to 3*8 for COFF_WITH_PEP64,
5801         5*4 otherwise.  This should be right for IA-32 and IA-64, but may
5802         be wrong for platforms.  Use PDATA_ROW_SIZE instead of hardcoded
5803         value of 20 bytes.  Modify printing for COFF_WITH_PEP64 to print
5804         begin address, end address, and unwind info address only.  Use
5805         GET_PDATA_ENTRY() to read .pdata entries.  Use fprintf_vma() to
5806         print addresses.
5807         (tbl): Add SECTION, REL32, RESERVED1, MIPS_JMPADDR16, DIR64, and
5808         HIGH3ADJ relocation names.
5809         (_bfd_pe_print_private_bfd_data): Print Subsystem name in legible form.
5810         * targets.c: Declare bfd_efi_app_ia32_vec and
5811         bfd_efi_app_ia64_vec.
5812         (bfd_target_vector): Mention bfd_efi_app_ia32_vec and
5813         bfd_efi_app_ia64_vec.
5815 2000-04-17  Timothy Wall  <twall@cygnus.com>
5817         * bfd-in2.h: Add prototypes for tic54x load page access.
5818         * bfd-in.h: Regenerate.
5819         * coff-tic54x.c: Add load page functions; allow bfd_arch_unknown
5820         in customized _set_arch_mach function.
5821         * coffcode.h (coff_set_alignment_hook): Set section load page if
5822         the appropriate macro is defined.
5823         (write_object_contents): Read section load page.
5825 2000-04-13  Alan Modra  <alan@linuxcare.com.au>
5827         * elf32-hppa.h: Update copyright date.
5829         * elf32-fr30.c (fr30_elf_i20_reloc): Don't use U suffix.
5830         * elf32-mips.c (_bfd_mips_elf_relocate_section): And here.
5832         * elf32-d30v.c (MAX32): Don't use LL suffix.
5833         (MIN32): Define in terms of MAX32.
5834         (bfd_elf_d30v_reloc): Make relocation a bfd_signed_vma.
5836         * coff-a29k.c (SIGN_EXTEND_HWORD): Replace with more concise
5837         expression.
5839         * peicode.h (pe_ILF_build_a_bfd): Remove UL from hex constants.
5841 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
5843         * dep-in.sed: Match space before file name, not after.
5844         * Makefile.am: Regenerate dependencies.
5845         * Makefile.in: Regenerate.
5847         * reloc.c (_bfd_relocate_contents): In complain_overflow_bitfield
5848         case, allow address wrap-around stupidly removed 2000-03-17.  Sign
5849         extend without an if statement.
5851 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
5853         * coff-mips.c (mips_gprel_reloc): Test for 16 bit range using
5854         signed quantites.
5855         * elf32-mips.c (gprel16_with_gp): Likewise.
5856         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Test range
5857         here using -0x40000, not (int)0xfffc0000.
5858         (elf32_hppa_size_of_stub): Likewise.
5860 2000-04-11  Timothy Wall  <twall@cygnus.com>
5862         * coff-tic54x.c: Now builds with all targets.
5863         * Makefile.am: Add coff/tic54x.h to coff-tic54x.o dependencies.
5864         * Makefile.in: Regenerate.
5865         * coffcode.h (coff_set_arch_mach_hook): Eliminate warning on
5866         unitialized variable.
5868 Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5870         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
5871         --enable-build-warnings option.
5872         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
5873         * Makefile.in, configure: Re-generate.
5875 2000-04-07  Nick Clifton  <nickc@cygnus.com>
5877         * reloc.c: Add BFD_RELOC_ARM_PCREL_BLX and
5878         BFD_RELOC_THUMB_PCREL_BLX.
5880         * elf32-arm.h (elf32_arm_final_link_relocate): Handle
5881         R_ARM_XPC25 and R_ARM_THM_PC22.
5883         * elfarm-nabi.c (elf32_arm_howto_): Fix definitions of
5884         R_ARM_XPC25 and R_ARM_THM_XPC22.
5885         (elf32_arm_reloc_map): Make BFD_RELOC_{ARM|THUMB}_PCREL_BLX to
5886         R_ARM_[XPC25|THM_XPC22].
5888         * elfarm-oabi.c: Define OLD_ARM_ABI and change include from
5889         elf/arm-oabi.h to elf/arm.h
5891         * Makefile.am: Fix dependency for elfarm-oabi.c
5892         * Makefile.in: Regenerate.
5894         * bfd-in2.h: Regenerate.
5895         * libbfd.h: Regenerate.
5897 2000-04-06  Michael Snyder  <msnyder@seadog.cygnus.com>
5899         * elfcore.h (elf_core_file_p): preserve value of tdata at entry,
5900         and restore it on failure.  Release newly allocated tdata on
5901         failure.
5903 Fri Apr  7 11:33:47 2000  Jim Wilson  <wilson@cygnus.com>
5905         * dwarf2.c (struct dwarf2_debug): New field dwarf_line_size.
5906         (decode_line_info): Set it.  Report error if unit->line_offset is
5907         equal to or larger than it.
5909 2000-04-07  Timothy Wall  <twall@cygnus.com>
5911         * targets.c: Added vecs for tic54x.
5912         * reloc.c: Added relocs for tic54x.
5913         * libbfd.h: Regenerated.
5914         * configure: Add TI COFF vecs for tic54x.
5915         * configure.in: Ditto.
5916         * config.bfd (targ_cpu): Recognize new tic54x target.
5917         * coffcode.h (coff_slurp_symbol_table): Additions for TI COFF handling.
5918         * bfd-in2.h: Add tic54x target and relocations.
5919         * Makefile.am, Makefile.in: Add tic54x target.
5920         * archures.c (bfd_archures_list): Add tic54x target.
5921         * coff-tic54x.c: New.
5922         * cpu-tic54x.c: New.
5924 2000-04-06  Michael Snyder  <msnyder@seadog.cygnus.com>
5926         * elfcore.h (elf_core_file_p): call backend_object_p which
5927         thereby gets an opportunity to update the arch/machine type.
5929 2000-04-06  Timothy Wall  <twall@cygnus.com>
5931         * coffcode.h (coff_slurp_symbol_table): Handle C_STATLAB storage
5932         class.  Handle SEC_CLINK and SEC_BLOCK flags.
5933         * section.c: Add SEC_CLINK and SEC_BLOCK flags.
5934         * bfd-in2.h: Add SEC_CLINK and SEC_BLOCK flags.
5936 2000-04-06  Nick Clifton  <nickc@cygnus.com>
5938         * elf32-arm.h (elf32_arm_set_private_flags): Only check for
5939         EF_INTERWORK if this is an unknown EABI.
5940         (elf32_arm_merge_private_bfd_data): Check EABI version
5941         numbers.  Only check EF_xxx flags if the EABI version number
5942         is unknown.
5943         (elf32_arm_check_private_bfd_data): Only check EF_xxx flags
5944         if the EABI version number is unknown.
5945         (elf32_arm_print_private_bfd_data): Only decode EF_xxx flags
5946         if the EABI version number is unknown.
5948 Wed Apr  5 22:04:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5950         * reloc.c (_bfd_relocate_contents): Add BFD_RELOC_SH_LOOP_START and
5951         BFD_RELOC_SH_LOOP_END.
5952         * elf32-sh.c (sh_elf_howto_tab): Change special_func to
5953         sh_elf_ignore_reloc for all entries that sh_elf_reloc used to ignore.
5954         Add entries for R_SH_LOOP_START and R_SH_LOOP_END.
5955         (sh_elf_reloc_loop): New function.
5956         (sh_elf_reloc): No need to test for always-to-be-ignored relocs
5957         any more.
5958         (sh_rel): Add entries for BFD_RELOC_SH_LOOP_{START,END}.
5959         (sh_elf_relocate_section): Handle BFD_RELOC_SH_LOOP_{START,END}.
5960         * bfd-in2.h, libbfd.h: Regenerate.
5962 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
5964         * po/bfd.pot: Regenerate.
5966         * Makefile.am: Remove extraneous mkdep comment.
5967         (MKDEP): Use gcc -MM rather than mkdep.
5968         (DEP): Quote when passing vars to sub-make.  Add warning
5969         message to end.
5970         (DEP1): Rewrite for "gcc -MM".
5971         (CLEANFILES): Add DEP2.
5972         Update dependencies.
5973         * Makefile.in: Regenerate.
5975 2000-04-03  Kevin Buettner  <kevinb@redhat.com>
5977         * configure.in: Added corefile support for AIX 4.3.  In particular,
5978         AIX_CORE_DUMPX_CORE will be defined in addition to AIX_CORE when
5979         compiling rs6000-core.c.
5980         * configure: Regenerated.
5982 2000-04-03  H.J. Lu  <hjl@gnu.org>
5984         * cache.c (bfd_open_file): Unlink the output file only if
5985         it has non-zero size.
5987 2000-04-01  Ken Block USG  <block@zk3.dec.com>
5989         * elf64-alpha.c (elf64_alpha_relocate_section): Don't emit
5990         relative relocations for non-loaded sections in shared objects.
5991         (elf64_alpha_check_relocs): Similarly.
5993 Mon Apr  3 13:37:15 2000  Hans-Peter Nilsson  <hp@axis.com>
5995         * aoutx.h (NAME(aout,reloc_type_lookup)): Add BFD_RELOC_8 and
5996         BFD_RELOC_16 to switch for extended relocs.
5997         (MY_swap_ext_reloc_in): New.
5998         (MY_swap_ext_reloc_out): New.
5999         (NAME(aout,slurp_reloc_table)): Use MY_swap_ext_reloc_in rather
6000         than NAME(aout,swap_ext_reloc_in) for extended relocs.
6001         (NAME(aout,squirt_out_relocs)): Similarly use
6002         MY_swap_ext_reloc_out.
6003         (aout_link_reloc_link_order): Use MY_put_ext_reloc if defined.
6005 2000-04-03  Kazu Hirata  <kazu@hxi.com>
6007         * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 to
6008         the R_PCRWORD_B case.
6010 2000-03-31  Thomas de Lellis  <tdel@wrs.com>
6012         * srec.c : Set CHUNK size to 16 bytes to prevent download failures
6013         on some targets.
6014         * ihex.c : Ditto.
6016 Wed Mar 30 15:28:00 2000  Donald Lindsay  <dlindsay@cygnus.com>
6018         * elf32-m32r.c (m32r_elf_generic_reloc): new function.  All
6019         HOWTO references to bfd_elf_generic_reloc, that have
6020         partial_inplace == true, now use the new function.  The function
6021         is based on the recent rewrite of m32r_elf_lo16_reloc(), and
6022         extends its fixes to the R_M32R_{16,24,32} relocs.
6023         The new logic in m32r_elf_lo16_reloc() has been removed, and
6024         it instead calls the new routine to obtain that functionality.
6026 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
6028         * elf32-avr.c (elf32_avr_gc_mark_hook, elf32_avr_gc_sweep_hook,
6029         elf32_avr_check_relocs, avr_final_link_relocate,
6030         elf32_avr_relocate_section, bfd_elf_avr_final_write_processing,
6031         elf32_avr_object_p): Add prototypes.
6032         (elf32_avr_gc_mark_hook): Add default for h->root.type.
6033         (bfd_elf_avr_final_write_processing): Make static.
6035 2000-03-27  Denis Chertykov  <denisc@overta.ru>
6037         * cpu-avr.c: New file.  BFD support routines for AVR architecture.
6038         * archures.c (bfd_architecture): Add AVR architecture.
6039         (bfd_archures_list): Add reference to AVR architecture info.
6040         * elf.c (prep_headers): Handle bfd_arch_avr.
6041         * reloc.c: Add various AVR relocation enums.
6042         * targets.c (bfd_elf32_avr_vec): Declare and add to target vector
6043         list.
6044         * Makefile.am: Add support for AVR elf.
6045         * configure.in: Likewise.
6046         * config.bfd: Likewise.
6047         * Makefile.in: Regenerate.
6048         * configure: This too.
6049         * bfd-in2.h: And this.
6050         * libbfd.h: And this.
6052 2000-03-24  H.J. Lu  <hjl@gnu.org>
6054         * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Add prototype.
6055         (elf64_alpha_find_reloc_at_ofs): Likewise.
6057 2000-03-17  Alan Modra  <alan@linuxcare.com.au>
6059         * reloc.c (bfd_check_overflow): In case complain_overflow_bitfield,
6060         flag an overflow if the bitfield is outside -2**n to 2**n-1.  The
6061         allowable range used to be -2**(n-1) to 2**n-1.
6062         * reloc.c (_bfd_relocate_contents): Same here.  Also replace
6063         "boolean overflow" with "bfd_reloc_status_type flag".
6065 2000-03-14  Doug Evans  <dje@casey.transmeta.com>
6067         * elf32-m32r.c (m32r_elf_lo16_reloc): Rewrite.
6069 2000-03-14  Kazu Hirata  <kazu@hxi.com>
6071         * reloc16.c (bfd_coff_reloc16_relax_section): Count the total number
6072         of shrinks properly, including the last reloc.
6074 2000-03-13  Kazu Hirata  <kazu@hxi.com>
6076         * coff-h8300.c (h8300_reloc16_extra_cases): Fix the sanity
6077         check for R_MOVL2.
6079 2000-03-11  Alan Modra  <alan@linuxcare.com.au>
6081         * ieee.c (ieee_archive_p): Return bfd_error_wrong_format on
6082         a format mismatch rather than an "error" from bfd_read such as
6083         bfd_error_file_truncated.
6085 2000-03-10  Geoff Keating  <geoffk@cygnus.com>
6087         * elf32-mips.c (_bfd_mips_elf_relocate_section): Do proper
6088         sign-extension and big-endian compensation for
6089         R_MIPS_64 even in ld -r.
6091 2000-03-10  Geoffrey Keating  <geoffk@cygnus.com>
6093         * elf32-mips.c (mips_elf_next_relocation): Rename from
6094         mips_elf_next_lo16_relocation, and generalize to look
6095         for any relocation type.
6096         (elf_mips_howto_table): Make R_MIPS_PC16 pcrel_offset.
6097         (elf_mips_gnu_rel_hi16): Howto for R_MIPS_GNU_REL_HI16.
6098         (elf_mips_gnu_rel_lo16): Howto for R_MIPS_GNU_REL_LO16.
6099         (elf_mips_gnu_rel16_s2): Howto for R_MIPS_GNU_REL16_S2.
6100         (elf_mips_gnu_pcrel64): Howto for R_MIPS_PC64.
6101         (elf_mips_gnu_pcrel32): Howto for R_MIPS_PC32.
6102         (bfd_elf32_bfd_reloc_type_lookup): Add new relocs.
6103         (mips_rtype_to_howto): Likewise.
6104         (mips_elf_calculate_relocation): Handle new relocs.
6105         (_bfd_mips_elf_relocate_section): REL_HI16/REL_LO16 relocs
6106         are paired.  The addend for R_MIPS_GNU_REL16_S2
6107         is shifted right two bits.
6109 2000-03-10  Alan Modra  <alan@linuxcare.com.au>
6111         * reloc.c (bfd_perform_relocation): Undo emacs formatting of
6112         comment, and ensure it doesn't happen again.
6113         (bfd_install_relocation): Same here.
6114         (_bfd_relocate_contents): Don't bother assigning unused signmask
6115         shift result.  Fix typos in comments.
6116         Remove trailing whitespace throughout file.
6118 2000-03-07  Doug Evans  <dje@casey.transmeta.com>
6120         * reloc.c (reloc_howto_struct): Fix partial_inplace comment.
6121         * bfd-in2.h: Rebuild.
6123 2000-03-06  Nick Clifton  <nickc@cygnus.com>
6125         * peicode.h (struct pe_ILF_vars): Add sym_ptr_table and
6126         sym_ptr_ptr fields.
6127         (SIZEOF_ILF_SYM_PTR_TABLE): Define.
6128         (SIZEOF_ILF_STRINGS): Redefine.
6129         (pe_ILF_make_a_symbol-reloc): New function.  Creates a symbol
6130         relative reloc, as opposed to a section relative reloc.
6131         (pe_ILF_make_a_symbol): Set the class of local symbols to C_STAT
6132         not C_LABEL.
6133         Add length of symbol's prefix to string pointer.
6134         Store a pointer to the symbol in the symbol pointer table.
6135         (pe_ILF_build_a_bfd): Do not build .idata$2 or .idata$7.
6136         Initialise the symbol pointer table.
6137         Store the hint in the Hint/Name table.
6138         Make the jump reloc be symbol realtive, not section relative.
6139         Create an import symbol for imported code.
6141 2000-03-06  Catherine Moore  <clm@cygnus.com>
6143         * elf.c (swap_out_syms):  Check for null type_ptr.
6145 2000-03-01  Hans-Peter Nilsson  <hp@axis.com>
6147         * aout-target.h (MY(write_object_contents)): Remove unused
6148         and unusable "#if CHOOSE_RELOC_SIZE".
6149         * pc532-mach.c (MY(write_object_contents)): Ditto.
6150         * netbsd.h (MY(write_object_contents)): Ditto.
6151         * hp300hpux.c (MY(write_object_contents)): Ditto.
6152         * freebsd.h (MY(write_object_contents)): Ditto.
6153         * aout-tic30.c (tic30_aout_write_object_contents): Ditto.
6155 2000-02-29  H.J. Lu  <hjl@gnu.org>
6157         * peicode.h (jtab): Make it static.
6159         * coff-sh.c (sh_align_load_span): Declared if COFF_WITH_PE is
6160         defined and COFF_IMAGE_WITH_PE is not defined.
6161         (_bfd_sh_align_load_span): Defined as sh_align_load_span if
6162         COFF_WITH_PE is defined and COFF_IMAGE_WITH_PE is not defined.
6164 2000-03-01  Nick Clifton  <nickc@cygnus.com>
6166         * coff-arm.c (bfd_arm_process_before_allocation): Make
6167         'symndx' signed to prevent compile time warning.
6169         * coff-mcore.c: Remove unused prototype for pe_object_p.
6171         * coff-sh.c: Add "#ifndef COFF_IMAGE_WITH_PE" around static
6172         functions that are not used when COFF_IMAGE_WITH_PE is
6173         defined.
6174         (struct sh_opcode): Change type of 'flags' field to unsigned
6175         long so that it can hold the USESAS flag.
6177         * coffcode.h (styp_to_sec_flags): Initialise 'target_name'.
6179         * elf-m10300.c (mn10300_elf_relax_section): Initialise
6180         'sym_sec'.
6182         * elf32-i370.c: Add ATTRIBUTE_UNUSED to unused function
6183         parameters.
6184         Remove unusued variables and code.
6185         (elf_backend_add_symbol_hook): Fix prototype.
6187         * elf32-m68k.c (elf_m68k_gc_sweep_hook): Initialise 'sgot' and
6188         'srelgot'.
6190         * elf32-mcore.c (mcore_elf_relocate_section): Initialise
6191         'oldinst'.
6193         * elf32-mips.c: Add ATTRIBUTE_UNUSED to unused function
6194         parameters.
6195         Remove unusued variables and code.
6196         (elf_backend_add_symbol_hook): Fix prototype.
6198         * elf32-sh.c (sh_elf_set_mach_from_flags): Use 'flags'.
6200         * elflink.h (elf_bfd_link_add_symbols): Add ATTRIBUTE_UNUSED
6201         to unused function parameter.
6203         * pe-mips.c: Add ATTRIBUTE_UNUSED to unused function
6204         parameters.
6205         Use EMPTY_HOWTO to initialise empty howto slots.
6206         Remove unused variables.
6208         * peicode.h (pe_ILF_build_a_bfd): Initialise id6.
6210 2000-03-01  H.J. Lu  <hjl@gnu.org>
6212         * aoutx.h (aout_link_input_section_std): Pass "true" to
6213         the undefined_symbol callback.
6214         (aout_link_input_section_ext): Likewise.
6215         * bout.c (get_value): Likewise.
6216         * coff-a29k.c (coff_a29k_relocate_section): Likewise.
6217         * coff-alpha.c (alpha_ecoff_get_relocated_section_conten):
6218         Likewise.
6219         (alpha_relocate_section): Likewise.
6220         * coff-arm.c (coff_arm_relocate_section): Likewise.
6221         * coff-i960.c (coff_i960_relocate_section): Likewise.
6222         * coff-mcore.c (coff_mcore_relocate_section): Likewise.
6223         * coff-mips.c (mips_relocate_section): Likewise.
6224         * coff-ppc.c (coff_ppc_relocate_section): Likewise.
6225         * coff-sh.c (sh_relocate_section): Likewise.
6226         * coff-tic80.c (coff_tic80_relocate_section): Likewise.
6227         * cofflink.c (_bfd_coff_generic_relocate_section): Likewise.
6228         * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
6229         * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
6230         * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
6231         * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
6232         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
6233         * elf32-i370.c (i370_elf_relocate_section): Likewise.
6234         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
6235         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
6236         * elf32-sh.c (sh_elf_relocate_section): Likewise.
6237         * elf32-v850.c (v850_elf_relocate_section): Likewise.
6238         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
6239         * elflink.h (elf_link_output_extsym): Likewise.
6240         * pe-mips.c (coff_pe_mips_relocate_section): Likewise.
6241         * reloc.c (bfd_generic_get_relocated_section_conten): Likewise.
6242         * reloc16.c (_bfd_ppc_xcoff_relocate_section): Likewise.
6244         * elf-hppa.h (elf_hppa_relocate_section): Pass "false" to the
6245         undefined_symbol callback when building shared library with
6246         -Bsymbolic and undefined symbols are allowed. Otherwise, pass
6247         "true".
6248         * elf32-arm.h (elf32_arm_relocate_section): Likewise.
6249         * elf32-i386.c (elf_i386_relocate_section): Likewise.
6250         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
6251         * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
6252         (elf32_mips_get_relocated_section_content): Likewise.
6253         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
6254         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
6255         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
6256         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6258 2000-02-28  Nick Clifton  <nickc@cygnus.com>
6260         * Makefile.am: Add rules to build pe[i]-{sh|mips}.lo objects.
6261         * Makefile.in: Regenerate.
6263         * configure.in: Add support for mips and sh pe vectors.
6264         * configure: regenerate.
6266         * config.bfd: Add support for arm-wince, mips-pe and sh-pe
6267         targets.
6269         * targets.c: Add mips and sh pe vectors.
6271         * libpei.h (coff_final_link_postscript): Only define if not
6272         already defined.
6274         * coffcode.h: Add support for WinCE magic numbers.
6276         * peigen.c (pe_print_reloc): Update comment and rearrange
6277         appending of newline character.
6279         * peicode.h: Add support for Image Library Format.
6280         (pe_ILF_vars): Structure containing data used by ILF code.
6281         (pe_ILF_make_a_section): New function.  Create a section based
6282         on ILF data.
6283         (pe_ILF_make_a_reloc): New function.  Create a reloc based on
6284         ILF data.
6285         (pe_ILF_make_a_symbol): New function.  Create a symbol based
6286         on ILF data.
6287         (pe_ILF_save_relocs): New function.  Store the relocs created
6288         by pe_ILF_make_a_reloc in a section.
6289         (pe_ILF_build_a_bfd): New function.  Create a BFD describing
6290         an ILF object.
6291         (pe_ILF_object_p): New function.  Return a bfd_target pointer
6292         for an ILF object.
6293         (pe_bfd_object_p): If an ILF object is detected call
6294         pe_ILF_object_p on it.
6296         * coff-arm.c: Add support for WinCE relocs which are different
6297         from normal ARM COFF relocs.
6298         * pe-arm.c: Unset TARGET_UNDERSCORE for a WinCE target.
6300         * coff-sh.c: Add support for sh-pe target.
6301         * pe-sh.c: New file.  Support code for sh-pe target.
6302         * pei-sh.c: New file.  Support code for sh-pe target.
6304         * pe-mips.c: New file.  Support code for mips-pe target.
6305         * pei-mips.c: New file.  Support code for mips-pe target.
6307 2000-02-27  Jakub Jelinek  <jakub@redhat.com>
6309         * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Don't bump
6310         architecture if the object causing the bump is dynamic.
6311         * elf64-sparc.c (sparc64_elf_merge_private_bfd_data): Likewise,
6312         and also don't it for memory ordering.
6313         (sparc64_elf_write_relocs): Take src_rela out of the loop.
6315 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
6317         * dwarf2.c (read_abbrevs): Use _raw_size directly rather than
6318         calling bfd_get_section_size_before_reloc.
6319         (decode_line_info): Likewise.
6320         (_bfd_dwarf2_find_nearest_line): Likewise.
6322 2000-02-27  Eli Zaretskii  <eliz@is.elta.co.il>
6324         * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
6325         name of the libtool directory.
6326         * Makefile.in: Rebuild.
6328 Fri Feb 25 18:39:26 2000  Rodney Brown (RodneyBrown@pmsc.com)
6330         * som.c (SOM_HOWTO): Define.
6331         (som_hppa_howto_table): Use it.
6333 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6335         * config.bfd: Enable 64 bit support for GNU/Linux/sparc.
6337         * config.bfd: Enable 64 bit support for Solaris7+/sparc.
6339 2000-02-24  Catherine Moore  <clm@cygnus.com>
6341         * som.c (som_misc_symbol_info):  Add field
6342         secondary_def.
6343         (som_bfd_derive_misc_symbol_info):  Initialize
6344         secondary_def.
6345         (som_build_and_write_symbol_table): Keep track
6346         of secondary_def field.
6347         (som_slurp_symbol_table): Set BSF_WEAK symbol flag
6348         if secondary_def field is set.
6349         (som_bfd_ar_write_symbol_stuff): Initialize
6350         secondary_def.
6352 2000-02-23  Stephane Carrez  <stcarrez@worldnet.fr>
6354         * dwarf2.c (read_address): Read 16-bits addresses.
6355         (parse_comp_unit): Accept addr_size == 2.
6357 2000-02-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
6359         * bfd-in.h: Update copyright date.
6361 2000-02-23  Linas Vepstas <linas@linas.org>
6363         * cpu-i370.c: New file.
6364         * elf32-i370.c:  New file.
6365         * archures.c (enum bfd_architecture): Add bfd_arch_i370.
6366         (bfd_i370_arch): New.
6367         (bfd_archures_list): Add bfd_i370_arch.
6368         * elf.c (prep_headers): Add bfd_arch_i370.
6369         * Makefile.am: Add support for IBM 370 elf.
6370         * config.bfd: Likewise.
6371         * configure.in: Likewise.
6372         * libbfd.h (bfd_reloc_code_real_names): Likewise.
6373         * reloc.c (bfd_reloc_code_type): Likewise.
6374         * targets.c: Likewise.
6376         * Makefile.in: Regenerate.
6377         * configure: Regenerate.
6378         * bfd-in2.h: Regenerate.
6380 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
6382         * elf32-i386.c (elf_i386_info_to_howto_rel): Give a warning for
6383         invalid relocation types, and change them to R_386_NONE.
6385 2000-02-22  H.J. Lu  <hjl@gnu.org>
6387         * elflink.h (elf_link_add_object_symbols): If a version symbol is
6388         not defined, don't add a second ELF_VER_CHR.
6390         * elflink.h (elf_bfd_final_link): Call output_extsym for global
6391         symbols converted to local symbols even when stripping all
6392         symbols.
6393         (elf_link_output_extsym): Process global symbols converted to
6394         local symbols even if they are being stripped.
6396 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
6398         * archures.c (bfd_octets_per_byte): Return unsigned int.
6399         (bfd_arch_mach_octets_per_byte): Ditto.
6400         * libbfd.c (bfd_read, bfd_seek): Quell signed vs. unsigned
6401         comparison warning.
6402         * section.c (bfd_get_section_size_before_reloc): Quell signed
6403         vs. unsigned comparison warning.
6404         (bfd_get_section_size_after_reloc): Same here.  Fix parentheses too.
6405         * trad-core.c (trad_unix_core_file_p): Correct 2000-01-27
6406         change.  What was I thinking?
6407         * bfd-in2.h: Regenerate.
6409         * elflink.h (elf_gc_sweep): Skip non-elf input bfds.
6410         (elf_gc_sections): Same here.
6411         (elf_gc_common_finalize_got_offsets): And here.
6413 2000-02-21  Ian Lance Taylor  <ian@zembu.com>
6415         ELF HPPA doesn't work at present; remove it until it does.
6416         * config.bfd: Comment out setting targ_defvec to
6417         bfd_elf32_hppa_vec.
6418         * Makefile.am: Rebuild dependencies.
6419         (BFD32_BACKENDS): Remove elf32-hppa.lo.
6420         (BFD32_BACKENDS_CFILES): Remove elf32-hppa.c.
6421         (SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h.
6422         * Makefile.in: Rebuild.
6423         * targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
6425 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
6427         * coffcode.h (coff_set_arch_mach_hook): Use free(), because there
6428         is no bfd_free().  Revert bfd_free part of previous change.
6430 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
6432         * coffcode.h (coff_set_arch_mach_hook): Don't use variable-size
6433         arrays.
6434         (coff_compute_section_file_positions): Use bfd_free to pair
6435         bfd_malloc.
6436         (coff_write_object_contents): Likewise.
6438         * coff-rs6000.c (xcoff_howto_table_16): New variable.
6439         (xcoff_rtype2howto): Handle 16-bit variants of 32-bit relocs.
6441 2000-02-18  Ulrich Drepper  <drepper@cygnus.com>
6443         * coff-rs6000.c (XCOFFARMAGBIG): New macro.
6444         (xcoff_ar_file_hdr_big): New structure.
6445         (SIZEOF_AR_FILE_HDR_BIG): New macro.
6446         (xcoff_ar_hdr_big): New structure.
6447         (SIZEOF_AR_HDR_BIG): New macro.
6448         (xcoff_big_format_p): New macro.
6449         (xcoff_ardata_big): New macro.
6450         (arch_xhdr_big): New macro.
6451         (xcoff_slurp_armap): Handle large archives.
6452         (xcoff_archive_p): Detect large archives.
6453         (xcoff_read_ar_hdr): Handle large archives.
6454         (xcoff_openr_next_archived_file): Handle large archives.
6455         (xcoff_generic_stat_arch_elt): Handle large archives.
6456         (xcoff_write_armap_old): Rename from xcoff_write_armap.
6457         (xcoff_write_armap_big): New function.
6458         (xcoff_write_armap): New function, dispatch to _old or _big.
6459         (xcoff_write_archive_contents_old): Rename from
6460         xcoff_write_archive_contents.
6461         (xcoff_write_archive_contents_big): New function.
6462         (xcoff_write_archive_contents): New function, dispatch to _old or
6463         _big.
6465 2000-02-18  Richard Henderson  <rth@cygnus.com>
6467         * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirect
6468         and hide_symbol members.
6469         (elf_link_hash_copy_indirect): Remove.
6470         (elf_link_hash_hide_symbol): Remove.
6471         (struct elf_backend_data): Add elf_backend_copy_indirect_symbol
6472         and elf_backend_hide_symbol.
6473         (_bfd_elf_link_hash_copy_indirect): Declare.
6474         (_bfd_elf_link_hash_hide_symbol): Declare.
6475         * elf.c (_bfd_elf_link_hash_copy_indirect): Remove table argument.
6476         (_bfd_elf_link_hash_hide_symbol): Likewise.
6477         (_bfd_elf_link_hash_table_init): Don't init killed members.
6478         * elflink.h (elf_link_add_object_symbols): Use the bed function
6479         pointers not elf_link_hash_{copy_indirect,hide_symbol}.
6480         (elf_link_assign_sym_version): Likewise.
6481         * elfxx-target.h (elf_backend_copy_indirect_symbol): Default.
6482         (elf_backend_hide_symbol): Likewise.
6483         (elfNN_bed): Update for new members.
6485 2000-02-17  Kevin Buettner  <kevinb@redhat.com>
6487         * rs6000-core.c (CORE_DATA_SIZE_FIELD, CORE_COMM_FIELD, SAVE_FIELD,
6488         STACK_END_ADDR): Define for new core file format.
6489         (LOADER_OFFSET_FIELD, LOADER_REGION_SIZE, CORE_DUMP): New defines
6490         for handling the vagaries of the various core file structures used
6491         by AIX over the years.
6492         (rs6000coff_core_p, rs6000coff_core_file_matches_executable,
6493         Rs6kCorData): Use above defines to adapt code to use AIX 4.3's
6494         core_dumpx structure.
6496 Thu Feb 17 00:04:48 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
6498         * archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
6499         (bfd_mach_sh3_dsp): Likewise.
6500         (bfd_mach_sh4): Reinstate.
6501         (bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
6502         * bfd-in2.h: Regenerate.
6503         * coff-sh.c (struct sh_opcode): flags is no longer short.
6504         (USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
6505         (sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
6506         (sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
6507         (sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
6508         (sh_opcodes): No longer const.
6509         (sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
6510         (sh_insn_uses_reg): Check for USESAS and USESR8.
6511         (sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
6512         (_bfd_sh_align_load_span): Return early for SH4.
6513         Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
6514         Take into account that field b of a parallel processing insn
6515         could be mistaken for a separate insn.
6516         * cpu-sh.c (arch_info_struct): New array elements for
6517         sh2, sh-dsp and sh3-dsp.
6518         Reinstate element for sh4.
6519         (SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
6520         (SH4_NEXT): Reinstate.
6521         (SH3_NEXT, SH3E_NEXT): Adjust.
6522         * elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
6523         * elf32-sh.c (sh_elf_set_private_flags): New function.
6524         (sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
6525         (sh_elf_merge_private_data): New function.
6526         (elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
6527         (bfd_elf32_bfd_copy_private_bfd_data): Define.
6528         (bfd_elf32_bfd_merge_private_bfd_data): Change to
6529         sh_elf_merge_private_data.
6531 2000-02-13  Richard Henderson  <rth@cygnus.com>
6533         * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
6534         hide_symbol members.
6535         (elf_link_hash_copy_indirect): New.
6536         (elf_link_hash_hide_symbol): New.
6537         * elflink.h (elf_link_add_object_symbols): Break out copy from
6538         indirect new new symbol to elf.c.
6539         (elf_link_assign_sym_version): Break out privatization of
6540         non-exported symbol to elf.c.
6541         * elf.c (_bfd_elf_link_hash_copy_indirect): New.
6542         (_bfd_elf_link_hash_hide_symbol): New.
6543         (_bfd_elf_link_hash_table_init): Init copy_indirect and hide_symbol.
6545 2000-02-13  Ian Lance Taylor  <ian@zembu.com>
6547         * section.c (_bfd_strip_section_from_output): Add info parameter.
6548         If it passed as non-NULL, use it to check whether any input BFD
6549         has an input section which uses this output section.  Change all
6550         callers.
6551         * bfd-in2.h: Rebuild.
6553         * bfd-in.h: Move declarations of bfd_get_elf_phdr_upper_bound and
6554         bfd_get_elf_phdrs in from bfd-in2.h, correcting patch of
6555         1999-11-29.
6556         * bfd-in2.h: Rebuild.
6558 2000-02-10  Timothy Wall  <twall@cygnus.com>
6560         * coffswap.h (coff_swap_sym_in): Add hook SWAP_SYM_IN_POST to
6561         allow final modifications of swapped-in symbol.
6562         (coff_swap_sym_out): Ditto with SWAP_SYM_OUT_POST.
6563         * coffcode.h (coff_write_relocs): Use macro
6564         SECTION_RELATIVE_ABSOLUTE_SYMBOL_P if defined to determine whether
6565         symbol index should be set to -1.
6567 Thu Feb 10 20:07:50 GMT 2000  Toshiyasu Morita (toshi.morita@sega.com)
6569         * coff-sh.c (USES1_REG, USES2_REG, SETS1_REG, SETS2_REG,
6570         USESF1_REG, USESF2_REG, SETSF1_REG, SETSF2_REG): New macros.
6571         * (sh_insn_sets_reg, sh_insn_sets_freg): New prototypes.
6572         * (sh_insn_sets_reg, sh_insn_uses_or_sets_reg, sh_insns_sets_freg,
6573         sh_insns_uses_or_sets_freg): New functions.
6574         * (sh_insn_uses_reg, sh_insn_uses_freg): Use new macros.
6575         * (sh_insns_conflict): Use new functions and new macros to
6576         detect conflicts when two instructions both set same integer registers,
6577         both set same fp register, and both set special register.
6579 2000-02-09  Timothy Wall  <twall@cygnus.com>
6581         * coffgen.c (coff_real_object_p): Set arch/mach info prior to
6582         swapping in sections, so that the swapping routines have access to
6583         the arch/mach info.
6585 2000-02-08 Mark Elbrecht <snowball3@bigfoot.com>
6587         * coff-go32.c: Update comment. Update copyright.
6589 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
6591         * syms.c (bfd_decode_symclass)
6592         Two new class characters were added - 'V' and 'v'.  The
6593         meaning of 'W' is now restricted to just weak non-object
6594         symbols.  This allows differentiation between, for example,
6595         weak functions vs weak objects.  nm for example now dumps:
6596         'W' = weak global
6597         'w' = weak unresolved
6598         'V' = weak global object
6599         'v' = weak unresolved object
6601         (bfd_is_undefined_symclass): New function.  Return true if the
6602         given symbol class represents and undefined/unresolved symbol.
6604         (bfd_symbol_info): Use bfd_is_undefined_symclass to check for
6605         unresolved symbols.
6607         * bfd-in2.h: Add prototype for bfd_is_undefined_symbol().
6609         * elf32-arm.h (elf32_arm_get_symbol_type): If a symbol has the
6610         STT_ARM_16BIT flag set, but it is not attached to a data object
6611         return STT_ARM_16BIT so that it will be treated as code by the
6612         disassembler.
6614 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
6616         * coff-i386.c (i3coff_object_p): Remove prototype.
6617         Update copyright.
6619         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Add const
6620         to name.  Update copyright.
6622         * trad-core.c (trad_unix_core_file_p): Cast core_regsec
6623         assignment to avoid warning.  Update copyright.
6625 2000-01-24  Robert Lipe  (robertl@sco.com)
6627         * coffcode.h (coff_write_object_contents): Get buff via bfd_malloc
6628         instead of using GNU C extension.
6630 2000-01-21  Nick Clifton  <nickc@cygnus.com>
6632         * libbfd.c (bfd_read): Do not attempt to get a negativly sized
6633         amount from a bfd_in_memory structure.
6634         (bfd_seek): Do not allow seeks past the end of a bfd_in_memory
6635         structure.
6637 2000-01-14  Nick Clifton  <nickc@cygnus.com>
6639         * linker.c (default_indirect_link_order): oops - fix incorrectly
6640         applied patch from Tim Wall.
6642 2000-01-13  Timothy Wall (twall@tiac.net>
6644         * coffcode.h: Use bfd_coff_xxx instead of the macro XXX (where xxx
6645         = scnhsz, filhsz, relsz, aoutsz, etc)
6647         * coffswap.h: Ditto.
6649 2000-01-13  Nick Clifton  <nickc@cygnus.com>
6651         * elf32-arm.h (elf32_thumb_to_arm_stub): Fix offset in branch to
6652         interwork thumb to arm stub.
6654 2000-01-13  Timothy Wall (twall@tiac.net>
6656         * archures.c (bfd_octets_per_byte): New function: Return
6657         target byte size.
6658         (bfd_arch_mach_octets_per_byte): New function: Return target
6659         byte size.
6661         * section.c: Distinguish between octets and bytes for usage of
6662         _cooked_size,  _raw_size, and output_offset.  Clarify
6663         description of bfd_set_section_contents.
6665         * bfd-in2.h: Regenerate.
6667         * coffgen.c: Indicate that the offset parameter is in bytes, not
6668         octets.
6670         * cofflink.c (bfd_coff_link_input_bfd): Use bfd_octets_per_byte
6671         where appropriate to get the octet offset when calling
6672         bfd_set_section_contents.
6673         (bfd_coff_reloc_link_order): Ditto.
6675         * linker.c (bfd_generic_reloc_link_order): Ditto.
6676         (_bfd_default_link_order): Ditto.
6678         * reloc.c (bfd_perform_relocation):  Distinguish between octets
6679         and bytes.  Use octets when indexing into octet data; use bytes
6680         when calculating target addresses.
6681         (bfd_install_relocation): Ditto.
6683         * srec.c (srec_write_section): Ditto.
6685 2000-01-13  Nick Clifton  <nickc@cygnus.com>
6687         * coff-mcore.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from
6688         3 to 2.  This allows 4 byte sized sections, which is necessary for
6689         dlltool to build functioning DLLs.
6691 2000-01-10  Philip Blundell  <pb@futuretv.com>
6693         * config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu.
6694         (arm*-*-conix*): New target.
6696 2000-01-10  Egor Duda  <deo@logos-m.ru>
6698         * config.bfd: Include elf32_i386 vector to target list for cygwin
6699         and mingw.
6701         * config.in: Undefine HAVE_WIN32_PSTATUS_T.
6702         * configure.in: Test for structure win32_pstatus_t in
6703         <sys/procfs.h>
6704         * configure: Regenerate.
6706         * elf.c (elfcore_grok_win32pstatus): New function: process
6707         win32_pstatus_t notes in elf core file.
6708         (elfcore_grok_note): Detect win32_pstatus notes.
6710 2000-01-03  Martin v. Loewis  <loewis@informatik.hu-berlin.de>
6712         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Process symbol
6713         visibility.
6714         * elflink.h (elf_link_add_object_symbols): Combine visibilities.
6715         * elf.c (bfd_elf_print_symbol): Interpret st_other as visibility.
6717 For older changes see ChangeLog-9899
6719 Local Variables:
6720 mode: change-log
6721 left-margin: 8
6722 fill-column: 74
6723 version-control: never
6724 End: