]> Git Repo - binutils.git/blame - bfd/ChangeLog
2000-11-16 Kazu Hirata <[email protected]>
[binutils.git] / bfd / ChangeLog
CommitLineData
98591c73
KH
12000-11-16 Kazu Hirata <[email protected]>
2
3 * dwarf1.c: Fix formatting.
4 * dwarf2.c: Likewise.
5
c5930ee6
KH
62000-11-15 Kazu Hirata <[email protected]>
7
8 * coff-arm.c: Fix formatting.
9 * coff-ppc.c: Likewise.
10 * coff-rs6000.c: Likewise.
cbfe05c4
KH
11 * coff-sh.c: Likewise.
12 * coff-sparc.c: Likewise.
13 * coff-tic30.c: Likewise.
14 * coff-tic54x.c: Likewise.
15 * coff-tic80.c: Likewise.
16 * coff-w65.c: Likewise.
17 * coff-we32k.c: Likewise.
18 * coff-z8k.c: Likewise.
c5930ee6 19
dac544a8
RH
202000-11-15 Richard Henderson <[email protected]>
21
22 * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
23 section with the same ALLOC|LOAD flags as the source section.
24
c810873d
JJ
252000-11-14 Jakub Jelinek <[email protected]>
26
27 * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
28 by STO_ALPHA constants.
29
43646c9d
KH
302000-11-14 Kazu Hirata <[email protected]>
31
32 * coff-pmac.c: Fix formatting.
33 * coff-ppc.c: Likewise.
34
051b8577
L
352000-11-13 H.J. Lu <[email protected]>
36
37 * elflink.h (elf_link_add_object_symbols): Also add indirect
38 symbols for common symbols with the default version.
39
90460d97
PB
402000-11-09 Philip Blundell <[email protected]>
41
42 * section.c (STD_SECTION): Set gc_mark flag.
43
b48499ec
KH
442000-11-11 Kazu Hirata <[email protected]>
45
46 * coff-i960.c: Likewise.
47 * coff-m68k.c: Likewise.
48 * coff-m88k.c: Likewise.
49 * coff-mcore.c: Likewise.
50 * coff-mips.c: Likewise.
51
c5aeb40f
AO
522000-11-11 Bernd Schmidt <[email protected]>
53
54 * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
55
5fcfd273
KH
562000-11-10 Kazu Hirata <[email protected]>
57
58 * coff-h8300.c: Fix formatting.
59 * coff-h8500.c: Likewise.
60 * coff-i386.c: Likewise.
61 * coff-i860.c: Likewise.
62 * coff-i960.c: Likewise.
63 * coff-ia64.c: Likewise.
64
047066e1
KH
652000-11-09 Kazu Hirata <[email protected]>
66
67 * archive.c: Fix formatting.
68 * archures.c: Likewise.
69
9a951beb
RH
702000-11-07 Richard Henderson <[email protected]>
71
72 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
73 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
74 * section.c (bfd_set_section_contents): Call memcpy if
75 section->contents set and location not equal to contents plus offset.
76
aebad5fe
KH
772000-11-08 Kazu Hirata <[email protected]>
78
8546af74
KH
79 * bfd-in.h: Fix formatting.
80 * bfd-in2.h: Likewise.
81 * bfd.c: Likewise.
aebad5fe
KH
82 * binary.c: Likewise.
83 * bout.c: Likewise.
346ceb11
KH
84 * coff-a29k.c: Likewise.
85 * coff-alpha.c: Likewise.
86 * coff-apollo.c: Likewise.
87 * coff-aux.c: Likewise.
aebad5fe 88
0ef5a5bd
KH
892000-11-07 Kazu Hirata <[email protected]>
90
91 * aix386-core.c: Fix formatting.
92 * aoutf1.h: Likewise.
93 * aoutx.h: Likewise.
94 * archures.c: Likewise.
95 * armnetbsd.c: Likewise.
96
d562d2fb
AM
972000-11-07 Alan Modra <[email protected]>
98
99 * coff-h8300.c (special): Adjust reloc address.
100
bbe66d08
JW
1012000-11-06 Steve Ellcey <[email protected]>
102
4efc3e05 103 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
bbe66d08
JW
104 to differentiate elf32 and elf64 on ia64.
105 * bfd-in2.h: Regenerate.
106 * config.bfd: Add target for "ia64*-*-hpux*".
107 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
108 * configure: Regenerate.
4efc3e05 109 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
bbe66d08
JW
110 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
111
112 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
113 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
114 * Makefile.in: Regnerate.
4efc3e05 115 * elf64-ia64.c: Deleted.
bbe66d08
JW
116 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
117
c4dfa77f
KH
1182000-11-06 Kazu Hirata <[email protected]>
119
120 * aout-adobe.c: Fix formatting.
121 * aout-arm.c: Likewise.
122 * aout-cris.c: Likewise.
123 * aout-encap.c: Likewise.
124 * aout-ns32k.c: Likewise.
125 * aout-target.h: Likewise.
126 * aout-tic30.c: Likewise.
127
cf919dfd
PB
1282000-11-05 Philip Blundell <[email protected]>
129
130 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
131 BFDs containing no sections to be merged, regardless of their flags.
132
1332000-11-04 Philip Blundell <[email protected]>
134
135 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
136 if a relocation for an undefined symbol also results in an
137 overflow.
138
8848a8d0
CF
139Mon Nov 6 13:35:07 2000 Christopher Faylor <[email protected]>
140
141 * config.bfd: Add support for Sun Chorus.
142
46d59bfa
DB
1432000-11-05 David O'Brien <[email protected]>
144
145 * configure.in: Recognize alpha-*-freebsd*.
146 * configure: Regenerate.
147
420496c1
NC
1482000-11-02 Luciano Gemme <[email protected]>
149
150 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
151 (Chunk): New global variable set by a parameter in objcopy.c.
152 (S3Forced): New global variable set by a parameter in
153 objcopy.c.
154 (srec_set_section_contents): If S3Forced is true, always generate
155 S3 records.
156 (srec_write_section): Use 'Chunk' to limit maximum length of S
157 records.
158
59ff2774
NC
1592000-11-02 Per Lundberg <[email protected]>
160
161 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
162 * Makefile.in: Regenerate.
163 * bfd-in2.h: Regenerate.
164 * po/bfd.pot: Regenerate.
165
ee43f35e
PB
1662000-10-31 Philip Blundell <[email protected]>
167
168 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
169 EF_SOFT_FLOAT if it is defined.
170
1006ba19
PB
1712000-10-27 Philip Blundell <[email protected]>
172
173 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
174 attempts to mix PIC code with non-PIC, just mark the output as
175 being position dependent.
176 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
177 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
178 all mismatches, not just the first one.
179
c4920b97
NC
1802000-10-25 Chris Demetriou <[email protected]>
181
182 * ieee.c (ieee_archive_p): Plug one of many possible
183 memory leaks in error handling.
184
19f7b010
JJ
1852000-10-20 Jakub Jelinek <[email protected]>
186
187 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
188 elf32_sparc_object_p, elf32_sparc_final_write_processing):
189 Support v8plusb.
190 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
191 sparc64_elf_object_p): Support v9b.
192 * archures.c: Declare v8plusb and v9b machines.
193 * bfd-in2.h: Ditto.
194 * cpu-sparc.c: Ditto.
195
e1e0340b
GK
1962000-10-16 Geoffrey Keating <[email protected]>
197
ea5fbc67
GK
198 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
199 of a GOT reloc.
200
e1e0340b
GK
201 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
202 (SYMBOL_CALLS_LOCAL): New macro.
203 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
204 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
205 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
206 (ppc_elf_relocate_section): Use flag variable to determine
207 whether the relocation refers to a local symbol.
208 Test whether a PLTREL24 reloc will produce a reloc by looking
209 to see whether a PLT entry was made.
210
a4b120e1
GK
2112000-10-14 Geoffrey Keating <[email protected]>
212
213 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
214 entries that could serve as a definition for a weak symbol.
215
5af5b85b
UC
2162000-10-13 Ulf Carlsson <[email protected]>
217
218 From Ralf Baechle <[email protected]>
219
220 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
221 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
222 against local symbols.
223 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
224
3ef20aaa
AM
2252000-10-12 Alan Modra <[email protected]>
226
24376d1b
AM
227 * section.c (struct sec): Add kept_section.
228 (struct bfd_comdat_info): Remove sec, we can use above.
229 (STD_SECTION): Add initializer.
230 (bfd_make_section_anyway): Init here too.
231
232 * bfd-in2.h: Regenerate.
233
234 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
235 zeroing of `flags'.
236 (elf_link_input_bfd): Set all asection->symbol->value's here, and
237 fudge values for discarded link-once section symbols.
238
3ef20aaa
AM
239 * elf64-hppa.c: Include alloca-conf.h
240
c0e219cc
AM
2412000-10-11 Alan Modra <[email protected]>
242
d01e2a23
AM
243 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
244
c0e219cc
AM
245 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
246
fe268b66
AM
2472000-10-10 Alan Modra <[email protected]>
248
249 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
250
4d7ce4dd
AM
2512000-10-10 Tom Rix <[email protected]>
252
253 * section.c (bfd_make_section_anyway): Release newsect ptr when
254 newsect->symbol fails to alloc. Use bfd_release instead of free.
255
f3b6f7c3
RH
2562000-10-09 Richard Henderson <[email protected]
257
258 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
259 (elf64_ia64_unwind_entry_compare): New.
260 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
261
44852b19
AM
2622000-10-07 Alan Modra <[email protected]>
263
fc8c40a0
AM
264 * elflink.h (size_dynamic_sections): Don't create various tags if
265 .dynstr is excluded from the link. Don't set first dynsym entry
266 if dynsymcount is zero.
267 (elf_bfd_final_link): Don't try to swap out dynamic syms if
268 .dynsym excluded from the link. Don't try to write any dynamic
269 sections excluded from the link.
270
44852b19
AM
271 * elf.c (swap_out_syms): Handle global section symbols.
272
3e4554a2
DD
2732000-10-05 DJ Delorie <[email protected]>
274
275 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
276 * coffcode.h (coff_set_alignment_hook): read extended reloc count
277 (coff_write_relocs): write extended reloc count
278 (coff_write_object_contents): account for extended relocs
279
fa152c49
JW
2802000-10-05 Jim Wilson <[email protected]>
281
282 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
283 field.
284 * elf.c (_bfd_elf_make_section_from_shdr): Call the
285 elf_backend_section_flags function.
286 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
287 code.
288 (elf64_ia64_section_flags): New function containing flag conversion
289 code.
290 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
291 * elfxx-target.h (elf_backend_section_flags): Define.
292 (elfNN_bed): Initialize elf_backend_section_flags field.
293
36605136
AM
2942000-10-02 Alan Modra <[email protected]>
295
296 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
297 _bfd_elf32_gc_record_vtable. Correct a comment.
298
4b6609a0
UC
2992000-10-01 Ulf Carlsson <[email protected]>
300
301 From Ralf Baechle <[email protected]>
302
303 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
304 produces binaries with got[1] = 0x80000001 to differenciate them
305 for the dynamic linker from the broken binaries produced by old
306 versions.
36605136 307
f572a39d
AM
3082000-09-30 Petr Sorfa <[email protected]>
309
310 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
311 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
312 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
313 * configure: Regenerate.
314
4da81684
HPN
3152000-09-27 Hans-Peter Nilsson <[email protected]>
316
317 Define two bfd_targets for absence and presence of leading
318 underscore on symbols. Make sure to only link same kind.
319 * elf32-cris.c (cris_elf_object_p,
320 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
321 cris_elf_merge_private_bfd_data): New.
322 (elf_backend_object_p, elf_backend_final_write_processing,
323 bfd_elf32_bfd_print_private_bfd_data,
324 bfd_elf32_bfd_merge_private_bfd_data): Define.
325 <Target vector definition>: Include elf32-target.h twice with
326 different macro settings:
327 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
328 bfd_elf32_us_cris_vec.
329 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
330 (elf_symbol_leading_char): First as 0, then '_'.
331 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
332 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
333 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
334 * configure: Regenerate.
335 * targets.c: Declare bfd_elf32_us_cris_vec.
336 * po/bfd.pot: Regenerate.
337
9a5aca8c
AM
3382000-09-29 Momchil Velikov <[email protected]>
339
340 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
341 R_ARM_THM_PC22 relocations.
342
512a2384
AM
3432000-09-29 NIIBE Yutaka <[email protected]>
344
345 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
346
6c99a5c3
AM
3472000-09-29 Momchil Velikov <[email protected]>
348
349 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
350 is has the SEC_HAS_CONTENTS flag set.
351
b16885a1
HPN
352