2000-10-10 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
c0e219cc
AM
12000-10-11 Alan Modra <alan@linuxcare.com.au>
2
3 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
4
fe268b66
AM
52000-10-10 Alan Modra <alan@linuxcare.com.au>
6
7 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
8
4d7ce4dd
AM
92000-10-10 Tom Rix <trix@redhat.com>
10
11 * section.c (bfd_make_section_anyway): Release newsect ptr when
12 newsect->symbol fails to alloc. Use bfd_release instead of free.
13
f3b6f7c3
RH
142000-10-09 Richard Henderson <rth@cygnus.com
15
16 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
17 (elf64_ia64_unwind_entry_compare): New.
18 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
19
44852b19
AM
202000-10-07 Alan Modra <alan@linuxcare.com.au>
21
fc8c40a0
AM
22 * elflink.h (size_dynamic_sections): Don't create various tags if
23 .dynstr is excluded from the link. Don't set first dynsym entry
24 if dynsymcount is zero.
25 (elf_bfd_final_link): Don't try to swap out dynamic syms if
26 .dynsym excluded from the link. Don't try to write any dynamic
27 sections excluded from the link.
28
44852b19
AM
29 * elf.c (swap_out_syms): Handle global section symbols.
30
3e4554a2
DD
312000-10-05 DJ Delorie <dj@redhat.com>
32
33 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
34 * coffcode.h (coff_set_alignment_hook): read extended reloc count
35 (coff_write_relocs): write extended reloc count
36 (coff_write_object_contents): account for extended relocs
37
fa152c49
JW
382000-10-05 Jim Wilson <wilson@cygnus.com>
39
40 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
41 field.
42 * elf.c (_bfd_elf_make_section_from_shdr): Call the
43 elf_backend_section_flags function.
44 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
45 code.
46 (elf64_ia64_section_flags): New function containing flag conversion
47 code.
48 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
49 * elfxx-target.h (elf_backend_section_flags): Define.
50 (elfNN_bed): Initialize elf_backend_section_flags field.
51
36605136
AM
522000-10-02 Alan Modra <alan@linuxcare.com.au>
53
54 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
55 _bfd_elf32_gc_record_vtable. Correct a comment.
56
4b6609a0
UC
572000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
58
59 From Ralf Baechle <ralf@gnu.org>
60
61 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
62 produces binaries with got[1] = 0x80000001 to differenciate them
63 for the dynamic linker from the broken binaries produced by old
64 versions.
36605136 65
f572a39d
AM
662000-09-30 Petr Sorfa <petrs@sco.com>
67
68 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
69 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
70 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
71 * configure: Regenerate.
72
4da81684
HPN
732000-09-27 Hans-Peter Nilsson <hp@axis.com>
74
75 Define two bfd_targets for absence and presence of leading
76 underscore on symbols. Make sure to only link same kind.
77 * elf32-cris.c (cris_elf_object_p,
78 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
79 cris_elf_merge_private_bfd_data): New.
80 (elf_backend_object_p, elf_backend_final_write_processing,
81 bfd_elf32_bfd_print_private_bfd_data,
82 bfd_elf32_bfd_merge_private_bfd_data): Define.
83 <Target vector definition>: Include elf32-target.h twice with
84 different macro settings:
85 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
86 bfd_elf32_us_cris_vec.
87 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
88 (elf_symbol_leading_char): First as 0, then '_'.
89 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
90 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
91 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
92 * configure: Regenerate.
93 * targets.c: Declare bfd_elf32_us_cris_vec.
94 * po/bfd.pot: Regenerate.
95
9a5aca8c
AM
962000-09-29 Momchil Velikov <velco@fadata.bg>
97
98 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
99 R_ARM_THM_PC22 relocations.
100
512a2384
AM
1012000-09-29 NIIBE Yutaka <gniibe@chroot.org>
102
103 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
104
6c99a5c3
AM
1052000-09-29 Momchil Velikov <velco@fadata.bg>
106
107 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
108 is has the SEC_HAS_CONTENTS flag set.
109