]> Git Repo - binutils.git/blame - bfd/ChangeLog
Protoization.
[binutils.git] / bfd / ChangeLog
CommitLineData
9a951beb
RH
12000-11-07 Richard Henderson <[email protected]>
2
3 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
4 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
5 * section.c (bfd_set_section_contents): Call memcpy if
6 section->contents set and location not equal to contents plus offset.
7
aebad5fe
KH
82000-11-08 Kazu Hirata <[email protected]>
9
8546af74
KH
10 * bfd-in.h: Fix formatting.
11 * bfd-in2.h: Likewise.
12 * bfd.c: Likewise.
aebad5fe
KH
13 * binary.c: Likewise.
14 * bout.c: Likewise.
346ceb11
KH
15 * coff-a29k.c: Likewise.
16 * coff-alpha.c: Likewise.
17 * coff-apollo.c: Likewise.
18 * coff-aux.c: Likewise.
aebad5fe 19
0ef5a5bd
KH
202000-11-07 Kazu Hirata <[email protected]>
21
22 * aix386-core.c: Fix formatting.
23 * aoutf1.h: Likewise.
24 * aoutx.h: Likewise.
25 * archures.c: Likewise.
26 * armnetbsd.c: Likewise.
27
d562d2fb
AM
282000-11-07 Alan Modra <[email protected]>
29
30 * coff-h8300.c (special): Adjust reloc address.
31
bbe66d08
JW
322000-11-06 Steve Ellcey <[email protected]>
33
4efc3e05 34 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
bbe66d08
JW
35 to differentiate elf32 and elf64 on ia64.
36 * bfd-in2.h: Regenerate.
37 * config.bfd: Add target for "ia64*-*-hpux*".
38 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
39 * configure: Regenerate.
4efc3e05 40 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
bbe66d08
JW
41 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
42
43 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
44 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
45 * Makefile.in: Regnerate.
4efc3e05 46 * elf64-ia64.c: Deleted.
bbe66d08
JW
47 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
48
c4dfa77f
KH
492000-11-06 Kazu Hirata <[email protected]>
50
51 * aout-adobe.c: Fix formatting.
52 * aout-arm.c: Likewise.
53 * aout-cris.c: Likewise.
54 * aout-encap.c: Likewise.
55 * aout-ns32k.c: Likewise.
56 * aout-target.h: Likewise.
57 * aout-tic30.c: Likewise.
58
cf919dfd
PB
592000-11-05 Philip Blundell <[email protected]>
60
61 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
62 BFDs containing no sections to be merged, regardless of their flags.
63
642000-11-04 Philip Blundell <[email protected]>
65
66 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
67 if a relocation for an undefined symbol also results in an
68 overflow.
69
8848a8d0
CF
70Mon Nov 6 13:35:07 2000 Christopher Faylor <[email protected]>
71
72 * config.bfd: Add support for Sun Chorus.
73
46d59bfa
DB
742000-11-05 David O'Brien <[email protected]>
75
76 * configure.in: Recognize alpha-*-freebsd*.
77 * configure: Regenerate.
78
420496c1
NC
792000-11-02 Luciano Gemme <[email protected]>
80
81 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
82 (Chunk): New global variable set by a parameter in objcopy.c.
83 (S3Forced): New global variable set by a parameter in
84 objcopy.c.
85 (srec_set_section_contents): If S3Forced is true, always generate
86 S3 records.
87 (srec_write_section): Use 'Chunk' to limit maximum length of S
88 records.
89
59ff2774
NC
902000-11-02 Per Lundberg <[email protected]>
91
92 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
93 * Makefile.in: Regenerate.
94 * bfd-in2.h: Regenerate.
95 * po/bfd.pot: Regenerate.
96
ee43f35e
PB
972000-10-31 Philip Blundell <[email protected]>
98
99 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
100 EF_SOFT_FLOAT if it is defined.
101
1006ba19
PB
1022000-10-27 Philip Blundell <[email protected]>
103
104 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
105 attempts to mix PIC code with non-PIC, just mark the output as
106 being position dependent.
107 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
108 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
109 all mismatches, not just the first one.
110
c4920b97
NC
1112000-10-25 Chris Demetriou <[email protected]>
112
113 * ieee.c (ieee_archive_p): Plug one of many possible
114 memory leaks in error handling.
115
19f7b010
JJ
1162000-10-20 Jakub Jelinek <[email protected]>
117
118 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
119 elf32_sparc_object_p, elf32_sparc_final_write_processing):
120 Support v8plusb.
121 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
122 sparc64_elf_object_p): Support v9b.
123 * archures.c: Declare v8plusb and v9b machines.
124 * bfd-in2.h: Ditto.
125 * cpu-sparc.c: Ditto.
126
e1e0340b
GK
1272000-10-16 Geoffrey Keating <[email protected]>
128
ea5fbc67
GK
129 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
130 of a GOT reloc.
131
e1e0340b
GK
132 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
133 (SYMBOL_CALLS_LOCAL): New macro.
134 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
135 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
136 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
137 (ppc_elf_relocate_section): Use flag variable to determine
138 whether the relocation refers to a local symbol.
139 Test whether a PLTREL24 reloc will produce a reloc by looking
140 to see whether a PLT entry was made.
141
a4b120e1
GK
1422000-10-14 Geoffrey Keating <[email protected]>
143
144 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
145 entries that could serve as a definition for a weak symbol.
146
5af5b85b
UC
1472000-10-13 Ulf Carlsson <[email protected]>
148
149 From Ralf Baechle <[email protected]>
150
151 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
152 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
153 against local symbols.
154 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
155
3ef20aaa
AM
1562000-10-12 Alan Modra <[email protected]>
157
24376d1b
AM
158 * section.c (struct sec): Add kept_section.
159 (struct bfd_comdat_info): Remove sec, we can use above.
160 (STD_SECTION): Add initializer.
161 (bfd_make_section_anyway): Init here too.
162
163 * bfd-in2.h: Regenerate.
164
165 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
166 zeroing of `flags'.
167 (elf_link_input_bfd): Set all asection->symbol->value's here, and
168 fudge values for discarded link-once section symbols.
169
3ef20aaa
AM
170 * elf64-hppa.c: Include alloca-conf.h
171
c0e219cc
AM
1722000-10-11 Alan Modra <[email protected]>
173
d01e2a23
AM
174 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
175
c0e219cc
AM
176 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
177
fe268b66
AM
1782000-10-10 Alan Modra <[email protected]>
179
180 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
181
4d7ce4dd
AM
1822000-10-10 Tom Rix <[email protected]>
183
184 * section.c (bfd_make_section_anyway): Release newsect ptr when
185 newsect->symbol fails to alloc. Use bfd_release instead of free.
186
f3b6f7c3
RH
1872000-10-09 Richard Henderson <[email protected]
188
189 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
190 (elf64_ia64_unwind_entry_compare): New.
191 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
192
44852b19
AM
1932000-10-07 Alan Modra <[email protected]>
194
fc8c40a0
AM
195 * elflink.h (size_dynamic_sections): Don't create various tags if
196 .dynstr is excluded from the link. Don't set first dynsym entry
197 if dynsymcount is zero.
198 (elf_bfd_final_link): Don't try to swap out dynamic syms if
199 .dynsym excluded from the link. Don't try to write any dynamic
200 sections excluded from the link.
201
44852b19
AM
202 * elf.c (swap_out_syms): Handle global section symbols.
203
3e4554a2
DD
2042000-10-05 DJ Delorie <[email protected]>
205
206 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
207 * coffcode.h (coff_set_alignment_hook): read extended reloc count
208 (coff_write_relocs): write extended reloc count
209 (coff_write_object_contents): account for extended relocs
210
fa152c49
JW
2112000-10-05 Jim Wilson <[email protected]>
212
213 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
214 field.
215 * elf.c (_bfd_elf_make_section_from_shdr): Call the
216 elf_backend_section_flags function.
217 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
218 code.
219 (elf64_ia64_section_flags): New function containing flag conversion
220 code.
221 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
222 * elfxx-target.h (elf_backend_section_flags): Define.
223 (elfNN_bed): Initialize elf_backend_section_flags field.
224
36605136
AM
2252000-10-02 Alan Modra <[email protected]>
226
227 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
228 _bfd_elf32_gc_record_vtable. Correct a comment.
229
4b6609a0
UC
2302000-10-01 Ulf Carlsson <[email protected]>
231
232 From Ralf Baechle <[email protected]>
233
234 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
235 produces binaries with got[1] = 0x80000001 to differenciate them
236 for the dynamic linker from the broken binaries produced by old
237 versions.
36605136 238
f572a39d
AM
2392000-09-30 Petr Sorfa <[email protected]>
240
241 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
242 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
243 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
244 * configure: Regenerate.
245
4da81684
HPN
2462000-09-27 Hans-Peter Nilsson <[email protected]>
247
248 Define two bfd_targets for absence and presence of leading
249 underscore on symbols. Make sure to only link same kind.
250 * elf32-cris.c (cris_elf_object_p,
251 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
252 cris_elf_merge_private_bfd_data): New.
253 (elf_backend_object_p, elf_backend_final_write_processing,
254 bfd_elf32_bfd_print_private_bfd_data,
255 bfd_elf32_bfd_merge_private_bfd_data): Define.
256 <Target vector definition>: Include elf32-target.h twice with
257 different macro settings:
258 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
259 bfd_elf32_us_cris_vec.
260 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
261 (elf_symbol_leading_char): First as 0, then '_'.
262 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
263 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
264 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
265 * configure: Regenerate.
266 * targets.c: Declare bfd_elf32_us_cris_vec.
267 * po/bfd.pot: Regenerate.
268
9a5aca8c
AM
2692000-09-29 Momchil Velikov <[email protected]>
270
271 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
272 R_ARM_THM_PC22 relocations.
273
512a2384
AM
2742000-09-29 NIIBE Yutaka <[email protected]>
275
276 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
277
6c99a5c3
AM
2782000-09-29 Momchil Velikov <[email protected]>
279
280 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
281 is has the SEC_HAS_CONTENTS flag set.
282
b16885a1
HPN
283