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