]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
ia64-hpux patches from Steve Ellcey.
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
bbe66d08
JW
12000-11-06 Steve Ellcey <sje@cup.hp.com>
2
3 * archures.c: (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32) Add defines
4 to differentiate elf32 and elf64 on ia64.
5 * bfd-in2.h: Regenerate.
6 * config.bfd: Add target for "ia64*-*-hpux*".
7 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
8 * configure: Regenerate.
9 * cpu-ia64.c (bfd_ia64_elf32_arch) Add elf32 arch info structure.
10 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
11
12 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
13 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
14 * Makefile.in: Regnerate.
15 * elf64-ia64.c: Deleted
16 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
17
c4dfa77f
KH
182000-11-06 Kazu Hirata <kazu@hxi.com>
19
20 * aout-adobe.c: Fix formatting.
21 * aout-arm.c: Likewise.
22 * aout-cris.c: Likewise.
23 * aout-encap.c: Likewise.
24 * aout-ns32k.c: Likewise.
25 * aout-target.h: Likewise.
26 * aout-tic30.c: Likewise.
27
cf919dfd
PB
282000-11-05 Philip Blundell <philb@gnu.org>
29
30 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
31 BFDs containing no sections to be merged, regardless of their flags.
32
332000-11-04 Philip Blundell <philb@gnu.org>
34
35 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
36 if a relocation for an undefined symbol also results in an
37 overflow.
38
8848a8d0
CF
39Mon Nov 6 13:35:07 2000 Christopher Faylor <cgf@cygnus.com>
40
41 * config.bfd: Add support for Sun Chorus.
42
46d59bfa
DB
432000-11-05 David O'Brien <obrien@FreeBSD.org>
44
45 * configure.in: Recognize alpha-*-freebsd*.
46 * configure: Regenerate.
47
420496c1
NC
482000-11-02 Luciano Gemme <ishitawa@yahoo.com>
49
50 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
51 (Chunk): New global variable set by a parameter in objcopy.c.
52 (S3Forced): New global variable set by a parameter in
53 objcopy.c.
54 (srec_set_section_contents): If S3Forced is true, always generate
55 S3 records.
56 (srec_write_section): Use 'Chunk' to limit maximum length of S
57 records.
58
59ff2774
NC
592000-11-02 Per Lundberg <plundis@chaosdev.org>
60
61 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
62 * Makefile.in: Regenerate.
63 * bfd-in2.h: Regenerate.
64 * po/bfd.pot: Regenerate.
65
ee43f35e
PB
662000-10-31 Philip Blundell <philb@gnu.org>
67
68 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
69 EF_SOFT_FLOAT if it is defined.
70
1006ba19
PB
712000-10-27 Philip Blundell <philb@gnu.org>
72
73 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
74 attempts to mix PIC code with non-PIC, just mark the output as
75 being position dependent.
76 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
77 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
78 all mismatches, not just the first one.
79
c4920b97
NC
802000-10-25 Chris Demetriou <cgd@sibyte.com>
81
82 * ieee.c (ieee_archive_p): Plug one of many possible
83 memory leaks in error handling.
84
19f7b010
JJ
852000-10-20 Jakub Jelinek <jakub@redhat.com>
86
87 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
88 elf32_sparc_object_p, elf32_sparc_final_write_processing):
89 Support v8plusb.
90 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
91 sparc64_elf_object_p): Support v9b.
92 * archures.c: Declare v8plusb and v9b machines.
93 * bfd-in2.h: Ditto.
94 * cpu-sparc.c: Ditto.
95
e1e0340b
GK
962000-10-16 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
97
ea5fbc67
GK
98 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
99 of a GOT reloc.
100
e1e0340b
GK
101 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
102 (SYMBOL_CALLS_LOCAL): New macro.
103 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
104 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
105 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
106 (ppc_elf_relocate_section): Use flag variable to determine
107 whether the relocation refers to a local symbol.
108 Test whether a PLTREL24 reloc will produce a reloc by looking
109 to see whether a PLT entry was made.
110
a4b120e1
GK
1112000-10-14 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
112
113 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
114 entries that could serve as a definition for a weak symbol.
115
5af5b85b
UC
1162000-10-13 Ulf Carlsson <ulfc@engr.sgi.com>
117
118 From Ralf Baechle <ralf@gnu.org>
119
120 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
121 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
122 against local symbols.
123 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
124
3ef20aaa
AM
1252000-10-12 Alan Modra <alan@linuxcare.com.au>
126
24376d1b
AM
127 * section.c (struct sec): Add kept_section.
128 (struct bfd_comdat_info): Remove sec, we can use above.
129 (STD_SECTION): Add initializer.
130 (bfd_make_section_anyway): Init here too.
131
132 * bfd-in2.h: Regenerate.
133
134 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
135 zeroing of `flags'.
136 (elf_link_input_bfd): Set all asection->symbol->value's here, and
137 fudge values for discarded link-once section symbols.
138
3ef20aaa
AM
139 * elf64-hppa.c: Include alloca-conf.h
140
c0e219cc
AM
1412000-10-11 Alan Modra <alan@linuxcare.com.au>
142
d01e2a23
AM
143 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
144
c0e219cc
AM
145 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
146
fe268b66
AM
1472000-10-10 Alan Modra <alan@linuxcare.com.au>
148
149 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
150
4d7ce4dd
AM
1512000-10-10 Tom Rix <trix@redhat.com>
152
153 * section.c (bfd_make_section_anyway): Release newsect ptr when
154 newsect->symbol fails to alloc. Use bfd_release instead of free.
155
f3b6f7c3
RH
1562000-10-09 Richard Henderson <rth@cygnus.com
157
158 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
159 (elf64_ia64_unwind_entry_compare): New.
160 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
161
44852b19
AM
1622000-10-07 Alan Modra <alan@linuxcare.com.au>
163
fc8c40a0
AM
164 * elflink.h (size_dynamic_sections): Don't create various tags if
165 .dynstr is excluded from the link. Don't set first dynsym entry
166 if dynsymcount is zero.
167 (elf_bfd_final_link): Don't try to swap out dynamic syms if
168 .dynsym excluded from the link. Don't try to write any dynamic
169 sections excluded from the link.
170
44852b19
AM
171 * elf.c (swap_out_syms): Handle global section symbols.
172
3e4554a2
DD
1732000-10-05 DJ Delorie <dj@redhat.com>
174
175 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
176 * coffcode.h (coff_set_alignment_hook): read extended reloc count
177 (coff_write_relocs): write extended reloc count
178 (coff_write_object_contents): account for extended relocs
179
fa152c49
JW
1802000-10-05 Jim Wilson <wilson@cygnus.com>
181
182 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
183 field.
184 * elf.c (_bfd_elf_make_section_from_shdr): Call the
185 elf_backend_section_flags function.
186 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
187 code.
188 (elf64_ia64_section_flags): New function containing flag conversion
189 code.
190 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
191 * elfxx-target.h (elf_backend_section_flags): Define.
192 (elfNN_bed): Initialize elf_backend_section_flags field.
193
36605136
AM
1942000-10-02 Alan Modra <alan@linuxcare.com.au>
195
196 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
197 _bfd_elf32_gc_record_vtable. Correct a comment.
198
4b6609a0
UC
1992000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
200
201 From Ralf Baechle <ralf@gnu.org>
202
203 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
204 produces binaries with got[1] = 0x80000001 to differenciate them
205 for the dynamic linker from the broken binaries produced by old
206 versions.
36605136 207
f572a39d
AM
2082000-09-30 Petr Sorfa <petrs@sco.com>
209
210 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
211 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
212 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
213 * configure: Regenerate.
214
4da81684
HPN
2152000-09-27 Hans-Peter Nilsson <hp@axis.com>
216
217 Define two bfd_targets for absence and presence of leading
218 underscore on symbols. Make sure to only link same kind.
219 * elf32-cris.c (cris_elf_object_p,
220 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
221 cris_elf_merge_private_bfd_data): New.
222 (elf_backend_object_p, elf_backend_final_write_processing,
223 bfd_elf32_bfd_print_private_bfd_data,
224 bfd_elf32_bfd_merge_private_bfd_data): Define.
225 <Target vector definition>: Include elf32-target.h twice with
226 different macro settings:
227 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
228 bfd_elf32_us_cris_vec.
229 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
230 (elf_symbol_leading_char): First as 0, then '_'.
231 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
232 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
233 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
234 * configure: Regenerate.
235 * targets.c: Declare bfd_elf32_us_cris_vec.
236 * po/bfd.pot: Regenerate.
237
9a5aca8c
AM
2382000-09-29 Momchil Velikov <velco@fadata.bg>
239
240 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
241 R_ARM_THM_PC22 relocations.
242
512a2384
AM
2432000-09-29 NIIBE Yutaka <gniibe@chroot.org>
244
245 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
246
6c99a5c3
AM
2472000-09-29 Momchil Velikov <velco@fadata.bg>
248
249 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
250 is has the SEC_HAS_CONTENTS flag set.
251
b16885a1
HPN
252