Clarify dejagnu
[binutils.git] / bfd / ChangeLog
blob5d4e2028264b4e4753ba3922ed2a0dcdde0f9b17
1 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
3         * config.bfd: Add linux target variant for elfxx-hppa.
4         * configure.in: Recognize bfd_elf32_hppa_linux_vec and
5         bfd_elf64_hppa_linux_vec.
6         * configure: Regenerate.
7         * elf64-hppa.c: Include elf64-target.h again to support linux
8         target variant.
9         (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
10         * elf32-hppa.c: Include elf32-target.h again to support linux
11         target variant.
12         (elf32_hppa_post_process_headers): New function.
13         (elf_backend_post_process_headers): Define.
14         * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
15         bfd_elf32_hppa_linux_vec.
17         * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
18         and data_segment_base fields.
19         (elf32_hppa_link_hash_table_create ): Init them.
20         (elf32_hppa_check_relocs): Update comments.
21         (hppa_record_segment_addr): New function.
22         (elf32_hppa_relocate_section): Call it.
23         (final_link_relocate): Handle R_PARISC_SEGREL32.
24         (elf32_hppa_final_link): New function.
25         (bfd_elf32_bfd_final_link): Define to call it.
26         (hppa_unwind_entry_compare): New function.
27         * cache.c (bfd_open_file): Create files in write+read mode.
29         * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
30         SEGREL32 and numerous other relocs.  Change duplicate
31         R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
33         * opncls.c (bfd_fdopenr): Add parens like the comment says around
34         O_ACCMODE.
36         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
37         .plt entries for DT_INIT and DT_FINI.
38         (elf32_hppa_finish_dynamic_sections): Remove special handling of
39         DT_INIT and DT_FINI.
41         * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
42         offsets for stub .plt access if wide mode.  Check offset in range.
44 2001-01-13  Nick Clifton  <nickc@redhat.com>
46         * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
47         line.
49         * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
50         line.
52 2001-01-12  Alan Modra  <alan@linuxcare.com.au>
54         * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
55         * configure: Regenerate.
57 2001-01-11  Peter Targett  <peter.targett@arccores.com>
59         * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
60         bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
61         * cpu-arc.c (arch_info_struct): Add entries for variants.
62         (bfd_arc_arch) Set default to bfd_mach_arc_5.
63         (arc_get_mach) Don't assume machine names prefixed arc- before
64         testing.
65         * elf32-arc.c (arc_elf_object_p): Set machine number based on new
66         selections.
67         (arc_elf_final_write_processing) Likewise.
68         (ELF_MACHINE_CODE) Use EM_ARC.
70 2001-01-10  Nick Clifton  <nickc@redhat.com>
72         * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
74 2001-01-07  Philip Blundell  <philb@gnu.org>
76         * README: Replace `bug-gnu-utils@gnu.org' with
77         `bug-binutils@gnu.org'.
79 2001-01-04  Kazu Hirata  <kazu@hxi.com>
81         * som.c: Fix formatting.
83 2001-01-03  Kazu Hirata  <kazu@hxi.com>
85         * ecoffswap.h: Fix formatting.
86         * elf-bfd.h: Likewise.
87         * elfarm-nabi.c: Likewise.
88         * elfarm-oabi.c: Likewise.
89         * elfcode.h: Likewise.
90         * elfcore.h: Likewise.
91         * elflink.c: Likewise.
92         * elflink.h: Likewise.
93         * elfxx-ia64.c: Likewise.
94         * elfxx-target.h: Likewise.
95         * libbfd.c: Likewise
96         * linker.c: Likewise.
97         * lynx-core.c: Likewise.
99 2001-01-02  Kazu Hirata  <kazu@hxi.com>
101         * pc532-mach.c: Fix formatting.
102         * pe-arm.c: Likewise.
103         * pe-i386.c: Likewise.
104         * pe-mips.c: Likewise.
105         * pe-ppc.c: Likewise.
106         * pe-sh.c: Likewise.
107         * pei-mips.c: Likewise.
108         * pei-sh.c: Likewise.
109         * peicode.h: Likewise.
110         * ppcboot.c: Likewise.
111         * ptrace-core.c: Likewise.
113 2001-01-01  Kazu Hirata  <kazu@hxi.com>
115         * reloc.c: Fix formatting.
116         * riscix.c: Likewise.
117         * rs6000-core.c: Likewise.
118         * xcoff-target.h: Likewise.
120 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
122         * elfcode.h (elf_object_p): Also restore the bfd mach field on
123         error, by calling bfd_default_set_arch_mach with incoming
124         values.
126 2000-12-26  Kazu Hirata  <kazu@hxi.com>
128         * vaxnetbsd.c: Fix formatting.
129         * versados.c: Likewise.
130         * vms-gsd.c: Likewise.
131         * vms-hdr.c: Likewise.
132         * vms-misc.c: Likewise.
134 2000-12-25  Alexandre Oliva  <aoliva@redhat.com>
136         * archive.c (coff_write_armap): Don't write more than symbol_count
137         `archive_member_file_ptr's.
139 2000-12-25  Kazu Hirata  <kazu@hxi.com>
141         * vms-tir.c: Fix formatting.
143 2000-12-23  Kazu Hirata  <kazu@hxi.com>
145         * vms.c: Fix formatting.
146         * vms.h: Likewise.
148 2000-12-21  Santeri Paavolainen <santtu@ssh.com>
150         * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
152         * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
154         * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
155         arithmetic.
157         * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
159         * coffcode.h (styp_to_sec_flags): Add empty statement after label.
161 2000-12-21  Richard Sandiford  <rsandifo@redhat.com>
163         * libbfd.c (bfd_get_bits): Added
164         (bfd_put_bits): Likewise
165         * bfd-in.h: Declared the above.
166         * bfd-in2.h: Regenerated.
168 2000-12-20  Kazu Hirata  <kazu@hxi.com>
170         * targets.c: Fix formatting.
171         * tekhex.c: Likewise.
172         * trad-core.c: Likewise.
174 2000-12-19  Kazu Hirata  <kazu@hxi.com>
176         * sco5-core.c: Fix formatting.
177         * section.c: Likewise.
178         * sparclinux.c: Likewise.
179         * sparclynx.c: Likewise.
180         * sparcnetbsd.c: Likewise.
181         * srec.c: Likewise.
182         * stabs.c: Likewise.
183         * stab-syms.c: Likewise.
184         * sunos.c: Likewise.
185         * syms.c: Likewise.
186         * sysdep.h: Likewise.
188 2000-12-18  Nick Clifton  <nickc@redhat.com>
190         * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
191         defined.
192         * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
193         * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
195 2000-12-18  Nick Clifton  <nickc@redhat.com>
197         * vms-misc.c (_bfd_vms_get_record): Add default case to
198         file_format switch.
200 2000-12-15  Miloslav Trmac <mitr@volny.cz>
202         * elfcore.h (elf_core_file_p): Move to the start of the program
203         headers before attempting to read them.
205 2000-12-14  Kazu Hirata  <kazu@hxi.com>
207         * peigen.c: Fix formatting.
208         * som.c: Likewise.
209         * som.h: Likewise.
211 2000-12-13  Kazu Hirata  <kazu@hxi.com>
213         * peigen.c: Fix formatting.
215 2000-12-12  Jim Wilson  <wilson@redhat.com>
217         *  elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
219 2000-12-08  Mark Salter  <msalter@redhat.com>
221         * binary.c (binary_set_section_contents): Ignore sections
222         with zero size.
224 2000-12-12  Kazu Hirata  <kazu@hxi.com>
226         * m68klinux.c: Fix formatting.
227         * m68knetbsd.c: Likewise.
228         * mipsbsd.c: Likewise.
229         * netbsd-core.c: Likewise.
230         * netbsd.h: Likewise.
231         * newsos3.c: Likewise.
232         * nlm32-alpha.c: Likewise.
233         * nlm32-i386.c: Likewise.
234         * nlm32-ppc.c: Likewise.
235         * nlm32-sparc.c: Likewise.
236         * nlmcode.h: Likewise.
237         * nlmswap.h: Likewise.
238         * nlm-target.h: Likewise.
239         * ns32knetbsd.c: Likewise.
241 2000-12-10  Fred Fish  <fnf@be.com>
243         * elflink.h (elf_link_output_extsym): Don't complain about undefined
244         symbols in shared objects if allow_shlib_undefined is true.
246 2000-12-12  Nick Clifton  <nickc@redhat.com>
248         * cpu-sh.c: Fix formattng.
249         * elf.c: Fix formattng.
250         * elf32-mips.c: Fix formattng.
251         * elf32-sh.c: Fix formattng.
252         * elf64-alpha.c: Fix formattng.
254 2000-12-09  Nick Clifton  <nickc@redhat.com>
256         * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
257         dwarf2_find_line_info as last parameter to invocation of
258         _bfd_dwarf2_find_nearest_line.
259         * elf32-arm.h (elf32_arm_find_nearest_line): Pass
260         dwarf2_find_line_info as last parameter to invocation of
261         _bfd_dwarf2_find_nearest_line.
263 2000-12-08  Mark Elbrecht  <snowball3@bigfoot.com>
265         * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
266         (BFD_LIBS): ...to here.
267         (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
268         (BFD_LIBS_CFILES): ...to here.
269         * Makefile.in: Regenerate.
270         * configure.in: Remove dwarf.lo from the elf shell variable.
271         * configure: Regenerate.
272         * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
273         * libcoff.h: Regenerate.
274         * coffgen.c (coff_find_nearest_line): Call
275         _bfd_dwarf2_find_nearest_line.
276         * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
277         accordingly.
278         (read_abbrevs): Likewise
279         (decode_line_info): Likewise.
280         (parse_comp_unit): Likewise.
281         (comp_unit_find_nearest_line): Likewise.
282         * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
283         * libbfd.h: Regenerate.
284         * elf.c (_bfd_elf_find_nearest_line): Update call.
285         * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
286         * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
287         * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
288         (sec_to_styp_flags): Use them. Handle DWARF2 sections.
289         (styp_to_sec_flags): Handle DWARF2 sections.
290         * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
291         to _bfd_find_nearest_line.
292         * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
293         call to _bfd_find_nearest_line.
295 2000-12-08  Kazu Hirata  <kazu@hxi.com>
297         * coffgen.c: Fix formatting.
298         * elf-m10300.c: Likewise.
299         * elf32-i386.c: Likewise.
300         * elf32-i960.c: Likewise.
301         * elf32-m68k.c: Likewise.
302         * elf32-mcore.c: Likewise.
303         * elf32-ppc.c: Likewise.
304         * elf32-sh.c: Likewise.
305         * elf32-sparc.c: Likewise.
306         * elf32-v850.c: Likewise.
307         * elf64-alpha.c: Likewise.
308         * elf64-hppa.c: Likewise.
309         * elf64-mips.c: Likewise.
310         * elf64-sparc.c: Likewise.
312 2000-12-07  Kazu Hirata  <kazu@hxi.com>
314         * elf32-ppc.c: Fix formatting.
315         * elf64-x86-64.c: Likewise.
317 2000-12-06  Ulf Carlsson  <ulfc@engr.sgi.com>
319         From  Ralf Baechle  <ralf@gnu.org>
321         * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
322         BFDs containing no sections or empty .text, .data or .bss sections
323         to be merged, regardless of their flags.
325 2000-12-06  Kazu Hirata  <kazu@hxi.com>
327         * elf32-m32r.c: Fix formatting.
328         * elf32-m68hc11.c: Likewise.
329         * elf32-m68hc12.c: Likewise.
330         * elf32-m68k.c: Likewise.
331         * elf32-mcore.c: Likewise.
332         * elf32-pj.c: Likewise.
333         * elf32-ppc.c: Likewise.
335 2000-12-05  Kazu Hirata  <kazu@hxi.com>
337         * elf32-fr30.c: Fix formatting.
338         * elf32-hppa.c: Likewise.
339         * elf32-i370.c: Likewise.
340         * elf32-i386.c: Likewise.
341         * elf32-i860.c: Likewise.
342         * elf32-i960.c: Likewise.
344 2000-12-03  Kazu Hirata  <kazu@hxi.com>
346         * elf32-arm.h: Fix formatting.
347         * elf32-avr.c: Likewise.
348         * elf32-cris.c: Likewise.
349         * elf32-d10v.c: Likewise.
350         * elf32-d30v.c: Likewise.
351         * elf-hppa.h: Likewise.
352         * elf-m10200.c: Likewise.
353         * elf-m10300.c: Likewise.
355 2000-12-01  Chris Demetriou  <cgd@sibyte.com>
357         * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
358         bfd_mach_mips32_4k.  Update FIXME comment.
359         * archures.c (bfd_mach_mips32): New constant.
360         (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
361         the latter, renumber it.
362         * bfd-in2.h (bfd_mach_mips32): New constant.
363         (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
364         the latter, renumber it.
365         * cpu-mips.c (I_mips32): New constant.
366         (I_mips4K, I_mips32_4k): Rename the former to the latter.
367         (arch_info_struct): Add bfd_mach_mips32 entry, replace
368         bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
369         * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
370         (elf_mips_mach): Likewise.  Also, replace E_MIPS_MACH_MIPS32
371         with E_MIPS_MACH_MIPS32_4K.
372         (_bfd_mips_elf_final_write_processing): Replace
373         bfd_mach_mips4K with bfd_mach_mips32_4k case, add
374         bfd_mach_mips32 case.
375         (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
376         comparison with support for MIPS32.
377         (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
378         MIPS32.
380         * aoutx.h (NAME(aout,machine_type)): Add cases for
381         bfd_mach_mips5 and bfd_mach_mips64.
382         * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
383         * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
384         * cpu_mips.c (I_mips5, I_mips64): New definitions.
385         (arch_info_struct): Add entries for bfd_mach_mips5 and
386         bfd_mach_mips64.
387         * elf32-mips.c (elf_mips_isa, elf_mips_mach,
388         _bfd_mips_elf_print_private_bfd_data): Add cases for
389         E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
390         (_bfd_mips_elf_final_write_processing): Add cases for
391         bfd_mach_mips5 and bfd_mach_mips64.
393         * bfd/aoutx.h (NAME(aout,machine_type)): Add a
394         bfd_mach_mips_sb1 case.
395         * bfd/archures.c (bfd_mach_mips_sb1): New constant.
396         * bfd/bfd-in2.h (bfd_mach_mips_sb1): New constant.
397         * bfd/cpu-mips.c (I_sb1): New constant.
398         (arch_info_struct): Add entry for bfd_mach_mips_sb1.
399         * bfd/elf32-mips.c (elf_mips_mach): Add case for
400         E_MIPS_MACH_SB1.
401         (_bfd_mips_elf_final_write_processing): Add case for
402         bfd_mach_mips_sb1.
404 2000-12-01  Joel Sherrill <joel@OARcorp.com>
406         * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
407         (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
408         (sparc*-*-rtems*): Switched from a.out to ELF.
410 2000-11-30  Jan Hubicka  <jh@suse.cz>
412         * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
413         BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
414         (elf64-x86-64.lo): Add dependencies.
415         * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
416         bfd_mach_x86_64_intel_syntax.
417         * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
418         * config.bfd (x86_64): Add.
419         * configure.in: Add support for bfd_elf64_x86_64_vec.
420         * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
421         (bfd_i386_arch, i8086_ar): Link in.
422         * elf64-x86-64.c: New file.
423         * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
424         * targets.c (bfd_elf64_x86_64_vec): Add.
425         (bfd_target_vect): Add bfd_elf64_x86_64_vec.
427 2000-11-30  Kazu Hirata  <kazu@hxi.com>
429         * xcofflink.c: Fix formatting.
431 2000-11-28  Kazu Hirata  <kazu@hxi.com>
433         * aoutx.h: Fix formatting.
434         * bfd-in.h: Likewise.
435         * bfd-in2.h: Likewise.
436         * cache.c: Likewise.
437         * cisco-core.c: Likewise.
438         * coff64-rs6000.c: Likewise.
439         * coffcode.h: Likewise.
440         * coffswap.h: Likewise.
441         * corefile.c: Likewise.
442         * elf32-mips.c: Likewise.
444 2000-11-27  Kazu Hirata  <kazu@hxi.com>
446         * aout-adobe.c: Fix formatting.
447         * coff64-rs6000.c: Likewise.
448         * coffgen.c: Likewise.
449         * cofflink.c: Likewise.
451 2000-11-27  Philip Blundell  <pb@futuretv.com>
453         * libcoff-in.h (coff_tdata): Add `strings_written' flag.
454         (obj_coff_strings_written): New accessor macro for above.
455         * libcoff.h: Regenerate.
456         * cofflink.c (_bfd_coff_final_link): Say that we wrote the
457         strings.
458         * coffcode.h (coff_write_object_contents): No need to write out
459         the string table if it's already been done.
461 2000-11-22  Philip Blundell  <pb@futuretv.com>
463         * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
464         weak undefined symbols.
466 2000-11-24  Nick Clifton  <nickc@redhat.com>
468         * archures.c (bfd_mach_arm_5TE): Define.
469         (bfd_mach_arm+XScale): Define.
470         * bfd-in2.h: Regenerate.
472         * coff-arm.c (coff_arm_reloc_type_lookup): Accept
473         BFD_RELOC_ARM_PCREL_BLX.
475         * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
476         XScale machine numbers.
478         * config.bfd (xscale-elf): Add target.
479         (xscale-coff): Add target.
481         * cpu-arm.c: Add xscale machine name.
482         Add v5t, v5te and XScale machine numbers.
484 2000-11-23  Kazu Hirata  <kazu@hxi.com>
486         * aix386-core.c: Fix formatting.
488 2000-11-22  Jim Wilson  <wilson@redhat.com>
490         * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
491         (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
492         * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
493         (ins_imms_scaled): Initialize sign_bit at function entry.
494         (elf64_ia64_operands): Add missing initializers.
495         * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
496         elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
497         elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
498         elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
499         elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
500         parameters.
501         (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
502         and free_extsyms at function entry.
503         (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
504         (elfNN_ia64_create_dynamic_sections): Delete unused local h.
505         (get_got): Delete unused local srel.
506         (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
507         (elfNN_ia64_relocate_section): Delete unused local dynindx.
509 2000-11-21  Kazu Hirata  <kazu@hxi.com>
511         * coff-a29k.c: Fix formatting.
512         * coff-h8500.c: Likewise.
513         * coff-i960.c: Likewise.
514         * coff-ppc.c: Likewise.
515         * coff-rs6000.c: Likewise.
516         * coff-stgo32.c: Likewise.
517         * coff-tic54x.c: Likewise.
518         * coff-w65.c: Likewise.
519         * cpu-h8500.c: Likewise.
520         * cpu-hppa.c: Likewise.
521         * cpu-ns32k.c: Likewise.
522         * ecoff.c: Likewise.
523         * ecofflink.c: Likewise.
525 2000-11-21  Nick Clifton  <nickc@redhat.com>
527         * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
528         remove possibility of infinite loop.
530 2000-11-20  Kazu Hirata  <kazu@hxi.com>
532         * aix386-core.c: Fix formatting.
533         * aout-adobe.c: Likewise.
534         * aout-arm.c: Likewise.
535         * aout-encap.c: Likewise.
536         * aout-ns32k.c: Likewise.
537         * aout-target.h: Likewise.
538         * aout-tic30.c: Likewise.
539         * aoutf1.h: Likewise.
540         * aoutx.h: Likewise.
541         * archive.c: Likewise.
542         * bfd-in.h: Likewise.
543         * bfd-in2.h: Likewise.
544         * bfd.c: Likewise.
545         * bout.c: Likewise.
547 2000-11-17  H.J. Lu  <hjl@gnu.org>
549         * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
550         pltoff entries for DT_INIT and DT_FINI.
551         (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
552         (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
553         entries.
555 2000-11-16  Richard Henderson  <rth@redhat.com>
557         * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
558         (allocate_dynrel_entries): Likewise.
559         (elfNN_ia64_relocate_section): Likewise.  Set REL addends correctly.
560         (set_pltoff_entry): Likewise.
561         (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
562         (elfNN_ia64_reloc_type_lookup): Likewise.
563         (elfNN_ia64_install_value): Likewise.
564         (elfNN_ia64_relocate_section): Likewise.
565         * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
566         (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
568 2000-11-16  Kazu Hirata  <kazu@hxi.com>
570         * cpu-a29k.c: Fix formatting.
571         * cpu-alpha.c: Likewise.
572         * cpu-arm.c: Likewise.
573         * cpu-avr.c: Likewise.
574         * cpu-d10v.c: Likewise.
575         * cpu-h8500.c: Likewise.
576         * cpu-hppa.c: Likewise.
577         * cpu-i370.c: Likewise.
578         * cpu-i386.c: Likewise.
579         * cpu-i960.c: Likewise.
580         * cpu-ia64-opc.c: Likewise.
581         * cpu-ia64.c: Likewise.
582         * cpu-m32r.c: Likewise.
583         * cpu-m68hc11.c: Likewise.
584         * cpu-m68hc12.c: Likewise.
585         * cpu-m68k.c: Likewise.
586         * cpu-m88k.c: Likewise.
587         * cpu-mips.c: Likewise.
588         * cpu-ns32k.c: Likewise.
589         * cpu-pj.c: Likewise.
590         * cpu-powerpc.c: Likewise.
591         * cpu-sh.c: Likewise.
592         * cpu-sparc.c: Likewise.
593         * cpu-tic54x.c: Likewise.
594         * cpu-v850.c: Likewise.
595         * cpu-vax.c: Likewise.
596         * cpu-w65.c: Likewise.
597         * cpu-we32k.c: Likewise.
598         * cpu-z8k.c: Likewise.
599         * dwarf1.c: Likewise.
600         * dwarf2.c: Likewise.
602 2000-11-15  Kazu Hirata  <kazu@hxi.com>
604         * coff-arm.c: Fix formatting.
605         * coff-ppc.c: Likewise.
606         * coff-rs6000.c: Likewise.
607         * coff-sh.c: Likewise.
608         * coff-sparc.c: Likewise.
609         * coff-tic30.c: Likewise.
610         * coff-tic54x.c: Likewise.
611         * coff-tic80.c: Likewise.
612         * coff-w65.c: Likewise.
613         * coff-we32k.c: Likewise.
614         * coff-z8k.c: Likewise.
616 2000-11-15  Richard Henderson  <rth@redhat.com>
618         * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
619         section with the same ALLOC|LOAD flags as the source section.
621 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
623         * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
624         by STO_ALPHA constants.
626 2000-11-14  Kazu Hirata  <kazu@hxi.com>
628         * coff-pmac.c: Fix formatting.
629         * coff-ppc.c: Likewise.
631 2000-11-13  H.J. Lu  <hjl@gnu.org>
633         * elflink.h (elf_link_add_object_symbols): Also add indirect
634         symbols for common symbols with the default version.
636 2000-11-09  Philip Blundell  <pb@futuretv.com>
638         * section.c (STD_SECTION): Set gc_mark flag.
640 2000-11-11  Kazu Hirata  <kazu@hxi.com>
642         * coff-i960.c: Likewise.
643         * coff-m68k.c: Likewise.
644         * coff-m88k.c: Likewise.
645         * coff-mcore.c: Likewise.
646         * coff-mips.c: Likewise.
648 2000-11-11  Bernd Schmidt  <bernds@cygnus.co.uk>
650         * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
652 2000-11-10  Kazu Hirata  <kazu@hxi.com>
654         * coff-h8300.c: Fix formatting.
655         * coff-h8500.c: Likewise.
656         * coff-i386.c: Likewise.
657         * coff-i860.c: Likewise.
658         * coff-i960.c: Likewise.
659         * coff-ia64.c: Likewise.
661 2000-11-09  Kazu Hirata  <kazu@hxi.com>
663         * archive.c: Fix formatting.
664         * archures.c: Likewise.
666 2000-11-07  Richard Henderson  <rth@redhat.com>
668         * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
669         Set it before bfd_elf64_bfd_final_link call.  Use it after the call.
670         * section.c (bfd_set_section_contents): Call memcpy if
671         section->contents set and location not equal to contents plus offset.
673 2000-11-08  Kazu Hirata  <kazu@hxi.com>
675         * bfd-in.h: Fix formatting.
676         * bfd-in2.h: Likewise.
677         * bfd.c: Likewise.
678         * binary.c: Likewise.
679         * bout.c: Likewise.
680         * coff-a29k.c: Likewise.
681         * coff-alpha.c: Likewise.
682         * coff-apollo.c: Likewise.
683         * coff-aux.c: Likewise.
685 2000-11-07  Kazu Hirata  <kazu@hxi.com>
687         * aix386-core.c: Fix formatting.
688         * aoutf1.h: Likewise.
689         * aoutx.h: Likewise.
690         * archures.c: Likewise.
691         * armnetbsd.c: Likewise.
693 2000-11-07  Alan Modra  <alan@linuxcare.com.au>
695         * coff-h8300.c (special): Adjust reloc address.
697 2000-11-06  Steve Ellcey <sje@cup.hp.com>
699         * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
700         to differentiate elf32 and elf64 on ia64.
701         * bfd-in2.h: Regenerate.
702         * config.bfd: Add target for "ia64*-*-hpux*".
703         * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
704         * configure: Regenerate.
705         * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
706         * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
708         * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
709         from elfxx-ia64.c.  Add depenency rules for making elf32-ia64.lo.
710         * Makefile.in: Regnerate.
711         * elf64-ia64.c: Deleted.
712         * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
714 2000-11-06  Kazu Hirata  <kazu@hxi.com>
716         * aout-adobe.c: Fix formatting.
717         * aout-arm.c: Likewise.
718         * aout-cris.c: Likewise.
719         * aout-encap.c: Likewise.
720         * aout-ns32k.c: Likewise.
721         * aout-target.h: Likewise.
722         * aout-tic30.c: Likewise.
724 2000-11-05  Philip Blundell  <philb@gnu.org>
726         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
727         BFDs containing no sections to be merged, regardless of their flags.
729 2000-11-04  Philip Blundell  <philb@gnu.org>
731         * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
732         if a relocation for an undefined symbol also results in an
733         overflow.
735 2000-11-06  Christopher Faylor <cgf@cygnus.com>
737         * config.bfd: Add support for Sun Chorus.
739 2000-11-05  David O'Brien  <obrien@FreeBSD.org>
741         * configure.in: Recognize alpha-*-freebsd*.
742         * configure: Regenerate.
744 2000-11-02  Luciano Gemme <ishitawa@yahoo.com>
746         * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
747         (Chunk): New global variable set by a parameter in objcopy.c.
748         (S3Forced): New global variable set by a parameter in
749         objcopy.c.
750         (srec_set_section_contents): If S3Forced is true, always generate
751         S3 records.
752         (srec_write_section): Use 'Chunk' to limit maximum length of S
753         records.
755 2000-11-02  Per Lundberg  <plundis@chaosdev.org>
757         * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
758         * Makefile.in: Regenerate.
759         * bfd-in2.h: Regenerate.
760         * po/bfd.pot: Regenerate.
762 2000-10-31  Philip Blundell  <philb@gnu.org>
764         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
765         EF_SOFT_FLOAT if it is defined.
767 2000-10-27  Philip Blundell  <philb@gnu.org>
769         * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
770         attempts to mix PIC code with non-PIC, just mark the output as
771         being position dependent.
772         (elf32_arm_merge_private_bfd_data): Likewise.  Print an error
773         message for EF_SOFT_FLOAT mismatches.  Display diagnostics for
774         all mismatches, not just the first one.
776 2000-10-25  Chris Demetriou  <cgd@sibyte.com>
778         * ieee.c (ieee_archive_p): Plug one of many possible
779         memory leaks in error handling.
781 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
783         * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
784         elf32_sparc_object_p, elf32_sparc_final_write_processing):
785         Support v8plusb.
786         * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
787         sparc64_elf_object_p): Support v9b.
788         * archures.c: Declare v8plusb and v9b machines.
789         * bfd-in2.h: Ditto.
790         * cpu-sparc.c: Ditto.
792 2000-10-16  Geoffrey Keating  <geoffk@shoggoth.cygnus.com>
794         * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
795         of a GOT reloc.
797         * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
798         (SYMBOL_CALLS_LOCAL): New macro.
799         (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
800         (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
801         (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
802         (ppc_elf_relocate_section): Use flag variable to determine
803         whether the relocation refers to a local symbol.
804         Test whether a PLTREL24 reloc will produce a reloc by looking
805         to see whether a PLT entry was made.
807 2000-10-14  Geoffrey Keating  <geoffk@shoggoth.cygnus.com>
809         * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
810         entries that could serve as a definition for a weak symbol.
812 2000-10-13  Ulf Carlsson  <ulfc@engr.sgi.com>
814         From  Ralf Baechle  <ralf@gnu.org>
816         * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
817         local_p.  Add symbol value only for non-R_MIPS_REL32 relocations
818         against local symbols.
819         (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
821 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
823         * section.c (struct sec): Add kept_section.
824         (struct bfd_comdat_info): Remove sec, we can use above.
825         (STD_SECTION): Add initializer.
826         (bfd_make_section_anyway): Init here too.
828         * bfd-in2.h: Regenerate.
830         * elflink.h (elf_link_add_object_symbols): Remove unnecessary
831         zeroing of `flags'.
832         (elf_link_input_bfd): Set all asection->symbol->value's here, and
833         fudge values for discarded link-once section symbols.
835         * elf64-hppa.c: Include alloca-conf.h
837 2000-10-11  Alan Modra  <alan@linuxcare.com.au>
839         * elf.c (swap_out_syms): Revert 2000-10-07 changes.
841         * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
843 2000-10-10  Alan Modra  <alan@linuxcare.com.au>
845         * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
847 2000-10-10  Tom Rix <trix@redhat.com>
849         * section.c (bfd_make_section_anyway): Release newsect ptr when
850         newsect->symbol fails to alloc.  Use bfd_release instead of free.
852 2000-10-09  Richard Henderson  <rth@cygnus.com
854         * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
855         (elf64_ia64_unwind_entry_compare): New.
856         (elf64_ia64_final_link): Sort the .IA_64.unwind section.
858 2000-10-07  Alan Modra  <alan@linuxcare.com.au>
860         * elflink.h (size_dynamic_sections): Don't create various tags if
861         .dynstr is excluded from the link.  Don't set first dynsym entry
862         if dynsymcount is zero.
863         (elf_bfd_final_link): Don't try to swap out dynamic syms if
864         .dynsym excluded from the link.  Don't try to write any dynamic
865         sections excluded from the link.
867         * elf.c (swap_out_syms): Handle global section symbols.
869 2000-10-05  DJ Delorie  <dj@redhat.com>
871         * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
872         * coffcode.h (coff_set_alignment_hook): read extended reloc count
873         (coff_write_relocs): write extended reloc count
874         (coff_write_object_contents): account for extended relocs
876 2000-10-05  Jim Wilson  <wilson@cygnus.com>
878         * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
879         field.
880         * elf.c (_bfd_elf_make_section_from_shdr): Call the
881         elf_backend_section_flags function.
882         * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
883         code.
884         (elf64_ia64_section_flags): New function containing flag conversion
885         code.
886         (elf_backend_section_flags): Define to elf64_ia64_section_flags.
887         * elfxx-target.h (elf_backend_section_flags): Define.
888         (elfNN_bed): Initialize elf_backend_section_flags field.
890 2000-10-02  Alan Modra  <alan@linuxcare.com.au>
892         * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
893         _bfd_elf32_gc_record_vtable.  Correct a comment.
895 2000-10-01  Ulf Carlsson  <ulfc@engr.sgi.com>
897         From  Ralf Baechle  <ralf@gnu.org>
899         * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
900         produces binaries with got[1] = 0x80000001 to differenciate them
901         for the dynamic linker from the broken binaries produced by old
902         versions.
904 2000-09-30  Petr Sorfa <petrs@sco.com>
906         * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
907         (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
908         * configure.in: Add check for pxstatus_t and lwpxstatus_t.
909         * configure: Regenerate.
911 2000-09-27  Hans-Peter Nilsson  <hp@axis.com>
913         Define two bfd_targets for absence and presence of leading
914         underscore on symbols.  Make sure to only link same kind.
915         * elf32-cris.c (cris_elf_object_p,
916         cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
917         cris_elf_merge_private_bfd_data): New.
918         (elf_backend_object_p, elf_backend_final_write_processing,
919         bfd_elf32_bfd_print_private_bfd_data,
920         bfd_elf32_bfd_merge_private_bfd_data): Define.
921         <Target vector definition>: Include elf32-target.h twice with
922         different macro settings:
923         (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
924         bfd_elf32_us_cris_vec.
925         (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
926         (elf_symbol_leading_char): First as 0, then '_'.
927         (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
928         * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
929         * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
930         * configure: Regenerate.
931         * targets.c: Declare bfd_elf32_us_cris_vec.
932         * po/bfd.pot: Regenerate.
934 2000-09-29  Momchil Velikov  <velco@fadata.bg>
936         * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
937         R_ARM_THM_PC22 relocations.
939 2000-09-29  NIIBE Yutaka <gniibe@chroot.org>
941         * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
943 2000-09-29  Momchil Velikov <velco@fadata.bg>
945         * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
946         is has the SEC_HAS_CONTENTS flag set.
948 2000-09-28  Ã–rjan Friberg  <orjanf@axis.com>
949             Hans-Peter Nilsson  <hp@axis.com>
951         * aout-cris.c (N_TXTADDR): Define.
953 2000-09-28  John David Anglin <dave@hiauly1.hia.nrc.ca>
955         * som.c: Include alloca-conf.h.
956         * Makefile.am: "make dep-am"
957         * Makefile.in: Regenerate.
959 2000-09-27  Alan Modra  <alan@linuxcare.com.au>
961         * elf32-hppa.c (plt_stub): New.
962         (PLT_STUB_ENTRY): Define.
963         (elf32_hppa_link_hash_table): Change multi_subspace to packed
964         boolean.  Add need_plt_stub, has_12bit_branch and has_17bit_branch.
965         (elf32_hppa_link_hash_table_create): Init to suit.
966         (elf32_hppa_check_relocs): Set has_12bit_branch and
967         has_17bit_branch as appropriate.
968         (elf32_hppa_adjust_dynamic_symbol): Set need_plt_stub for
969         non-local functions.
970         (elf32_hppa_size_dynamic_sections): Correct setting of reltext.
971         Add space for plt_stub as needed.
972         (elf32_hppa_finish_dynamic_symbol): Point .plt entries for global
973         functions at plt_stub.
974         (elf32_hppa_finish_dynamic_sections): Write plt_stub.
975         (elf32_hppa_create_dynamic_sections): Leave .plt executable.
977         * elf32-hppa.h (elf32_hppa_size_stubs): Add group_size param.
978         * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.  Use it instead
979         of fixed size, and if negative, disable handling of input sections
980         before stub section.  Set up default stub group size depending
981         on detected branch relocs.
982         (hppa_build_one_stub): Use lrsel and rrsel for import stubs to
983         ensure different offsets from sym_value aren't rounded to
984         different 2k blocks.  Use lrsel and rrsel for other stubs too for
985         consistency rather than necessity.
986         (elf32_hppa_check_relocs): Handle R_PARISC_DIR14F.
987         (final_link_relocate): Likewise.
988         (elf32_hppa_relocate_section): Likewise.
990         * elf-hppa.h (elf_hppa_howto_table): Add R_PARISC_DIR14F reloc.
991         (_bfd_elf_hppa_gen_reloc_type): Generate them.
992         (elf_hppa_final_link_relocate): Handle them.
993         (elf_hppa_relocate_insn): Likewise.
994         (_bfd_elf_hppa_gen_reloc_type): Add missing e_ldsel and e_rdsel cases.
996 2000-09-26  Hans-Peter Nilsson  <hp@axis.com>
998         * elfcode.h (elf_object_p): Preserve and clear abfd section
999         information.  Restore at error.
1001 2000-09-26  Paul Sokolovsky  <Paul.Sokolovsky@technologist.com>
1003         * peigen.c (_bfd_pei_swap_aouthdr_in): If some DataDirectory
1004         is empty, make sure that its rva also 0. NT loader dislikes
1005         having otherwise.
1007 2000-09-26  Steve Ellcey <sje@cup.hp.com>
1009         * som.c (som_bfd_derive_misc_symbol_info): Make weak symbols
1010         global by default.
1012 2000-09-21  Alan Modra  <alan@linuxcare.com.au>
1014         * elf32-hppa.c (elf32_hppa_check_relocs): Fix weak sym handling in
1015         currently unused RELATIVE_DYNAMIC_RELOCS code.
1016         (hppa_discard_copies): Likewise.
1017         (elf32_hppa_size_stubs): Size `input_list' array correctly.  Correct
1018         comments.  Don't check non-code output sections for stub grouping.
1020 2000-09-20  Alan Modra  <alan@linuxcare.com.au>
1022         * section.c (bfd_get_unique_section_name): Return NULL if
1023         bfd_malloc fails.
1025 2000-09-19  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1027         * elf32-m68k.c (elf_cpu32_plt0_entry): Change the PLT entry 0
1028         instruction sequence to actually work.
1029         (elf_m68k_finish_dynamic_sections): Change the patch-in offset
1030         accordingly.
1032 2000-09-18  Alexandre Oliva  <aoliva@redhat.com>
1034         * elf32-sh.c (sh_elf_relocate_section): Use
1035         _bfd_final_link_relocate to apply the relocation against a section
1036         symbol, when doing relocatable links.
1038 2000-09-18  Alan Modra  <alan@linuxcare.com.au>
1040         * elf32-hppa.c (elf32_hppa_stub_hash_entry): Rename input_section
1041         to id_sec.
1042         (stub_hash_newfunc): Here too.
1043         (hppa_add_stub): And here.
1044         (elf32_hppa_link_hash_table): Remove stub_section_created,
1045         reloc_section_created, first_init_sec and first_fini_sec.  Add
1046         stub_group.
1047         (elf32_hppa_link_hash_table_create): Init to suit.
1048         (hppa_get_stub_entry): Add support for grouping stub sections.
1049         (hppa_add_stub): Likewise.  Remove sec_count param and init/fini
1050         section code.  Index stub vars by section->id.
1051         (elf32_hppa_size_stubs): Likewise.  Remove duplicated function
1052         exit paths.  Zap allocation of above removed vars.  Refine
1053         link-once test.
1055         * elf32-hppa.h (elf32_hppa_size_stubs): Add output_bfd param.
1056         * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
1057         (hppa_get_stub_entry): Pass in pointer to elf32_hppa_link_hash_table
1058         rather than pointer to bfd_link_info.
1059         (hppa_add_stub): Likewise.
1060         (final_link_relocate): Likewise.
1062 2000-09-17  David Huggins-Daines  <dhd@linuxcare.com>
1064         (elf32_hppa_size_stubs): Don't try to build stubs for discarded
1065         link-once sections.
1067 2000-09-16  Alexandre Oliva  <aoliva@redhat.com>
1069         * elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match
1070         ld/emulparams/shelf.sh.
1072 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1074         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): New function.
1075         * bfd-in.h (bfd_m68k_elf32_create_embedded_relocs): Add declaration.
1076         * bfd-in2.h: Regenerate.
1078 2000-09-15  Kenneth Block  <Kenneth.Block@compaq.com>
1080         * bfd/elf64-alpha.c (elf64_alpha_relax_with_lituse): ld performs
1081         LITUSE relocations incorrectly if -relax is specified on the ld
1082         command line and the displacement field of the load or store
1083         instruction is non-zero. (Patch by paul.winalski@compaq.com)
1085 2000-09-15  Alan Modra  <alan@linuxcare.com.au>
1087         * elf32-hppa.c (hppa_add_stub): Dont set first_init_sec and
1088         first_fini_sec here.
1089         (elf32_hppa_size_stubs): Instead correctly find the first .init
1090         and .fini section here.
1092 2000-09-15  David Huggins-Daines  <dhd@linuxcare.com>
1094         * elf32-hppa.c (clobber_millicode_symbols): New function.
1095         (elf32_hppa_size_dynamic_sections): Call it.
1097 2000-09-14  Alan Modra  <alan@linuxcare.com.au>
1099         * elf32-hppa.c (elf32_hppa_link_hash_entry): Make pic_call
1100         packed.  Add plabel, plt_abs packed booleans.
1101         (hppa_link_hash_newfunc): Init new fields.
1102         (PLABEL_PLT_ENTRY_SIZE): Define.
1103         (hppa_stub_name): Use size_t len vars.
1104         (hppa_add_stub): Likewise.
1105         (elf32_hppa_build_stubs): Likewise.
1106         (hppa_build_one_stub): Kill some compiler warnings.
1107         (elf32_hppa_check_relocs): Always generate a plt entry for PLABELs
1108         if dynamic linking.  Munge the local plt offsets into
1109         local_got_refcounts.  Set h->plabel for all global PLABELs.  Use
1110         size_t len vars.  Add assert for plabel addend.
1111         (elf32_hppa_gc_sweep_hook): Sweep local plt entries too.
1112         (elf32_hppa_hide_symbol): New function.
1113         (elf_backend_hide_symbol): Define.
1114         (elf32_hppa_adjust_dynamic_symbol): Don't throw away plt entries
1115         with h->plabel set.  Don't make plt entries to have dynamic syms
1116         when they have been forced local.  If plt entry is used by a
1117         plabel, make it PLABEL_PLT_ENTRY_SIZE.
1118         (elf32_hppa_size_dynamic_sections): Set plt_abs for init fns.
1119         Set up .plt offsets for local syms.
1120         (elf32_hppa_relocate_section): Initialise plt entries for local
1121         syms.  Leave weak undefined plabels zero.  Make global plabel
1122         relocs against function symbol, and leave the addend zero.
1123         Use *ABS* DIR32 relocs instead of SEGREL32 for dynamic got relocs.
1124         (elf32_hppa_finish_dynamic_symbol): Set up IPLT relocs for
1125         non-dynamic syms.  Init extra plt for plabels.  Use *ABS* DIR32
1126         relocs instead of SEGREL32 for dynamic got relocs.
1127         (elf32_hppa_finish_dynamic_sections): Reserve one more .got entry.
1128         (elf_backend_got_header_size): Adjust.
1129         (elf32_hppa_set_gp): Calculate an "ideal" LTP.
1131         * elf32-hppa.c (LONG_BRANCH_VIA_PLT): Define.
1132         (hppa_type_of_stub): Use it instead of #if 0
1133         (hppa_discard_copies): Use it here too.
1134         (elf32_hppa_size_dynamic_sections): And here.
1136         * elf32-hppa.c (elf32_hppa_link_hash_table): Remove `offset' field.
1137         (elf32_hppa_link_hash_table_create): And here.
1138         (hppa_build_one_stub): And here.  Instead keep track of stub
1139         offset using _raw_size.
1140         (elf32_hppa_size_stubs): Likewise.
1141         (elf32_hppa_build_stubs): Likewise.
1142         (hppa_size_one_stub): Likewise.  Resize reloc section too.
1144         * elf32-hppa.c (hppa_add_stub): Correct first_init_sec and
1145         first_fini_sec handling.  Don't search for reloc section or set
1146         hplink->reloc_section_created here.
1147         (elf32_hppa_size_stubs): Instead search for reloc sections, and
1148         set reloc_section_created here.
1149         (hppa_handle_PIC_calls): Set ELF_LINK_HASH_NEEDS_PLT.
1150         (elf32_hppa_size_dynamic_sections): Make a .plt entry for DT_INIT
1151         and DT_FINI.
1152         (elf32_hppa_finish_dynamic_sections): Set DT_INIT and DT_FINI.
1154         * elf32-hppa.c (hppa_build_one_stub): Replace `elf_hash_table (info)'
1155         with `hplink->root.'.
1156         (elf32_hppa_check_relocs): Likewise.
1157         (elf32_hppa_gc_sweep_hook): Likewise.
1158         (elf32_hppa_adjust_dynamic_symbol): Likewise.
1159         (hppa_handle_PIC_calls): Likewise.
1160         (elf32_hppa_size_dynamic_sections): Likewise.
1161         (elf32_hppa_set_gp): Likewise.
1162         (elf32_hppa_relocate_section): Likewise.
1163         (elf32_hppa_finish_dynamic_symbol): Likewise.
1164         (elf32_hppa_finish_dynamic_sections): Likewise.
1166         From  David Huggins-Daines  <dhd@linuxcare.com>
1167         * elf32-hppa.c (hppa_type_of_stub): Generate import stubs for
1168         defined weak symbols in shared links.
1169         (final_link_relocate): Calls to defined weak symbols in shared
1170         objects must go via import stubs, as the target might not be known
1171         at link time.
1173 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
1175         * elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
1176         R_SH_COPY, R_SH_GLOB_DAT, R_SH_JMP_SLOT, R_SH_RELATIVE,
1177         R_SH_GOTOFF, R_SH_GOTPC) to the range from 160 to 167.  Replaced
1178         the original entries with EMPTY_HOWTOs, and added new ones to fill
1179         in the gap.
1180         (sh_elf_info_to_howto): Make sure the new gap isn't used.
1181         (sh_elf_relocate_section): Likewise.
1183 2000-09-13  Anders Norlander  <anorland@acc.umu.se>
1185         * cpu-mips.c (arch_info_struct): Add mips:4K
1186         * bfd-in2.h (bfd_mach_mips4K): New define.
1187         * archures.c: Add bfd_mach_mips4K to comment.
1188         * elf32-mips.c (_bfd_mips_elf_final_write_processing): Return
1189         E_MIPS_ARCH_2 for bfd_mach_mips4K.
1191 2000-09-13  Marco Franzen <marcof@thyron.com>
1193         * som.c (som_write_symbol_strings): Do not used fixed buffers,
1194         use size_t as a counter.
1195         (som_write_space_strings): Similarly.
1197 2000-09-12  Jason Eckhardt  <jle@cygnus.com>
1199         * elf32-i860.c (elf32_i860_relocate_pc26): New function
1200         and prototype.
1201         (elf32_i860_relocate_section): Invoke new function from here.
1203 2000-09-11  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1205         * elf.c (_bfd_elf_make_section_from_shdr): Make debug_sec_names
1206         static.
1208 2000-09-10  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1210         * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): Emit 8 NULs for
1211         target section name instead of dumping core when the target symbol is
1212         undefined.
1214 2000-09-09  Kazu Hirata  <kazu@hxi.com>
1216         * riscix.c: Remove DEFUN.
1218 2000-09-08  Nick Clifton  <nickc@redhat.com>
1220         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Do not
1221         initialise flags in output bfd if the input bfd is the default
1222         architecture with the default flags.
1224 2000-09-08  Kazu Hirata  <kazu@hxi.com>
1226         * archive.c: Fix formatting.
1227         * coff-arm.c: Likewise.
1228         * doc/chew.c: Likewise.
1230 2000-09-08  Alan Modra  <alan@linuxcare.com.au>
1232         * section.c (bfd_get_unique_section_name): Put a dot before the
1233         numeric suffix.
1235 2000-09-07  Kazu Hirata  <kazu@hxi.com>
1237         * doc/chew.c: Remove all uses of DEFUN and DEFUN_VOID.
1238         * elf.c: Fix formatting.
1240 2000-09-07  Alexandre Oliva  <aoliva@redhat.com>
1242         * config.bfd (sh-*-linux*): Added.
1243         * configure.in (bfd_elf32_shlin_vec, bfd_elf32_shblin_vec): New.
1244         * targets.c: Declare them.
1245         * elf32-sh-lin.c: New file.
1246         * Makefile.am: Compile it.
1247         * elf32-sh.c: Don't override defines from elf32-sh-lin.c.
1248         * configure, Makefile.in: Rebuilt.
1250 2000-09-06  Geoffrey Keating  <geoffk@cygnus.com>
1252         * xcofflink.c (xcoff_link_input_bfd): Include the .tocbss
1253         pseduo-section when determining where the TOC ends.
1255         * coff-rs6000.c (_bfd_xcoff_swap_aux_out): Use bfd_h_put_16 to
1256         output x_tvndx as it is only two bytes wide.
1258         * coff-rs6000.c (xcoff_howto_table): A modifiable branch-absolute
1259         reloc is 26 or 32 bits wide.
1261         * coff-rs6000.c (_bfd_xcoff_rtype2howto): The bitsize is irrelevant
1262         for relocs that don't change anything.  Also look at the full
1263         6 bits of bitsize.
1265 2000-09-06  Philip Blundell  <philb@gnu.org>
1267         * config.bfd (arm*-*-uclinux*): New target.
1269 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
1271         * configure: Rebuilt with new libtool.m4.
1273 2000-09-06  Alan Modra  <alan@linuxcare.com.au>
1275         * section.c (bfd_get_unique_section_name): Avoid c++ reserved
1276         word for variable name.
1277         * bfd-in2.h: Regenerate.
1279 2000-09-05  Nick Clifton  <nickc@redhat.com>
1281         * config.in: Regenerate.
1282         * libbfd.h: Regenerate.
1283         * po/bfd.pot: Regenerate.
1284         * doc/bfdint.texi: Remove CVS date string - it foils compares with
1285         local versions.
1287 2000-09-05  Steven Johnson  <sbjohnson@ozemail.com.au>
1289         * cpu-powerpc.c  (arch_info_struct): Added MPC860 Family entry.
1291 2000-09-05  Alan Modra  <alan@linuxcare.com.au>
1293         Shared library and PIC support.
1294         * elf32-hppa.c (PLT_ENTRY_SIZE): New.
1295         (GOT_ENTRY_SIZE): New.
1296         (ELF_DYNAMIC_INTERPRETER): New.
1297         (STUB_SUFFIX): Define.
1298         (LONG_BRANCH_PIC_IN_SHLIB): Define.
1299         (RELATIVE_DYNAMIC_RELOCS): Define.
1300         (enum elf32_hppa_stub_type): New.
1301         (struct elf32_hppa_stub_hash_entry): Rename offset to
1302         stub_offset.  Add a number of new fields.
1303         (struct elf32_hppa_link_hash_entry): New.
1304         (struct elf32_hppa_link_hash_table): Add numerous fields.  Remove
1305         global_value.
1306         (elf32_hppa_hash_table): Rename to hppa_link_hash_table.
1307         (elf32_hppa_stub_hash_lookup): Rename to hppa_stub_hash_lookup.
1308         (elf32_hppa_stub_hash_newfunc): Rename to stub_hash_newfunc.  Init
1309         new fields.
1310         (hppa_link_hash_newfunc): New function.
1311         (elf32_hppa_link_hash_table_create): Use above function. Init new
1312         fields.
1313         (elf32_hppa_stub_name): Rename to hppa_stub_name.  Pass in reloc
1314         instead of addend, and remove sym_name from args.  Don't use
1315         symbol name for local syms, instead use sym index.
1316         (elf32_hppa_size_of_stub): Rename to hppa_type_of_stub, and return
1317         stub type rather than size.  Pass in hash and handle import stub
1318         case.  Also pass in reloc instead of offset so we can calculate
1319         PCREL22F and PCREL12F branches properly.
1320         (elf32_hppa_build_one_stub): Rename to hppa_build_one_stub.  Build
1321         import and export stubs too.
1322         (elf32_hppa_size_one_stub): Rename to hppa_size_one_stub.  Handle
1323         import and export stub sizing.
1324         (elf32_hppa_check_relocs): New function.
1325         (elf32_hppa_adjust_dynamic_symbol): New function.
1326         (hppa_discard_copies): New function.
1327         (elf32_hppa_size_dynamic_sections): New function.
1328         (elf_backend_size_dynamic_sections): Define.
1329         (elf32_hppa_finish_dynamic_symbol): New function.
1330         (elf_backend_finish_dynamic_symbol): Define.
1331         (elf32_hppa_size_stubs): Stash params in link hash table, and move
1332         some local vars into the link hash table too.  For shared links,
1333         trundle over function syms, generating export stubs.  Handle
1334         PCREL22F branches.  Break out stub creation code from here..
1335         (hppa_add_stub): .. to here.  New function.
1336         (elf32_hppa_final_link): Rename to elf32_hppa_set_gp, and don't
1337         call the bfd linker.  Use elf_gp to record global pointer.
1338         Calculate a value from sections if $global$ is missing.
1339         (bfd_elf32_bfd_final_link): Define as _bfd_elf32_gc_common_final_link.
1340         (elf32_hppa_gc_mark_hook): New function.
1341         (elf_backend_gc_mark_hook): Define.
1342         (elf32_hppa_gc_sweep_hook): New function.
1343         (elf_backend_gc_sweep_hook): Define.
1344         (elf32_hppa_bfd_final_link_relocate): Rename to final_link_relocate.
1345         Add rel to args, and remove howto, input_bfd, offset, addend,
1346         sym_name as we can recalculate these locally.  Handle calls to
1347         dynamic objects, extra PIC relocs, PCREL22F branches.  Change
1348         handling of undefined weak syms.  Check that stubs are in range.
1349         Only look for import stubs on PCREL17F and PCREL22F relocs.  Add
1350         message on hitting a DPREL21L reloc that needs fixing.  Subtract
1351         off PC for PCREL14F.  Break out code that does a stub lookup from
1352         here..
1353         (hppa_get_stub_entry): ..to here.  New function.
1354         (elf32_hppa_relocate_insn): Merge into final_link_relocate.
1355         (elf32_hppa_relocate_section): Handle got and plt relocs, dynamic
1356         relocs, etc. etc.
1357         (elf32_hppa_finish_dynamic_sections): New function.
1358         (elf_backend_finish_dynamic_sections): Define.
1359         (elf_backend_final_write_processing) Define.
1360         (hppa_handle_PIC_calls): New function.
1361         (elf32_hppa_build_stubs): Call it.  Pass link_info to
1362         hppa_build_one_stub.
1363         (elf32_hppa_create_dynamic_sections): New function
1364         to create .plt and .got then set .plt flags correctly.
1365         (elf_backend_create_dynamic_sections): Define.
1366         (elf32_hppa_object_p): New function.
1367         (elf_backend_object_p): Define.
1368         (elf32_hppa_elf_get_symbol_type): New function.
1369         (elf_backend_get_symbol_type): Define.
1370         (elf_backend_can_gc_sections): Define.
1371         (elf_backend_want_got_plt): Define.
1372         (elf_backend_plt_alignment): Set to 2.
1373         (elf_backend_plt_readonly): Define.
1374         (elf_backend_want_plt_sym): Define.
1375         (elf_backend_got_header_size): Reserve one entry.
1377         * elf32-hppa.h (elf32_hppa_build_stubs): Don't pass stub bfd.
1378         (elf32_hppa_size_stubs): Pass in multi_subspace.
1379         (elf32_hppa_set_gp): Declare.
1381         * section.c (SEC_HAS_GOT_REF): Define new flag for asection.
1382         (bfd_get_unique_section_name): New function.
1383         * bfd_in2.h: Regenerate.
1385         * elf64-hppa.c (elf64_hppa_check_relocs): Handle R_PARISC_PCREL12F.
1386         (elf64_hppa_size_dynamic_sections): Remove the FIXME at bfd_zalloc
1387         comment.
1389         From  David Huggins-Daines  <dhd@linuxcare.com>
1390         * elf64-hppa.c (elf64_hppa_check_relocs): Fix a warning.
1391         (elf64_hppa_mark_exported_functions): Set dyn_h->st_shndx.
1392         (elf64_hppa_link_output_symbol_hook): Test dyn_h->st_shndx has
1393         been updated in finish_dynamic_symbol before modifying function
1394         symbol.
1396         * elf-hppa.h (elf_hppa_howto_table): Restructure into groups of
1397         eight entries.  Replace NULL with bfd_elf_generic_reloc.  Add
1398         R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT and R_PARISC_PCREL12F.
1399         (_bfd_elf_hppa_gen_reloc_type): Handle R_PARISC_GNU_VT*.  Add some
1400         comments.  Handle format == 12 for R_HPPA_PCREL_CALL.
1401         (elf_hppa_final_link_relocate): Handle R_PARISC_PCREL12F.
1402         (elf_hppa_relocate_insn): Likewise.  Reformat some comments.
1403         (elf_hppa_final_write_processing): Expose it for ARCH_SIZE == 32.
1405         From David Huggins-Daines  <dhd@linuxcare.com>
1406         * elf-hppa.h (elf_hppa_is_local_label_name): Accept the SysV/ELF
1407         style of local labels as well.
1409 2000-09-03  Philip Blundell  <philb@gnu.org>
1411         * elf32-arm.h (elf32_arm_relocate_section): Don't try to relocate
1412         references to undefined symbols in debugging sections.
1414 2000-09-02  H.J. Lu  <hjl@gnu.org>
1416         * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
1417         BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE,
1418         BFD_RELOC_SH_GOTPC): Move them from the MIPS section to the SH
1419         section.
1421 2000-09-02  Jason Eckhardt  <jle@cygnus.com>
1423         * elf32-i860.c (bfd_elf32_bfd_is_local_label_name): Define macro.
1424         (elf32_i860_is_local_label_name): New function and prototype.
1426 2000-09-02  Nick Clifton  <nickc@redhat.com>
1428         * configure.in: Increase version number to 2.10.91.
1429         * configure: Regenerate.
1430         * aclocal.m4: Regenerate.
1431         * config.in: Regenerate.
1432         * po/bfd.pot: Regenerate.
1434 2000-09-02  Daniel Berlin <dberlin@redhat.com>
1436         * elf.c (_bfd_elf_make_section_from_shdr): Add
1437         .gnu.linkobce.wi. to the list of debug section names.
1439 2000-09-02  Nick Clifton  <nickc@redhat.com>
1441         * dwarf2.c (find_debug_info): New function: Locate a section
1442         containing dwarf2 debug information.
1443         (bfd_dwarf2_find_nearest_line): Find all sections containing
1444         debug information and include them in the stash.
1446 2000-09-01  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
1448         * elf32-sh.c (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
1449         R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New.
1450         (sh_reloc_map): Add new relocs.
1451         (sh_elf_check_relocs, sh_elf_link_hash_newfunc,
1452         sh_elf_link_hash_table_create, sh_elf_adjust_dynamic_symbol,
1453         sh_elf_size_dynamic_sections, sh_elf_finish_dynamic_symbol,
1454         sh_elf_finishe_dynamic_sections, sh_elf_discard_copies): New
1455         functions.
1456         (ELF_DYNAMIC_INTERPRETER, PLT_ENTRY_SIZE): Define.
1457         (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
1458         elf_sh_plt_entry_be, elf_sh_plt_entry_le,
1459         elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
1460         New array constants.
1461         (elf_sh_plt0_entry, elf_sh_plt_entry, elf_sh_pic_plt_entry):
1462         New variables.
1463         (elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
1464         elf_sh_plt0_linker_offset, elf_sh_plt0_gotid_offset,
1465         elf_sh_plt_temp_offset, elf_sh_plt_symbol_offset,
1466         elf_sh_plt_reloc_offset): Define.
1467         (elf_sh_pcrel_relocs_copied, elf_sh_link_hash_entry,
1468         elf_sh_link_hash_table): New structs.
1469         (sh_elf_link_hash_traverse, sh_elf_hash_table): New macros.
1470         (sh_elf_relocate_section, sh_elf_check_relocs): Handle new
1471         relocation types.
1472         (elf_backend_create_dynamic_sections,
1473         bfd_elf32_bfd_link_hash_table_create,
1474         elf_backend_adjust_dynamic_symbol,
1475         elf_backend_size_dynamic_sections,
1476         elf_backend_finish_dynamic_symbol,
1477         elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
1478         elf_backend_plt_readonly, elf_backend_want_plt_sym,
1479         elf_backend_got_header_size, elf_backend_plt_header_size):
1480         Define.
1481         * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
1482         BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE, BFD_RELOC_SH_GOTPC):
1483         New relocs.
1484         * bfd-in2.h, libbfd.h: Rebuilt.
1486 2000-09-01  Alan Modra  <alan@linuxcare.com.au>
1488         * elf32-i386.c (elf_i386_finish_dynamic_symbol): Revert 2000-08-27
1489         change.
1491 2000-08-31  J"orn Rennecke <amylaar@cygnus.co.uk>
1493         * elf32-sh.c (sh_elf_merge_private_data): If ibfd's elf header flags
1494         not initialized, set them to indicate the SH1 instruction set.
1496 2000-08-31  Alexandre Oliva  <aoliva@redhat.com>
1498         * acinclude.m4: Include libtool and gettext macros from the
1499         top level.
1500         * aclocal.m4, configure: Rebuilt.
1502 2000-08-29  Michael Snyder  <msnyder@seadog.cygnus.com>
1504         * elf.c: Eliminate references to __sparcv9 macro; replace with
1505         autoconf variables HAVE_PSINFO32_T etc.
1506         * configure.in: Auto-configure HAVE_PSINFO_32_T, HAVE_PRPSINFO32_T,
1507         HAVE_PSTATUS32_T, HAVE_PRSTATUS32_T, HAVE_PRSTATUS32_T_PR_WHO.
1508         * config.in: Ditto.
1509         * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE) define _SYSCALL32 so it can
1510         detect the above typedefs.  (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Ditto.
1511         * aclocal.m4: Ditto.
1512         * configure: Regenerate.
1514 2000-08-27  Alan Modra  <alan@linuxcare.com.au>
1516         * elf32-i386.c (elf_i386_check_relocs): Keep info on relocs copied
1517         for any shared link, not just shared -Bsymbolic.
1518         (elf_i386_size_dynamic_sections): Call elf_i386_discard_copies on
1519         any shared link, and pass link info to it.
1520         (elf_i386_size_dynamic_sections): Update comment.
1521         (elf_i386_discard_copies): Modify to discard relocs for symbols
1522         that have been forced local.
1523         (elf_i386_finish_dynamic_symbol): Don't copy relocs for symbols
1524         that have been forced local.
1526 2000-08-24  Denis Chertykov  <denisc@overta.ru> & Nick Clifton  <nickc@redhat.com>
1528         * elflink.h (elf_link_add_object_symbols): Allow common
1529         symbols to have an alignment of 1 if explicitly requested, and
1530         not overridden by other definitions.
1532 2000-08-22  Doug Kwan <dkwan@transmeta.com>
1534         * coff-w65.c (CREATE_LITTLE_COFF_TARGET): Fix typo.
1535         * coffcode.h (coff_set_flags): Add detection of w65 architecture.
1537 2000-08-22  H.J. Lu  <hjl@gnu.org>
1539         * elf-bfd.h (elf_link_hash_table): Add runpath.
1541         * bfd-in.h (bfd_elf_get_runpath_list): New prototype.
1542         * bfd-in2.h: Rebuilt.
1544         * elf.c (_bfd_elf_link_hash_table_init): Initialize the
1545         "runpath" field to NULL.
1546         (bfd_elf_get_runpath_list): New function.
1548         * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and
1549         DT_RUNPATH entries.
1551 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
1553         * elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W,
1554         R_SH_DIR8WPN, R_SH_DIR8WPZ, R_SH_DIR8WPL]: Handle them
1555         explicitly.  Improve validation of r_type.
1557 2000-08-21  H.J. Lu  <hjl@gnu.org>
1559         * elf32-i386.c (elf_i386_size_dynamic_sections): Zero out the
1560         dynamic allocated content space.  Add a comment to remind us that
1561         one day this ought to be fixed.
1562         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
1563         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
1564         * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
1566 2000-08-21  Jason Eckhardt  <jle@cygnus.com>
1568         * elf32-i860.c (elf32_i860_relocate_pc16): Just write the immediate
1569         field with the newly relocated value instead of adding it to the
1570         existing immediate field.
1571         (elf32_i860_relocate_splitn): Likewise.
1572         (elf32_i860_relocate_highadj): Likewise.
1574 2000-08-16  Jason Eckhardt  <jle@cygnus.com>
1576         * elf32-i860.c (elf32_i860_relocate_pc16): Implemented function (it
1577         was previously just a stub).
1579 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
1581         * elflink.c (_bfd_elf_create_got_section): Don't abort().
1582         Formatting fixes.
1583         (_bfd_elf_create_dynamic_sections): Likewise.
1585 2000-08-16  Andrew Macleod  <amacleod@cygnus.com>
1587         * elf64-sparc.c (sparc64_elf_relocate_section): Set relocation address
1588         for undefined symbols to be the beginning of the section.
1590         * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Don't allocate
1591         four extra entries at the beginning of the .rela.plt section.
1592         (sparc64_elf_finish_dynamic_symbol): Adjust the offset in the .rela.plt
1593         section to account for the four reserved entries in the .plt section.
1595 2000-08-15  Geoffrey Keating  <geoffk@cygnus.com>
1597         * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Add ori r0,r0,0
1598         to the list of NOPs we recognize after a branch-and-link.
1599         Use the ori NOP when one is needed.
1601         * coff-rs6000.c (_bfd_xcoff_slurp_armap): Finish implementation
1602         for large archives.
1604 2000-08-14  Jim Wilson  <wilson@cygnus.com>
1606         * elf64-ia64.c (elf64_ia64_merge_private_bfd_data): Handle
1607         EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP, and EF_IA_64_NOFUNCDESC_CONS_GP.
1608         (elf64_ia64_print_private_bfd_data): Likewise.  Also handle
1609         EF_IA_64_ABSOLUTE.
1611 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
1613         * elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
1615 2000-08-10  Jason Eckhardt  <jle@cygnus.com>
1617         * elf32-i860.c (elf32_i860_relocate_section): New function.
1618         (i860_final_link_relocate): New function.
1619         (elf32_i860_relocate_splitn): New function.
1620         (elf32_i860_relocate_pc16): New function.
1621         (elf32_i860_relocate_highadj): New function.
1622         (elf32_i860_howto): Minor adjustments to some relocations.
1623         (elf_info_to_howto_rel): Define.
1624         (elf_backend_relocate_section): Define.
1626 2000-08-10  Nick Clifton  <nickc@cygnus.com>
1628         * elf32-arm.h: Fix formatting.
1630 2000-08-10  Bernd Schmidt  <bernds@cygnus.co.uk>
1632         * elf32-sh.c (sh_elf_reloc_loop): Make LAST_SYMBOL_SECTION static.
1634 2000-08-08  Jason Eckhardt  <jle@cygnus.com>
1636         * elf32-i860.c (elf32_i860_howto_table): Updated some fields.
1638 2000-08-07  Kazu Hirata  <kazu@hxi.com>
1640         * ieee.c (ieee_write_debug_part): Rewrite a comment.
1641         * elf64-ia64.c: Fix a typo.
1643 2000-08-05  Jason Eckhardt  <jle@cygnus.com>
1645         * elf32-i860 (elf32_i860_howto_table): New structure.
1646         (lookup_howto): New function.
1647         (elf32_i860_reloc_type_lookup): New function.
1648         (elf32_i860_info_to_howto_rela): New function.
1649         (elf_code_to_howto_index): New structure.
1650         (elf_info_to_howto): Re-define as elf32_i860_info_to_howto_rela.
1651         (bfd_elf32_bfd_reloc_type_lookup): Re-define as
1652         elf32_i860_reloc_type_lookup.
1654 2000-08-04  Rodney Brown  <RodneyBrown@pmsc.com>
1656         * som.c (struct fixup_format): Constify `format'.
1657         (som_hppa_howto_table): Use SOM_HOWTO macro.
1658         (try_prev_fixup, hppa_som_reloc): Decorate unused parameter.
1659         (som_bfd_reloc_type_lookup): Likewise.
1660         (compare_subspaces): Remove unused `count1', `count2'.
1661         (som_begin_writing): Remove unused `total_reloc_size'.
1662         (som_bfd_derive_misc_symbol_info): Decorate unused parameter.
1663         (som_print_symbol, som_bfd_is_local_label_name): Likewise.
1664         (som_set_reloc_info): Constify `cp'. Remove unused `addend'.
1665         (som_find_nearest_line): Decorate unused parameter(s).
1666         (som_sizeof_headers, som_get_symbol_info, som_write_armap): Likewise.
1667         (som_bfd_link_split_section): Likewise.
1669 2000-08-03  Nick Clifton  <nickc@cygnus.com>
1671         * section.c: Restore backed out code.
1672         * elf.c: Restore backed out code.
1673         (copy_private_bfd_data): Fix bug preventing stipped dynamic
1674         binaries from working.
1675         * bfd-in2.h: Regenerate.
1677 2000-08-03  H.J. Lu  <hjl@gnu.org>
1679         * section.c: Back out the change made by Nick Clifton
1680         <nickc@cygnus.com> on 2000-07-31. It breaks stripping dynamic
1681         binaries.
1682         * bfd-in2.h: Likewise.
1683         * elf.c: Likewise.
1685 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
1687         * elf32-sh.c (sh_elf_reloc_loop): Warning removal.
1689 2000-07-31  Jason Eckhardt  <jle@cygnus.com>
1691         * reloc.c (BFD_RELOC_860_*): New bfd relocs for i860.
1692         * bfd-in2.h, libbfd.h: Regenerate.
1694 2000-07-31  Nick Clifton  <nickc@cygnus.com>
1696         * section.c (struct sec): Add new boolean field 'segment_mark'.
1697         (STD_SECTION): Initialise new field to zero.
1699         * bfd-in2.h: Regenerate.
1701         * elf.c (copy_private_bfd_data): Reorganise section to segment
1702         mapping to cope with moved sections requiring new segments,
1703         and overlapping segments.
1704         (SEGMENT_END): New macro: Return the end address of a segment.
1705         (IS_CONTAINED_BY_VMA): New macro: Determine if a segment
1706         contains a section by comparing their VMA addresses.
1707         (IS_CONTAINED_BY_LMA): New macro: Determine if a segment
1708         contains a section by comparing their LMA addresses.
1709         (INCLUDE_SECTION_IN_SEGMENT): New macro: Determine if a
1710         section should be included in a segment.
1711         (SEGMENT_AFTER_SEGMENT): New macro: Determine if one segment
1712         follows another in memory.
1713         (SEGMENT_OVERLAPS_SEGMENT): New macro: Determine if two
1714         segments overlap.
1716 2000-07-22  Jason Eckhardt  <jle@cygnus.com>
1718         * cpu-i860.c: Added comments.
1720         * elf32-i860.c (TARGET_LITTLE_SYM): Defined to
1721         bfd_elf32_i860_little_vec.
1722         (TARGET_LITTLE_NAME): Defined to "elf32-i860-little".
1723         (ELF_MAXPAGESIZE): Changed to 4096.
1725         * targets.c (bfd_elf32_i860_little_vec): Declaration of
1726         new target.
1727         (bfd_target_vector): Added bfd_elf32_i860_little_vec.
1729         * config.bfd (i860-stardent-sysv4*, i860-stardent-elf*): Added
1730         config for little endian elf32 i860.
1731         (targ_defvec): Define for the new config above
1732         as "bfd_elf32_i860_little_vec".
1733         (targ_selvecs): Define for the new config above
1734         as "bfd_elf32_i860_vec bfd_elf32_i860_little_vec"
1736         * configure.in (bfd_elf32_i860_little_vec): Added recognition
1737         of new target vec.
1739         * configure: Regenerated.
1741 2000-07-27  H.J. Lu  <hjl@gnu.org>
1743         * elflink.h (elf_merge_symbol): Take one more argument,
1744         dt_needed, to indicate if the symbol comes from a DT_NEEDED
1745         entry. Don't overide the existing weak definition if dt_needed
1746         is true.
1747         (elf_link_add_object_symbols): Pass dt_needed to
1748         elf_merge_symbol ().
1750 2000-07-27  Nick Clifton  <nickc@cygnus.com>
1752         * elflink.h (elf_link_size_reloc_section): Zeroes the section's
1753         allocated contents.
1755 2000-07-25  Geoffrey Keating  <geoffk@cygnus.com>
1757         * configure.host (*-*-aix*): AIX has 'long long' always.
1759         * coff-rs6000.c (xcoff_write_one_armap_big): New procedure.
1760         (xcoff_write_armap_big): Write both 32-bit and 64-bit armaps.
1761         (xcoff_write_archive_contents_big): Don't update the offset
1762         of the symbol table, xcoff_write_armap will do it.
1764 2000-07-23  Ulf Carlsson  <ulfc@engr.sgi.com>
1766         * elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead
1767         of dynobj for SGI_COMPAT checks.
1769 2000-07-21  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1771         * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): New function.
1772         * bfd-in.h (bfd_m68k_coff_create_embedded_relocs): Add declaration.
1773         * bfd-in2.h: Regenerate.
1775 2000-07-21  Nick Clifton  <nickc@cygnus.com>
1777         * elf32-mips.c (_bfd_mips_elf_check_relocs): Detect out of
1778         range symbol indices in relocs and issue an error message.
1780 2000-07-20  H.J. Lu  <hjl@gnu.org>
1782         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't check
1783         info->new_dtags when setting DT_FLAGS_1. It will only be set
1784         by the new linker options. It shouldn't break anything.
1786 2000-07-20  H.J. Lu  <hjl@gnu.org>
1788         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set DT_FLAGS_1
1789         only if info->new_dtags is true.
1791 2000-07-20  H.J. Lu  <hjl@gnu.org>
1793         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set
1794         DT_RUNPATH and DT_FLAGS only if info->new_dtags is true.
1796 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
1798         * Makefile.am (ALL_MACHINES): Add cpu-cris.lo.
1799         (ALL_MACHINES_CFILES): Add cpu-cris.c.
1800         (BFD32_BACKENDS): Add aout-cris.lo and elf32-cris.lo.
1801         (BFD32_BACKENDS_CFILES): Add aout-cris.c and elf32-cris.c.
1802         (cpu-cris.lo, aout-cris.lo, elf32-cris.lo): New rules.
1803         * Makefile.in: Rebuild.
1804         * aclocal.m4: Rebuild.
1805         * aoutx.h (NAME(aout,machine_type)): Add case for bfd_arch_cris.
1806         * archures.c (enum bfd_architecture): Add bfd_arch_cris.
1807         (bfd_cris_arch): Declare.
1808         (bfd_archures_list): Add bfd_cris_arch.
1809         * bfd-in2.h: Rebuild.
1810         * config.bfd: (cris-*-*): New target.
1811         * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vectors.
1812         * configure: Rebuild.
1813         * elf.c (prep_headers): Add bfd_arch_cris.
1814         * libbfd.h: Rebuild.
1815         * libaout.h (enum machine_type): Add M_CRIS.
1816         * reloc.c: Add CRIS relocations.
1817         * targets.c (bfd_elf32_cris_vec, cris_aout_vec): Declare.
1818         (bfd_target_vect): Add bfd_elf32_cris_vec and cris_aout_vec.
1819         * cpu-cris.c, aout-cris.c, elf32-cris.c: New files.
1820         * po/POTFILES.in, po/bfd.pot: Regenerate.
1822 2000-07-19  H.J. Lu  <hjl@gnu.org>
1824         * elf32-arm.h (elf32_arm_size_dynamic_sections): Also set
1825         DF_TEXTREL if DT_TEXTREL is set.
1826         * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
1827         * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
1828         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
1829         * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Likewise.
1830         * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
1831         * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
1832         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
1833         * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
1834         * elf64-ia64.c (elf64_ia64_size_dynamic_sections): Likewise.
1835         * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
1837         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also
1838         set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if
1839         DT_RPATH is set.
1840         Set the DT_FLAGS and DT_FLAGS_1 entries if necessary.
1842 2000-07-19  H.J. Lu  <hjl@gnu.org>
1844         * bfd-in.h (bfd_elf_set_dt_needed_soname): New.
1845         * bfd-in2.h: Rebuild.
1847         * elf-bfd.h (elf_obj_tdata): Add dt_soname.
1848         (elf_dt_soname): New.
1850         * elf.c (bfd_elf_set_dt_needed_soname): New.
1852         * elflink.h (elf_link_add_object_symbols): Add the DT_NEEDED
1853         entry if the shared object loaded by DT_NEEDED is used to
1854         resolve the reference in a regular object.
1856 2000-07-19  H.J. Lu  <hjl@gnu.org>
1858         * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_CONFIG,
1859         DT_DEPAUDIT and DT_AUDIT as strings.
1861 2000-07-19  Nick Clifton  <nickc@cygnus.com>
1863         * format.c: Fix formatting.
1865 2000-07-19  H.J. Lu  <hjl@gnu.org>
1867         * elf.c (_bfd_elf_print_private_bfd_data): Fix DT_CHECKSUM.
1869 2000-07-19  H.J. Lu  <hjl@gnu.org>
1871         * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_BIND_NOW,
1872         DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
1873         DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
1874         DT_PLTPADSZ, DT_MOVEENT, DT_MOVESZ, DT_FEATURE, DT_POSFLAG_1,
1875         DT_SYMINSZ, DT_SYMINENT, DT_CONFIG, DT_DEPAUDIT, DT_AUDIT,
1876         DT_PLTPAD, DT_MOVETAB, DT_SYMINFO, DT_RELACOUNT, DT_RELCOUNT,
1877         DT_FLAGS_1, DT_USED and DT_CHECKSUM.
1879 2000-07-18  Andrew Cagney  <cagney@b1.cygnus.com>
1881         * elf.c (bfd_elf_get_sign_extend_vma, bfd_elf_get_arch_size): Move
1882         renamed functions from here...
1883         (assign_section_numbers): Use renamed functions.
1884         (prep_headers): Use renamed functions.
1886         * bfd.c (bfd_get_sign_extend_vma, bfd_get_arch_size): ...To here.
1887         * bfd-in.h (bfd_get_sign_extend_vma, bfd_get_arch_size): Update.
1888         * bfd-in2.h: Regenerate.
1890 2000-07-18  Ulf Carlsson  <ulfc@engr.sgi.com>
1892         * elf32-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Add
1893         parenthesis in if statement.
1895 2000-07-17  Koundinya K  <kk@ddeorg.soft.net>
1897         Enable the support for Traditional MIPS.
1898         * elf32-mips.c (IRIX_COMPAT): Recognize bfd_elf32_tradbigmips_vecand
1899         return ict_none appropriately for traditional mips targets.
1900         (STUB_LW): Change 0x8f998000 to 0x8f998010 for traditional mips.
1901         (STUB_MOVE): Conditionalize for traditonal mips.
1902         (STUB_LI16): Likewise.
1903         (_bfd_mips_elf_modify_segment_map): Conditionalize to avoid making
1904         room for RTPROC header.
1905         (_bfd_mips_elf_modify_segment_map): For a normal mips executable set
1906         the permission for the PT_DYNAMIC as read, write and execute.
1907         (mips_elf_calculate_relocation): Check for the symbol _DYNAMIC_LINKING
1908         for traditonal mips.
1909         (_bfd_mips_elf_create_dynamic_sections): Add the symbol
1910         _DYNAMIC_LINKING for traditonal mips.
1911         (_bfd_mips_elf_create_dynamic_sections): Add the symbol __RLD_MAP
1912         in case of traditonal mips.
1913         (_bfd_mips_elf_adjust_dynamic_symbol): Create a stub only if a PLT
1914         entry is required. For a function if PLT is not required then set the
1915         corresponding hash table entry to 0.
1916         (_bfd_mips_elf_size_dynamic_sections): Add DT_DEBUG entry for
1917         traditonal mips.
1918         (_bfd_mips_elf_finish_dynamic_symbol): for a undefined symbol in a
1919         shared object set the value to 0.
1920         (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol
1921         _DYNAMIC_LINKING for traditonal mips.
1922         (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol __RLD_MAP
1923         for traditonal mips.
1925 2000-07-15  H.J. Lu  <hjl@gnu.org>
1927         * aoutx.h (translate_to_native_sym_flags): Handle BSF_LOCAL.
1929 2000-07-12  Charles Wilson  <cwilson@ece.gatech.edu>
1931         * libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing
1932         out a structure that is BFD_IN_MEMORY.
1934 2000-07-11  Alan Modra  <alan@linuxcare.com.au>
1936         * elf64-hppa.c (get_dyn_name): Pass in section pointer instead of
1937         bfd pointer.  Print section id instead of bfd pointer for local
1938         syms.  Prefix addend with `+' for global syms as well as local.
1939         Correct calculation of name component lengths.
1940         (elf64_hppa_check_relocs): Update call to get_dyn_name.
1942         From David Huggins-Daines  <dhd@linuxcare.com>
1943         * elf-hppa.h (elf_hppa_relocate_section): Update calls here too.
1944         * elf64-hppa.c (elf64_hppa_check_relocs): Fix some warnings.
1945         (elf64_hppa_modify_segment_map): Likewise.
1947 2000-07-11  Andrew Cagney  <cagney@b1.cygnus.com>
1949         * elf.c (bfd_elf_get_sign_extend_vma): Return tendency of VMA
1950         addresses to be "naturally" sign extended.  Return -1 if unknown.
1951         * bfd-in.h (bfd_elf_get_sign_extend_vma): Add declaration.
1952         * bfd-in2.h: Regenerate.
1954 2000-07-11  Andrew Cagney  <cagney@b1.cygnus.com>
1956         * ecoffswap.h (ecoff_get_off, ecoff_put_off): Add ECOFF_SIGNED_32
1957         and ECOF_SIGNED_64 to list ways to extract an offset.
1958         (ecoff_swap_fdr_in, ecoff_swap_fdr_out, ecoff_swap_pdr_in,
1959         ecoff_swap_pdr_out, ecoff_swap_ext_in, ecoff_swap_ext_out):
1960         Update.
1961         * elf64-mips.c (ECOFF_SIGNED_64): Define instead of ECOFF_64.
1962         * elf32-mips.c (ECOFF_SIGNED_32): Define instead of ECOFF_32.
1964 2000-07-11  Andrew Cagney  <cagney@b1.cygnus.com>
1966         * elfcode.h (elf_object_p): Use bfd_set_start_address and not
1967         bfd_get_start_address.
1968         (elf_swap_ehdr_in): Sign extend e_entry when applicable.
1969         (elf_swap_ehdr_out): Ditto.
1971 2000-07-10  Alexander Aganichev  <AAganichev@hypercom.com>
1973         * archures.c (bfd_default_scan): Add set of bfd_mach_ cases for
1974         compatibility with older binutils.
1976 2000-07-10  Alan Modra  <alan@linuxcare.com.au>
1978         * section.c (bfd_make_section_anyway): Start section_id at 0x10.
1979         (STD_SECTION): Avoid negative ids, instead use 0 to 3.
1981         From Ryan Bradetich  <rbradetich@uswest.net>
1982         * dwarf1.c (parse_die): Cure signed/unsigned char warnings.
1983         (parse_line_table): Ditto.
1984         (_bfd_dwarf1_find_nearest_line): Ditto.
1985         * syms.c (cmpindexentry): Remove extra `*' from params.
1987 2000-07-09  Koundinya K  <kk@ddeorg.soft.net>
1989         * elf32-mips.c (sort_dynamic_relocs): New Function.
1990         (_bfd_mips_elf_finish_dynamic_sections): Call sort_dynamic_relocs
1991         via qsort to sort the dynamic relocations in increasing r_symndx
1992         value.
1994 2000-07-09  Alan Modra  <alan@linuxcare.com.au>
1996         * elf64-hppa.c (elf64_hppa_dyn_hash_table_init): Add
1997         ATTRIBUTE_UNUSED to unused args.
1998         (get_opd): Likewise.
1999         (get_plt): Likewise.
2000         (get_dlt): Likewise.
2001         (get_stub): Likewise.
2002         (elf64_hppa_adjust_dynamic_symbol): Likewise.
2003         (elf64_hppa_link_output_symbol_hook): Likewise.
2004         (elf64_hppa_check_relocs): Delete unused var.
2005         (elf64_hppa_size_dynamic_sections): Likewise.
2006         (elf64_hppa_finalize_opd): Likewise.
2007         (elf64_hppa_finalize_dynreloc): Likewise.
2008         (elf64_hppa_modify_segment_map): Likewise.
2009         (elf64_hppa_finish_dynamic_sections): Likewise.
2011         * elf-hppa.h (elf_hppa_final_write_processing): Add
2012         ATTRIBUTE_UNUSED to unused args.
2013         (elf_hppa_final_link_relocate): Likewise.
2014         (elf_hppa_record_segment_addrs): Add paretheses.
2015         (elf_hppa_relocate_section): Constify dyn_name.
2017         From  David Huggins-Daines  <dhd@linuxcare.com>
2018         * config.bfd: Add hppa*64*-*-linux-gnu 64-bit target, and
2019         rearrange case statement so that it gets preferred to 32-bit ones.
2021         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Use
2022         asection->id instead of address of asection structure.
2023         (elf32_hppa_size_stubs): Likewise.
2025         * elf32-hppa.c (elf32_hppa_size_stubs): Use just one stub section
2026         for .init* and .fini*.
2028         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Mask pointers
2029         and addends used in stub names to 32 bits.
2030         (elf32_hppa_size_stubs): Likewise.
2032         * elf-hppa.h (elf_hppa_final_link_relocate): Don't sum addend
2033         twice for R_PARISC_GPREL64.  Use bfd_put_32 for R_PARISC_PCREL32,
2034         not bfd_put_64.  Fix minor comment typo and formatting.
2036         Changes to create multiple linker stubs, positioned immediately
2037         before the section where they are required.
2038         * elf32-hppa.c: Don't include hppa_stubs.h.
2039         (elf32_hppa_stub_hash_entry): Add a pointer to the stub section.
2040         (elf32_hppa_stub_hash_table): Delete.
2041         (elf32_hppa_link_hash_entry): Delete.
2042         (elf32_hppa_link_hash_table): Use plain bfd_hash_table for
2043         stub_hash_table, and store the struct here rather than a pointer.
2044         Delete output_symbol_count.  Add offset array.  Change
2045         global_value to a bfd_vma.
2046         (elf32_hppa_stub_hash_lookup): Use table instead of table->root.
2047         (elf32_hppa_stub_hash_traverse): Delete.
2048         (elf32_hppa_name_of_stub): Delete.
2049         (elf32_hppa_link_hash_lookup): Delete.
2050         (elf32_hppa_link_hash_traverse): Delete.
2051         (elf32_hppa_stub_hash_table_init): Delete.
2052         (elf32_hppa_size_of_stub): Pass input section and offset rather
2053         than location and calculate location here.  Don't pass name as all
2054         stubs are now the same size.
2055         (elf32_hppa_stub_hash_newfunc): Init new fields.
2056         (elf32_hppa_link_hash_table_create): Likewise, and stub_hash_table
2057         too.
2058         (elf32_hppa_bfd_final_link_relocate): Cast enums to int before
2059         comparing against ints.  Rewrite stub handling code.
2060         (elf32_hppa_relocate_section): Make r_type and r_symndx unsigned.
2061         Case enums to int before comparing against ints.  Remove
2062         bfd_reloc_dangerous case.
2063         (elf32_hppa_build_one_stub): Rewrite.
2064         (elf32_hppa_size_one_stub): New function.
2065         (elf32_hppa_build_stubs): Rewrite.
2066         (elf32_hppa_size_stubs): Pass in linker call-back functions.
2067         Rewrite stub-handling specific code.
2069         * elf32-hppa.h (elf32_hppa_size_stubs): Update prototype.
2071         * elf64-hppa.c (elf64_hppa_dyn_hash_entry): Fix a comment typo.
2073         * hppa_stubs.h: Delete.
2074         * Makefile.am (SOURCE_HFILES): Remove hppa_stubs.h
2075         (elf32-hppa.lo): Remove hppa_stubs.h from dependencies.
2076         * Makefile.in: Regenerate.
2078         * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle e_nlsel and
2079         e_nlrsel.
2081         * libhppa.h (hppa_field_adjust): Correct e_nsel case.
2083         * elf32-hppa.c (elf32_hppa_relocate_section): Mention the offset
2084         and section name for bfd_reloc_notsupported error message.
2085         (elf32_hppa_bfd_final_link_relocate): Print reasons for returning
2086         bfd_reloc_notsupported.
2087         (elf32_hppa_relocate_section): Add ATTRIBUTE_UNUSED to output_bfd.
2089         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Handle
2090         undefined weak symbols for all relocs.
2091         (elf32_hppa_size_of_stub): Adjust calculation by 8 since branch
2092         offsets are relative to one past the delay slot.
2093         (elf32_hppa_size_stubs): Account for reloc addend when calculating
2094         branch destination.  Put addend into stub name too.
2095         (elf32_hppa_bfd_final_link_relocate): Account for reloc addend and
2096         adjust by 8 when deciding whether a linker stub is needed.  Put
2097         addend into stub name as for above.
2099         * elf32-hppa.c (hppa_elf_relocate_insn): Change signed/unsigned on
2100         various args and vars.
2101         (elf32_hppa_bfd_final_link_relocate): Here too.
2102         (elf32_hppa_size_stubs): Rename index -> indx.  Use e_indx for
2103         inner block var to avoid shadowing.
2105         * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type):  Make `field' arg
2106         unsigned.
2107         * elf64-hppa.h (_bfd_elf64_hppa_gen_reloc_type): Ditto.
2108         * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Ditto.
2109         (elf_hppa_fake_sections): Rename local var to avoid shadowing.
2111         * libhppa.h: Change practically all unsigned ints to plain ints.
2112         Remove tests on gcc version.  Instead use ATTRIBUTE_UNUSED for
2113         prototypes.
2115         From Ryan Bradetich  <rbradetich@uswest.net>
2116         * libhppa.h (hppa_opcode_type): New enum to replace #define's.
2117         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Modify to
2118         suit above.
2119         From  David Huggins-Daines  <dhd@linuxcare.com>
2120         * elf-hppa.h (elf_hppa_relocate_insn): Update the opcode constants
2121         to the new OP_* ones.
2123         * elf32-hppa.c (elf32_hppa_size_stubs): Consolidate freeing on
2124         error exit.  Bail out earlier on plabel relocs that we aren't
2125         interested in.  Don't tell elf32_hppa_stub_hash_lookup to copy
2126         string, and then don't free our copy.
2127         (elf32_hppa_build_one_stub): Make insn unsigned int.
2129         * libhppa.h (bfd_hppa_insn2fmt): 22 bit branches are only
2130         available with BL, not BE and BLE.
2132         * elf32-hppa.c (hppa_elf_relocate_insn): Add some more example
2133         code for elf arg relocs.
2134         (elf32_hppa_bfd_final_link_relocate): Replace boolean is_local
2135         argument with elf_link_hash_entry h.  Handle undefined weak
2136         symbols.  Move $global$ lookup from here...
2137         (elf32_hppa_relocate_section): ...to here.  Return correct error
2138         message for non-handled relocs.
2139         (elf32_hppa_size_of_stub): Correctly test branch range.  Previous
2140         wrong test was -0x3ffff to +0x40000.
2142         * elf-hppa.h (elf_hppa_final_link_relocate): R_PARISC_DIR17R,
2143         R_PARISC_DIR17F, and R_PARISC_DIR21L are for absolute branches;
2144         Handle them as such.
2145         (elf_hppa_relocate_insn): Fix a typo.
2147         * libhppa.h (GET_FIELD, GET_BIT, MASK, CATENATE, ELEVEN): Delete.
2148         (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
2149         assemble_17, assemble_21): Delete.
2150         Supply defines for all 64 possible opcodes.
2151         (bfd_hppa_insn2fmt): Add bfd argument, and use to select wide mode
2152         formats.  Handle COMICLR.
2153         (hppa_rebuild_insn): Delete bfd argument.  Handle formats 10, -11,
2154         -10, -16, 16, 22.
2156         * elf32-hppa.c (hppa_elf_relocate_insn): Complete rewrite.
2157         (elf32_hppa_bfd_final_link_relocate): Major rewrite.
2158         (elf32_hppa_build_one_stub): Modify hppa_elf_relocate_insn calls
2159         to suit.
2160         (elf32_hppa_size_stubs): Don't free stub_name twice.  Read in all
2161         the local syms - did this code get deleted accidentally?  Ignore
2162         undefined and undefweak syms.
2164         * elf-hppa.h (elf_hppa_final_link): Move hppa_info to outermost
2165         block.  Use it instead of elf64_hppa_hash_table (info).
2166         (elf_hppa_final_link_relocate): Use hppa_info instead of
2167         elf64_hppa_hash_table (info).
2169         * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
2170         re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
2171         (hppa_rebuild_insn): Mask immediate bits here instead.
2172         * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
2174 2000-07-08  Alan Modra  <alan@linuxcare.com.au>
2176         * section.c (struct sec): Add id field.  Tidy comment formatting.
2177         (bfd_make_section_anyway): Set id.
2178         (STD_SECTION): Init id too.
2179         Change CONST to const throughout.
2180         * archures.c (bfd_arch_info): Tidy comment.
2181         (bfd_arch_list): Change a CONST to const.
2182         * libbfd-in.h: Tidy comments and replace CONST with const.
2183         * elf-bfd.h: Likewise.
2184         * libbfd.h: Regenerate.
2185         * bfd-in2.h: Regenerate.
2186         * libcoff.h: Regenerate.
2188 2000-07-07  DJ Delorie  <dj@redhat.com>
2190         * archive.c (_bfd_write_archive_contents): Add an informative
2191         comment.
2193 2000-07-06  Kazu Hirata  <kazu@hxi.com>
2195         * srec.c: Fix formatting.
2197 2000-06-05  DJ Delorie  <dj@redhat.com>
2199         * MAINTAINERS: new
2201 2000-07-04  Alexandre Oliva  <aoliva@redhat.com>
2203         * coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
2204         value of PC-relative offsets.
2206 2000-07-03  Jim Wilson  <wilson@cygnus.com>
2208         * elf64-alpha.c (alpha_elf_size_info): New.
2209         (elf_backend_size_info): Define to alpha_elf_size_info.
2210         * elfcode.h (elf_size_info): Change hash bucket size to 4.
2212 2000-07-03  Ulf Carlsson  <ulfc@engr.sgi.com>
2214         * elf32-mips.c: Include elf32-target.h again for the traditional
2215         MIPS targets.
2217 2000-07-03  Marek Michalkiewicz  <marekm@linux.org.pl>
2219         * elf32-avr.c (bfd_elf32_bfd_reloc_type_lookup):
2220         Add ATTRIBUTE_UNUSED to unused arguments to avoid warnings.
2221         (avr_info_to_howto_rela): Likewise.
2222         (elf32_avr_gc_mark_hook): Likewise.
2223         (elf32_avr_gc_sweep_hook): Likewise.
2224         (elf32_avr_relocate_section): Likewise.
2226 2000-07-03  Mark Elbrecht  <snowball3@bigfoot.com>
2228         * cofflink.c (_bfd_coff_write_global_sym): Turn a weak symbol into
2229         an external symbol for a non-shared, non-relocatable link.
2231 2000-07-03  Nick Clifton  <nickc@redhat.com>
2233         * cofflink.c (IS_EXTERNAL): New macro: Return true if the symbol
2234         is an external symbol.
2235         (IS_WEAK_EXTERNAL): New macro: Return true if the symbol is a weak
2236         external symbol.
2238 2000-07-03  Kazu Hirata  <kazu@hxi.com>
2240         * reloc16.c: Fix formatting.
2242 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
2244         * config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4*
2245         to add a new target for traditional mips i.e
2246         bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec.
2247         * configure.in: Likewise.
2248         * configure: Rebuild.
2249         * targets.c (bfd_elf32_tradbigmips_vec): Declare and put in
2250         bfd_target_vector.
2251         (bfd_elf32_tradlittlemips_vec): Likewise.
2252         * elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test
2253         to see that elfNN_bed does not get redefined even if the target file
2254         is included twice for a chip. See elf32-mips.c.
2256 2000-07-01  Alan Modra  <alan@linuxcare.com.au>
2258         * Makefile.am (DEP): Fix 2000-06-22.  grep after running dep.sed
2259         (CLEANFILES): Add DEPA.
2260         * Makefile.in: Regenerate.
2262 2000-06-30  DJ Delorie  <dj@cygnus.com>
2264         * peicode.h (coff_swap_filehdr_in): can't use e_magic because we
2265         can't assume the PE header is at 0x80.
2267 2000-06-29  Mark Elbrecht  <snowball3@bigfoot.com>
2269         * syms.c (_bfd_stab_section_find_nearest_line): Use IS_ABSOLUTE_PATH.
2271 2000-06-28  Mark Elbrecht  <snowball3@bigfoot.com>
2273         * go32stub.h: Update stub.
2275 2000-06-26  Marek Michalkiewicz  <marekm@linux.org.pl>
2277         * archures.c (bfd_mach_avr5): Define.
2278         * bfd-in2.h (bfd_mach_avr5): Define.
2279         * cpu-avr.c (arch_info_struct): Rename bfd_mach_avr4 to
2280         bfd_mach_avr5, add bfd_mach_avr4.  Update comments.
2281         (compatible): Update comment.  Add missing test.
2282         * elf32-avr.c (avr_final_link_relocate): Support 8K wrap
2283         for avr2 and avr4.  Simplify 8K wrap code.
2284         (bfd_elf_avr_final_write_processing): Recognize bfd_mach_avr5.
2285         (elf32_avr_object_p): Recognize E_AVR_MACH_AVR5.
2287 2000-06-26  Kazu Hirata  <kazu@hxi.com>
2289         * coff-h8300.c: Fix formatting.
2290         * cpu-h8300.c: Likewise.
2292 2000-06-24  Alexandre Oliva  <aoliva@redhat.com>
2294         * elf32-arm.h (elf32_arm_final_link_relocate): Print `(local)'
2295         for local symbols whose names are unknown.
2297 2000-06-22  Alan Modra  <alan@linuxcare.com.au>
2299         * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2300         find one.
2301         * Makefile.in: Regenerate.
2302         * doc/Makefile.in: Regenerate.
2304 2000-06-20  H.J. Lu  <hjl@gnu.org>
2306         * Makefile.am: Rebuild dependency.
2307         * Makefile.in: Rebuild.
2309 2000-06-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2311         * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): New function.
2312         (elf_backend_copy_indirect_symbol): Map to the new function.
2314 2000-06-20  Alan Modra  <alan@linuxcare.com.au>
2316         * archive.c (normalize): Correct pointer comparison when checking
2317         for backslashes.
2318         (bfd_bsd_truncate_arname): Likewise.
2319         (bfd_gnu_truncate_arname): Likewise.
2321 2000-06-20  Ulf Carlsson  <ulfc@engr.sgi.com>
2323         * elf-bfd.h (struct elf_obj_tdata): Define per BFD Irix 5 virtual
2324         sections elf_{text,data}_{section,symbol}.
2325         * elf32-mips.c: mips_elf_{text,data}_{section,symbol}{,_ptr}: Remove.
2326         (_bfd_mips_elf_hide_symbol): New function.
2327         (elf_backend_hide_symbol): Map to the new function.
2328         (_bfd_mips_elf_add_symbol_hook): Change to use new per BFD
2329         definitions of mips_elf_{text,data}_{section,symbol}.
2330         (mips_elf_local_relocation_p): Try to find the direct symbol
2331         based on new check_forced argument.
2332         (mips_elf_calculate_relocation): Use new version of
2333         mips_elf_local_relocation_p.
2334         (mips_elf_relocate_section): Likewise.
2335         (_bfd_mips_elf_relocate_section): Likewise.
2336         (mips_elf_sort_hash_table): Only assert that have enough GOT
2337         space.
2338         (mips_elf_got16_entry): Match all 32 bits to the existing GOT
2339         entry if the relocation based on the new external argument.
2340         (mips_elf_create_dynamic_relocation): Assert that we have a
2341         section contents allocated where we can swap out the dynamic
2342         relocations.
2343         (mips_elf_calculate_relocation): Find the real hash-table entry
2344         correctly by using h->root.root.type.  Only create a dynamic
2345         relocation entry if the symbol is defined in a shared library.
2346         Create an external GOT entry for the GOT16 relocation if the
2347         symbol was forced local.
2348         (_bfd_mips_elf_finish_dynamic_symbol): Don't assert there is a
2349         dynamic index if the symbol was forced local.
2351 2000-06-20  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2353         * elf32-mips.c: Fix typos in comments.
2355 2000-06-19  Mark Kettenis  <kettenis@gnu.org>
2357         * rs6000-core.c: Wrap definition of `union VmInfo' within #ifdef
2358         CORE_VERSION_1.
2360 2000-06-18  Stephane Carrez  <stcarrez@worldnet.fr>
2362         * Makefile.in, bfd-in2.h, libbfd.h, configure: Rebuild.
2363         * Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES, BFD32_BACKENDS,
2364         BFD32_BACKENDS_CFILES): Add 68hc12, 68hc11 files.
2365         * configure.in (bfd_elf32_m68hc12_vec): Recognize.
2366         (bfd_elf32_m68hc11_vec): Likewise.
2367         * config.bfd (targ_cpu): Recognize 68hc12 and 68hc11.
2368         Supports 68hc11 & 68hc12  at the same time.
2369         * targets.c (bfd_elf32_m68hc12_vec): Declare and put in
2370         bfd_target_vector.
2371         (bfd_elf32_m68hc11_vec): Likewise.
2372         * elf.c (prep_headers): Recognize bfd_arch_m68hc12 and 68hc11.
2373         * archures.c (bfd_m68hc12_arch): Define and register in global list
2374         (bfd_m68hc11_arch): Likewise.
2375         * reloc.c (BFD_RELOC_M68HC11_HI8, BFD_RELOC_M68HC11_LO8,
2376         BFD_RELOC_M68HC11_3B): Define.
2377         * cpu-m68hc12.c, elf32-m68hc12.c: New files for 68hc12 support.
2378         * cpu-m68hc11.c, elf32-m68hc11.c: New files for 68hc11 support.
2380 2000-06-18  Ulf Carlsson  <ulfc@engr.sgi.com>
2382         * elf_bfd.h (struct elf_backend_data): Add info argument to
2383         elf_backend_hide_symbol.
2384         (_bfd_elf_link_hash_hide_symbol): Likewise.
2385         * elf.c (_bfd_elf_link_hash_hide_symbol): Likewise.
2386         * elf64-ia64.c (elf64_ia64_hash_hide_symbol): Likewise.
2387         * elflink.h (elf_link_add_object_symbols): Likewise.
2388         (elf_link_assign_sym_version): Likewise.
2390 2000-06-18  H.J. Lu  <hjl@gnu.org>
2392         * coff-i386.c (coff_i386_reloc): Don't return in case of
2393         output_bfd == (bfd *) NULL if COFF_WITH_PE is defined.
2394         Compensate PE relocations when linking with non-PE object
2395         files to generate a non-PE executable.
2397 2000-06-17  Ulf Carlsson  <ulfc@engr.sgi.com>
2399         * elf32-mips.c (mips_elf_calculate_relocation): Explicitly write
2400         GOT entries if we're doing a static link or -Bsymbolic link.
2402 2000-06-15  Ulf Carlsson  <ulfc@engr.sgi.com>
2404         * elflink.h (elf_link_adjust_relocs): Check for and call backend
2405         specifific swap_reloc_{in,out} and swap_reloca_{in,out} if
2406         available.
2407         (elf_link_output_relocs): Likewise.
2408         (elf_reloc_link_order): Likewise.
2410 2000-06-16  Nicholas Duffek  <nsd@redhat.com>
2412         * archures.c (enum bfd_architecture): #define constants for
2413         PowerPc and RS6000 machine numbers.
2414         * bfd-in2.h: Regenerate.
2415         * coffcode.h (coff_set_arch_mach_hook): #ifdef XCOFF64, set arch
2416         to bfd_arch_powerpc instead of bfd_arch_rs6000.  Refer to PowerPc
2417         and RS6000 machine numbers using #defined constants from
2418         archures.c.
2419         * cpu-powerpc.c (arch_info_struct): Refer to PowerPc and RS6000
2420         machine numbers using #defined constants from archures.c.  Add
2421         entries for EC603e, 630, A35, RS64II, RS64III, 7400.  Specify
2422         64-bit words in 620 entry.
2423         * cpu-rs6000.c (arch_info_struct): Create with entries for RS1,
2424         RSC, and RS2.
2425         (bfd_rs6000_arch): Change default machine to 0 (bfd_mach_rs6k).
2427 2000-06-16  Nicholas Duffek  <nsd@cygnus.com>
2429         * coffcode.h (coff_mkobject_hook): Set xcoff_tdata.xcoff64.
2430         * libcoff-in.h (struct xcoff_tdata): Define xcoff64 field.
2431         * libcoff.h (struct xcoff_tdata): Define xcoff64 field.
2433 2000-06-16  Nicholas Duffek  <nsd@redhat.com>
2435         * bfd-in.h (bfd_family_coff): Define.
2436         * bfd-in2.h: Regenerate.
2437         * coffgen.c (coff_count_linenumbers, coff_symbol_from,
2438         coff_find_nearest_line): Check COFFness using bfd_family_coff()
2439         instead of bfd_target_coff_flavour.
2440         * cofflink.c (_bfd_coff_final_link): Likewise.
2441         * cpu-ns32k.c (do_ns32k_reloc): Don't strcmp() target name to
2442         exclude XCOFF files.
2443         * reloc.c (bfd_perform_relocation, bfd_install_relocation):
2444         Likewise.
2445         * targets.c (enum bfd_flavour): Add bfd_target_xcoff_flavour.
2446         * xcoff-target.h (TARGET_SYM): Use bfd_target_xcoff_flavour.
2447         * xcofflink.c (XCOFF_XVECP): Delete.
2448         (bfd_xcoff_link_record_set, bfd_xcoff_import_symbol,
2449         bfd_xcoff_export_symbol, bfd_xcoff_link_count_reloc,
2450         bfd_xcoff_record_link_assignment,
2451         bfd_xcoff_size_dynamic_sections): Replace XCOFF_XVECP() with
2452         check for bfd_target_xcoff_flavour.
2454 2000-06-16  Nicholas Duffek  <nsd@redhat.com>
2456         * rs6000-core.c: Support 64-bit core files, support pre-4.3 core
2457         files on AIX 4.3.
2458         (read_hdr): New function.
2459         (rs6000coff_core_p): Store mstsave or __context64 struct instead
2460         of trying to extract individual registers.  Set abfd->arch_info
2461         to match the architecture that created the core file.
2462         (rs6000coff_get_section_contents): Delete.
2463         * xcoff-target.h (rs6000coff_get_section_contents): Delete.
2465 2000-06-14  H.J. Lu  <hjl@gnu.org>
2467         * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec)
2468         is NULL.
2470 2000-06-13  H.J. Lu  <hjl@gnu.org>
2472         * configure: Regenerate.
2474 2000-06-13  J"orn Rennecke <amylaar@cygnus.co.uk>
2476         * peicode.h (pe_ILF_object_p): Use TARGET_LITTLE_SYM instead of
2477         armpei_little_vec.
2479 2000-06-08  David O'Brien  <obrien@FreeBSD.org>
2481         * configure.in (VERSION): Update to show this is the CVS mainline.
2483 2000-06-07  Alan Modra  <alan@linuxcare.com.au>
2485         * elf32-d10v.c: Include elf/d10v.h
2486         (enum reloc_type): Delete.
2487         * elf32-d30v.c: Include elf/d30v.h
2488         (enum reloc_type): Delete.
2490         * Makefile.am: Run "make dep-am" to regenerate dependencies.
2491         * Makefile.in: Regenerate.
2493         * elf32-i386.c (elf_howto_table): Remove EMPTY_HOWTOs.
2494         (elf32_i386_vtinherit_howto, elf32_i386_vtentry_howto): Delete and
2495         move HOWTOs into elf_howto_table.
2496         (R_386_standard, R_386_ext_offset): Define.
2497         (R_386_ext, R_386_vt_offset, R_386_vt): Define.
2498         (elf_i386_reloc_type_lookup): Modify calculation of index into
2499         elf_howto_table since we've removed the padding.
2500         (elf_i386_info_to_howto_rel): Likewise.
2501         (elf_i386_relocate_section): Likewise.
2503 2000-06-06  Michael Snyder  <msnyder@seadog.cygnus.com>
2505         * elf.c (elf_grok_pr_status): Eliminate reference to prgregset_t.
2507 2000-06-05  H.J. Lu  <hjl@gnu.org>
2509         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't flag
2510         an error when seeing an undefined symbol with hidden/internal
2511         attribute. It is handled in *_relocate_section ().
2513 2000-06-05  H.J. Lu  <hjl@gnu.org>
2515         * elflink.h (elf_fix_symbol_flags): Follow the link for the
2516         indirect symbol for the ELF_LINK_NON_ELF bit.
2517         (elf_link_output_extsym): Don't output the indirect symbol even
2518         if the ELF_LINK_NON_ELF bit is set.
2520 2000-06-01  J.T. Conklin  <jtc@redback.com>
2522         * config.bfd (i[3456]86-*-netbsdelf*): New target.
2523         (i[3456]86-*-netbsdaout*): New target.
2524         (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs.
2525         (i[3456]86-*-openbsd*): Likewise.
2527 2000-05-30  Andrew Cagney  <cagney@b1.cygnus.com>
2529         * trad-core.c: From hpux-core.c, include <dirent.h> or
2530         <sys/ndir.h> when possible.
2532 2000-05-31  Nick Clifton  <nickc@cygnus.com>
2534         * opintl.h (_(String)): Explain why dgettext is used instead
2535         of gettext.
2537 2000-05-31  Ulrich Drepper  <drepper@redhat.com>
2539         * elf.c (_bfd_elf_slurp_version_tables): Correct reading of version
2540         definitions.  We must not assume they are sorted in the file
2541         according to their index numbers.
2543 2000-05-31  Alan Modra  <alan@linuxcare.com.au>
2545         * elf-hppa.h: (elf_hppa_final_link_relocate): Use e_rsel field
2546         selector for R_PARISC_PCREL17R.  R_PARISC_DIR17R and
2547         R_PARISC_DIR17F are for absolute branches; Handle them as such.
2549 2000-05-30  Nick Clifton  <nickc@cygnus.com>
2551         * cpu-i960.c (scan_960_mach): Accept 80960KA, 80960KB,
2552         80960CA, 80960MC as valid machine names.
2554 2000-05-30  H.J. Lu  <hjl@gnu.org>
2556         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the
2557         visibility bits if the symbol is undefined. Correctly handle
2558         weak undefined symbols with hidden and internal attributes.
2560         * elflink.h (elf_link_add_object_symbols): Always turn the
2561         symbol into local if it has the hidden or internal attribute.
2563 2000-05-29  Philip Blundell  <philb@gnu.org>
2565         * ppcboot.c:  Add packed attribute if compiling with GCC.
2567 2000-05-29  Anatoly Vorobey  <mellon@pobox.com>
2569         * elf.c (_bfd_elf_link_hash_table_init): Initialize dynlocal.
2571 2000-05-26  Michael Snyder  <msnyder@seadog.cygnus.com>
2573         * elf.c (elfcore_grok_prstatus, elfcore_grok_pstatus,
2574         elfcore_grok_psinfo): Add code to allow debugging a 32-bit
2575         corefile on a 64-bit (Sparc Solaris) host.  Also clean up
2576         a few old comments.
2578 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
2580         * Makefile.am: Update dependencies with "make dep-am"
2581         * Makefile.in: Regenerate.
2583         * sysdep.h (gettext, dgettext, dcgettext, textdomain,
2584         bindtextdomain): Replace defines with those from intl/libgettext.h
2585         to quieten gcc warnings.
2587 2000-05-26  Eli Zaretskii  <eliz@is.elta.co.il>
2589         * aoutx.h (find_nearest_line): Use IS_ABSOLUTE_PATH.
2591         * archive.c (normalize, bfd_bsd_truncate_arname,
2592         bfd_gnu_truncate_arname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support
2593         file names with backslashes.
2595         * cache.c (bfd_open_file) [__MSDOS__]: Don't unlink the file
2596         before opening it.
2598         * sysdep.h: Include filenames.h.
2600 2000-05-26  Alan Modra  <alan@linuxcare.com.au>
2602         * opncls.c (bfd_close_all_done): Mask file perms with 0777 not 0x777.
2604 2000-05-26  Jakub Jelinek  <jakub@redhat.com>
2606         * elf64-sparc.c (sparc64_elf_relax_section): New.
2607         (sparc64_elf_relocate_section): Optimize tail call into branch always
2608         if possible.
2609         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2610         (elf32_sparc_relax_section): New.
2612 2000-05-26  Jakub Jelinek  <jakub@redhat.com>
2614         * elf64-sparc.c: Add ATTRIBUTE_UNUSED to unused function parameters.
2615         Remove unusued variables.
2616         (sparc64_elf_relocate_section): Change r_symndx type to unsigned long.
2617         (sparc64_elf_merge_private_bfd_data): Fix shared library case from
2618         previous fix, so that shared libs really don't influence targets
2619         extension mask and memory model.
2621 2000-05-23  H.J. Lu  <hjl@gnu.org>
2623         * elf64-alpha.c (elf64_alpha_relocate_section): Check
2624         h->root.other not h->other.
2625         * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
2627         * elf32-ppc.c (ppc_elf_relocate_section): Fix a typo.
2629 2000-05-23  H.J. Lu  <hjl@gnu.org>
2631         * elf32-i386.c (elf_i386_relocate_section): Don't allow the
2632         undefined symbol with the non-default visibility attributes.
2633         * elf-hppa.h (elf_hppa_relocate_section): Likewise.
2634         * elf32-arm.h (elf32_arm_relocate_section): Likewise.
2635         * elf32-i370.c (i370_elf_relocate_section): Likewise.
2636         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2637         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
2638         * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
2639         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
2640         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2641         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
2642         * elf64-ia64.c (elf64_ia64_relocate_section): Likewise.
2643         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2645 2000-05-22  Richard Henderson  <rth@cygnus.com>
2647         * elf64-ia64.c (ia64_howto_table): Add PCREL60B, PCREL21BI,
2648         PCREL22, PCREL64I.  Zero size of special relocs.
2649         (elf64_ia64_reloc_type_lookup): Likewise.
2650         (USE_BRL, oor_brl, oor_ip): New.
2651         (elf64_ia64_relax_section): New.
2652         (elf64_ia64_check_relocs): Handle PCREL60B, PCREL22, PCREL64I.
2653         (elf64_ia64_install_value): Likewise, plus PCREL21BI.
2654         (elf64_ia64_relocate_section): Likewise.
2655         (bfd_elf64_bfd_relax_section): New.
2656         * reloc.c (BFD_RELOC_IA64_PCREL21BI): New.
2657         (BFD_RELOC_IA64_{PCREL22,PCREL60B,PCREL64I}): New.
2658         * bfd-in2.h, libbfd.h: Regenerate.
2660 2000-05-22  Nick Clifton  <nickc@cygnus.com>
2662         * configure.in : Add peigen.lo to MIPS PE targets.
2663         * configure: Regenerate.
2665 2000-05-22  Momchil Velikov  <velco@fadata.bg>
2667         * libbfd.c (_bfd_generic_verify_endian_match): Compare endianess
2668         only if it is known for both input and output bfds. Separate
2669         error message strings as in some languages, it may be necessary
2670         to change more than one place in the string to change between
2671         'big' and 'little'.
2673         * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Remove inline
2674         endianess checks, call _bfd_generic_verify_endian_match() instead.
2676         * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Likewise.
2678         * elf32-mcore.c (mcore_elf_merge_private_bfd_data): Likewise.
2680         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Likewise. Verify
2681         endianess before checking bfd flavours.
2683 2000-05-22  H.J. Lu  <hjl@gnu.org>
2685         * elflink.h (elf_link_output_extsym): Clear the visibility
2686         field for symbols not defined locally.
2688 2000-05-18  Alan Modra  <alan@linuxcare.com.au>
2690         * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
2691         re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
2692         (hppa_rebuild_insn): Mask immediate bits here instead.
2693         * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
2695 2000-05-18  Momchil Velikov <velco@fadata.bg>
2697         * elflink.h (elf_bfd_final_link, elf_link_input_bfd): When emiting
2698         relocs for an executable, ensure that they are virtual addresses.
2700 2000-05-18  Jeffrey A Law  (law@cygnus.com)
2702         * config.bfd (hppa*64*-*-hpux11*): New target triplet.
2704 2000-05-17  S. Bharadwaj Yadavalli  <sby@scrugs.lkg.dec.com>
2705             Rick Gorton             <gorton@scrugs.lkg.dec.com>
2707         * elflink.h: Add emitrelocations support: when enabled, relocation
2708         information and relocation sections are put into final output
2709         executables.  If the emitrelocations flag is set, do the following:
2710         (elf_bfd_final_link): Emit relocation sections.
2711         (elf_link_input_bfd): Compute relocation section contents.
2712         (elf_gc_sections): Don't clean relocation sections.
2714 2000-05-16  Catherine Moore  <clm@cygnus.com>
2716         * som.c (som_decode_symclass):  Recognize weak symbols.
2718 2000-05-16  Szabolcs Szakacsits <szaka@F-Secure.com>
2720         * peigen.c (pe_print_idata): Undo part of 2000-05-12 change that
2721         read idata section only from dataoff.
2722         (pe_print_edata): Correctly check for valid eat_member.
2724 2000-05-16  J"orn Rennecke <amylaar@cygnus.co.uk>
2726         * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.
2728 2000-05-14  Philip Blundell  <philb@gnu.org>
2730         * config.bfd (armeb-*-elf, arm*b-*-linux-gnu*): New targets.
2732 2000-05-12  Alan Modra  <alan@linuxcare.com.au>
2734         * targets.c (bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
2736         * peigen.c (pe_print_idata): Look for .idata section and print
2737         info even if data directory has zero entries.  Read idata section
2738         starting from dataoff, and adjust all data offsets to suit.  Cast
2739         all bfd_vma vars to unsigned long before passing to fprintf.
2740         * peigen.c (pe_print_edata): Similarly, look for .edata section
2741         and print info even if data directory has zero entries.  Cast
2742         all bfd_vma vars to unsigned long before passing to fprintf.
2744         From Szabolcs Szakacsits <szaka@F-Secure.com>
2745         * peigen.c (pe_print_idata): Use bfd_section_size rather than data
2746         directory size which may be bogus.
2747         * peigen.c (pe_print_edata): Similarly.
2749 2000-05-09  Alan Modra  <alan@linuxcare.com.au>
2751         * elf.c (bfd_section_from_shdr): Don't set use_rela_p if rela
2752         section is empty.
2753         (copy_private_bfd_data): Allow for space possibly taken up by elf
2754         headers when calculating segment physical address from lma.
2756 2000-05-08  Alan Modra  <alan@linuxcare.com.au>
2758         * versados.c (versados_scan): Init stringlen and pass_2_done.
2760         * trad-core.c (trad_unix_core_file_p): Return
2761         bfd_error_wrong_format rather than bfd_error_file_truncated.
2763         * peigen.c (_bfd_pei_swap_aouthdr_out): Pass ImageBase to
2764         add_data_entry.  DataDirectory virtual address is relative.
2765         (pe_print_idata): Account for relative DataDirectory virtual
2766         addresses.  Don't trash datasize inside POWERPC_LE_PE code.
2767         (pe_print_edata): Similarly.
2769         From Szabolcs Szakacsits <szaka@F-Secure.com>
2770         * peigen.c (dir_names): Add Delay Import Directory.
2771         (pe_print_idata):  Always search for bfd section containing
2772         idata address rather than looking up section name.  Print this
2773         section name rather than .idata.
2774         (pe_print_edata): Similarly.  Also print some fields as %08lx.
2775         (_bfd_pe_print_private_bfd_data_common): Print Reserved1 field as
2776         Win32Version.
2778 2000-05-05  Clinton Popetz  <cpopetz@cygnus.com>
2780         * xcoff.h: Rename to xcoff-target.h
2781         * Makefile.am: Change all instances of xcoff.h to xcoff-target.h
2782         * coff-rs6000.c: Ditto.
2783         * coff64-rs6000.c: Ditto.
2784         * coff-pmac.c: Ditto.
2785         * Makefile.in: Regenerate.
2787 2000-05-05  Clinton Popetz  <cpopetz@cygnus.com>
2789         * coffcode.h (coff_set_arch_mach_hook, coff_set_flags):
2790         Change U802TOC64MAGIC to U803XTOCMAGIC.
2792 2000-05-04  Michael Snyder  <msnyder@seadog.cygnus.com>
2794         * elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1.
2795         * bfd-in.h: Prototype bfd_elf_get_arch_size.
2796         * bfd-in2.h: Prototype bfd_elf_get_arch_size.
2798 2000-05-04  Alan Modra  <alan@linuxcare.com.au>
2800         * libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma.
2802 2000-05-03  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
2804         * elflink.h (elf_link_add_object_symbols): Reset dynindx for
2805         hidden and internal symbols.
2806         (elf_fix_symbol_flags): Clear NEEDS_PLT for symbols with
2807         visibility.
2808         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Do not
2809         assign a PLT or GOT entry to symbols with hidden and
2810         internal visibility.
2812 2000-05-03  Mark Elbrecht  <snowball3@bigfoot.com>
2814         * bfd/coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add entry for
2815         the .bss section.
2816         * bfd/coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
2818 2000-05-02  H.J. Lu  <hjl@gnu.org>
2820         * elf.c (prep_headers): Use ELFOSABI_NONE instead of
2821         ELFOSABI_SYSV.
2823 2000-05-02  Alan Modra  <alan@linuxcare.com.au>
2825         * targets.c (bfd_target_vector): Restore bfd_elf32_hppa_vec.
2826         * Makefile.am (BFD32_BACKENDS): Restore elf32-hppa.lo.  Regenerate
2827         dependencies.
2828         * Makefile.in: Regenerate.
2830 2000-05-01  Jim Wilson  <wilson@cygnus.com>
2832         * Makefile.am (BFD32_BACKENDS): Add efi-app-ia32.lo.
2833         (BFD32_BACKENDS_CFILES): Add efi-app-ia32.c.
2834         (BFD64_BACKENDS): Delete coff-ia64.lo.  Add efi-app-ia64.lo.
2835         (BFD64_BACKENDS_CFILES): Delete coff-ia64.c.  Add efi-app-ia64.c.
2836         * Makefile.in: Rebuild.
2838 2000-05-02  Alan Modra  <alan@linuxcare.com.au>
2840         * config.bfd: Re-enable elf32-hppa.  It now compiles, even if it
2841         doesn't work very well.
2843         * elf-hppa.h (elf_hppa_internal_shdr): Define.
2844         (elf_hppa_fake_sections): hdr is elf_hppa_internal_shdr.
2845         Set hdr->s_type to 1 if ARCH_SIZE == 32.
2846         (_bfd_elf_hppa_gen_reloc_type): Add prototype.
2847         (elf_hppa_info_to_howto): Likewise.
2848         (elf_hppa_info_to_howto_rel): Likewise.
2849         (elf_hppa_reloc_type_lookup): Likewise.
2850         (elf_hppa_is_local_label_name): Likewise.
2851         (elf_hppa_fake_sections): Likewise.
2852         (elf_hppa_final_write_processing): Likewise.
2853         (elf_hppa_howto_table): Fully initialise all entries.
2854         (_bfd_elf_hppa_gen_reloc_type): Add ATTRIBUTE_UNUSED to args.
2855         (elf_hppa_info_to_howto): Likewise.
2856         (elf_hppa_info_to_howto_rel): Likewise.
2857         (elf_hppa_reloc_type_lookup): Likewise.
2858         (elf_hppa_final_write_processing, elf_hppa_add_symbol_hook,
2859         elf_hppa_unmark_useless_dynamic_symbols,
2860         elf_hppa_remark_useless_dynamic_symbols,
2861         elf_hppa_record_segment_addrs, elf_hppa_final_link,
2862         elf_hppa_relocate_section, elf_hppa_final_link_relocate,
2863         elf_hppa_relocate_insn): Compile only if ARCH_SIZE == 64 until
2864         elf32-hppa.c mess is cleaned up.
2865         (elf_hppa_final_link_relocate): Make insn and r_type unsigned
2866         int.  Delete r_field.  In case R_PARISC_PCREL21L, don't set
2867         r_field then call hppa_field_adjust inline func with variable
2868         r_field arg, instead call hppa_field_adjust with fixed arg.
2869         In case R_PARISC_PCREL22F, don't set r_field.
2870         (elf_hppa_relocate_insn): Change args and return type to unsigned
2871         int.  Call re_assemble_* funcs to do the work.
2873         * elf32-hppa.c (hppa_elf_relocate_insn): Don't assume 32 bit when
2874         sign extending.
2876         * libhppa.h (HPPA_R_CONSTANT): Don't assume 32 bit when sign
2877         extending.
2878         (sign_extend): Mask first before sign extending.
2879         (low_sign_extend): Rewrite without condition expression.
2880         (ones, dis_assemble_3, dis_assemble_12, dis_assemble_16,
2881         dis_assemble_17, dis_assemble_21, dis_assemble_22): Delete.
2882         (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
2883         assemble_17, assemble_21, sign_unext, low_sign_unext): Return
2884         result as function return value rather than through pointer arg.
2885         Accept unsigned int args, and return unsigned int.
2886         (re_assemble_3): New.  Combines function of dis_assemble_3 with
2887         re-assembly of opcode and immediate.
2888         (re_assemble_12): Likewise.
2889         (re_assemble_16): Likewise.
2890         (re_assemble_17): Likewise.
2891         (re_assemble_21): Likewise.
2892         (re_assemble_22): Likewise.
2893         (hppa_field_adjust): Rewrite and document, paying attention to
2894         size of types and signed/unsigned issues.
2895         (get_opcode): Shift before masking.
2896         (FDLW): Rename to FLDW.
2897         (bfd_hppa_insn2fmt): Change arg to unsigned int.  Delete fmt.
2898         (hppa_rebuild_insn): Change args and return value to unsigned
2899         int.  Make use of re_assemble_*.  Correct case 11.
2901         * dep-in.sed: Handle ../opcodes/.
2902         * Makefile.am (SOURCE_HFILES): Add elf-hppa.h, elf32-hppa.h,
2903         elf64-hppa.h, hppa_stubs.h, xcoff.h.
2904         (BFD32_BACKENDS_CFILES): Restore elf32-hppa.c.
2905         Remove elf64-hppa.lo, cpu-ia64.lo, elf64-ia64.lo, elfarm-oabi.lo,
2906         elfarm-nabi.lo dependencies outside of auto-dependency area.
2907         Regenerate dependencies.
2908         * Makefile.in: Regenerate.
2910         * configure.in (TRAD_HEADER): Test non-null before
2911         AC_DEFINE_UNQUOTED.
2912         * configure: Regenerate.
2914         * reloc.c: Fix mis-spelling in comment.
2916 2000-05-01  Alan Modra  <alan@linuxcare.com.au>
2918         * coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change.
2919         * vms.c (vms_openr_next_archived_file): Return NULL.
2921 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
2923         * coffcode.h Copy changes mistakenly done to libcoff.h in
2924         4/24/2000 patch.
2926 2000-04-29  Andreas Jaeger  <aj@suse.de>
2928         * libbfd-in.h: Correctly check GCC version.
2929         * bfd-in.h: Likewise.
2930         * libhppa.h: Likewise.
2931         * libbfd.h: Regenerate.
2932         * bfd-in2.h: Regenerate.
2934 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
2936         * Makefile.am (BFD64_BACKENDS, BFD64_BACKENDS_CFILES): Add
2937         coffdu-rs6000.{lo,c}.
2938         (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
2939         on xcoff.h
2940         * Makefile.in: Regenerate.
2941         * xcoff.h: New file.
2942         * coff-pmac.c: Use xcoff.h instead of coff-rs6000.c.
2943         * coff-rs6000.c: Move all declarations and defines that are
2944         common to the xcoff backends into xcoff.h
2945         * coff64-rs6000.c: Ditto,
2947 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
2949         * coff-mips.c (mips_ecoff_backend_data):  Add initialization of
2950         _bfd_coff_force_symnames in strings and
2951         _bfd_coff_debug_string_prefix_length to their default values.
2952         * coff-sh.c: (bfd_coff_small_swap_table): Ditto.
2954 2000-04-28  Clinton Popetz  <cpopetz@cygnus.com>
2956         * coff-alpha.c (alpha_ecoff_backend_data): Add initialization of
2957         _bfd_coff_force_symnames in strings and
2958         _bfd_coff_debug_string_prefix_length to their default values.
2960 2000-04-27  Alan Modra  <alan@linuxcare.com.au>
2962         * elf32-m68k.c (elf_m68k_gc_sweep_hook):  Return if dynobj NULL.
2963         Check local_got_refcounts before dereferencing.
2965         * elf32-ppc.c (ppc_elf_relocate_section): Check splt != NULL
2966         before deciding we don't need R_PPC_PLT32 relocation.
2967         (ppc_elf_gc_sweep_hook): Check local_got_refcounts before
2968         dereferencing.
2970         * elflink.h (elf_gc_common_finalize_got_offsets): Fix comment.
2972         * elf32-i386.c (elf_i386_check_relocs): Reference count .got and
2973         .plt entries.
2974         (elf_i386_gc_sweep_hook): Garbage collect .got and .plt entries.
2975         (elf_i386_adjust_dynamic_symbol): Recognize unused .plt entries.
2976         (elf_i386_relocate_section): Allow for .plt to go missing.
2977         (elf_i386_finish_dynamic_symbol): Use same test to decide if we
2978         can use a relative reloc for got as elf_i386_relocate_section.
2979         (bfd_elf32_bfd_final_link): Define to use gc form of final link.
2981 2000-04-26  Clinton Popetz  <cpopetz@cygnus.com>
2983         * config.bfd: Remove extraneous bfd_powerpc_64_arch.
2985 2000-04-24  Clinton Popetz  <cpopetz@cygnus.com>
2987         * Makefile.am (coff64-rs6000.lo): New rule.
2988         * Makefile.in: Regenerate.
2989         * coff-rs6000.c (xcoff_mkobject, xcoff_copy_private_bfd_data,
2990         xcoff_is_local_label_name, xcoff_rtype2howto,
2991         xcoff_reloc_type_lookup, xcoff_slurp_armap, xcoff_archive_p,
2992         xcoff_read_ar_hdr, xcoff_openr_next_archived_file, xcoff_write_armap,
2993         xcoff_write_archive_contents): No longer static, and prefix with _bfd_.
2994         (NO_COFF_SYMBOLS): Define.
2995         (xcoff64_swap_sym_in, xcoff64_swap_sym_out, xcoff64_swap_aux_in,
2996         xcoff64_swap_aux_out): New functions; handle xcoff symbol tables
2997         internally.
2998         (MINUS_ONE): New macro.
2999         (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS
3000         relocation.
3001         (coff_SWAP_sym_in, coff_SWAP_sym_out, coff_SWAP_aux_in,
3002         coff_SWAP_aux_out): Map to the new functions.
3003         * coff64-rs6000.c: New file.
3004         * libcoff.h (bfd_coff_backend_data): Add new fields
3005         _bfd_coff_force_symnames_in_strings and
3006         _bfd_coff_debug_string_prefix_length.
3007         (bfd_coff_force_symnames_in_strings,
3008         bfd_coff_debug_string_prefix_length): New macros for above fields.
3009         * coffcode.h (coff_set_arch_mach_hook): Handle XCOFF64 magic.
3010         Set machine to 620 for XCOFF64.  Use bfd_coff_swap_sym_in instead
3011         of using coff_swap_sym_in directly.
3012         (FORCE_SYMNAMES_IN_STRINGS): New macro, defined for XCOFF64.
3013         (coff_set_flags) Set magic for XCOFF64.
3014         (coff_compute_section_file_positions): Add symbol name length to
3015         string section length if bfd_coff_debug_string_prefix_length is
3016         true.
3017         (coff_write_object_contents): Don't do reloc overflow for XCOFF64.
3018         (coff_slurp_line_table): Use bfd_coff_swap_lineno_in instead of
3019         using coff_swap_lineno_in directly.
3020         (bfd_coff_backend_data): Add _bfd_coff_force_symnames_in_strings
3021         and _bfd_coff_debug_string_prefix_length fields.
3022         * coffgen.c (coff_fix_symbol_name, coff_write_symbols): Force
3023         symbol names into strings table when
3024         bfd_coff_force_symnames_in_strings is true.
3025         * coffswap.h (MAX_SCNHDR_NRELOC, MAX_SCNHDR_NLNNO, GET_RELOC_VADDR,
3026         SET_RELOC_VADDR): New macros.
3027         (coff_swap_reloc_in, coff_swap_reloc_out): Use above macros.
3028         (coff_swap_aux_in, coff_swap_aux_out): Remove RS6000COFF_C
3029         code.
3030         (coff_swap_aouthdr_in, coff_swap_aouthdr_out): Handle XCOFF64
3031         changes within RS6000COFF_C specific code.
3032         (coff_swap_scnhdr_out): Use PUT_SCNHDR_NLNNO, PUT_SCNHDR_NRELOC,
3033         MAX_SCNHDR_NRELOC, and MAX_SCNHDR_NLNNO.
3034         * reloc.c (bfd_perform_relocation, bfd_install_relocation):
3035         Extend existing hack on target name.
3036         * xcofflink.c (XCOFF_XVECP): Extend existing hack on
3037         target name.
3038         * coff-tic54x.c (ticof): Keep up to date with new fields
3039         in bfd_coff_backend_data.
3040         * config.bfd: Add bfd_powerpc_64_arch to targ_arch and define
3041         targ_selvecs to include rs6000coff64_vec for rs6000.
3042         * configure.in: Add rs6000coff64_vec case.
3043         * cpu-powerpc.c: New bfd_arch_info_type.
3045 2000-04-24  Jeffrey A Law  (law@cygnus.com)
3047         * config.bfd: Only disable elf32-hppa vectors, not all of the
3048         BSD and OSF configuration support.  Provide (disabled) clauses
3049         for PA64 support.
3050         * configure.in: Add clause for PA64 support.
3051         * configure: Rebuilt.
3053         * targets.c (bfd_target_vector): Add bfd_elf64_hppa_vec.
3054         (bfd_elf64_hppa_vec): Declare.
3056         * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo
3057         (BFD64_BACKENDS_CFILES): Add elf64-hppa.c
3058         (elf64-hppa.lo): Add dependencies.
3059         * Makefile.in: Rebuilt.
3061         * elf64-hppa.c, elf64-hppa.h: New files with PA64 support.
3063 2000-04-24  Jason Eckhardt  <jle@cygnus.com>
3065         * libhppa.h (dis_assemble_16): New function.
3066         (pa_arch): Added pa20w element.
3068 2000-04-24  Ulrich Drepper  <drepper@cygnus.com>
3070         * elf-bfd.h: Add prototypes for bfd_elf32_write_relocs,
3071         bfd_elf32_slurp_reloc_table, bfd_elf64_write_relocs, and
3072         bfd_elf64_slurp_reloc_table.
3074         * elfcode.h (elf_write_relocs, elf_slurp_reloc_table): New
3075         definitions to get external names.
3076         (elf_write_relocs): Renamed from write_relocs and make global.
3077         (elf_slurp_reloc_table): Make global.
3078         (_bfd_elf,size_info): Use elf_write_relocs instead of write_relocs.
3080         * archive.c (hpux_uid_gid_encode): New function.
3081         (bfd_ar_hdr_from_filesystem): Use it if HPUX_LARGE_AR_IDS is
3082         defined and the ID is greater than 99999.
3083         (bfd_generic_stat_arch_elt): If HPUX_LARGE_AR_IDS is defined decode
3084         special uid/gid fields into 32 bit values.
3086 2000-04-21  Matthew Green  <mrg@cygnus.com>
3088         * config.bfd: Add NetBSD/sparc64 support.
3090 Fri Apr 21 13:20:53 2000  Richard Henderson  <rth@cygnus.com>
3091                           David Mosberger  <davidm@hpl.hp.com>
3092                           Timothy Wall <twall@cygnus.com>
3093                           Jim Wilson  <wilson@cygnus.com>
3095         * Makefile.am (ALL_MACHINES): Add cpu-ia64.lo.
3096         (ALL_MACHINES_CFILES): Add cpu-ia64.c.
3097         (BFD64_BACKENDS): Add elf64-ia64.lo.
3098         (BFD64_BACKENDS_CFILES): Add elf64-ia64.c.
3099         (cpu-ia64.lo, elf64-ia64.lo): New rules.
3100         * Makefile.in: Rebuild.
3101         * archures.c (enum bfd_architecture): Add bfd_arch_ia64.
3102         (bfd_ia64_arch): Declare.
3103         (bfd_archures_list): Add bfd_ia64_arch.
3104         * bfd-in2.h: Rebuild.
3105         * config.bfd: (ia64*-*-linux-gnu*, ia64*-*-elf*): New targets.
3106         * configure: Rebuild.
3107         * configure.host: (ia64-*-linux*): New host.
3108         * configure.in (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec,
3109         bfd_efi_app_ia64_vec, bfd_efi_app_ia64_vec): New vectors.
3110         * elf.c (prep_headers): Add bfd_arch_ia64.
3111         * libbfd.h: Rebuild.
3112         * reloc.c: Add IA-64 relocations.
3113         * targets.c (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec):
3114         Declare.
3115         (bfd_target_vect): Add bfd_elf64_ia64_little_vec.
3116         * cpu-ia64-opc.c, cpu-ia64.c, elf64-ia64.c: New files.
3118 2000-04-21  Richard Henderson  <rth@cygnus.com>
3120         * elf32-d30v.c (bfd_elf_d30v_reloc): Don't modify section
3121         contents when performing a partial link.
3122         (bfd_elf_d30v_reloc_21): Likewise.
3124 2000-04-20  H.J. Lu  <hjl@gnu.org>
3126         * elf32-i386.c (elf_i386_relocate_section): Restrict 1998-12-10
3127         patch to symbols defined by a shared object.
3128         * elf32-ppc.c (ppc_elf_relocate_section): Similarly.
3130 2000-04-19  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
3132         K&R compiler fixes.
3133         * dwarf2.c (concat_filename): Avoid string literal concatenation.
3134         * ieee.c (ieee_get_symtab): Don't initialise union in struct.
3136 Mon Apr 17 19:14:36 2000  David Mosberger  <davidm@hpl.hp.com>
3138         * Makefile.am (BFD64_BACKENDS): Mention coff-ia64.lo.
3139         (BFD64_BACKENDS_CFILES): Mention coff-ia64.c
3140         (coff-ia64.lo): Add dependency.
3141         * Makefile.in: Regenerate.
3142         * coff-ia64.c: New file.
3143         * efi-app-ia32.c: Ditto.
3144         * efi-app-ia64.c: Ditto.
3145         * coffcode.h (coff_set_arch_mach_hook): Handle IA64MAGIC.
3146         (coff_set_flags): Ditto.
3147         (coff_write_object_contents) [IA64]: Set magic number to ZMAGIC.
3148         * config.bfd (i[3456]86-*-linux-gnu*): Mention bfd_efi_app_ia32_vec.
3149         * configure.in (elf): Handle bfd_efi_app_ia32 and bfd_efi_app_ia64_vec.
3150         * configure: Regenerate.
3151         * libpei.h (GET_OPTHDR_IMAGE_BASE): New macro.
3152         (PUT_OPTHDR_IMAGE_BASE): Ditto.
3153         (GET_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
3154         (PUT_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
3155         (GET_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
3156         (PUT_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
3157         (GET_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
3158         (PUT_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
3159         (GET_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
3160         (PUT_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
3161         (GET_PDATA_ENTRY): Ditto.
3162         * peigen.c (_bfd_pei_swap_aouthdr_in) [COFF_WITH_PEP64]: Don't read
3163         data_start.  Use above macros to read fields that are 64 bit wide for
3164         COFF_WITH_PEP64.  Don't truncate entry and text_start to 32 bits.
3165         (_bfd_pei_swap_aouthdr_out) [PEI_FORCE_MINIMUM_ALIGNMENT]: Force
3166         FileAlignment and SectionAlignment to minimum alignment if they
3167         are zero.
3168         (_bfd_pei_swap_aouthdr_out) [PEI_DEFAULT_TARGET_SUBSYSTEM]: Set
3169         Subsystem to default PEI_DEFAULT_TARGET_SUBSYSTEM.
3170         (_bfd_pei_swap_aouthdr_out) [COFF_WITH_PEP64]: Don't set data_start.
3171         Use above macros to write fields that are 64 bit wide for
3172         COFF_WITH_PEP64.
3173         (pe_print_pdata): Set PDATA_ROW_SIZE to 3*8 for COFF_WITH_PEP64,
3174         5*4 otherwise.  This should be right for IA-32 and IA-64, but may
3175         be wrong for platforms.  Use PDATA_ROW_SIZE instead of hardcoded
3176         value of 20 bytes.  Modify printing for COFF_WITH_PEP64 to print
3177         begin address, end address, and unwind info address only.  Use
3178         GET_PDATA_ENTRY() to read .pdata entries.  Use fprintf_vma() to
3179         print addresses.
3180         (tbl): Add SECTION, REL32, RESERVED1, MIPS_JMPADDR16, DIR64, and
3181         HIGH3ADJ relocation names.
3182         (_bfd_pe_print_private_bfd_data): Print Subsystem name in legible form.
3183         * targets.c: Declare bfd_efi_app_ia32_vec and
3184         bfd_efi_app_ia64_vec.
3185         (bfd_target_vector): Mention bfd_efi_app_ia32_vec and
3186         bfd_efi_app_ia64_vec.
3188 2000-04-17  Timothy Wall  <twall@cygnus.com>
3190         * bfd-in2.h: Add prototypes for tic54x load page access.
3191         * bfd-in.h: Regenerate.
3192         * coff-tic54x.c: Add load page functions; allow bfd_arch_unknown
3193         in customized _set_arch_mach function.
3194         * coffcode.h (coff_set_alignment_hook): Set section load page if
3195         the appropriate macro is defined.
3196         (write_object_contents): Read section load page.
3198 2000-04-13  Alan Modra  <alan@linuxcare.com.au>
3200         * elf32-hppa.h: Update copyright date.
3202         * elf32-fr30.c (fr30_elf_i20_reloc): Don't use U suffix.
3203         * elf32-mips.c (_bfd_mips_elf_relocate_section): And here.
3205         * elf32-d30v.c (MAX32): Don't use LL suffix.
3206         (MIN32): Define in terms of MAX32.
3207         (bfd_elf_d30v_reloc): Make relocation a bfd_signed_vma.
3209         * coff-a29k.c (SIGN_EXTEND_HWORD): Replace with more concise
3210         expression.
3212         * peicode.h (pe_ILF_build_a_bfd): Remove UL from hex constants.
3214 2000-04-12  Alan Modra  <alan@linuxcare.com.au>
3216         * dep-in.sed: Match space before file name, not after.
3217         * Makefile.am: Regenerate dependencies.
3218         * Makefile.in: Regenerate.
3220         * reloc.c (_bfd_relocate_contents): In complain_overflow_bitfield
3221         case, allow address wrap-around stupidly removed 2000-03-17.  Sign
3222         extend without an if statement.
3224 2000-04-11  Alan Modra  <alan@linuxcare.com.au>
3226         * coff-mips.c (mips_gprel_reloc): Test for 16 bit range using
3227         signed quantites.
3228         * elf32-mips.c (gprel16_with_gp): Likewise.
3229         * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Test range
3230         here using -0x40000, not (int)0xfffc0000.
3231         (elf32_hppa_size_of_stub): Likewise.
3233 2000-04-11  Timothy Wall  <twall@cygnus.com>
3235         * coff-tic54x.c: Now builds with all targets.
3236         * Makefile.am: Add coff/tic54x.h to coff-tic54x.o dependencies.
3237         * Makefile.in: Regenerate.
3238         * coffcode.h (coff_set_arch_mach_hook): Eliminate warning on
3239         unitialized variable.
3241 Fri Apr  7 15:56:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3243         * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
3244         --enable-build-warnings option.
3245         * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3246         * Makefile.in, configure: Re-generate.
3248 2000-04-07  Nick Clifton  <nickc@cygnus.com>
3250         * reloc.c: Add BFD_RELOC_ARM_PCREL_BLX and
3251         BFD_RELOC_THUMB_PCREL_BLX.
3253         * elf32-arm.h (elf32_arm_final_link_relocate): Handle
3254         R_ARM_XPC25 and R_ARM_THM_PC22.
3256         * elfarm-nabi.c (elf32_arm_howto_): Fix definitions of
3257         R_ARM_XPC25 and R_ARM_THM_XPC22.
3258         (elf32_arm_reloc_map): Make BFD_RELOC_{ARM|THUMB}_PCREL_BLX to
3259         R_ARM_[XPC25|THM_XPC22].
3261         * elfarm-oabi.c: Define OLD_ARM_ABI and change include from
3262         elf/arm-oabi.h to elf/arm.h
3264         * Makefile.am: Fix dependency for elfarm-oabi.c
3265         * Makefile.in: Regenerate.
3267         * bfd-in2.h: Regenerate.
3268         * libbfd.h: Regenerate.
3270 2000-04-06  Michael Snyder  <msnyder@seadog.cygnus.com>
3272         * elfcore.h (elf_core_file_p): preserve value of tdata at entry,
3273         and restore it on failure.  Release newly allocated tdata on
3274         failure.
3276 Fri Apr  7 11:33:47 2000  Jim Wilson  <wilson@cygnus.com>
3278         * dwarf2.c (struct dwarf2_debug): New field dwarf_line_size.
3279         (decode_line_info): Set it.  Report error if unit->line_offset is
3280         equal to or larger than it.
3282 2000-04-07  Timothy Wall  <twall@cygnus.com>
3284         * targets.c: Added vecs for tic54x.
3285         * reloc.c: Added relocs for tic54x.
3286         * libbfd.h: Regenerated.
3287         * configure: Add TI COFF vecs for tic54x.
3288         * configure.in: Ditto.
3289         * config.bfd (targ_cpu): Recognize new tic54x target.
3290         * coffcode.h (coff_slurp_symbol_table): Additions for TI COFF handling.
3291         * bfd-in2.h: Add tic54x target and relocations.
3292         * Makefile.am, Makefile.in: Add tic54x target.
3293         * archures.c (bfd_archures_list): Add tic54x target.
3294         * coff-tic54x.c: New.
3295         * cpu-tic54x.c: New.
3297 2000-04-06  Michael Snyder  <msnyder@seadog.cygnus.com>
3299         * elfcore.h (elf_core_file_p): call backend_object_p which
3300         thereby gets an opportunity to update the arch/machine type.
3302 2000-04-06  Timothy Wall  <twall@cygnus.com>
3304         * coffcode.h (coff_slurp_symbol_table): Handle C_STATLAB storage
3305         class.  Handle SEC_CLINK and SEC_BLOCK flags.
3306         * section.c: Add SEC_CLINK and SEC_BLOCK flags.
3307         * bfd-in2.h: Add SEC_CLINK and SEC_BLOCK flags.
3309 2000-04-06  Nick Clifton  <nickc@cygnus.com>
3311         * elf32-arm.h (elf32_arm_set_private_flags): Only check for
3312         EF_INTERWORK if this is an unknown EABI.
3313         (elf32_arm_merge_private_bfd_data): Check EABI version
3314         numbers.  Only check EF_xxx flags if the EABI version number
3315         is unknown.
3316         (elf32_arm_check_private_bfd_data): Only check EF_xxx flags
3317         if the EABI version number is unknown.
3318         (elf32_arm_print_private_bfd_data): Only decode EF_xxx flags
3319         if the EABI version number is unknown.
3321 Wed Apr  5 22:04:20 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3323         * reloc.c (_bfd_relocate_contents): Add BFD_RELOC_SH_LOOP_START and
3324         BFD_RELOC_SH_LOOP_END.
3325         * elf32-sh.c (sh_elf_howto_tab): Change special_func to
3326         sh_elf_ignore_reloc for all entries that sh_elf_reloc used to ignore.
3327         Add entries for R_SH_LOOP_START and R_SH_LOOP_END.
3328         (sh_elf_reloc_loop): New function.
3329         (sh_elf_reloc): No need to test for always-to-be-ignored relocs
3330         any more.
3331         (sh_rel): Add entries for BFD_RELOC_SH_LOOP_{START,END}.
3332         (sh_elf_relocate_section): Handle BFD_RELOC_SH_LOOP_{START,END}.
3333         * bfd-in2.h, libbfd.h: Regenerate.
3335 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
3337         * po/bfd.pot: Regenerate.
3339         * Makefile.am: Remove extraneous mkdep comment.
3340         (MKDEP): Use gcc -MM rather than mkdep.
3341         (DEP): Quote when passing vars to sub-make.  Add warning
3342         message to end.
3343         (DEP1): Rewrite for "gcc -MM".
3344         (CLEANFILES): Add DEP2.
3345         Update dependencies.
3346         * Makefile.in: Regenerate.
3348 2000-04-03  Kevin Buettner  <kevinb@redhat.com>
3350         * configure.in: Added corefile support for AIX 4.3.  In particular,
3351         AIX_CORE_DUMPX_CORE will be defined in addition to AIX_CORE when
3352         compiling rs6000-core.c.
3353         * configure: Regenerated.
3355 2000-04-03  H.J. Lu  <hjl@gnu.org>
3357         * cache.c (bfd_open_file): Unlink the output file only if
3358         it has non-zero size.
3360 2000-04-01  Ken Block USG  <block@zk3.dec.com>
3362         * elf64-alpha.c (elf64_alpha_relocate_section): Don't emit
3363         relative relocations for non-loaded sections in shared objects.
3364         (elf64_alpha_check_relocs): Similarly.
3366 Mon Apr  3 13:37:15 2000  Hans-Peter Nilsson  <hp@axis.com>
3368         * aoutx.h (NAME(aout,reloc_type_lookup)): Add BFD_RELOC_8 and
3369         BFD_RELOC_16 to switch for extended relocs.
3370         (MY_swap_ext_reloc_in): New.
3371         (MY_swap_ext_reloc_out): New.
3372         (NAME(aout,slurp_reloc_table)): Use MY_swap_ext_reloc_in rather
3373         than NAME(aout,swap_ext_reloc_in) for extended relocs.
3374         (NAME(aout,squirt_out_relocs)): Similarly use
3375         MY_swap_ext_reloc_out.
3376         (aout_link_reloc_link_order): Use MY_put_ext_reloc if defined.
3378 2000-04-03  Kazu Hirata  <kazu@hxi.com>
3380         * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 to
3381         the R_PCRWORD_B case.
3383 2000-03-31  Thomas de Lellis  <tdel@wrs.com>
3385         * srec.c : Set CHUNK size to 16 bytes to prevent download failures
3386         on some targets.
3387         * ihex.c : Ditto.
3389 Wed Mar 30 15:28:00 2000  Donald Lindsay  <dlindsay@cygnus.com>
3391         * elf32-m32r.c (m32r_elf_generic_reloc): new function.  All
3392         HOWTO references to bfd_elf_generic_reloc, that have
3393         partial_inplace == true, now use the new function.  The function
3394         is based on the recent rewrite of m32r_elf_lo16_reloc(), and
3395         extends its fixes to the R_M32R_{16,24,32} relocs.
3396         The new logic in m32r_elf_lo16_reloc() has been removed, and
3397         it instead calls the new routine to obtain that functionality.
3399 2000-03-27  Alan Modra  <alan@linuxcare.com.au>
3401         * elf32-avr.c (elf32_avr_gc_mark_hook, elf32_avr_gc_sweep_hook,
3402         elf32_avr_check_relocs, avr_final_link_relocate,
3403         elf32_avr_relocate_section, bfd_elf_avr_final_write_processing,
3404         elf32_avr_object_p): Add prototypes.
3405         (elf32_avr_gc_mark_hook): Add default for h->root.type.
3406         (bfd_elf_avr_final_write_processing): Make static.
3408 2000-03-27  Denis Chertykov  <denisc@overta.ru>
3410         * cpu-avr.c: New file.  BFD support routines for AVR architecture.
3411         * archures.c (bfd_architecture): Add AVR architecture.
3412         (bfd_archures_list): Add reference to AVR architecture info.
3413         * elf.c (prep_headers): Handle bfd_arch_avr.
3414         * reloc.c: Add various AVR relocation enums.
3415         * targets.c (bfd_elf32_avr_vec): Declare and add to target vector
3416         list.
3417         * Makefile.am: Add support for AVR elf.
3418         * configure.in: Likewise.
3419         * config.bfd: Likewise.
3420         * Makefile.in: Regenerate.
3421         * configure: This too.
3422         * bfd-in2.h: And this.
3423         * libbfd.h: And this.
3425 2000-03-24  H.J. Lu  <hjl@gnu.org>
3427         * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Add prototype.
3428         (elf64_alpha_find_reloc_at_ofs): Likewise.
3430 2000-03-17  Alan Modra  <alan@linuxcare.com.au>
3432         * reloc.c (bfd_check_overflow): In case complain_overflow_bitfield,
3433         flag an overflow if the bitfield is outside -2**n to 2**n-1.  The
3434         allowable range used to be -2**(n-1) to 2**n-1.
3435         * reloc.c (_bfd_relocate_contents): Same here.  Also replace
3436         "boolean overflow" with "bfd_reloc_status_type flag".
3438 2000-03-14  Doug Evans  <dje@casey.transmeta.com>
3440         * elf32-m32r.c (m32r_elf_lo16_reloc): Rewrite.
3442 2000-03-14  Kazu Hirata  <kazu@hxi.com>
3444         * reloc16.c (bfd_coff_reloc16_relax_section): Count the total number
3445         of shrinks properly, including the last reloc.
3447 2000-03-13  Kazu Hirata  <kazu@hxi.com>
3449         * coff-h8300.c (h8300_reloc16_extra_cases): Fix the sanity
3450         check for R_MOVL2.
3452 2000-03-11  Alan Modra  <alan@linuxcare.com.au>
3454         * ieee.c (ieee_archive_p): Return bfd_error_wrong_format on
3455         a format mismatch rather than an "error" from bfd_read such as
3456         bfd_error_file_truncated.
3458 2000-03-10  Geoff Keating  <geoffk@cygnus.com>
3460         * elf32-mips.c (_bfd_mips_elf_relocate_section): Do proper
3461         sign-extension and big-endian compensation for
3462         R_MIPS_64 even in ld -r.
3464 2000-03-10  Geoffrey Keating  <geoffk@cygnus.com>
3466         * elf32-mips.c (mips_elf_next_relocation): Rename from
3467         mips_elf_next_lo16_relocation, and generalize to look
3468         for any relocation type.
3469         (elf_mips_howto_table): Make R_MIPS_PC16 pcrel_offset.
3470         (elf_mips_gnu_rel_hi16): Howto for R_MIPS_GNU_REL_HI16.
3471         (elf_mips_gnu_rel_lo16): Howto for R_MIPS_GNU_REL_LO16.
3472         (elf_mips_gnu_rel16_s2): Howto for R_MIPS_GNU_REL16_S2.
3473         (elf_mips_gnu_pcrel64): Howto for R_MIPS_PC64.
3474         (elf_mips_gnu_pcrel32): Howto for R_MIPS_PC32.
3475         (bfd_elf32_bfd_reloc_type_lookup): Add new relocs.
3476         (mips_rtype_to_howto): Likewise.
3477         (mips_elf_calculate_relocation): Handle new relocs.
3478         (_bfd_mips_elf_relocate_section): REL_HI16/REL_LO16 relocs
3479         are paired.  The addend for R_MIPS_GNU_REL16_S2
3480         is shifted right two bits.
3482 2000-03-10  Alan Modra  <alan@linuxcare.com.au>
3484         * reloc.c (bfd_perform_relocation): Undo emacs formatting of
3485         comment, and ensure it doesn't happen again.
3486         (bfd_install_relocation): Same here.
3487         (_bfd_relocate_contents): Don't bother assigning unused signmask
3488         shift result.  Fix typos in comments.
3489         Remove trailing whitespace throughout file.
3491 2000-03-07  Doug Evans  <dje@casey.transmeta.com>
3493         * reloc.c (reloc_howto_struct): Fix partial_inplace comment.
3494         * bfd-in2.h: Rebuild.
3496 2000-03-06  Nick Clifton  <nickc@cygnus.com>
3498         * peicode.h (struct pe_ILF_vars): Add sym_ptr_table and
3499         sym_ptr_ptr fields.
3500         (SIZEOF_ILF_SYM_PTR_TABLE): Define.
3501         (SIZEOF_ILF_STRINGS): Redefine.
3502         (pe_ILF_make_a_symbol-reloc): New function.  Creates a symbol
3503         relative reloc, as opposed to a section relative reloc.
3504         (pe_ILF_make_a_symbol): Set the class of local symbols to C_STAT
3505         not C_LABEL.
3506         Add length of symbol's prefix to string pointer.
3507         Store a pointer to the symbol in the symbol pointer table.
3508         (pe_ILF_build_a_bfd): Do not build .idata$2 or .idata$7.
3509         Initialise the symbol pointer table.
3510         Store the hint in the Hint/Name table.
3511         Make the jump reloc be symbol realtive, not section relative.
3512         Create an import symbol for imported code.
3514 2000-03-06  Catherine Moore  <clm@cygnus.com>
3516         * elf.c (swap_out_syms):  Check for null type_ptr.
3518 2000-03-01  Hans-Peter Nilsson  <hp@axis.com>
3520         * aout-target.h (MY(write_object_contents)): Remove unused
3521         and unusable "#if CHOOSE_RELOC_SIZE".
3522         * pc532-mach.c (MY(write_object_contents)): Ditto.
3523         * netbsd.h (MY(write_object_contents)): Ditto.
3524         * hp300hpux.c (MY(write_object_contents)): Ditto.
3525         * freebsd.h (MY(write_object_contents)): Ditto.
3526         * aout-tic30.c (tic30_aout_write_object_contents): Ditto.
3528 2000-02-29  H.J. Lu  <hjl@gnu.org>
3530         * peicode.h (jtab): Make it static.
3532         * coff-sh.c (sh_align_load_span): Declared if COFF_WITH_PE is
3533         defined and COFF_IMAGE_WITH_PE is not defined.
3534         (_bfd_sh_align_load_span): Defined as sh_align_load_span if
3535         COFF_WITH_PE is defined and COFF_IMAGE_WITH_PE is not defined.
3537 2000-03-01  Nick Clifton  <nickc@cygnus.com>
3539         * coff-arm.c (bfd_arm_process_before_allocation): Make
3540         'symndx' signed to prevent compile time warning.
3542         * coff-mcore.c: Remove unused prototype for pe_object_p.
3544         * coff-sh.c: Add "#ifndef COFF_IMAGE_WITH_PE" around static
3545         functions that are not used when COFF_IMAGE_WITH_PE is
3546         defined.
3547         (struct sh_opcode): Change type of 'flags' field to unsigned
3548         long so that it can hold the USESAS flag.
3550         * coffcode.h (styp_to_sec_flags): Initialise 'target_name'.
3552         * elf-m10300.c (mn10300_elf_relax_section): Initialise
3553         'sym_sec'.
3555         * elf32-i370.c: Add ATTRIBUTE_UNUSED to unused function
3556         parameters.
3557         Remove unusued variables and code.
3558         (elf_backend_add_symbol_hook): Fix prototype.
3560         * elf32-m68k.c (elf_m68k_gc_sweep_hook): Initialise 'sgot' and
3561         'srelgot'.
3563         * elf32-mcore.c (mcore_elf_relocate_section): Initialise
3564         'oldinst'.
3566         * elf32-mips.c: Add ATTRIBUTE_UNUSED to unused function
3567         parameters.
3568         Remove unusued variables and code.
3569         (elf_backend_add_symbol_hook): Fix prototype.
3571         * elf32-sh.c (sh_elf_set_mach_from_flags): Use 'flags'.
3573         * elflink.h (elf_bfd_link_add_symbols): Add ATTRIBUTE_UNUSED
3574         to unused function parameter.
3576         * pe-mips.c: Add ATTRIBUTE_UNUSED to unused function
3577         parameters.
3578         Use EMPTY_HOWTO to initialise empty howto slots.
3579         Remove unused variables.
3581         * peicode.h (pe_ILF_build_a_bfd): Initialise id6.
3583 2000-03-01  H.J. Lu  <hjl@gnu.org>
3585         * aoutx.h (aout_link_input_section_std): Pass "true" to
3586         the undefined_symbol callback.
3587         (aout_link_input_section_ext): Likewise.
3588         * bout.c (get_value): Likewise.
3589         * coff-a29k.c (coff_a29k_relocate_section): Likewise.
3590         * coff-alpha.c (alpha_ecoff_get_relocated_section_conten):
3591         Likewise.
3592         (alpha_relocate_section): Likewise.
3593         * coff-arm.c (coff_arm_relocate_section): Likewise.
3594         * coff-i960.c (coff_i960_relocate_section): Likewise.
3595         * coff-mcore.c (coff_mcore_relocate_section): Likewise.
3596         * coff-mips.c (mips_relocate_section): Likewise.
3597         * coff-ppc.c (coff_ppc_relocate_section): Likewise.
3598         * coff-sh.c (sh_relocate_section): Likewise.
3599         * coff-tic80.c (coff_tic80_relocate_section): Likewise.
3600         * cofflink.c (_bfd_coff_generic_relocate_section): Likewise.
3601         * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
3602         * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
3603         * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
3604         * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
3605         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
3606         * elf32-i370.c (i370_elf_relocate_section): Likewise.
3607         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
3608         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
3609         * elf32-sh.c (sh_elf_relocate_section): Likewise.
3610         * elf32-v850.c (v850_elf_relocate_section): Likewise.
3611         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
3612         * elflink.h (elf_link_output_extsym): Likewise.
3613         * pe-mips.c (coff_pe_mips_relocate_section): Likewise.
3614         * reloc.c (bfd_generic_get_relocated_section_conten): Likewise.
3615         * reloc16.c (_bfd_ppc_xcoff_relocate_section): Likewise.
3617         * elf-hppa.h (elf_hppa_relocate_section): Pass "false" to the
3618         undefined_symbol callback when building shared library with
3619         -Bsymbolic and undefined symbols are allowed. Otherwise, pass
3620         "true".
3621         * elf32-arm.h (elf32_arm_relocate_section): Likewise.
3622         * elf32-i386.c (elf_i386_relocate_section): Likewise.
3623         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3624         * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
3625         (elf32_mips_get_relocated_section_content): Likewise.
3626         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3627         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3628         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
3629         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3631 2000-02-28  Nick Clifton  <nickc@cygnus.com>
3633         * Makefile.am: Add rules to build pe[i]-{sh|mips}.lo objects.
3634         * Makefile.in: Regenerate.
3636         * configure.in: Add support for mips and sh pe vectors.
3637         * configure: regenerate.
3639         * config.bfd: Add support for arm-wince, mips-pe and sh-pe
3640         targets.
3642         * targets.c: Add mips and sh pe vectors.
3644         * libpei.h (coff_final_link_postscript): Only define if not
3645         already defined.
3647         * coffcode.h: Add support for WinCE magic numbers.
3649         * peigen.c (pe_print_reloc): Update comment and rearrange
3650         appending of newline character.
3652         * peicode.h: Add support for Image Library Format.
3653         (pe_ILF_vars): Structure containing data used by ILF code.
3654         (pe_ILF_make_a_section): New function.  Create a section based
3655         on ILF data.
3656         (pe_ILF_make_a_reloc): New function.  Create a reloc based on
3657         ILF data.
3658         (pe_ILF_make_a_symbol): New function.  Create a symbol based
3659         on ILF data.
3660         (pe_ILF_save_relocs): New function.  Store the relocs created
3661         by pe_ILF_make_a_reloc in a section.
3662         (pe_ILF_build_a_bfd): New function.  Create a BFD describing
3663         an ILF object.
3664         (pe_ILF_object_p): New function.  Return a bfd_target pointer
3665         for an ILF object.
3666         (pe_bfd_object_p): If an ILF object is detected call
3667         pe_ILF_object_p on it.
3669         * coff-arm.c: Add support for WinCE relocs which are different
3670         from normal ARM COFF relocs.
3671         * pe-arm.c: Unset TARGET_UNDERSCORE for a WinCE target.
3673         * coff-sh.c: Add support for sh-pe target.
3674         * pe-sh.c: New file.  Support code for sh-pe target.
3675         * pei-sh.c: New file.  Support code for sh-pe target.
3677         * pe-mips.c: New file.  Support code for mips-pe target.
3678         * pei-mips.c: New file.  Support code for mips-pe target.
3680 2000-02-27  Jakub Jelinek  <jakub@redhat.com>
3682         * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Don't bump
3683         architecture if the object causing the bump is dynamic.
3684         * elf64-sparc.c (sparc64_elf_merge_private_bfd_data): Likewise,
3685         and also don't it for memory ordering.
3686         (sparc64_elf_write_relocs): Take src_rela out of the loop.
3688 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
3690         * dwarf2.c (read_abbrevs): Use _raw_size directly rather than
3691         calling bfd_get_section_size_before_reloc.
3692         (decode_line_info): Likewise.
3693         (_bfd_dwarf2_find_nearest_line): Likewise.
3695 2000-02-27  Eli Zaretskii  <eliz@is.elta.co.il>
3697         * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
3698         name of the libtool directory.
3699         * Makefile.in: Rebuild.
3701 Fri Feb 25 18:39:26 2000  Rodney Brown (RodneyBrown@pmsc.com)
3703         * som.c (SOM_HOWTO): Define.
3704         (som_hppa_howto_table): Use it.
3706 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
3708         * config.bfd: Enable 64 bit support for GNU/Linux/sparc.
3710         * config.bfd: Enable 64 bit support for Solaris7+/sparc.
3712 2000-02-24  Catherine Moore  <clm@cygnus.com>
3714         * som.c (som_misc_symbol_info):  Add field
3715         secondary_def.
3716         (som_bfd_derive_misc_symbol_info):  Initialize
3717         secondary_def.
3718         (som_build_and_write_symbol_table): Keep track
3719         of secondary_def field.
3720         (som_slurp_symbol_table): Set BSF_WEAK symbol flag
3721         if secondary_def field is set.
3722         (som_bfd_ar_write_symbol_stuff): Initialize
3723         secondary_def.
3725 2000-02-23  Stephane Carrez  <stcarrez@worldnet.fr>
3727         * dwarf2.c (read_address): Read 16-bits addresses.
3728         (parse_comp_unit): Accept addr_size == 2.
3730 2000-02-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
3732         * bfd-in.h: Update copyright date.
3734 2000-02-23  Linas Vepstas <linas@linas.org>
3736         * cpu-i370.c: New file.
3737         * elf32-i370.c:  New file.
3738         * archures.c (enum bfd_architecture): Add bfd_arch_i370.
3739         (bfd_i370_arch): New.
3740         (bfd_archures_list): Add bfd_i370_arch.
3741         * elf.c (prep_headers): Add bfd_arch_i370.
3742         * Makefile.am: Add support for IBM 370 elf.
3743         * config.bfd: Likewise.
3744         * configure.in: Likewise.
3745         * libbfd.h (bfd_reloc_code_real_names): Likewise.
3746         * reloc.c (bfd_reloc_code_type): Likewise.
3747         * targets.c: Likewise.
3749         * Makefile.in: Regenerate.
3750         * configure: Regenerate.
3751         * bfd-in2.h: Regenerate.
3753 2000-02-22  Ian Lance Taylor  <ian@zembu.com>
3755         * elf32-i386.c (elf_i386_info_to_howto_rel): Give a warning for
3756         invalid relocation types, and change them to R_386_NONE.
3758 2000-02-22  H.J. Lu  <hjl@gnu.org>
3760         * elflink.h (elf_link_add_object_symbols): If a version symbol is
3761         not defined, don't add a second ELF_VER_CHR.
3763         * elflink.h (elf_bfd_final_link): Call output_extsym for global
3764         symbols converted to local symbols even when stripping all
3765         symbols.
3766         (elf_link_output_extsym): Process global symbols converted to
3767         local symbols even if they are being stripped.
3769 2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
3771         * archures.c (bfd_octets_per_byte): Return unsigned int.
3772         (bfd_arch_mach_octets_per_byte): Ditto.
3773         * libbfd.c (bfd_read, bfd_seek): Quell signed vs. unsigned
3774         comparison warning.
3775         * section.c (bfd_get_section_size_before_reloc): Quell signed
3776         vs. unsigned comparison warning.
3777         (bfd_get_section_size_after_reloc): Same here.  Fix parentheses too.
3778         * trad-core.c (trad_unix_core_file_p): Correct 2000-01-27
3779         change.  What was I thinking?
3780         * bfd-in2.h: Regenerate.
3782         * elflink.h (elf_gc_sweep): Skip non-elf input bfds.
3783         (elf_gc_sections): Same here.
3784         (elf_gc_common_finalize_got_offsets): And here.
3786 2000-02-21  Ian Lance Taylor  <ian@zembu.com>
3788         ELF HPPA doesn't work at present; remove it until it does.
3789         * config.bfd: Comment out setting targ_defvec to
3790         bfd_elf32_hppa_vec.
3791         * Makefile.am: Rebuild dependencies.
3792         (BFD32_BACKENDS): Remove elf32-hppa.lo.
3793         (BFD32_BACKENDS_CFILES): Remove elf32-hppa.c.
3794         (SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h.
3795         * Makefile.in: Rebuild.
3796         * targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
3798 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
3800         * coffcode.h (coff_set_arch_mach_hook): Use free(), because there
3801         is no bfd_free().  Revert bfd_free part of previous change.
3803 2000-02-18  Geoff Keating  <geoffk@cygnus.com>
3805         * coffcode.h (coff_set_arch_mach_hook): Don't use variable-size
3806         arrays.
3807         (coff_compute_section_file_positions): Use bfd_free to pair
3808         bfd_malloc.
3809         (coff_write_object_contents): Likewise.
3811         * coff-rs6000.c (xcoff_howto_table_16): New variable.
3812         (xcoff_rtype2howto): Handle 16-bit variants of 32-bit relocs.
3814 2000-02-18  Ulrich Drepper  <drepper@cygnus.com>
3816         * coff-rs6000.c (XCOFFARMAGBIG): New macro.
3817         (xcoff_ar_file_hdr_big): New structure.
3818         (SIZEOF_AR_FILE_HDR_BIG): New macro.
3819         (xcoff_ar_hdr_big): New structure.
3820         (SIZEOF_AR_HDR_BIG): New macro.
3821         (xcoff_big_format_p): New macro.
3822         (xcoff_ardata_big): New macro.
3823         (arch_xhdr_big): New macro.
3824         (xcoff_slurp_armap): Handle large archives.
3825         (xcoff_archive_p): Detect large archives.
3826         (xcoff_read_ar_hdr): Handle large archives.
3827         (xcoff_openr_next_archived_file): Handle large archives.
3828         (xcoff_generic_stat_arch_elt): Handle large archives.
3829         (xcoff_write_armap_old): Rename from xcoff_write_armap.
3830         (xcoff_write_armap_big): New function.
3831         (xcoff_write_armap): New function, dispatch to _old or _big.
3832         (xcoff_write_archive_contents_old): Rename from
3833         xcoff_write_archive_contents.
3834         (xcoff_write_archive_contents_big): New function.
3835         (xcoff_write_archive_contents): New function, dispatch to _old or
3836         _big.
3838 2000-02-18  Richard Henderson  <rth@cygnus.com>
3840         * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirect
3841         and hide_symbol members.
3842         (elf_link_hash_copy_indirect): Remove.
3843         (elf_link_hash_hide_symbol): Remove.
3844         (struct elf_backend_data): Add elf_backend_copy_indirect_symbol
3845         and elf_backend_hide_symbol.
3846         (_bfd_elf_link_hash_copy_indirect): Declare.
3847         (_bfd_elf_link_hash_hide_symbol): Declare.
3848         * elf.c (_bfd_elf_link_hash_copy_indirect): Remove table argument.
3849         (_bfd_elf_link_hash_hide_symbol): Likewise.
3850         (_bfd_elf_link_hash_table_init): Don't init killed members.
3851         * elflink.h (elf_link_add_object_symbols): Use the bed function
3852         pointers not elf_link_hash_{copy_indirect,hide_symbol}.
3853         (elf_link_assign_sym_version): Likewise.
3854         * elfxx-target.h (elf_backend_copy_indirect_symbol): Default.
3855         (elf_backend_hide_symbol): Likewise.
3856         (elfNN_bed): Update for new members.
3858 2000-02-17  Kevin Buettner  <kevinb@redhat.com>
3860         * rs6000-core.c (CORE_DATA_SIZE_FIELD, CORE_COMM_FIELD, SAVE_FIELD,
3861         STACK_END_ADDR): Define for new core file format.
3862         (LOADER_OFFSET_FIELD, LOADER_REGION_SIZE, CORE_DUMP): New defines
3863         for handling the vagaries of the various core file structures used
3864         by AIX over the years.
3865         (rs6000coff_core_p, rs6000coff_core_file_matches_executable,
3866         Rs6kCorData): Use above defines to adapt code to use AIX 4.3's
3867         core_dumpx structure.
3869 Thu Feb 17 00:04:48 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
3871         * archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
3872         (bfd_mach_sh3_dsp): Likewise.
3873         (bfd_mach_sh4): Reinstate.
3874         (bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
3875         * bfd-in2.h: Regenerate.
3876         * coff-sh.c (struct sh_opcode): flags is no longer short.
3877         (USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
3878         (sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
3879         (sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
3880         (sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
3881         (sh_opcodes): No longer const.
3882         (sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
3883         (sh_insn_uses_reg): Check for USESAS and USESR8.
3884         (sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
3885         (_bfd_sh_align_load_span): Return early for SH4.
3886         Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
3887         Take into account that field b of a parallel processing insn
3888         could be mistaken for a separate insn.
3889         * cpu-sh.c (arch_info_struct): New array elements for
3890         sh2, sh-dsp and sh3-dsp.
3891         Reinstate element for sh4.
3892         (SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
3893         (SH4_NEXT): Reinstate.
3894         (SH3_NEXT, SH3E_NEXT): Adjust.
3895         * elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
3896         * elf32-sh.c (sh_elf_set_private_flags): New function.
3897         (sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
3898         (sh_elf_merge_private_data): New function.
3899         (elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
3900         (bfd_elf32_bfd_copy_private_bfd_data): Define.
3901         (bfd_elf32_bfd_merge_private_bfd_data): Change to
3902         sh_elf_merge_private_data.
3904 2000-02-13  Richard Henderson  <rth@cygnus.com>
3906         * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
3907         hide_symbol members.
3908         (elf_link_hash_copy_indirect): New.
3909         (elf_link_hash_hide_symbol): New.
3910         * elflink.h (elf_link_add_object_symbols): Break out copy from
3911         indirect new new symbol to elf.c.
3912         (elf_link_assign_sym_version): Break out privatization of
3913         non-exported symbol to elf.c.
3914         * elf.c (_bfd_elf_link_hash_copy_indirect): New.
3915         (_bfd_elf_link_hash_hide_symbol): New.
3916         (_bfd_elf_link_hash_table_init): Init copy_indirect and hide_symbol.
3918 2000-02-13  Ian Lance Taylor  <ian@zembu.com>
3920         * section.c (_bfd_strip_section_from_output): Add info parameter.
3921         If it passed as non-NULL, use it to check whether any input BFD
3922         has an input section which uses this output section.  Change all
3923         callers.
3924         * bfd-in2.h: Rebuild.
3926         * bfd-in.h: Move declarations of bfd_get_elf_phdr_upper_bound and
3927         bfd_get_elf_phdrs in from bfd-in2.h, correcting patch of
3928         1999-11-29.
3929         * bfd-in2.h: Rebuild.
3931 2000-02-10  Timothy Wall  <twall@cygnus.com>
3933         * coffswap.h (coff_swap_sym_in): Add hook SWAP_SYM_IN_POST to
3934         allow final modifications of swapped-in symbol.
3935         (coff_swap_sym_out): Ditto with SWAP_SYM_OUT_POST.
3936         * coffcode.h (coff_write_relocs): Use macro
3937         SECTION_RELATIVE_ABSOLUTE_SYMBOL_P if defined to determine whether
3938         symbol index should be set to -1.
3940 Thu Feb 10 20:07:50 GMT 2000  Toshiyasu Morita (toshi.morita@sega.com)
3942         * coff-sh.c (USES1_REG, USES2_REG, SETS1_REG, SETS2_REG,
3943         USESF1_REG, USESF2_REG, SETSF1_REG, SETSF2_REG): New macros.
3944         * (sh_insn_sets_reg, sh_insn_sets_freg): New prototypes.
3945         * (sh_insn_sets_reg, sh_insn_uses_or_sets_reg, sh_insns_sets_freg,
3946         sh_insns_uses_or_sets_freg): New functions.
3947         * (sh_insn_uses_reg, sh_insn_uses_freg): Use new macros.
3948         * (sh_insns_conflict): Use new functions and new macros to
3949         detect conflicts when two instructions both set same integer registers,
3950         both set same fp register, and both set special register.
3952 2000-02-09  Timothy Wall  <twall@cygnus.com>
3954         * coffgen.c (coff_real_object_p): Set arch/mach info prior to
3955         swapping in sections, so that the swapping routines have access to
3956         the arch/mach info.
3958 2000-02-08 Mark Elbrecht <snowball3@bigfoot.com>
3960         * coff-go32.c: Update comment. Update copyright.
3962 2000-01-27  Thomas de Lellis  <tdel@windriver.com>
3964         * syms.c (bfd_decode_symclass)
3965         Two new class characters were added - 'V' and 'v'.  The
3966         meaning of 'W' is now restricted to just weak non-object
3967         symbols.  This allows differentiation between, for example,
3968         weak functions vs weak objects.  nm for example now dumps:
3969         'W' = weak global
3970         'w' = weak unresolved
3971         'V' = weak global object
3972         'v' = weak unresolved object
3974         (bfd_is_undefined_symclass): New function.  Return true if the
3975         given symbol class represents and undefined/unresolved symbol.
3977         (bfd_symbol_info): Use bfd_is_undefined_symclass to check for
3978         unresolved symbols.
3980         * bfd-in2.h: Add prototype for bfd_is_undefined_symbol().
3982         * elf32-arm.h (elf32_arm_get_symbol_type): If a symbol has the
3983         STT_ARM_16BIT flag set, but it is not attached to a data object
3984         return STT_ARM_16BIT so that it will be treated as code by the
3985         disassembler.
3987 2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
3989         * coff-i386.c (i3coff_object_p): Remove prototype.
3990         Update copyright.
3992         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Add const
3993         to name.  Update copyright.
3995         * trad-core.c (trad_unix_core_file_p): Cast core_regsec
3996         assignment to avoid warning.  Update copyright.
3998 2000-01-24  Robert Lipe  (robertl@sco.com)
4000         * coffcode.h (coff_write_object_contents): Get buff via bfd_malloc
4001         instead of using GNU C extension.
4003 2000-01-21  Nick Clifton  <nickc@cygnus.com>
4005         * libbfd.c (bfd_read): Do not attempt to get a negativly sized
4006         amount from a bfd_in_memory structure.
4007         (bfd_seek): Do not allow seeks past the end of a bfd_in_memory
4008         structure.
4010 2000-01-14  Nick Clifton  <nickc@cygnus.com>
4012         * linker.c (default_indirect_link_order): oops - fix incorrectly
4013         applied patch from Tim Wall.
4015 2000-01-13  Timothy Wall (twall@tiac.net>
4017         * coffcode.h: Use bfd_coff_xxx instead of the macro XXX (where xxx
4018         = scnhsz, filhsz, relsz, aoutsz, etc)
4020         * coffswap.h: Ditto.
4022 2000-01-13  Nick Clifton  <nickc@cygnus.com>
4024         * elf32-arm.h (elf32_thumb_to_arm_stub): Fix offset in branch to
4025         interwork thumb to arm stub.
4027 2000-01-13  Timothy Wall (twall@tiac.net>
4029         * archures.c (bfd_octets_per_byte): New function: Return
4030         target byte size.
4031         (bfd_arch_mach_octets_per_byte): New function: Return target
4032         byte size.
4034         * section.c: Distinguish between octets and bytes for usage of
4035         _cooked_size,  _raw_size, and output_offset.  Clarify
4036         description of bfd_set_section_contents.
4038         * bfd-in2.h: Regenerate.
4040         * coffgen.c: Indicate that the offset parameter is in bytes, not
4041         octets.
4043         * cofflink.c (bfd_coff_link_input_bfd): Use bfd_octets_per_byte
4044         where appropriate to get the octet offset when calling
4045         bfd_set_section_contents.
4046         (bfd_coff_reloc_link_order): Ditto.
4048         * linker.c (bfd_generic_reloc_link_order): Ditto.
4049         (_bfd_default_link_order): Ditto.
4051         * reloc.c (bfd_perform_relocation):  Distinguish between octets
4052         and bytes.  Use octets when indexing into octet data; use bytes
4053         when calculating target addresses.
4054         (bfd_install_relocation): Ditto.
4056         * srec.c (srec_write_section): Ditto.
4058 2000-01-13  Nick Clifton  <nickc@cygnus.com>
4060         * coff-mcore.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from
4061         3 to 2.  This allows 4 byte sized sections, which is necessary for
4062         dlltool to build functioning DLLs.
4064 2000-01-10  Philip Blundell  <pb@futuretv.com>
4066         * config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu.
4067         (arm*-*-conix*): New target.
4069 2000-01-10  Egor Duda  <deo@logos-m.ru>
4071         * config.bfd: Include elf32_i386 vector to target list for cygwin
4072         and mingw.
4074         * config.in: Undefine HAVE_WIN32_PSTATUS_T.
4075         * configure.in: Test for structure win32_pstatus_t in
4076         <sys/procfs.h>
4077         * configure: Regenerate.
4079         * elf.c (elfcore_grok_win32pstatus): New function: process
4080         win32_pstatus_t notes in elf core file.
4081         (elfcore_grok_note): Detect win32_pstatus notes.
4083 2000-01-03  Martin v. Loewis  <loewis@informatik.hu-berlin.de>
4085         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Process symbol
4086         visibility.
4087         * elflink.h (elf_link_add_object_symbols): Combine visibilities.
4088         * elf.c (bfd_elf_print_symbol): Interpret st_other as visibility.
4090 For older changes see ChangeLog-9899
4092 Local Variables:
4093 mode: change-log
4094 left-margin: 8
4095 fill-column: 74
4096 version-control: never
4097 End: