]>
Commit | Line | Data |
---|---|---|
15e0ecd9 L |
1 | 2001-02-06 H.J. Lu <[email protected]> |
2 | ||
3 | * bfd/peicode.h (coff_swap_filehdr_in): Remove the e_magic | |
4 | checking. | |
5 | (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and | |
6 | external_PEI_IMAGE_hdr. | |
7 | ||
27def10f KH |
8 | 2001-02-06 Kazu Hirata <[email protected]> |
9 | ||
10 | * elf-m10200.c: Fix formatting. | |
11 | ||
a0f2e916 NC |
12 | 2001-02-04 Nick Clifton <[email protected]> |
13 | ||
14 | * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC | |
15 | rel, it will be handled later on. | |
16 | ||
d96031fb NC |
17 | 2001-02-02 Fred Fish <[email protected]> |
18 | ||
19 | * Makefile.in: Fix typo. | |
20 | ||
010ac81f KH |
21 | 2001-02-01 Kazu Hirata <[email protected]> |
22 | ||
23 | * elf-m10300.c: Fix formatting. | |
24 | ||
3fab46d0 AM |
25 | 2001-01-30 Alan Modra <[email protected]> |
26 | ||
27 | * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function. | |
28 | (elf_backend_get_symbol_type): Define. | |
d9634ba1 AM |
29 | (elf64_hppa_object_p): Set architecture and machine from elf |
30 | header flags. | |
3fab46d0 | 31 | |
95404643 RH |
32 | 2001-01-30 Curtis L. Janssen <[email protected]> |
33 | ||
34 | * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2 | |
35 | before mdebug. | |
36 | ||
8fb35fed RH |
37 | 2001-01-26 Richard Henderson <[email protected]> |
38 | ||
39 | * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false | |
40 | for non-default visibility. | |
41 | * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but | |
42 | delete ugly macro and replace with pretty function. | |
43 | ||
a4f68544 NC |
44 | 2001-01-25 Mark Elbrecht <[email protected]> |
45 | ||
46 | * coff-go32.c: Update copyright. | |
47 | * coff-stgo32.c: Likewise. | |
48 | * coff-go32.c (COFF_LONG_FILENAMES): Define. | |
49 | * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise. | |
50 | * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry. | |
51 | * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise. | |
52 | ||
c02e7c3e KH |
53 | 2001-01-25 Kazu Hirata <[email protected]> |
54 | ||
55 | * bfd-in2.h: Rebuild. | |
56 | * libbfd.h: Likewise. | |
57 | ||
541389e2 L |
58 | 2001-01-23 H.J. Lu <[email protected]> |
59 | ||
60 | * bfd-in2.h: Rebuild. | |
61 | ||
0007625f L |
62 | 2001-01-23 H.J. Lu <[email protected]> |
63 | ||
64 | * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf) | |
65 | is NULL or PRIV(vms_rec) is outside of the buffer. | |
66 | ||
b653e1b1 KH |
67 | 2001-01-23 Kazu Hirata <[email protected]> |
68 | ||
69 | * coff64-rs6000.c: Fix formatting. | |
70 | * coff-arm.c: Likewise. | |
71 | * coffgen.c: Likewise. | |
72 | * cofflink.c: Likewise. | |
73 | * coff-mcore.c: Likewise. | |
74 | * coff-mips.c: Likewise. | |
75 | * coff-pmac.c: Likewise. | |
76 | * coff-ppc.c: Likewise. | |
77 | * coff-rs6000.c: Likewise. | |
78 | * elf32.c: Likewise. | |
79 | * elf32-fr30.c: Likewise. | |
80 | * elf32-i370.c: Likewise. | |
81 | * elf32-i860.c: Likewise. | |
82 | * elf32-m32r.c: Likewise. | |
83 | * elf32-m68k.c: Likewise. | |
84 | * elf32-mcore.c: Likewise. | |
85 | * elf32-ppc.c: Likewise. | |
86 | * elf32-sh.c: Likewise. | |
87 | * elf32-v850.c: Likewise. | |
88 | * elf64-alpha.c: Likewise. | |
89 | * elf64-sparc.c: Likewise. | |
90 | * elflink.c: Likewise. | |
91 | * elflink.h: Likewise. | |
92 | * elf-m10200.c: Likewise. | |
93 | * elf-m10300.c: Likewise. | |
94 | * elfxx-ia64.c: Likewise. | |
95 | ||
3fde5a36 KH |
96 | * aoutx.h: Fix formatting. |
97 | * bfd.c: Likewise. | |
98 | * bfd-in2.h: Likewise. | |
99 | * bfd-in.h: Likewise. | |
100 | * cpu-i386.c: Likewise. | |
101 | * cpu-m68hc11.c: Likewise. | |
102 | * dwarf2.c: Likewise. | |
103 | * elf64-x86-64.c: Likewise. | |
104 | * format.c: Likewise. | |
105 | * freebsd.h: Likewise. | |
106 | * hash.c: Likewise. | |
107 | * hp300hpux.c: Likewise. | |
108 | * hppabsd-core.c: Likewise. | |
109 | * hpux-core.c: Likewise. | |
110 | ||
70256ad8 AJ |
111 | 2001-01-22 Bo Thorsen <[email protected]> |
112 | ||
113 | * elf64-x86-64.c: Added PIC support for X86-64. | |
114 | (elf64_x86_64_link_hash_newfunc): Function added. | |
115 | (elf64_x86_64_link_hash_table_create): Likewise. | |
116 | (elf64_x86_64_check_relocs): Likewise. | |
117 | (elf64_x86_64_gc_mark_hook): Likewise. | |
118 | (elf64_x86_64_gc_sweep_hook): Likewise. | |
119 | (elf64_x86_64_adjust_dynamic_symbol): Likewise. | |
120 | (elf64_x86_64_size_dynamic_sections): Likewise. | |
121 | (elf64_x86_64_discard_copies): Likewise. | |
122 | (elf64_x86_64_finish_dynamic_symbol): Likewise. | |
123 | (elf64_x86_64_finish_dynamic_sections): Likewise. | |
124 | (elf64_x86_64_relocate_section): Add relocation of PIC sections. | |
125 | ||
ee0bebb8 AJ |
126 | 2001-01-21 Maciej W. Rozycki <[email protected]> |
127 | ||
128 | * Makefile.am (install-data-local): Make use of $(DESTDIR). | |
129 | * Makefile.in: Regenerate. | |
130 | ||
2a38f751 KH |
131 | 2001-01-21 Kazu Hirata <[email protected]> |
132 | ||
133 | * coff-a29k.c: Fix formatting. | |
134 | ||
c8492176 L |
135 | 2001-01-19 H.J. Lu <[email protected]> |
136 | ||
137 | * elf32-i386.c (elf_i386_check_relocs): Report files with bad | |
138 | relocation section names. | |
139 | (elf_i386_relocate_section): Report files with bad relocation | |
140 | section names and return false. | |
141 | ||
a5377ec0 AJ |
142 | 2001-01-17 Bo Thorsen <[email protected]> |
143 | ||
144 | * targets.c: Alphabetize list of xvecs. | |
145 | ||
b352eebf AM |
146 | 2001-01-14 Alan Modra <[email protected]> |
147 | ||
d952f17a AM |
148 | * config.bfd: Add linux target variant for elfxx-hppa. |
149 | * configure.in: Recognize bfd_elf32_hppa_linux_vec and | |
150 | bfd_elf64_hppa_linux_vec. | |
151 | * configure: Regenerate. | |
152 | * elf64-hppa.c: Include elf64-target.h again to support linux | |
153 | target variant. | |
154 | (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux. | |
155 | * elf32-hppa.c: Include elf32-target.h again to support linux | |
156 | target variant. | |
157 | (elf32_hppa_post_process_headers): New function. | |
158 | (elf_backend_post_process_headers): Define. | |
159 | * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and | |
160 | bfd_elf32_hppa_linux_vec. | |
161 | ||
c46b7515 AM |
162 | * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base, |
163 | and data_segment_base fields. | |
164 | (elf32_hppa_link_hash_table_create ): Init them. | |
165 | (elf32_hppa_check_relocs): Update comments. | |
166 | (hppa_record_segment_addr): New function. | |
167 | (elf32_hppa_relocate_section): Call it. | |
168 | (final_link_relocate): Handle R_PARISC_SEGREL32. | |
169 | (elf32_hppa_final_link): New function. | |
170 | (bfd_elf32_bfd_final_link): Define to call it. | |
171 | (hppa_unwind_entry_compare): New function. | |
172 | * cache.c (bfd_open_file): Create files in write+read mode. | |
173 | ||
174 | * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for | |
175 | SEGREL32 and numerous other relocs. Change duplicate | |
176 | R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED. | |
177 | ||
d768008d AM |
178 | * opncls.c (bfd_fdopenr): Add parens like the comment says around |
179 | O_ACCMODE. | |
180 | ||
150ccafb AM |
181 | * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create |
182 | .plt entries for DT_INIT and DT_FINI. | |
183 | (elf32_hppa_finish_dynamic_sections): Remove special handling of | |
184 | DT_INIT and DT_FINI. | |
185 | ||
b352eebf AM |
186 | * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit |
187 | offsets for stub .plt access if wide mode. Check offset in range. | |
188 | ||
b3b9a062 NC |
189 | 2001-01-13 Nick Clifton <[email protected]> |
190 | ||
b7ed8fad NC |
191 | * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank |
192 | line. | |
193 | ||
b3b9a062 NC |
194 | * coffcode.h (coff_canonicalize_reloc): Remove spurious blank |
195 | line. | |
196 | ||
6e0b89ee AM |
197 | 2001-01-12 Alan Modra <[email protected]> |
198 | ||
199 | * configure.in ([bfd_elf64_x86_64_vec]): Set target64. | |
200 | * configure: Regenerate. | |
201 | ||
0d2bcfaf NC |
202 | 2001-01-11 Peter Targett <[email protected]> |
203 | ||
204 | * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5, | |
205 | bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants. | |
206 | * cpu-arc.c (arch_info_struct): Add entries for variants. | |
207 | (bfd_arc_arch) Set default to bfd_mach_arc_5. | |
208 | (arc_get_mach) Don't assume machine names prefixed arc- before | |
209 | testing. | |
210 | * elf32-arc.c (arc_elf_object_p): Set machine number based on new | |
211 | selections. | |
212 | (arc_elf_final_write_processing) Likewise. | |
213 | (ELF_MACHINE_CODE) Use EM_ARC. | |
214 | ||
c31c1f70 NC |
215 | 2001-01-10 Nick Clifton <[email protected]> |
216 | ||
2758140b | 217 | * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "". |
c31c1f70 | 218 | |
5ad083e3 PB |
219 | 2001-01-07 Philip Blundell <[email protected]> |
220 | ||
221 | * README: Replace `[email protected]' with | |
222 | `[email protected]'. | |
223 | ||
7eae7d22 KH |
224 | 2001-01-04 Kazu Hirata <[email protected]> |
225 | ||
226 | * som.c: Fix formatting. | |
227 | ||
509945ae KH |
228 | 2001-01-03 Kazu Hirata <[email protected]> |
229 | ||
3e932841 KH |
230 | * ecoffswap.h: Fix formatting. |
231 | * elf-bfd.h: Likewise. | |
232 | * elfarm-nabi.c: Likewise. | |
233 | * elfarm-oabi.c: Likewise. | |
234 | * elfcode.h: Likewise. | |
235 | * elfcore.h: Likewise. | |
236 | * elflink.c: Likewise. | |
237 | * elflink.h: Likewise. | |
238 | * elfxx-ia64.c: Likewise. | |
239 | * elfxx-target.h: Likewise. | |
240 | * libbfd.c: Likewise | |
509945ae KH |
241 | * linker.c: Likewise. |
242 | * lynx-core.c: Likewise. | |
243 | ||
892339ee KH |
244 | 2001-01-02 Kazu Hirata <[email protected]> |
245 | ||
246 | * pc532-mach.c: Fix formatting. | |
247 | * pe-arm.c: Likewise. | |
248 | * pe-i386.c: Likewise. | |
249 | * pe-mips.c: Likewise. | |
250 | * pe-ppc.c: Likewise. | |
251 | * pe-sh.c: Likewise. | |
252 | * pei-mips.c: Likewise. | |
253 | * pei-sh.c: Likewise. | |
ee91ed79 | 254 | * peicode.h: Likewise. |
892339ee KH |
255 | * ppcboot.c: Likewise. |
256 | * ptrace-core.c: Likewise. | |
257 | ||
3d855632 KH |
258 | 2001-01-01 Kazu Hirata <[email protected]> |
259 | ||
260 | * reloc.c: Fix formatting. | |
261 | * riscix.c: Likewise. | |
262 | * rs6000-core.c: Likewise. | |
263 | * xcoff-target.h: Likewise. | |
264 | ||
a77a9fef HPN |
265 | 2000-12-29 Hans-Peter Nilsson <[email protected]> |
266 | ||
267 | * elfcode.h (elf_object_p): Also restore the bfd mach field on | |
268 | error, by calling bfd_default_set_arch_mach with incoming | |
269 | values. | |
270 | ||
558e161f KH |
271 | 2000-12-26 Kazu Hirata <[email protected]> |
272 | ||
273 | * vaxnetbsd.c: Fix formatting. | |
274 | * versados.c: Likewise. | |
275 | * vms-gsd.c: Likewise. | |
276 | * vms-hdr.c: Likewise. | |
277 | * vms-misc.c: Likewise. | |
278 | ||
3c579812 AO |
279 | 2000-12-25 Alexandre Oliva <[email protected]> |
280 | ||
281 | * archive.c (coff_write_armap): Don't write more than symbol_count | |
282 | `archive_member_file_ptr's. | |
283 | ||
672579e9 KH |
284 | 2000-12-25 Kazu Hirata <[email protected]> |
285 | ||
286 | * vms-tir.c: Fix formatting. | |
287 | ||
55f2d5ed KH |
288 | 2000-12-23 Kazu Hirata <[email protected]> |
289 | ||
290 | * vms.c: Fix formatting. | |
291 | * vms.h: Likewise. | |
292 | ||
23ccc829 NC |
293 | 2000-12-21 Santeri Paavolainen <[email protected]> |
294 | ||
295 | * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined. | |
296 | ||
297 | * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM. | |
298 | ||
299 | * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *) | |
300 | arithmetic. | |
301 | ||
302 | * elf32-fr30.c: Add casts to avoid (void *) arithmetic. | |
303 | ||
304 | * coffcode.h (styp_to_sec_flags): Add empty statement after label. | |
305 | ||
8c603c85 NC |
306 | 2000-12-21 Richard Sandiford <[email protected]> |
307 | ||
308 | * libbfd.c (bfd_get_bits): Added | |
309 | (bfd_put_bits): Likewise | |
310 | * bfd-in.h: Declared the above. | |
311 | * bfd-in2.h: Regenerated. | |
312 | ||
5bff4f56 KH |
313 | 2000-12-20 Kazu Hirata <[email protected]> |
314 | ||
315 | * targets.c: Fix formatting. | |
316 | * tekhex.c: Likewise. | |
317 | * trad-core.c: Likewise. | |
318 | ||
7b82c249 KH |
319 | 2000-12-19 Kazu Hirata <[email protected]> |
320 | ||
321 | * sco5-core.c: Fix formatting. | |
322 | * section.c: Likewise. | |
323 | * sparclinux.c: Likewise. | |
324 | * sparclynx.c: Likewise. | |
325 | * sparcnetbsd.c: Likewise. | |
326 | * srec.c: Likewise. | |
327 | * stabs.c: Likewise. | |
328 | * stab-syms.c: Likewise. | |
329 | * sunos.c: Likewise. | |
330 | * syms.c: Likewise. | |
331 | * sysdep.h: Likewise. | |
332 | ||
f78c5281 NC |
333 | 2000-12-18 Nick Clifton <[email protected]> |
334 | ||
335 | * coff-arm.c (EXTRA_S_FLAGS): Only define if not already | |
336 | defined. | |
337 | * epoc-pe-arm.c (EXTRA_S_FLAGS): Define. | |
338 | * epoc-pei-arm.c (EXTRA_S_FLAGS): Define. | |
339 | ||
02b89dce NC |
340 | 2000-12-18 Nick Clifton <[email protected]> |
341 | ||
342 | * vms-misc.c (_bfd_vms_get_record): Add default case to | |
343 | file_format switch. | |
344 | ||
d20966a7 NC |
345 | 2000-12-15 Miloslav Trmac <[email protected]> |
346 | ||
347 | * elfcore.h (elf_core_file_p): Move to the start of the program | |
348 | headers before attempting to read them. | |
349 | ||
6fa957a9 KH |
350 | 2000-12-14 Kazu Hirata <[email protected]> |
351 | ||
352 | * peigen.c: Fix formatting. | |
353 | * som.c: Likewise. | |
354 | * som.h: Likewise. | |
355 | ||
9602af51 KH |
356 | 2000-12-13 Kazu Hirata <[email protected]> |
357 | ||
358 | * peigen.c: Fix formatting. | |
359 | ||
514829c3 JW |
360 | 2000-12-12 Jim Wilson <[email protected]> |
361 | ||
362 | * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *. | |
363 | ||
3a71aec8 NC |
364 | 2000-12-08 Mark Salter <[email protected]> |
365 | ||
366 | * binary.c (binary_set_section_contents): Ignore sections | |
367 | with zero size. | |
368 | ||
1518639e KH |
369 | 2000-12-12 Kazu Hirata <[email protected]> |
370 | ||
371 | * m68klinux.c: Fix formatting. | |
372 | * m68knetbsd.c: Likewise. | |
373 | * mipsbsd.c: Likewise. | |
374 | * netbsd-core.c: Likewise. | |
375 | * netbsd.h: Likewise. | |
376 | * newsos3.c: Likewise. | |
377 | * nlm32-alpha.c: Likewise. | |
378 | * nlm32-i386.c: Likewise. | |
379 | * nlm32-ppc.c: Likewise. | |
380 | * nlm32-sparc.c: Likewise. | |
381 | * nlmcode.h: Likewise. | |
382 | * nlmswap.h: Likewise. | |
383 | * nlm-target.h: Likewise. | |
384 | * ns32knetbsd.c: Likewise. | |
385 | ||
b79e8c78 NC |
386 | 2000-12-10 Fred Fish <[email protected]> |
387 | ||
d952f17a AM |
388 | * elflink.h (elf_link_output_extsym): Don't complain about undefined |
389 | symbols in shared objects if allow_shlib_undefined is true. | |
b79e8c78 | 390 | |
38b1a46c NC |
391 | 2000-12-12 Nick Clifton <[email protected]> |
392 | ||
393 | * cpu-sh.c: Fix formattng. | |
394 | * elf.c: Fix formattng. | |
395 | * elf32-mips.c: Fix formattng. | |
396 | * elf32-sh.c: Fix formattng. | |
397 | * elf64-alpha.c: Fix formattng. | |
398 | ||
857ec808 NC |
399 | 2000-12-09 Nick Clifton <[email protected]> |
400 | ||
401 | * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass | |
402 | dwarf2_find_line_info as last parameter to invocation of | |
403 | _bfd_dwarf2_find_nearest_line. | |
404 | * elf32-arm.h (elf32_arm_find_nearest_line): Pass | |
405 | dwarf2_find_line_info as last parameter to invocation of | |
406 | _bfd_dwarf2_find_nearest_line. | |
407 | ||
51db3708 NC |
408 | 2000-12-08 Mark Elbrecht <[email protected]> |
409 | ||
410 | * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here... | |
857ec808 NC |
411 | (BFD_LIBS): ...to here. |
412 | (BFD32_BACKENDS_CFILES): Move dwarf2.c from here... | |
413 | (BFD_LIBS_CFILES): ...to here. | |
51db3708 NC |
414 | * Makefile.in: Regenerate. |
415 | * configure.in: Remove dwarf.lo from the elf shell variable. | |
416 | * configure: Regenerate. | |
417 | * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info. | |
418 | * libcoff.h: Regenerate. | |
d952f17a | 419 | * coffgen.c (coff_find_nearest_line): Call |
857ec808 | 420 | _bfd_dwarf2_find_nearest_line. |
51db3708 | 421 | * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update |
857ec808 NC |
422 | accordingly. |
423 | (read_abbrevs): Likewise | |
424 | (decode_line_info): Likewise. | |
425 | (parse_comp_unit): Likewise. | |
426 | (comp_unit_find_nearest_line): Likewise. | |
51db3708 NC |
427 | * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype. |
428 | * libbfd.h: Regenerate. | |
429 | * elf.c (_bfd_elf_find_nearest_line): Update call. | |
430 | * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR. | |
431 | * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH. | |
432 | * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros. | |
857ec808 NC |
433 | (sec_to_styp_flags): Use them. Handle DWARF2 sections. |
434 | (styp_to_sec_flags): Handle DWARF2 sections. | |
435 | * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call | |
436 | to _bfd_find_nearest_line. | |
437 | * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to | |
438 | call to _bfd_find_nearest_line. | |
d952f17a | 439 | |
435b1e90 KH |
440 | 2000-12-08 Kazu Hirata <[email protected]> |
441 | ||
442 | * coffgen.c: Fix formatting. | |
fe8bc63d | 443 | * elf-m10300.c: Likewise. |
435b1e90 KH |
444 | * elf32-i386.c: Likewise. |
445 | * elf32-i960.c: Likewise. | |
446 | * elf32-m68k.c: Likewise. | |
447 | * elf32-mcore.c: Likewise. | |
448 | * elf32-ppc.c: Likewise. | |
449 | * elf32-sh.c: Likewise. | |
450 | * elf32-sparc.c: Likewise. | |
451 | * elf32-v850.c: Likewise. | |
fe8bc63d KH |
452 | * elf64-alpha.c: Likewise. |
453 | * elf64-hppa.c: Likewise. | |
454 | * elf64-mips.c: Likewise. | |
435b1e90 | 455 | * elf64-sparc.c: Likewise. |
435b1e90 | 456 | |
8da6118f KH |
457 | 2000-12-07 Kazu Hirata <[email protected]> |
458 | ||
459 | * elf32-ppc.c: Fix formatting. | |
460 | * elf64-x86-64.c: Likewise. | |
461 | ||
a9922e52 UC |
462 | 2000-12-06 Ulf Carlsson <[email protected]> |
463 | ||
464 | From Ralf Baechle <[email protected]> | |
465 | ||
466 | * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit | |
467 | BFDs containing no sections or empty .text, .data or .bss sections | |
468 | to be merged, regardless of their flags. | |
469 | ||
c3668558 KH |
470 | 2000-12-06 Kazu Hirata <[email protected]> |
471 | ||
472 | * elf32-m32r.c: Fix formatting. | |
473 | * elf32-m68hc11.c: Likewise. | |
474 | * elf32-m68hc12.c: Likewise. | |
475 | * elf32-m68k.c: Likewise. | |
476 | * elf32-mcore.c: Likewise. | |
477 | * elf32-pj.c: Likewise. | |
478 | * elf32-ppc.c: Likewise. | |
479 | ||
6609fa74 KH |
480 | 2000-12-05 Kazu Hirata <[email protected]> |
481 | ||
482 | * elf32-fr30.c: Fix formatting. | |
483 | * elf32-hppa.c: Likewise. | |
484 | * elf32-i370.c: Likewise. | |
485 | * elf32-i386.c: Likewise. | |
486 | * elf32-i860.c: Likewise. | |
487 | * elf32-i960.c: Likewise. | |
488 | ||
a7c10850 KH |
489 | 2000-12-03 Kazu Hirata <[email protected]> |
490 | ||
491 | * elf32-arm.h: Fix formatting. | |
492 | * elf32-avr.c: Likewise. | |
493 | * elf32-cris.c: Likewise. | |
494 | * elf32-d10v.c: Likewise. | |
495 | * elf32-d30v.c: Likewise. | |
496 | * elf-hppa.h: Likewise. | |
497 | * elf-m10200.c: Likewise. | |
498 | * elf-m10300.c: Likewise. | |
499 | ||
e7af610e NC |
500 | 2000-12-01 Chris Demetriou <[email protected]> |
501 | ||
d952f17a AM |
502 | * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and |
503 | bfd_mach_mips32_4k. Update FIXME comment. | |
504 | * archures.c (bfd_mach_mips32): New constant. | |
505 | (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to | |
506 | the latter, renumber it. | |
507 | * bfd-in2.h (bfd_mach_mips32): New constant. | |
508 | (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to | |
509 | the latter, renumber it. | |
510 | * cpu-mips.c (I_mips32): New constant. | |
511 | (I_mips4K, I_mips32_4k): Rename the former to the latter. | |
512 | (arch_info_struct): Add bfd_mach_mips32 entry, replace | |
513 | bfd_mach_mips4K entry with bfd_mach_mips32_4k entry. | |
514 | * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case. | |
515 | (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32 | |
516 | with E_MIPS_MACH_MIPS32_4K. | |
517 | (_bfd_mips_elf_final_write_processing): Replace | |
518 | bfd_mach_mips4K with bfd_mach_mips32_4k case, add | |
519 | bfd_mach_mips32 case. | |
520 | (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing | |
521 | comparison with support for MIPS32. | |
522 | (_bfd_mips_elf_print_private_bfd_data): Print ISA name for | |
523 | MIPS32. | |
524 | ||
525 | * aoutx.h (NAME(aout,machine_type)): Add cases for | |
526 | bfd_mach_mips5 and bfd_mach_mips64. | |
527 | * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants. | |
528 | * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise. | |
529 | * cpu_mips.c (I_mips5, I_mips64): New definitions. | |
530 | (arch_info_struct): Add entries for bfd_mach_mips5 and | |
531 | bfd_mach_mips64. | |
532 | * elf32-mips.c (elf_mips_isa, elf_mips_mach, | |
533 | _bfd_mips_elf_print_private_bfd_data): Add cases for | |
534 | E_MIPS_ARCH_5 and E_MIPS_ARCH_64. | |
535 | (_bfd_mips_elf_final_write_processing): Add cases for | |
536 | bfd_mach_mips5 and bfd_mach_mips64. | |
537 | ||
538 | * bfd/aoutx.h (NAME(aout,machine_type)): Add a | |
539 | bfd_mach_mips_sb1 case. | |
540 | * bfd/archures.c (bfd_mach_mips_sb1): New constant. | |
541 | * bfd/bfd-in2.h (bfd_mach_mips_sb1): New constant. | |
542 | * bfd/cpu-mips.c (I_sb1): New constant. | |
543 | (arch_info_struct): Add entry for bfd_mach_mips_sb1. | |
544 | * bfd/elf32-mips.c (elf_mips_mach): Add case for | |
545 | E_MIPS_MACH_SB1. | |
546 | (_bfd_mips_elf_final_write_processing): Add case for | |
547 | bfd_mach_mips_sb1. | |
548 | ||
549 | 2000-12-01 Joel Sherrill <[email protected]> | |
ddcfc5fc NC |
550 | |
551 | * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets. | |
552 | (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets. | |
553 | (sparc*-*-rtems*): Switched from a.out to ELF. | |
554 | ||
8d88c4ca | 555 | 2000-11-30 Jan Hubicka <[email protected]> |
d952f17a AM |
556 | |
557 | * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo | |
558 | BFD64_BACKENDS_CFILES): Add elf64-x86-64.c | |
559 | (elf64-x86-64.lo): Add dependencies. | |
560 | * archures.c (DESCRIPTION): Add bfd_mach_x86_64, | |
561 | bfd_mach_x86_64_intel_syntax. | |
562 | * elf.c (prep_headers): Use EM_x86_64 for 64bit output. | |
563 | * config.bfd (x86_64): Add. | |
564 | * configure.in: Add support for bfd_elf64_x86_64_vec. | |
565 | * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add. | |
566 | (bfd_i386_arch, i8086_ar): Link in. | |
567 | * elf64-x86-64.c: New file. | |
568 | * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*. | |
569 | * targets.c (bfd_elf64_x86_64_vec): Add. | |
570 | (bfd_target_vect): Add bfd_elf64_x86_64_vec. | |
8d88c4ca | 571 | |
fbc4fff4 KH |
572 | 2000-11-30 Kazu Hirata <[email protected]> |
573 | ||
574 | * xcofflink.c: Fix formatting. | |
575 | ||
e60b52c6 KH |
576 | 2000-11-28 Kazu Hirata <[email protected]> |
577 | ||
578 | * aoutx.h: Fix formatting. | |
579 | * bfd-in.h: Likewise. | |
580 | * bfd-in2.h: Likewise. | |
581 | * cache.c: Likewise. | |
582 | * cisco-core.c: Likewise. | |
583 | * coff64-rs6000.c: Likewise. | |
584 | * coffcode.h: Likewise. | |
585 | * coffswap.h: Likewise. | |
586 | * corefile.c: Likewise. | |
be3ccd9c | 587 | * elf32-mips.c: Likewise. |
e60b52c6 | 588 | |
336eced2 KH |
589 | 2000-11-27 Kazu Hirata <[email protected]> |
590 | ||
591 | * aout-adobe.c: Fix formatting. | |
244148ad KH |
592 | * coff64-rs6000.c: Likewise. |
593 | * coffgen.c: Likewise. | |
594 | * cofflink.c: Likewise. | |
336eced2 | 595 | |
d71f672e PB |
596 | 2000-11-27 Philip Blundell <[email protected]> |
597 | ||
598 | * libcoff-in.h (coff_tdata): Add `strings_written' flag. | |
599 | (obj_coff_strings_written): New accessor macro for above. | |
600 | * libcoff.h: Regenerate. | |
601 | * cofflink.c (_bfd_coff_final_link): Say that we wrote the | |
602 | strings. | |
603 | * coffcode.h (coff_write_object_contents): No need to write out | |
604 | the string table if it's already been done. | |
605 | ||
bc7a577d PB |
606 | 2000-11-22 Philip Blundell <[email protected]> |
607 | ||
d952f17a | 608 | * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to |
bc7a577d PB |
609 | weak undefined symbols. |
610 | ||
077b8428 NC |
611 | 2000-11-24 Nick Clifton <[email protected]> |
612 | ||
613 | * archures.c (bfd_mach_arm_5TE): Define. | |
614 | (bfd_mach_arm+XScale): Define. | |
615 | * bfd-in2.h: Regenerate. | |
616 | ||
617 | * coff-arm.c (coff_arm_reloc_type_lookup): Accept | |
618 | BFD_RELOC_ARM_PCREL_BLX. | |
619 | ||
620 | * coffcode.h (coff_set_flags): Set flags for 5t, 5te and | |
621 | XScale machine numbers. | |
622 | ||
623 | * config.bfd (xscale-elf): Add target. | |
624 | (xscale-coff): Add target. | |
625 | ||
626 | * cpu-arm.c: Add xscale machine name. | |
627 | Add v5t, v5te and XScale machine numbers. | |
628 | ||
e9e41bd9 KH |
629 | 2000-11-23 Kazu Hirata <[email protected]> |
630 | ||
631 | * aix386-core.c: Fix formatting. | |
632 | ||
64bf6ae6 JW |
633 | 2000-11-22 Jim Wilson <[email protected]> |
634 | ||
635 | * coff-ia64.c (howto_table): Use EMPTY_HOWTO. | |
636 | (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters. | |
637 | * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise. | |
638 | (ins_imms_scaled): Initialize sign_bit at function entry. | |
639 | (elf64_ia64_operands): Add missing initializers. | |
640 | * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup, | |
641 | elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections, | |
642 | elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name, | |
643 | elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff, | |
644 | elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused | |
645 | parameters. | |
646 | (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents, | |
647 | and free_extsyms at function entry. | |
648 | (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result. | |
649 | (elfNN_ia64_create_dynamic_sections): Delete unused local h. | |
650 | (get_got): Delete unused local srel. | |
651 | (elfNN_ia64_check_relocs): Initialize dynrel_type when declared. | |
652 | (elfNN_ia64_relocate_section): Delete unused local dynindx. | |
d952f17a | 653 | |
1abaf976 KH |
654 | 2000-11-21 Kazu Hirata <[email protected]> |
655 | ||
6e301b2b KH |
656 | * coff-a29k.c: Fix formatting. |
657 | * coff-h8500.c: Likewise. | |
658 | * coff-i960.c: Likewise. | |
659 | * coff-ppc.c: Likewise. | |
660 | * coff-rs6000.c: Likewise. | |
661 | * coff-stgo32.c: Likewise. | |
662 | * coff-tic54x.c: Likewise. | |
663 | * coff-w65.c: Likewise. | |
664 | * cpu-h8500.c: Likewise. | |
665 | * cpu-hppa.c: Likewise. | |
666 | * cpu-ns32k.c: Likewise. | |
667 | * ecoff.c: Likewise. | |
1abaf976 KH |
668 | * ecofflink.c: Likewise. |
669 | ||
a0fc8ba1 NC |
670 | 2000-11-21 Nick Clifton <[email protected]> |
671 | ||
672 | * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and | |
673 | remove possibility of infinite loop. | |
674 | ||
beb0d161 KH |
675 | 2000-11-20 Kazu Hirata <[email protected]> |
676 | ||
677 | * aix386-core.c: Fix formatting. | |
678 | * aout-adobe.c: Likewise. | |
679 | * aout-arm.c: Likewise. | |
680 | * aout-encap.c: Likewise. | |
681 | * aout-ns32k.c: Likewise. | |
682 | * aout-target.h: Likewise. | |
683 | * aout-tic30.c: Likewise. | |
684 | * aoutf1.h: Likewise. | |
685 | * aoutx.h: Likewise. | |
686 | * archive.c: Likewise. | |
eb6e10cb KH |
687 | * bfd-in.h: Likewise. |
688 | * bfd-in2.h: Likewise. | |
689 | * bfd.c: Likewise. | |
690 | * bout.c: Likewise. | |
beb0d161 | 691 | |
2c2475db JW |
692 | 2000-11-17 H.J. Lu <[email protected]> |
693 | ||
694 | * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create | |
695 | pltoff entries for DT_INIT and DT_FINI. | |
696 | (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries. | |
697 | (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI | |
698 | entries. | |
699 | ||
18b27f17 RH |
700 | 2000-11-16 Richard Henderson <[email protected]> |
701 | ||
702 | * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs. | |
703 | (allocate_dynrel_entries): Likewise. | |
704 | (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly. | |
705 | (set_pltoff_entry): Likewise. | |
706 | (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB | |
707 | (elfNN_ia64_reloc_type_lookup): Likewise. | |
708 | (elfNN_ia64_install_value): Likewise. | |
709 | (elfNN_ia64_relocate_section): Likewise. | |
710 | * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove. | |
711 | (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove. | |
712 | ||
98591c73 KH |
713 | 2000-11-16 Kazu Hirata <[email protected]> |
714 | ||
71f6b586 KH |
715 | * cpu-a29k.c: Fix formatting. |
716 | * cpu-alpha.c: Likewise. | |
717 | * cpu-arm.c: Likewise. | |
718 | * cpu-avr.c: Likewise. | |
719 | * cpu-d10v.c: Likewise. | |
720 | * cpu-h8500.c: Likewise. | |
721 | * cpu-hppa.c: Likewise. | |
722 | * cpu-i370.c: Likewise. | |
723 | * cpu-i386.c: Likewise. | |
724 | * cpu-i960.c: Likewise. | |
725 | * cpu-ia64-opc.c: Likewise. | |
726 | * cpu-ia64.c: Likewise. | |
727 | * cpu-m32r.c: Likewise. | |
728 | * cpu-m68hc11.c: Likewise. | |
729 | * cpu-m68hc12.c: Likewise. | |
730 | * cpu-m68k.c: Likewise. | |
731 | * cpu-m88k.c: Likewise. | |
732 | * cpu-mips.c: Likewise. | |
733 | * cpu-ns32k.c: Likewise. | |
734 | * cpu-pj.c: Likewise. | |
735 | * cpu-powerpc.c: Likewise. | |
736 | * cpu-sh.c: Likewise. | |
737 | * cpu-sparc.c: Likewise. | |
738 | * cpu-tic54x.c: Likewise. | |
739 | * cpu-v850.c: Likewise. | |
740 | * cpu-vax.c: Likewise. | |
741 | * cpu-w65.c: Likewise. | |
742 | * cpu-we32k.c: Likewise. | |
743 | * cpu-z8k.c: Likewise. | |
744 | * dwarf1.c: Likewise. | |
98591c73 KH |
745 | * dwarf2.c: Likewise. |
746 | ||
c5930ee6 KH |
747 | 2000-11-15 Kazu Hirata <[email protected]> |
748 | ||
749 | * coff-arm.c: Fix formatting. | |
750 | * coff-ppc.c: Likewise. | |
751 | * coff-rs6000.c: Likewise. | |
cbfe05c4 KH |
752 | * coff-sh.c: Likewise. |
753 | * coff-sparc.c: Likewise. | |
754 | * coff-tic30.c: Likewise. | |
755 | * coff-tic54x.c: Likewise. | |
756 | * coff-tic80.c: Likewise. | |
757 | * coff-w65.c: Likewise. | |
758 | * coff-we32k.c: Likewise. | |
759 | * coff-z8k.c: Likewise. | |
c5930ee6 | 760 | |
dac544a8 RH |
761 | 2000-11-15 Richard Henderson <[email protected]> |
762 | ||
763 | * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc | |
764 | section with the same ALLOC|LOAD flags as the source section. | |
765 | ||
c810873d JJ |
766 | 2000-11-14 Jakub Jelinek <[email protected]> |
767 | ||
768 | * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used | |
769 | by STO_ALPHA constants. | |
770 | ||
43646c9d KH |
771 | 2000-11-14 Kazu Hirata <[email protected]> |
772 | ||
773 | * coff-pmac.c: Fix formatting. | |
774 | * coff-ppc.c: Likewise. | |
775 | ||
051b8577 L |
776 | 2000-11-13 H.J. Lu <[email protected]> |
777 | ||
778 | * elflink.h (elf_link_add_object_symbols): Also add indirect | |
779 | symbols for common symbols with the default version. | |
780 | ||
90460d97 PB |
781 | 2000-11-09 Philip Blundell <[email protected]> |
782 | ||
783 | * section.c (STD_SECTION): Set gc_mark flag. | |
784 | ||
b48499ec KH |
785 | 2000-11-11 Kazu Hirata <[email protected]> |
786 | ||
787 | * coff-i960.c: Likewise. | |
788 | * coff-m68k.c: Likewise. | |
789 | * coff-m88k.c: Likewise. | |
790 | * coff-mcore.c: Likewise. | |
791 | * coff-mips.c: Likewise. | |
792 | ||
c5aeb40f AO |
793 | 2000-11-11 Bernd Schmidt <[email protected]> |
794 | ||
795 | * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs. | |
796 | ||
5fcfd273 KH |
797 | 2000-11-10 Kazu Hirata <[email protected]> |
798 | ||
799 | * coff-h8300.c: Fix formatting. | |
800 | * coff-h8500.c: Likewise. | |
801 | * coff-i386.c: Likewise. | |
802 | * coff-i860.c: Likewise. | |
803 | * coff-i960.c: Likewise. | |
804 | * coff-ia64.c: Likewise. | |
805 | ||
047066e1 KH |
806 | 2000-11-09 Kazu Hirata <[email protected]> |
807 | ||
808 | * archive.c: Fix formatting. | |
809 | * archures.c: Likewise. | |
810 | ||
9a951beb RH |
811 | 2000-11-07 Richard Henderson <[email protected]> |
812 | ||
813 | * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec. | |
814 | Set it before bfd_elf64_bfd_final_link call. Use it after the call. | |
815 | * section.c (bfd_set_section_contents): Call memcpy if | |
816 | section->contents set and location not equal to contents plus offset. | |
817 | ||
aebad5fe KH |
818 | 2000-11-08 Kazu Hirata <[email protected]> |
819 | ||
8546af74 KH |
820 | * bfd-in.h: Fix formatting. |
821 | * bfd-in2.h: Likewise. | |
822 | * bfd.c: Likewise. | |
aebad5fe KH |
823 | * binary.c: Likewise. |
824 | * bout.c: Likewise. | |
346ceb11 KH |
825 | * coff-a29k.c: Likewise. |
826 | * coff-alpha.c: Likewise. | |
827 | * coff-apollo.c: Likewise. | |
828 | * coff-aux.c: Likewise. | |
aebad5fe | 829 | |
0ef5a5bd KH |
830 | 2000-11-07 Kazu Hirata <[email protected]> |
831 | ||
832 | * aix386-core.c: Fix formatting. | |
833 | * aoutf1.h: Likewise. | |
834 | * aoutx.h: Likewise. | |
835 | * archures.c: Likewise. | |
836 | * armnetbsd.c: Likewise. | |
837 | ||
d562d2fb AM |
838 | 2000-11-07 Alan Modra <[email protected]> |
839 | ||
840 | * coff-h8300.c (special): Adjust reloc address. | |
841 | ||
bbe66d08 JW |
842 | 2000-11-06 Steve Ellcey <[email protected]> |
843 | ||
4efc3e05 | 844 | * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines |
bbe66d08 JW |
845 | to differentiate elf32 and elf64 on ia64. |
846 | * bfd-in2.h: Regenerate. | |
847 | * config.bfd: Add target for "ia64*-*-hpux*". | |
848 | * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch. | |
849 | * configure: Regenerate. | |
4efc3e05 | 850 | * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure. |
bbe66d08 JW |
851 | * targets.c: Add bfd_target bfd_elf32_ia64_big_vec. |
852 | ||
853 | * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects | |
854 | from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo. | |
855 | * Makefile.in: Regnerate. | |
4efc3e05 | 856 | * elf64-ia64.c: Deleted. |
bbe66d08 JW |
857 | * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c. |
858 | ||
c4dfa77f KH |
859 | 2000-11-06 Kazu Hirata <[email protected]> |
860 | ||
861 | * aout-adobe.c: Fix formatting. | |
862 | * aout-arm.c: Likewise. | |
863 | * aout-cris.c: Likewise. | |
864 | * aout-encap.c: Likewise. | |
865 | * aout-ns32k.c: Likewise. | |
866 | * aout-target.h: Likewise. | |
867 | * aout-tic30.c: Likewise. | |
868 | ||
cf919dfd PB |
869 | 2000-11-05 Philip Blundell <[email protected]> |
870 | ||
871 | * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit | |
872 | BFDs containing no sections to be merged, regardless of their flags. | |
873 | ||
874 | 2000-11-04 Philip Blundell <[email protected]> | |
875 | ||
876 | * elf32-arm.h (elf32_arm_relocate_section): Suppress error message | |
877 | if a relocation for an undefined symbol also results in an | |
878 | overflow. | |
879 | ||
8d88c4ca | 880 | 2000-11-06 Christopher Faylor <[email protected]> |
8848a8d0 CF |
881 | |
882 | * config.bfd: Add support for Sun Chorus. | |
883 | ||
46d59bfa DB |
884 | 2000-11-05 David O'Brien <[email protected]> |
885 | ||
886 | * configure.in: Recognize alpha-*-freebsd*. | |
887 | * configure: Regenerate. | |
888 | ||
d952f17a | 889 | 2000-11-02 Luciano Gemme <[email protected]> |
420496c1 NC |
890 | |
891 | * srec.c (CHUNK): Rename to DEFAULT_CHUNK. | |
892 | (Chunk): New global variable set by a parameter in objcopy.c. | |
893 | (S3Forced): New global variable set by a parameter in | |
894 | objcopy.c. | |
895 | (srec_set_section_contents): If S3Forced is true, always generate | |
896 | S3 records. | |
897 | (srec_write_section): Use 'Chunk' to limit maximum length of S | |
898 | records. | |
899 | ||
59ff2774 NC |
900 | 2000-11-02 Per Lundberg <[email protected]> |
901 | ||
902 | * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos. | |
903 | * Makefile.in: Regenerate. | |
904 | * bfd-in2.h: Regenerate. | |
905 | * po/bfd.pot: Regenerate. | |
d952f17a | 906 | |
ee43f35e PB |
907 | 2000-10-31 Philip Blundell <[email protected]> |
908 | ||
909 | * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle | |
910 | EF_SOFT_FLOAT if it is defined. | |
911 | ||
1006ba19 PB |
912 | 2000-10-27 Philip Blundell <[email protected]> |
913 | ||
914 | * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse | |
915 | attempts to mix PIC code with non-PIC, just mark the output as | |
916 | being position dependent. | |
d952f17a AM |
917 | (elf32_arm_merge_private_bfd_data): Likewise. Print an error |
918 | message for EF_SOFT_FLOAT mismatches. Display diagnostics for | |
1006ba19 | 919 | all mismatches, not just the first one. |
d952f17a | 920 | |
c4920b97 NC |
921 | 2000-10-25 Chris Demetriou <[email protected]> |
922 | ||
923 | * ieee.c (ieee_archive_p): Plug one of many possible | |
924 | memory leaks in error handling. | |
925 | ||
19f7b010 JJ |
926 | 2000-10-20 Jakub Jelinek <[email protected]> |
927 | ||
928 | * elf32-sparc.c (elf32_sparc_merge_private_bfd_data, | |
929 | elf32_sparc_object_p, elf32_sparc_final_write_processing): | |
930 | Support v8plusb. | |
931 | * elf64-sparc.c (sparc64_elf_merge_private_bfd_data, | |
932 | sparc64_elf_object_p): Support v9b. | |
933 | * archures.c: Declare v8plusb and v9b machines. | |
934 | * bfd-in2.h: Ditto. | |
935 | * cpu-sparc.c: Ditto. | |
936 | ||
e1e0340b GK |
937 | 2000-10-16 Geoffrey Keating <[email protected]> |
938 | ||
ea5fbc67 GK |
939 | * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location |
940 | of a GOT reloc. | |
941 | ||
e1e0340b GK |
942 | * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro. |
943 | (SYMBOL_CALLS_LOCAL): New macro. | |
944 | (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL. | |
945 | (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL. | |
946 | (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL. | |
947 | (ppc_elf_relocate_section): Use flag variable to determine | |
948 | whether the relocation refers to a local symbol. | |
949 | Test whether a PLTREL24 reloc will produce a reloc by looking | |
950 | to see whether a PLT entry was made. | |
951 | ||
a4b120e1 GK |
952 | 2000-10-14 Geoffrey Keating <[email protected]> |
953 | ||
954 | * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT | |
955 | entries that could serve as a definition for a weak symbol. | |
956 | ||
5af5b85b UC |
957 | 2000-10-13 Ulf Carlsson <[email protected]> |
958 | ||
959 | From Ralf Baechle <[email protected]> | |
960 | ||
961 | * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument | |
962 | local_p. Add symbol value only for non-R_MIPS_REL32 relocations | |
963 | against local symbols. | |
964 | (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01. | |
d952f17a | 965 | |
3ef20aaa AM |
966 | 2000-10-12 Alan Modra <[email protected]> |
967 | ||
24376d1b AM |
968 | * section.c (struct sec): Add kept_section. |
969 | (struct bfd_comdat_info): Remove sec, we can use above. | |
970 | (STD_SECTION): Add initializer. | |
971 | (bfd_make_section_anyway): Init here too. | |
972 | ||
973 | * bfd-in2.h: Regenerate. | |
974 | ||
975 | * elflink.h (elf_link_add_object_symbols): Remove unnecessary | |
d952f17a | 976 | zeroing of `flags'. |
24376d1b AM |
977 | (elf_link_input_bfd): Set all asection->symbol->value's here, and |
978 | fudge values for discarded link-once section symbols. | |
979 | ||
3ef20aaa AM |
980 | * elf64-hppa.c: Include alloca-conf.h |
981 | ||
c0e219cc AM |
982 | 2000-10-11 Alan Modra <[email protected]> |
983 | ||
d01e2a23 AM |
984 | * elf.c (swap_out_syms): Revert 2000-10-07 changes. |
985 | ||
c0e219cc AM |
986 | * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg. |
987 | ||
fe268b66 AM |
988 | 2000-10-10 Alan Modra <[email protected]> |
989 | ||
990 | * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc. | |
991 | ||
4d7ce4dd AM |
992 | 2000-10-10 Tom Rix <[email protected]> |
993 | ||
d952f17a | 994 | * section.c (bfd_make_section_anyway): Release newsect ptr when |
4d7ce4dd AM |
995 | newsect->symbol fails to alloc. Use bfd_release instead of free. |
996 | ||
f3b6f7c3 RH |
997 | 2000-10-09 Richard Henderson <[email protected] |
998 | ||
999 | * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New. | |
1000 | (elf64_ia64_unwind_entry_compare): New. | |
1001 | (elf64_ia64_final_link): Sort the .IA_64.unwind section. | |
1002 | ||
44852b19 AM |
1003 | 2000-10-07 Alan Modra <[email protected]> |
1004 | ||
fc8c40a0 AM |
1005 | * elflink.h (size_dynamic_sections): Don't create various tags if |
1006 | .dynstr is excluded from the link. Don't set first dynsym entry | |
1007 | if dynsymcount is zero. | |
1008 | (elf_bfd_final_link): Don't try to swap out dynamic syms if | |
1009 | .dynsym excluded from the link. Don't try to write any dynamic | |
1010 | sections excluded from the link. | |
1011 | ||
44852b19 AM |
1012 | * elf.c (swap_out_syms): Handle global section symbols. |
1013 | ||
3e4554a2 DD |
1014 | 2000-10-05 DJ Delorie <[email protected]> |
1015 | ||
1016 | * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs | |
1017 | * coffcode.h (coff_set_alignment_hook): read extended reloc count | |
1018 | (coff_write_relocs): write extended reloc count | |
1019 | (coff_write_object_contents): account for extended relocs | |
1020 | ||
fa152c49 JW |
1021 | 2000-10-05 Jim Wilson <[email protected]> |
1022 | ||
1023 | * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags | |
1024 | field. | |
1025 | * elf.c (_bfd_elf_make_section_from_shdr): Call the | |
1026 | elf_backend_section_flags function. | |
1027 | * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion | |
1028 | code. | |
1029 | (elf64_ia64_section_flags): New function containing flag conversion | |
1030 | code. | |
1031 | (elf_backend_section_flags): Define to elf64_ia64_section_flags. | |
1032 | * elfxx-target.h (elf_backend_section_flags): Define. | |
1033 | (elfNN_bed): Initialize elf_backend_section_flags field. | |
1034 | ||
36605136 AM |
1035 | 2000-10-02 Alan Modra <[email protected]> |
1036 | ||
1037 | * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to | |
1038 | _bfd_elf32_gc_record_vtable. Correct a comment. | |
1039 | ||
4b6609a0 UC |
1040 | 2000-10-01 Ulf Carlsson <[email protected]> |
1041 | ||
1042 | From Ralf Baechle <[email protected]> | |
1043 | ||
1044 | * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld | |
1045 | produces binaries with got[1] = 0x80000001 to differenciate them | |
1046 | for the dynamic linker from the broken binaries produced by old | |
1047 | versions. | |
36605136 | 1048 | |
f572a39d AM |
1049 | 2000-09-30 Petr Sorfa <[email protected]> |
1050 | ||
1051 | * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t. | |
1052 | (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t. | |
1053 | * configure.in: Add check for pxstatus_t and lwpxstatus_t. | |
1054 | * configure: Regenerate. | |
1055 | ||
4da81684 HPN |
1056 | 2000-09-27 Hans-Peter Nilsson <[email protected]> |
1057 | ||
1058 | Define two bfd_targets for absence and presence of leading | |
1059 | underscore on symbols. Make sure to only link same kind. | |
1060 | * elf32-cris.c (cris_elf_object_p, | |
1061 | cris_elf_final_write_processing, cris_elf_print_private_bfd_data, | |
1062 | cris_elf_merge_private_bfd_data): New. | |
1063 | (elf_backend_object_p, elf_backend_final_write_processing, | |
1064 | bfd_elf32_bfd_print_private_bfd_data, | |
1065 | bfd_elf32_bfd_merge_private_bfd_data): Define. | |
1066 | <Target vector definition>: Include elf32-target.h twice with | |
1067 | different macro settings: | |
1068 | (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as | |
1069 | bfd_elf32_us_cris_vec. | |
1070 | (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris". | |
1071 | (elf_symbol_leading_char): First as 0, then '_'. | |
1072 | (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h. | |
1073 | * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs. | |
1074 | * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector. | |
1075 | * configure: Regenerate. | |
1076 | * targets.c: Declare bfd_elf32_us_cris_vec. | |
1077 | * po/bfd.pot: Regenerate. | |
1078 | ||
9a5aca8c AM |
1079 | 2000-09-29 Momchil Velikov <[email protected]> |
1080 | ||
1081 | * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for | |
1082 | R_ARM_THM_PC22 relocations. | |
1083 | ||
512a2384 AM |
1084 | 2000-09-29 NIIBE Yutaka <[email protected]> |
1085 | ||
1086 | * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath. | |
1087 | ||
6c99a5c3 AM |
1088 | 2000-09-29 Momchil Velikov <[email protected]> |
1089 | ||
1090 | * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if | |
1091 | is has the SEC_HAS_CONTENTS flag set. | |
1092 | ||
b16885a1 HPN |
1093 |