1 2001-02-01 Kazu Hirata <kazu@hxi.com>
3 * elf-m10300.c: Fix formatting.
5 2001-01-30 Alan Modra <alan@linuxcare.com.au>
7 * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
8 (elf_backend_get_symbol_type): Define.
9 (elf64_hppa_object_p): Set architecture and machine from elf
12 2001-01-30 Curtis L. Janssen <cljanss@ca.sandia.gov>
14 * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
17 2001-01-26 Richard Henderson <rth@redhat.com>
19 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
20 for non-default visibility.
21 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
22 delete ugly macro and replace with pretty function.
24 2001-01-25 Mark Elbrecht <snowball3@bigfoot.com>
26 * coff-go32.c: Update copyright.
27 * coff-stgo32.c: Likewise.
28 * coff-go32.c (COFF_LONG_FILENAMES): Define.
29 * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
30 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
31 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
33 2001-01-25 Kazu Hirata <kazu@hxi.com>
38 2001-01-23 H.J. Lu <hjl@gnu.org>
42 2001-01-23 H.J. Lu <hjl@gnu.org>
44 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
45 is NULL or PRIV(vms_rec) is outside of the buffer.
47 2001-01-23 Kazu Hirata <kazu@hxi.com>
49 * coff64-rs6000.c: Fix formatting.
50 * coff-arm.c: Likewise.
51 * coffgen.c: Likewise.
52 * cofflink.c: Likewise.
53 * coff-mcore.c: Likewise.
54 * coff-mips.c: Likewise.
55 * coff-pmac.c: Likewise.
56 * coff-ppc.c: Likewise.
57 * coff-rs6000.c: Likewise.
59 * elf32-fr30.c: Likewise.
60 * elf32-i370.c: Likewise.
61 * elf32-i860.c: Likewise.
62 * elf32-m32r.c: Likewise.
63 * elf32-m68k.c: Likewise.
64 * elf32-mcore.c: Likewise.
65 * elf32-ppc.c: Likewise.
66 * elf32-sh.c: Likewise.
67 * elf32-v850.c: Likewise.
68 * elf64-alpha.c: Likewise.
69 * elf64-sparc.c: Likewise.
70 * elflink.c: Likewise.
71 * elflink.h: Likewise.
72 * elf-m10200.c: Likewise.
73 * elf-m10300.c: Likewise.
74 * elfxx-ia64.c: Likewise.
76 * aoutx.h: Fix formatting.
78 * bfd-in2.h: Likewise.
80 * cpu-i386.c: Likewise.
81 * cpu-m68hc11.c: Likewise.
83 * elf64-x86-64.c: Likewise.
85 * freebsd.h: Likewise.
87 * hp300hpux.c: Likewise.
88 * hppabsd-core.c: Likewise.
89 * hpux-core.c: Likewise.
91 2001-01-22 Bo Thorsen <bo@suse.de>
93 * elf64-x86-64.c: Added PIC support for X86-64.
94 (elf64_x86_64_link_hash_newfunc): Function added.
95 (elf64_x86_64_link_hash_table_create): Likewise.
96 (elf64_x86_64_check_relocs): Likewise.
97 (elf64_x86_64_gc_mark_hook): Likewise.
98 (elf64_x86_64_gc_sweep_hook): Likewise.
99 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
100 (elf64_x86_64_size_dynamic_sections): Likewise.
101 (elf64_x86_64_discard_copies): Likewise.
102 (elf64_x86_64_finish_dynamic_symbol): Likewise.
103 (elf64_x86_64_finish_dynamic_sections): Likewise.
104 (elf64_x86_64_relocate_section): Add relocation of PIC sections.
106 2001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
108 * Makefile.am (install-data-local): Make use of $(DESTDIR).
109 * Makefile.in: Regenerate.
111 2001-01-21 Kazu Hirata <kazu@hxi.com>
113 * coff-a29k.c: Fix formatting.
115 2001-01-19 H.J. Lu <hjl@gnu.org>
117 * elf32-i386.c (elf_i386_check_relocs): Report files with bad
118 relocation section names.
119 (elf_i386_relocate_section): Report files with bad relocation
120 section names and return false.
122 2001-01-17 Bo Thorsen <bo@suse.de>
124 * targets.c: Alphabetize list of xvecs.
126 2001-01-14 Alan Modra <alan@linuxcare.com.au>
128 * config.bfd: Add linux target variant for elfxx-hppa.
129 * configure.in: Recognize bfd_elf32_hppa_linux_vec and
130 bfd_elf64_hppa_linux_vec.
131 * configure: Regenerate.
132 * elf64-hppa.c: Include elf64-target.h again to support linux
134 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
135 * elf32-hppa.c: Include elf32-target.h again to support linux
137 (elf32_hppa_post_process_headers): New function.
138 (elf_backend_post_process_headers): Define.
139 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
140 bfd_elf32_hppa_linux_vec.
142 * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
143 and data_segment_base fields.
144 (elf32_hppa_link_hash_table_create ): Init them.
145 (elf32_hppa_check_relocs): Update comments.
146 (hppa_record_segment_addr): New function.
147 (elf32_hppa_relocate_section): Call it.
148 (final_link_relocate): Handle R_PARISC_SEGREL32.
149 (elf32_hppa_final_link): New function.
150 (bfd_elf32_bfd_final_link): Define to call it.
151 (hppa_unwind_entry_compare): New function.
152 * cache.c (bfd_open_file): Create files in write+read mode.
154 * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
155 SEGREL32 and numerous other relocs. Change duplicate
156 R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
158 * opncls.c (bfd_fdopenr): Add parens like the comment says around
161 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
162 .plt entries for DT_INIT and DT_FINI.
163 (elf32_hppa_finish_dynamic_sections): Remove special handling of
166 * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
167 offsets for stub .plt access if wide mode. Check offset in range.
169 2001-01-13 Nick Clifton <nickc@redhat.com>
171 * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
174 * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
177 2001-01-12 Alan Modra <alan@linuxcare.com.au>
179 * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
180 * configure: Regenerate.
182 2001-01-11 Peter Targett <peter.targett@arccores.com>
184 * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
185 bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
186 * cpu-arc.c (arch_info_struct): Add entries for variants.
187 (bfd_arc_arch) Set default to bfd_mach_arc_5.
188 (arc_get_mach) Don't assume machine names prefixed arc- before
190 * elf32-arc.c (arc_elf_object_p): Set machine number based on new
192 (arc_elf_final_write_processing) Likewise.
193 (ELF_MACHINE_CODE) Use EM_ARC.
195 2001-01-10 Nick Clifton <nickc@redhat.com>
197 * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
199 2001-01-07 Philip Blundell <philb@gnu.org>
201 * README: Replace `bug-gnu-utils@gnu.org' with
202 `bug-binutils@gnu.org'.
204 2001-01-04 Kazu Hirata <kazu@hxi.com>
206 * som.c: Fix formatting.
208 2001-01-03 Kazu Hirata <kazu@hxi.com>
210 * ecoffswap.h: Fix formatting.
211 * elf-bfd.h: Likewise.
212 * elfarm-nabi.c: Likewise.
213 * elfarm-oabi.c: Likewise.
214 * elfcode.h: Likewise.
215 * elfcore.h: Likewise.
216 * elflink.c: Likewise.
217 * elflink.h: Likewise.
218 * elfxx-ia64.c: Likewise.
219 * elfxx-target.h: Likewise.
221 * linker.c: Likewise.
222 * lynx-core.c: Likewise.
224 2001-01-02 Kazu Hirata <kazu@hxi.com>
226 * pc532-mach.c: Fix formatting.
227 * pe-arm.c: Likewise.
228 * pe-i386.c: Likewise.
229 * pe-mips.c: Likewise.
230 * pe-ppc.c: Likewise.
232 * pei-mips.c: Likewise.
233 * pei-sh.c: Likewise.
234 * peicode.h: Likewise.
235 * ppcboot.c: Likewise.
236 * ptrace-core.c: Likewise.
238 2001-01-01 Kazu Hirata <kazu@hxi.com>
240 * reloc.c: Fix formatting.
241 * riscix.c: Likewise.
242 * rs6000-core.c: Likewise.
243 * xcoff-target.h: Likewise.
245 2000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
247 * elfcode.h (elf_object_p): Also restore the bfd mach field on
248 error, by calling bfd_default_set_arch_mach with incoming
251 2000-12-26 Kazu Hirata <kazu@hxi.com>
253 * vaxnetbsd.c: Fix formatting.
254 * versados.c: Likewise.
255 * vms-gsd.c: Likewise.
256 * vms-hdr.c: Likewise.
257 * vms-misc.c: Likewise.
259 2000-12-25 Alexandre Oliva <aoliva@redhat.com>
261 * archive.c (coff_write_armap): Don't write more than symbol_count
262 `archive_member_file_ptr's.
264 2000-12-25 Kazu Hirata <kazu@hxi.com>
266 * vms-tir.c: Fix formatting.
268 2000-12-23 Kazu Hirata <kazu@hxi.com>
270 * vms.c: Fix formatting.
273 2000-12-21 Santeri Paavolainen <santtu@ssh.com>
275 * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
277 * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
279 * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
282 * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
284 * coffcode.h (styp_to_sec_flags): Add empty statement after label.
286 2000-12-21 Richard Sandiford <rsandifo@redhat.com>
288 * libbfd.c (bfd_get_bits): Added
289 (bfd_put_bits): Likewise
290 * bfd-in.h: Declared the above.
291 * bfd-in2.h: Regenerated.
293 2000-12-20 Kazu Hirata <kazu@hxi.com>
295 * targets.c: Fix formatting.
296 * tekhex.c: Likewise.
297 * trad-core.c: Likewise.
299 2000-12-19 Kazu Hirata <kazu@hxi.com>
301 * sco5-core.c: Fix formatting.
302 * section.c: Likewise.
303 * sparclinux.c: Likewise.
304 * sparclynx.c: Likewise.
305 * sparcnetbsd.c: Likewise.
308 * stab-syms.c: Likewise.
311 * sysdep.h: Likewise.
313 2000-12-18 Nick Clifton <nickc@redhat.com>
315 * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
317 * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
318 * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
320 2000-12-18 Nick Clifton <nickc@redhat.com>
322 * vms-misc.c (_bfd_vms_get_record): Add default case to
325 2000-12-15 Miloslav Trmac <mitr@volny.cz>
327 * elfcore.h (elf_core_file_p): Move to the start of the program
328 headers before attempting to read them.
330 2000-12-14 Kazu Hirata <kazu@hxi.com>
332 * peigen.c: Fix formatting.
336 2000-12-13 Kazu Hirata <kazu@hxi.com>
338 * peigen.c: Fix formatting.
340 2000-12-12 Jim Wilson <wilson@redhat.com>
342 * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
344 2000-12-08 Mark Salter <msalter@redhat.com>
346 * binary.c (binary_set_section_contents): Ignore sections
349 2000-12-12 Kazu Hirata <kazu@hxi.com>
351 * m68klinux.c: Fix formatting.
352 * m68knetbsd.c: Likewise.
353 * mipsbsd.c: Likewise.
354 * netbsd-core.c: Likewise.
355 * netbsd.h: Likewise.
356 * newsos3.c: Likewise.
357 * nlm32-alpha.c: Likewise.
358 * nlm32-i386.c: Likewise.
359 * nlm32-ppc.c: Likewise.
360 * nlm32-sparc.c: Likewise.
361 * nlmcode.h: Likewise.
362 * nlmswap.h: Likewise.
363 * nlm-target.h: Likewise.
364 * ns32knetbsd.c: Likewise.
366 2000-12-10 Fred Fish <fnf@be.com>
368 * elflink.h (elf_link_output_extsym): Don't complain about undefined
369 symbols in shared objects if allow_shlib_undefined is true.
371 2000-12-12 Nick Clifton <nickc@redhat.com>
373 * cpu-sh.c: Fix formattng.
374 * elf.c: Fix formattng.
375 * elf32-mips.c: Fix formattng.
376 * elf32-sh.c: Fix formattng.
377 * elf64-alpha.c: Fix formattng.
379 2000-12-09 Nick Clifton <nickc@redhat.com>
381 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
382 dwarf2_find_line_info as last parameter to invocation of
383 _bfd_dwarf2_find_nearest_line.
384 * elf32-arm.h (elf32_arm_find_nearest_line): Pass
385 dwarf2_find_line_info as last parameter to invocation of
386 _bfd_dwarf2_find_nearest_line.
388 2000-12-08 Mark Elbrecht <snowball3@bigfoot.com>
390 * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
391 (BFD_LIBS): ...to here.
392 (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
393 (BFD_LIBS_CFILES): ...to here.
394 * Makefile.in: Regenerate.
395 * configure.in: Remove dwarf.lo from the elf shell variable.
396 * configure: Regenerate.
397 * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
398 * libcoff.h: Regenerate.
399 * coffgen.c (coff_find_nearest_line): Call
400 _bfd_dwarf2_find_nearest_line.
401 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
403 (read_abbrevs): Likewise
404 (decode_line_info): Likewise.
405 (parse_comp_unit): Likewise.
406 (comp_unit_find_nearest_line): Likewise.
407 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
408 * libbfd.h: Regenerate.
409 * elf.c (_bfd_elf_find_nearest_line): Update call.
410 * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
411 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
412 * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
413 (sec_to_styp_flags): Use them. Handle DWARF2 sections.
414 (styp_to_sec_flags): Handle DWARF2 sections.
415 * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
416 to _bfd_find_nearest_line.
417 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
418 call to _bfd_find_nearest_line.
420 2000-12-08 Kazu Hirata <kazu@hxi.com>
422 * coffgen.c: Fix formatting.
423 * elf-m10300.c: Likewise.
424 * elf32-i386.c: Likewise.
425 * elf32-i960.c: Likewise.
426 * elf32-m68k.c: Likewise.
427 * elf32-mcore.c: Likewise.
428 * elf32-ppc.c: Likewise.
429 * elf32-sh.c: Likewise.
430 * elf32-sparc.c: Likewise.
431 * elf32-v850.c: Likewise.
432 * elf64-alpha.c: Likewise.
433 * elf64-hppa.c: Likewise.
434 * elf64-mips.c: Likewise.
435 * elf64-sparc.c: Likewise.
437 2000-12-07 Kazu Hirata <kazu@hxi.com>
439 * elf32-ppc.c: Fix formatting.
440 * elf64-x86-64.c: Likewise.
442 2000-12-06 Ulf Carlsson <ulfc@engr.sgi.com>
444 From Ralf Baechle <ralf@gnu.org>
446 * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
447 BFDs containing no sections or empty .text, .data or .bss sections
448 to be merged, regardless of their flags.
450 2000-12-06 Kazu Hirata <kazu@hxi.com>
452 * elf32-m32r.c: Fix formatting.
453 * elf32-m68hc11.c: Likewise.
454 * elf32-m68hc12.c: Likewise.
455 * elf32-m68k.c: Likewise.
456 * elf32-mcore.c: Likewise.
457 * elf32-pj.c: Likewise.
458 * elf32-ppc.c: Likewise.
460 2000-12-05 Kazu Hirata <kazu@hxi.com>
462 * elf32-fr30.c: Fix formatting.
463 * elf32-hppa.c: Likewise.
464 * elf32-i370.c: Likewise.
465 * elf32-i386.c: Likewise.
466 * elf32-i860.c: Likewise.
467 * elf32-i960.c: Likewise.
469 2000-12-03 Kazu Hirata <kazu@hxi.com>
471 * elf32-arm.h: Fix formatting.
472 * elf32-avr.c: Likewise.
473 * elf32-cris.c: Likewise.
474 * elf32-d10v.c: Likewise.
475 * elf32-d30v.c: Likewise.
476 * elf-hppa.h: Likewise.
477 * elf-m10200.c: Likewise.
478 * elf-m10300.c: Likewise.
480 2000-12-01 Chris Demetriou <cgd@sibyte.com>
482 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
483 bfd_mach_mips32_4k. Update FIXME comment.
484 * archures.c (bfd_mach_mips32): New constant.
485 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
486 the latter, renumber it.
487 * bfd-in2.h (bfd_mach_mips32): New constant.
488 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
489 the latter, renumber it.
490 * cpu-mips.c (I_mips32): New constant.
491 (I_mips4K, I_mips32_4k): Rename the former to the latter.
492 (arch_info_struct): Add bfd_mach_mips32 entry, replace
493 bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
494 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
495 (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32
496 with E_MIPS_MACH_MIPS32_4K.
497 (_bfd_mips_elf_final_write_processing): Replace
498 bfd_mach_mips4K with bfd_mach_mips32_4k case, add
499 bfd_mach_mips32 case.
500 (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
501 comparison with support for MIPS32.
502 (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
505 * aoutx.h (NAME(aout,machine_type)): Add cases for
506 bfd_mach_mips5 and bfd_mach_mips64.
507 * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
508 * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
509 * cpu_mips.c (I_mips5, I_mips64): New definitions.
510 (arch_info_struct): Add entries for bfd_mach_mips5 and
512 * elf32-mips.c (elf_mips_isa, elf_mips_mach,
513 _bfd_mips_elf_print_private_bfd_data): Add cases for
514 E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
515 (_bfd_mips_elf_final_write_processing): Add cases for
516 bfd_mach_mips5 and bfd_mach_mips64.
518 * bfd/aoutx.h (NAME(aout,machine_type)): Add a
519 bfd_mach_mips_sb1 case.
520 * bfd/archures.c (bfd_mach_mips_sb1): New constant.
521 * bfd/bfd-in2.h (bfd_mach_mips_sb1): New constant.
522 * bfd/cpu-mips.c (I_sb1): New constant.
523 (arch_info_struct): Add entry for bfd_mach_mips_sb1.
524 * bfd/elf32-mips.c (elf_mips_mach): Add case for
526 (_bfd_mips_elf_final_write_processing): Add case for
529 2000-12-01 Joel Sherrill <joel@OARcorp.com>
531 * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
532 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
533 (sparc*-*-rtems*): Switched from a.out to ELF.
535 2000-11-30 Jan Hubicka <jh@suse.cz>
537 * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
538 BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
539 (elf64-x86-64.lo): Add dependencies.
540 * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
541 bfd_mach_x86_64_intel_syntax.
542 * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
543 * config.bfd (x86_64): Add.
544 * configure.in: Add support for bfd_elf64_x86_64_vec.
545 * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
546 (bfd_i386_arch, i8086_ar): Link in.
547 * elf64-x86-64.c: New file.
548 * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
549 * targets.c (bfd_elf64_x86_64_vec): Add.
550 (bfd_target_vect): Add bfd_elf64_x86_64_vec.
552 2000-11-30 Kazu Hirata <kazu@hxi.com>
554 * xcofflink.c: Fix formatting.
556 2000-11-28 Kazu Hirata <kazu@hxi.com>
558 * aoutx.h: Fix formatting.
559 * bfd-in.h: Likewise.
560 * bfd-in2.h: Likewise.
562 * cisco-core.c: Likewise.
563 * coff64-rs6000.c: Likewise.
564 * coffcode.h: Likewise.
565 * coffswap.h: Likewise.
566 * corefile.c: Likewise.
567 * elf32-mips.c: Likewise.
569 2000-11-27 Kazu Hirata <kazu@hxi.com>
571 * aout-adobe.c: Fix formatting.
572 * coff64-rs6000.c: Likewise.
573 * coffgen.c: Likewise.
574 * cofflink.c: Likewise.
576 2000-11-27 Philip Blundell <pb@futuretv.com>
578 * libcoff-in.h (coff_tdata): Add `strings_written' flag.
579 (obj_coff_strings_written): New accessor macro for above.
580 * libcoff.h: Regenerate.
581 * cofflink.c (_bfd_coff_final_link): Say that we wrote the
583 * coffcode.h (coff_write_object_contents): No need to write out
584 the string table if it's already been done.
586 2000-11-22 Philip Blundell <pb@futuretv.com>
588 * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
589 weak undefined symbols.
591 2000-11-24 Nick Clifton <nickc@redhat.com>
593 * archures.c (bfd_mach_arm_5TE): Define.
594 (bfd_mach_arm+XScale): Define.
595 * bfd-in2.h: Regenerate.
597 * coff-arm.c (coff_arm_reloc_type_lookup): Accept
598 BFD_RELOC_ARM_PCREL_BLX.
600 * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
601 XScale machine numbers.
603 * config.bfd (xscale-elf): Add target.
604 (xscale-coff): Add target.
606 * cpu-arm.c: Add xscale machine name.
607 Add v5t, v5te and XScale machine numbers.
609 2000-11-23 Kazu Hirata <kazu@hxi.com>
611 * aix386-core.c: Fix formatting.
613 2000-11-22 Jim Wilson <wilson@redhat.com>
615 * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
616 (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
617 * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
618 (ins_imms_scaled): Initialize sign_bit at function entry.
619 (elf64_ia64_operands): Add missing initializers.
620 * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
621 elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
622 elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
623 elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
624 elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
626 (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
627 and free_extsyms at function entry.
628 (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
629 (elfNN_ia64_create_dynamic_sections): Delete unused local h.
630 (get_got): Delete unused local srel.
631 (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
632 (elfNN_ia64_relocate_section): Delete unused local dynindx.
634 2000-11-21 Kazu Hirata <kazu@hxi.com>
636 * coff-a29k.c: Fix formatting.
637 * coff-h8500.c: Likewise.
638 * coff-i960.c: Likewise.
639 * coff-ppc.c: Likewise.
640 * coff-rs6000.c: Likewise.
641 * coff-stgo32.c: Likewise.
642 * coff-tic54x.c: Likewise.
643 * coff-w65.c: Likewise.
644 * cpu-h8500.c: Likewise.
645 * cpu-hppa.c: Likewise.
646 * cpu-ns32k.c: Likewise.
648 * ecofflink.c: Likewise.
650 2000-11-21 Nick Clifton <nickc@redhat.com>
652 * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
653 remove possibility of infinite loop.
655 2000-11-20 Kazu Hirata <kazu@hxi.com>
657 * aix386-core.c: Fix formatting.
658 * aout-adobe.c: Likewise.
659 * aout-arm.c: Likewise.
660 * aout-encap.c: Likewise.
661 * aout-ns32k.c: Likewise.
662 * aout-target.h: Likewise.
663 * aout-tic30.c: Likewise.
664 * aoutf1.h: Likewise.
666 * archive.c: Likewise.
667 * bfd-in.h: Likewise.
668 * bfd-in2.h: Likewise.
672 2000-11-17 H.J. Lu <hjl@gnu.org>
674 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
675 pltoff entries for DT_INIT and DT_FINI.
676 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
677 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
680 2000-11-16 Richard Henderson <rth@redhat.com>
682 * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
683 (allocate_dynrel_entries): Likewise.
684 (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
685 (set_pltoff_entry): Likewise.
686 (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
687 (elfNN_ia64_reloc_type_lookup): Likewise.
688 (elfNN_ia64_install_value): Likewise.
689 (elfNN_ia64_relocate_section): Likewise.
690 * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
691 (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
693 2000-11-16 Kazu Hirata <kazu@hxi.com>
695 * cpu-a29k.c: Fix formatting.
696 * cpu-alpha.c: Likewise.
697 * cpu-arm.c: Likewise.
698 * cpu-avr.c: Likewise.
699 * cpu-d10v.c: Likewise.
700 * cpu-h8500.c: Likewise.
701 * cpu-hppa.c: Likewise.
702 * cpu-i370.c: Likewise.
703 * cpu-i386.c: Likewise.
704 * cpu-i960.c: Likewise.
705 * cpu-ia64-opc.c: Likewise.
706 * cpu-ia64.c: Likewise.
707 * cpu-m32r.c: Likewise.
708 * cpu-m68hc11.c: Likewise.
709 * cpu-m68hc12.c: Likewise.
710 * cpu-m68k.c: Likewise.
711 * cpu-m88k.c: Likewise.
712 * cpu-mips.c: Likewise.
713 * cpu-ns32k.c: Likewise.
714 * cpu-pj.c: Likewise.
715 * cpu-powerpc.c: Likewise.
716 * cpu-sh.c: Likewise.
717 * cpu-sparc.c: Likewise.
718 * cpu-tic54x.c: Likewise.
719 * cpu-v850.c: Likewise.
720 * cpu-vax.c: Likewise.
721 * cpu-w65.c: Likewise.
722 * cpu-we32k.c: Likewise.
723 * cpu-z8k.c: Likewise.
724 * dwarf1.c: Likewise.
725 * dwarf2.c: Likewise.
727 2000-11-15 Kazu Hirata <kazu@hxi.com>
729 * coff-arm.c: Fix formatting.
730 * coff-ppc.c: Likewise.
731 * coff-rs6000.c: Likewise.
732 * coff-sh.c: Likewise.
733 * coff-sparc.c: Likewise.
734 * coff-tic30.c: Likewise.
735 * coff-tic54x.c: Likewise.
736 * coff-tic80.c: Likewise.
737 * coff-w65.c: Likewise.
738 * coff-we32k.c: Likewise.
739 * coff-z8k.c: Likewise.
741 2000-11-15 Richard Henderson <rth@redhat.com>
743 * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
744 section with the same ALLOC|LOAD flags as the source section.
746 2000-11-14 Jakub Jelinek <jakub@redhat.com>
748 * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
749 by STO_ALPHA constants.
751 2000-11-14 Kazu Hirata <kazu@hxi.com>
753 * coff-pmac.c: Fix formatting.
754 * coff-ppc.c: Likewise.
756 2000-11-13 H.J. Lu <hjl@gnu.org>
758 * elflink.h (elf_link_add_object_symbols): Also add indirect
759 symbols for common symbols with the default version.
761 2000-11-09 Philip Blundell <pb@futuretv.com>
763 * section.c (STD_SECTION): Set gc_mark flag.
765 2000-11-11 Kazu Hirata <kazu@hxi.com>
767 * coff-i960.c: Likewise.
768 * coff-m68k.c: Likewise.
769 * coff-m88k.c: Likewise.
770 * coff-mcore.c: Likewise.
771 * coff-mips.c: Likewise.
773 2000-11-11 Bernd Schmidt <bernds@cygnus.co.uk>
775 * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
777 2000-11-10 Kazu Hirata <kazu@hxi.com>
779 * coff-h8300.c: Fix formatting.
780 * coff-h8500.c: Likewise.
781 * coff-i386.c: Likewise.
782 * coff-i860.c: Likewise.
783 * coff-i960.c: Likewise.
784 * coff-ia64.c: Likewise.
786 2000-11-09 Kazu Hirata <kazu@hxi.com>
788 * archive.c: Fix formatting.
789 * archures.c: Likewise.
791 2000-11-07 Richard Henderson <rth@redhat.com>
793 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
794 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
795 * section.c (bfd_set_section_contents): Call memcpy if
796 section->contents set and location not equal to contents plus offset.
798 2000-11-08 Kazu Hirata <kazu@hxi.com>
800 * bfd-in.h: Fix formatting.
801 * bfd-in2.h: Likewise.
803 * binary.c: Likewise.
805 * coff-a29k.c: Likewise.
806 * coff-alpha.c: Likewise.
807 * coff-apollo.c: Likewise.
808 * coff-aux.c: Likewise.
810 2000-11-07 Kazu Hirata <kazu@hxi.com>
812 * aix386-core.c: Fix formatting.
813 * aoutf1.h: Likewise.
815 * archures.c: Likewise.
816 * armnetbsd.c: Likewise.
818 2000-11-07 Alan Modra <alan@linuxcare.com.au>
820 * coff-h8300.c (special): Adjust reloc address.
822 2000-11-06 Steve Ellcey <sje@cup.hp.com>
824 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
825 to differentiate elf32 and elf64 on ia64.
826 * bfd-in2.h: Regenerate.
827 * config.bfd: Add target for "ia64*-*-hpux*".
828 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
829 * configure: Regenerate.
830 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
831 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
833 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
834 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
835 * Makefile.in: Regnerate.
836 * elf64-ia64.c: Deleted.
837 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
839 2000-11-06 Kazu Hirata <kazu@hxi.com>
841 * aout-adobe.c: Fix formatting.
842 * aout-arm.c: Likewise.
843 * aout-cris.c: Likewise.
844 * aout-encap.c: Likewise.
845 * aout-ns32k.c: Likewise.
846 * aout-target.h: Likewise.
847 * aout-tic30.c: Likewise.
849 2000-11-05 Philip Blundell <philb@gnu.org>
851 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
852 BFDs containing no sections to be merged, regardless of their flags.
854 2000-11-04 Philip Blundell <philb@gnu.org>
856 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
857 if a relocation for an undefined symbol also results in an
860 2000-11-06 Christopher Faylor <cgf@cygnus.com>
862 * config.bfd: Add support for Sun Chorus.
864 2000-11-05 David O'Brien <obrien@FreeBSD.org>
866 * configure.in: Recognize alpha-*-freebsd*.
867 * configure: Regenerate.
869 2000-11-02 Luciano Gemme <ishitawa@yahoo.com>
871 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
872 (Chunk): New global variable set by a parameter in objcopy.c.
873 (S3Forced): New global variable set by a parameter in
875 (srec_set_section_contents): If S3Forced is true, always generate
877 (srec_write_section): Use 'Chunk' to limit maximum length of S
880 2000-11-02 Per Lundberg <plundis@chaosdev.org>
882 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
883 * Makefile.in: Regenerate.
884 * bfd-in2.h: Regenerate.
885 * po/bfd.pot: Regenerate.
887 2000-10-31 Philip Blundell <philb@gnu.org>
889 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
890 EF_SOFT_FLOAT if it is defined.
892 2000-10-27 Philip Blundell <philb@gnu.org>
894 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
895 attempts to mix PIC code with non-PIC, just mark the output as
896 being position dependent.
897 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
898 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
899 all mismatches, not just the first one.
901 2000-10-25 Chris Demetriou <cgd@sibyte.com>
903 * ieee.c (ieee_archive_p): Plug one of many possible
904 memory leaks in error handling.
906 2000-10-20 Jakub Jelinek <jakub@redhat.com>
908 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
909 elf32_sparc_object_p, elf32_sparc_final_write_processing):
911 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
912 sparc64_elf_object_p): Support v9b.
913 * archures.c: Declare v8plusb and v9b machines.
915 * cpu-sparc.c: Ditto.
917 2000-10-16 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
919 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
922 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
923 (SYMBOL_CALLS_LOCAL): New macro.
924 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
925 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
926 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
927 (ppc_elf_relocate_section): Use flag variable to determine
928 whether the relocation refers to a local symbol.
929 Test whether a PLTREL24 reloc will produce a reloc by looking
930 to see whether a PLT entry was made.
932 2000-10-14 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
934 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
935 entries that could serve as a definition for a weak symbol.
937 2000-10-13 Ulf Carlsson <ulfc@engr.sgi.com>
939 From Ralf Baechle <ralf@gnu.org>
941 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
942 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
943 against local symbols.
944 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
946 2000-10-12 Alan Modra <alan@linuxcare.com.au>
948 * section.c (struct sec): Add kept_section.
949 (struct bfd_comdat_info): Remove sec, we can use above.
950 (STD_SECTION): Add initializer.
951 (bfd_make_section_anyway): Init here too.
953 * bfd-in2.h: Regenerate.
955 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
957 (elf_link_input_bfd): Set all asection->symbol->value's here, and
958 fudge values for discarded link-once section symbols.
960 * elf64-hppa.c: Include alloca-conf.h
962 2000-10-11 Alan Modra <alan@linuxcare.com.au>
964 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
966 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
968 2000-10-10 Alan Modra <alan@linuxcare.com.au>
970 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
972 2000-10-10 Tom Rix <trix@redhat.com>
974 * section.c (bfd_make_section_anyway): Release newsect ptr when
975 newsect->symbol fails to alloc. Use bfd_release instead of free.
977 2000-10-09 Richard Henderson <rth@cygnus.com
979 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
980 (elf64_ia64_unwind_entry_compare): New.
981 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
983 2000-10-07 Alan Modra <alan@linuxcare.com.au>
985 * elflink.h (size_dynamic_sections): Don't create various tags if
986 .dynstr is excluded from the link. Don't set first dynsym entry
987 if dynsymcount is zero.
988 (elf_bfd_final_link): Don't try to swap out dynamic syms if
989 .dynsym excluded from the link. Don't try to write any dynamic
990 sections excluded from the link.
992 * elf.c (swap_out_syms): Handle global section symbols.
994 2000-10-05 DJ Delorie <dj@redhat.com>
996 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
997 * coffcode.h (coff_set_alignment_hook): read extended reloc count
998 (coff_write_relocs): write extended reloc count
999 (coff_write_object_contents): account for extended relocs
1001 2000-10-05 Jim Wilson <wilson@cygnus.com>
1003 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
1005 * elf.c (_bfd_elf_make_section_from_shdr): Call the
1006 elf_backend_section_flags function.
1007 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
1009 (elf64_ia64_section_flags): New function containing flag conversion
1011 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
1012 * elfxx-target.h (elf_backend_section_flags): Define.
1013 (elfNN_bed): Initialize elf_backend_section_flags field.
1015 2000-10-02 Alan Modra <alan@linuxcare.com.au>
1017 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
1018 _bfd_elf32_gc_record_vtable. Correct a comment.
1020 2000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
1022 From Ralf Baechle <ralf@gnu.org>
1024 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
1025 produces binaries with got[1] = 0x80000001 to differenciate them
1026 for the dynamic linker from the broken binaries produced by old
1029 2000-09-30 Petr Sorfa <petrs@sco.com>
1031 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
1032 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
1033 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
1034 * configure: Regenerate.
1036 2000-09-27 Hans-Peter Nilsson <hp@axis.com>
1038 Define two bfd_targets for absence and presence of leading
1039 underscore on symbols. Make sure to only link same kind.
1040 * elf32-cris.c (cris_elf_object_p,
1041 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
1042 cris_elf_merge_private_bfd_data): New.
1043 (elf_backend_object_p, elf_backend_final_write_processing,
1044 bfd_elf32_bfd_print_private_bfd_data,
1045 bfd_elf32_bfd_merge_private_bfd_data): Define.
1046 <Target vector definition>: Include elf32-target.h twice with
1047 different macro settings:
1048 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
1049 bfd_elf32_us_cris_vec.
1050 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
1051 (elf_symbol_leading_char): First as 0, then '_'.
1052 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
1053 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
1054 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
1055 * configure: Regenerate.
1056 * targets.c: Declare bfd_elf32_us_cris_vec.
1057 * po/bfd.pot: Regenerate.
1059 2000-09-29 Momchil Velikov <velco@fadata.bg>
1061 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
1062 R_ARM_THM_PC22 relocations.
1064 2000-09-29 NIIBE Yutaka <gniibe@chroot.org>
1066 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
1068 2000-09-29 Momchil Velikov <velco@fadata.bg>
1070 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
1071 is has the SEC_HAS_CONTENTS flag set.
1073 2000-09-28 Örjan Friberg <orjanf@axis.com>
1074 Hans-Peter Nilsson <hp@axis.com>
1076 * aout-cris.c (N_TXTADDR): Define.
1078 2000-09-28 John David Anglin <dave@hiauly1.hia.nrc.ca>
1080 * som.c: Include alloca-conf.h.
1081 * Makefile.am: "make dep-am"
1082 * Makefile.in: Regenerate.
1084 2000-09-27 Alan Modra <alan@linuxcare.com.au>
1086 * elf32-hppa.c (plt_stub): New.
1087 (PLT_STUB_ENTRY): Define.
1088 (elf32_hppa_link_hash_table): Change multi_subspace to packed
1089 boolean. Add need_plt_stub, has_12bit_branch and has_17bit_branch.
1090 (elf32_hppa_link_hash_table_create): Init to suit.
1091 (elf32_hppa_check_relocs): Set has_12bit_branch and
1092 has_17bit_branch as appropriate.
1093 (elf32_hppa_adjust_dynamic_symbol): Set need_plt_stub for
1094 non-local functions.
1095 (elf32_hppa_size_dynamic_sections): Correct setting of reltext.
1096 Add space for plt_stub as needed.
1097 (elf32_hppa_finish_dynamic_symbol): Point .plt entries for global
1098 functions at plt_stub.
1099 (elf32_hppa_finish_dynamic_sections): Write plt_stub.
1100 (elf32_hppa_create_dynamic_sections): Leave .plt executable.
1102 * elf32-hppa.h (elf32_hppa_size_stubs): Add group_size param.
1103 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise. Use it instead
1104 of fixed size, and if negative, disable handling of input sections
1105 before stub section. Set up default stub group size depending
1106 on detected branch relocs.
1107 (hppa_build_one_stub): Use lrsel and rrsel for import stubs to
1108 ensure different offsets from sym_value aren't rounded to
1109 different 2k blocks. Use lrsel and rrsel for other stubs too for
1110 consistency rather than necessity.
1111 (elf32_hppa_check_relocs): Handle R_PARISC_DIR14F.
1112 (final_link_relocate): Likewise.
1113 (elf32_hppa_relocate_section): Likewise.
1115 * elf-hppa.h (elf_hppa_howto_table): Add R_PARISC_DIR14F reloc.
1116 (_bfd_elf_hppa_gen_reloc_type): Generate them.
1117 (elf_hppa_final_link_relocate): Handle them.
1118 (elf_hppa_relocate_insn): Likewise.
1119 (_bfd_elf_hppa_gen_reloc_type): Add missing e_ldsel and e_rdsel cases.
1121 2000-09-26 Hans-Peter Nilsson <hp@axis.com>
1123 * elfcode.h (elf_object_p): Preserve and clear abfd section
1124 information. Restore at error.
1126 2000-09-26 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
1128 * peigen.c (_bfd_pei_swap_aouthdr_in): If some DataDirectory
1129 is empty, make sure that its rva also 0. NT loader dislikes
1132 2000-09-26 Steve Ellcey <sje@cup.hp.com>
1134 * som.c (som_bfd_derive_misc_symbol_info): Make weak symbols
1137 2000-09-21 Alan Modra <alan@linuxcare.com.au>
1139 * elf32-hppa.c (elf32_hppa_check_relocs): Fix weak sym handling in
1140 currently unused RELATIVE_DYNAMIC_RELOCS code.
1141 (hppa_discard_copies): Likewise.
1142 (elf32_hppa_size_stubs): Size `input_list' array correctly. Correct
1143 comments. Don't check non-code output sections for stub grouping.
1145 2000-09-20 Alan Modra <alan@linuxcare.com.au>
1147 * section.c (bfd_get_unique_section_name): Return NULL if
1150 2000-09-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1152 * elf32-m68k.c (elf_cpu32_plt0_entry): Change the PLT entry 0
1153 instruction sequence to actually work.
1154 (elf_m68k_finish_dynamic_sections): Change the patch-in offset
1157 2000-09-18 Alexandre Oliva <aoliva@redhat.com>
1159 * elf32-sh.c (sh_elf_relocate_section): Use
1160 _bfd_final_link_relocate to apply the relocation against a section
1161 symbol, when doing relocatable links.
1163 2000-09-18 Alan Modra <alan@linuxcare.com.au>
1165 * elf32-hppa.c (elf32_hppa_stub_hash_entry): Rename input_section
1167 (stub_hash_newfunc): Here too.
1168 (hppa_add_stub): And here.
1169 (elf32_hppa_link_hash_table): Remove stub_section_created,
1170 reloc_section_created, first_init_sec and first_fini_sec. Add
1172 (elf32_hppa_link_hash_table_create): Init to suit.
1173 (hppa_get_stub_entry): Add support for grouping stub sections.
1174 (hppa_add_stub): Likewise. Remove sec_count param and init/fini
1175 section code. Index stub vars by section->id.
1176 (elf32_hppa_size_stubs): Likewise. Remove duplicated function
1177 exit paths. Zap allocation of above removed vars. Refine
1180 * elf32-hppa.h (elf32_hppa_size_stubs): Add output_bfd param.
1181 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
1182 (hppa_get_stub_entry): Pass in pointer to elf32_hppa_link_hash_table
1183 rather than pointer to bfd_link_info.
1184 (hppa_add_stub): Likewise.
1185 (final_link_relocate): Likewise.
1187 2000-09-17 David Huggins-Daines <dhd@linuxcare.com>
1189 (elf32_hppa_size_stubs): Don't try to build stubs for discarded
1192 2000-09-16 Alexandre Oliva <aoliva@redhat.com>
1194 * elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match
1195 ld/emulparams/shelf.sh.
1197 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1199 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): New function.
1200 * bfd-in.h (bfd_m68k_elf32_create_embedded_relocs): Add declaration.
1201 * bfd-in2.h: Regenerate.
1203 2000-09-15 Kenneth Block <Kenneth.Block@compaq.com>
1205 * bfd/elf64-alpha.c (elf64_alpha_relax_with_lituse): ld performs
1206 LITUSE relocations incorrectly if -relax is specified on the ld
1207 command line and the displacement field of the load or store
1208 instruction is non-zero. (Patch by paul.winalski@compaq.com)
1210 2000-09-15 Alan Modra <alan@linuxcare.com.au>
1212 * elf32-hppa.c (hppa_add_stub): Dont set first_init_sec and
1213 first_fini_sec here.
1214 (elf32_hppa_size_stubs): Instead correctly find the first .init
1215 and .fini section here.
1217 2000-09-15 David Huggins-Daines <dhd@linuxcare.com>
1219 * elf32-hppa.c (clobber_millicode_symbols): New function.
1220 (elf32_hppa_size_dynamic_sections): Call it.
1222 2000-09-14 Alan Modra <alan@linuxcare.com.au>
1224 * elf32-hppa.c (elf32_hppa_link_hash_entry): Make pic_call
1225 packed. Add plabel, plt_abs packed booleans.
1226 (hppa_link_hash_newfunc): Init new fields.
1227 (PLABEL_PLT_ENTRY_SIZE): Define.
1228 (hppa_stub_name): Use size_t len vars.
1229 (hppa_add_stub): Likewise.
1230 (elf32_hppa_build_stubs): Likewise.
1231 (hppa_build_one_stub): Kill some compiler warnings.
1232 (elf32_hppa_check_relocs): Always generate a plt entry for PLABELs
1233 if dynamic linking. Munge the local plt offsets into
1234 local_got_refcounts. Set h->plabel for all global PLABELs. Use
1235 size_t len vars. Add assert for plabel addend.
1236 (elf32_hppa_gc_sweep_hook): Sweep local plt entries too.
1237 (elf32_hppa_hide_symbol): New function.
1238 (elf_backend_hide_symbol): Define.
1239 (elf32_hppa_adjust_dynamic_symbol): Don't throw away plt entries
1240 with h->plabel set. Don't make plt entries to have dynamic syms
1241 when they have been forced local. If plt entry is used by a
1242 plabel, make it PLABEL_PLT_ENTRY_SIZE.
1243 (elf32_hppa_size_dynamic_sections): Set plt_abs for init fns.
1244 Set up .plt offsets for local syms.
1245 (elf32_hppa_relocate_section): Initialise plt entries for local
1246 syms. Leave weak undefined plabels zero. Make global plabel
1247 relocs against function symbol, and leave the addend zero.
1248 Use *ABS* DIR32 relocs instead of SEGREL32 for dynamic got relocs.
1249 (elf32_hppa_finish_dynamic_symbol): Set up IPLT relocs for
1250 non-dynamic syms. Init extra plt for plabels. Use *ABS* DIR32
1251 relocs instead of SEGREL32 for dynamic got relocs.
1252 (elf32_hppa_finish_dynamic_sections): Reserve one more .got entry.
1253 (elf_backend_got_header_size): Adjust.
1254 (elf32_hppa_set_gp): Calculate an "ideal" LTP.
1256 * elf32-hppa.c (LONG_BRANCH_VIA_PLT): Define.
1257 (hppa_type_of_stub): Use it instead of #if 0
1258 (hppa_discard_copies): Use it here too.
1259 (elf32_hppa_size_dynamic_sections): And here.
1261 * elf32-hppa.c (elf32_hppa_link_hash_table): Remove `offset' field.
1262 (elf32_hppa_link_hash_table_create): And here.
1263 (hppa_build_one_stub): And here. Instead keep track of stub
1264 offset using _raw_size.
1265 (elf32_hppa_size_stubs): Likewise.
1266 (elf32_hppa_build_stubs): Likewise.
1267 (hppa_size_one_stub): Likewise. Resize reloc section too.
1269 * elf32-hppa.c (hppa_add_stub): Correct first_init_sec and
1270 first_fini_sec handling. Don't search for reloc section or set
1271 hplink->reloc_section_created here.
1272 (elf32_hppa_size_stubs): Instead search for reloc sections, and
1273 set reloc_section_created here.
1274 (hppa_handle_PIC_calls): Set ELF_LINK_HASH_NEEDS_PLT.
1275 (elf32_hppa_size_dynamic_sections): Make a .plt entry for DT_INIT
1277 (elf32_hppa_finish_dynamic_sections): Set DT_INIT and DT_FINI.
1279 * elf32-hppa.c (hppa_build_one_stub): Replace `elf_hash_table (info)'
1280 with `hplink->root.'.
1281 (elf32_hppa_check_relocs): Likewise.
1282 (elf32_hppa_gc_sweep_hook): Likewise.
1283 (elf32_hppa_adjust_dynamic_symbol): Likewise.
1284 (hppa_handle_PIC_calls): Likewise.
1285 (elf32_hppa_size_dynamic_sections): Likewise.
1286 (elf32_hppa_set_gp): Likewise.
1287 (elf32_hppa_relocate_section): Likewise.
1288 (elf32_hppa_finish_dynamic_symbol): Likewise.
1289 (elf32_hppa_finish_dynamic_sections): Likewise.
1291 From David Huggins-Daines <dhd@linuxcare.com>
1292 * elf32-hppa.c (hppa_type_of_stub): Generate import stubs for
1293 defined weak symbols in shared links.
1294 (final_link_relocate): Calls to defined weak symbols in shared
1295 objects must go via import stubs, as the target might not be known
1298 2000-09-14 Alexandre Oliva <aoliva@redhat.com>
1300 * elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
1301 R_SH_COPY, R_SH_GLOB_DAT, R_SH_JMP_SLOT, R_SH_RELATIVE,
1302 R_SH_GOTOFF, R_SH_GOTPC) to the range from 160 to 167. Replaced
1303 the original entries with EMPTY_HOWTOs, and added new ones to fill
1305 (sh_elf_info_to_howto): Make sure the new gap isn't used.
1306 (sh_elf_relocate_section): Likewise.
1308 2000-09-13 Anders Norlander <anorland@acc.umu.se>
1310 * cpu-mips.c (arch_info_struct): Add mips:4K
1311 * bfd-in2.h (bfd_mach_mips4K): New define.
1312 * archures.c: Add bfd_mach_mips4K to comment.
1313 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Return
1314 E_MIPS_ARCH_2 for bfd_mach_mips4K.
1316 2000-09-13 Marco Franzen <marcof@thyron.com>
1318 * som.c (som_write_symbol_strings): Do not used fixed buffers,
1319 use size_t as a counter.
1320 (som_write_space_strings): Similarly.
1322 2000-09-12 Jason Eckhardt <jle@cygnus.com>
1324 * elf32-i860.c (elf32_i860_relocate_pc26): New function
1326 (elf32_i860_relocate_section): Invoke new function from here.
1328 2000-09-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1330 * elf.c (_bfd_elf_make_section_from_shdr): Make debug_sec_names
1333 2000-09-10 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1335 * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): Emit 8 NULs for
1336 target section name instead of dumping core when the target symbol is
1339 2000-09-09 Kazu Hirata <kazu@hxi.com>
1341 * riscix.c: Remove DEFUN.
1343 2000-09-08 Nick Clifton <nickc@redhat.com>
1345 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Do not
1346 initialise flags in output bfd if the input bfd is the default
1347 architecture with the default flags.
1349 2000-09-08 Kazu Hirata <kazu@hxi.com>
1351 * archive.c: Fix formatting.
1352 * coff-arm.c: Likewise.
1353 * doc/chew.c: Likewise.
1355 2000-09-08 Alan Modra <alan@linuxcare.com.au>
1357 * section.c (bfd_get_unique_section_name): Put a dot before the
1360 2000-09-07 Kazu Hirata <kazu@hxi.com>
1362 * doc/chew.c: Remove all uses of DEFUN and DEFUN_VOID.
1363 * elf.c: Fix formatting.
1365 2000-09-07 Alexandre Oliva <aoliva@redhat.com>
1367 * config.bfd (sh-*-linux*): Added.
1368 * configure.in (bfd_elf32_shlin_vec, bfd_elf32_shblin_vec): New.
1369 * targets.c: Declare them.
1370 * elf32-sh-lin.c: New file.
1371 * Makefile.am: Compile it.
1372 * elf32-sh.c: Don't override defines from elf32-sh-lin.c.
1373 * configure, Makefile.in: Rebuilt.
1375 2000-09-06 Geoffrey Keating <geoffk@cygnus.com>
1377 * xcofflink.c (xcoff_link_input_bfd): Include the .tocbss
1378 pseduo-section when determining where the TOC ends.
1380 * coff-rs6000.c (_bfd_xcoff_swap_aux_out): Use bfd_h_put_16 to
1381 output x_tvndx as it is only two bytes wide.
1383 * coff-rs6000.c (xcoff_howto_table): A modifiable branch-absolute
1384 reloc is 26 or 32 bits wide.
1386 * coff-rs6000.c (_bfd_xcoff_rtype2howto): The bitsize is irrelevant
1387 for relocs that don't change anything. Also look at the full
1390 2000-09-06 Philip Blundell <philb@gnu.org>
1392 * config.bfd (arm*-*-uclinux*): New target.
1394 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
1396 * configure: Rebuilt with new libtool.m4.
1398 2000-09-06 Alan Modra <alan@linuxcare.com.au>
1400 * section.c (bfd_get_unique_section_name): Avoid c++ reserved
1401 word for variable name.
1402 * bfd-in2.h: Regenerate.
1404 2000-09-05 Nick Clifton <nickc@redhat.com>
1406 * config.in: Regenerate.
1407 * libbfd.h: Regenerate.
1408 * po/bfd.pot: Regenerate.
1409 * doc/bfdint.texi: Remove CVS date string - it foils compares with
1412 2000-09-05 Steven Johnson <sbjohnson@ozemail.com.au>
1414 * cpu-powerpc.c (arch_info_struct): Added MPC860 Family entry.
1416 2000-09-05 Alan Modra <alan@linuxcare.com.au>
1418 Shared library and PIC support.
1419 * elf32-hppa.c (PLT_ENTRY_SIZE): New.
1420 (GOT_ENTRY_SIZE): New.
1421 (ELF_DYNAMIC_INTERPRETER): New.
1422 (STUB_SUFFIX): Define.
1423 (LONG_BRANCH_PIC_IN_SHLIB): Define.
1424 (RELATIVE_DYNAMIC_RELOCS): Define.
1425 (enum elf32_hppa_stub_type): New.
1426 (struct elf32_hppa_stub_hash_entry): Rename offset to
1427 stub_offset. Add a number of new fields.
1428 (struct elf32_hppa_link_hash_entry): New.
1429 (struct elf32_hppa_link_hash_table): Add numerous fields. Remove
1431 (elf32_hppa_hash_table): Rename to hppa_link_hash_table.
1432 (elf32_hppa_stub_hash_lookup): Rename to hppa_stub_hash_lookup.
1433 (elf32_hppa_stub_hash_newfunc): Rename to stub_hash_newfunc. Init
1435 (hppa_link_hash_newfunc): New function.
1436 (elf32_hppa_link_hash_table_create): Use above function. Init new
1438 (elf32_hppa_stub_name): Rename to hppa_stub_name. Pass in reloc
1439 instead of addend, and remove sym_name from args. Don't use
1440 symbol name for local syms, instead use sym index.
1441 (elf32_hppa_size_of_stub): Rename to hppa_type_of_stub, and return
1442 stub type rather than size. Pass in hash and handle import stub
1443 case. Also pass in reloc instead of offset so we can calculate
1444 PCREL22F and PCREL12F branches properly.
1445 (elf32_hppa_build_one_stub): Rename to hppa_build_one_stub. Build
1446 import and export stubs too.
1447 (elf32_hppa_size_one_stub): Rename to hppa_size_one_stub. Handle
1448 import and export stub sizing.
1449 (elf32_hppa_check_relocs): New function.
1450 (elf32_hppa_adjust_dynamic_symbol): New function.
1451 (hppa_discard_copies): New function.
1452 (elf32_hppa_size_dynamic_sections): New function.
1453 (elf_backend_size_dynamic_sections): Define.
1454 (elf32_hppa_finish_dynamic_symbol): New function.
1455 (elf_backend_finish_dynamic_symbol): Define.
1456 (elf32_hppa_size_stubs): Stash params in link hash table, and move
1457 some local vars into the link hash table too. For shared links,
1458 trundle over function syms, generating export stubs. Handle
1459 PCREL22F branches. Break out stub creation code from here..
1460 (hppa_add_stub): .. to here. New function.
1461 (elf32_hppa_final_link): Rename to elf32_hppa_set_gp, and don't
1462 call the bfd linker. Use elf_gp to record global pointer.
1463 Calculate a value from sections if $global$ is missing.
1464 (bfd_elf32_bfd_final_link): Define as _bfd_elf32_gc_common_final_link.
1465 (elf32_hppa_gc_mark_hook): New function.
1466 (elf_backend_gc_mark_hook): Define.
1467 (elf32_hppa_gc_sweep_hook): New function.
1468 (elf_backend_gc_sweep_hook): Define.
1469 (elf32_hppa_bfd_final_link_relocate): Rename to final_link_relocate.
1470 Add rel to args, and remove howto, input_bfd, offset, addend,
1471 sym_name as we can recalculate these locally. Handle calls to
1472 dynamic objects, extra PIC relocs, PCREL22F branches. Change
1473 handling of undefined weak syms. Check that stubs are in range.
1474 Only look for import stubs on PCREL17F and PCREL22F relocs. Add
1475 message on hitting a DPREL21L reloc that needs fixing. Subtract
1476 off PC for PCREL14F. Break out code that does a stub lookup from
1478 (hppa_get_stub_entry): ..to here. New function.
1479 (elf32_hppa_relocate_insn): Merge into final_link_relocate.
1480 (elf32_hppa_relocate_section): Handle got and plt relocs, dynamic
1482 (elf32_hppa_finish_dynamic_sections): New function.
1483 (elf_backend_finish_dynamic_sections): Define.
1484 (elf_backend_final_write_processing) Define.
1485 (hppa_handle_PIC_calls): New function.
1486 (elf32_hppa_build_stubs): Call it. Pass link_info to
1487 hppa_build_one_stub.
1488 (elf32_hppa_create_dynamic_sections): New function
1489 to create .plt and .got then set .plt flags correctly.
1490 (elf_backend_create_dynamic_sections): Define.
1491 (elf32_hppa_object_p): New function.
1492 (elf_backend_object_p): Define.
1493 (elf32_hppa_elf_get_symbol_type): New function.
1494 (elf_backend_get_symbol_type): Define.
1495 (elf_backend_can_gc_sections): Define.
1496 (elf_backend_want_got_plt): Define.
1497 (elf_backend_plt_alignment): Set to 2.
1498 (elf_backend_plt_readonly): Define.
1499 (elf_backend_want_plt_sym): Define.
1500 (elf_backend_got_header_size): Reserve one entry.
1502 * elf32-hppa.h (elf32_hppa_build_stubs): Don't pass stub bfd.
1503 (elf32_hppa_size_stubs): Pass in multi_subspace.
1504 (elf32_hppa_set_gp): Declare.
1506 * section.c (SEC_HAS_GOT_REF): Define new flag for asection.
1507 (bfd_get_unique_section_name): New function.
1508 * bfd_in2.h: Regenerate.
1510 * elf64-hppa.c (elf64_hppa_check_relocs): Handle R_PARISC_PCREL12F.
1511 (elf64_hppa_size_dynamic_sections): Remove the FIXME at bfd_zalloc
1514 From David Huggins-Daines <dhd@linuxcare.com>
1515 * elf64-hppa.c (elf64_hppa_check_relocs): Fix a warning.
1516 (elf64_hppa_mark_exported_functions): Set dyn_h->st_shndx.
1517 (elf64_hppa_link_output_symbol_hook): Test dyn_h->st_shndx has
1518 been updated in finish_dynamic_symbol before modifying function
1521 * elf-hppa.h (elf_hppa_howto_table): Restructure into groups of
1522 eight entries. Replace NULL with bfd_elf_generic_reloc. Add
1523 R_PARISC_GNU_VTENTRY, R_PARISC_GNU_VTINHERIT and R_PARISC_PCREL12F.
1524 (_bfd_elf_hppa_gen_reloc_type): Handle R_PARISC_GNU_VT*. Add some
1525 comments. Handle format == 12 for R_HPPA_PCREL_CALL.
1526 (elf_hppa_final_link_relocate): Handle R_PARISC_PCREL12F.
1527 (elf_hppa_relocate_insn): Likewise. Reformat some comments.
1528 (elf_hppa_final_write_processing): Expose it for ARCH_SIZE == 32.
1530 From David Huggins-Daines <dhd@linuxcare.com>
1531 * elf-hppa.h (elf_hppa_is_local_label_name): Accept the SysV/ELF
1532 style of local labels as well.
1534 2000-09-03 Philip Blundell <philb@gnu.org>
1536 * elf32-arm.h (elf32_arm_relocate_section): Don't try to relocate
1537 references to undefined symbols in debugging sections.
1539 2000-09-02 H.J. Lu <hjl@gnu.org>
1541 * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
1542 BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE,
1543 BFD_RELOC_SH_GOTPC): Move them from the MIPS section to the SH
1546 2000-09-02 Jason Eckhardt <jle@cygnus.com>
1548 * elf32-i860.c (bfd_elf32_bfd_is_local_label_name): Define macro.
1549 (elf32_i860_is_local_label_name): New function and prototype.
1551 2000-09-02 Nick Clifton <nickc@redhat.com>
1553 * configure.in: Increase version number to 2.10.91.
1554 * configure: Regenerate.
1555 * aclocal.m4: Regenerate.
1556 * config.in: Regenerate.
1557 * po/bfd.pot: Regenerate.
1559 2000-09-02 Daniel Berlin <dberlin@redhat.com>
1561 * elf.c (_bfd_elf_make_section_from_shdr): Add
1562 .gnu.linkobce.wi. to the list of debug section names.
1564 2000-09-02 Nick Clifton <nickc@redhat.com>
1566 * dwarf2.c (find_debug_info): New function: Locate a section
1567 containing dwarf2 debug information.
1568 (bfd_dwarf2_find_nearest_line): Find all sections containing
1569 debug information and include them in the stash.
1571 2000-09-01 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
1573 * elf32-sh.c (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
1574 R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): New.
1575 (sh_reloc_map): Add new relocs.
1576 (sh_elf_check_relocs, sh_elf_link_hash_newfunc,
1577 sh_elf_link_hash_table_create, sh_elf_adjust_dynamic_symbol,
1578 sh_elf_size_dynamic_sections, sh_elf_finish_dynamic_symbol,
1579 sh_elf_finishe_dynamic_sections, sh_elf_discard_copies): New
1581 (ELF_DYNAMIC_INTERPRETER, PLT_ENTRY_SIZE): Define.
1582 (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
1583 elf_sh_plt_entry_be, elf_sh_plt_entry_le,
1584 elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
1585 New array constants.
1586 (elf_sh_plt0_entry, elf_sh_plt_entry, elf_sh_pic_plt_entry):
1588 (elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
1589 elf_sh_plt0_linker_offset, elf_sh_plt0_gotid_offset,
1590 elf_sh_plt_temp_offset, elf_sh_plt_symbol_offset,
1591 elf_sh_plt_reloc_offset): Define.
1592 (elf_sh_pcrel_relocs_copied, elf_sh_link_hash_entry,
1593 elf_sh_link_hash_table): New structs.
1594 (sh_elf_link_hash_traverse, sh_elf_hash_table): New macros.
1595 (sh_elf_relocate_section, sh_elf_check_relocs): Handle new
1597 (elf_backend_create_dynamic_sections,
1598 bfd_elf32_bfd_link_hash_table_create,
1599 elf_backend_adjust_dynamic_symbol,
1600 elf_backend_size_dynamic_sections,
1601 elf_backend_finish_dynamic_symbol,
1602 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
1603 elf_backend_plt_readonly, elf_backend_want_plt_sym,
1604 elf_backend_got_header_size, elf_backend_plt_header_size):
1606 * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT,
1607 BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE, BFD_RELOC_SH_GOTPC):
1609 * bfd-in2.h, libbfd.h: Rebuilt.
1611 2000-09-01 Alan Modra <alan@linuxcare.com.au>
1613 * elf32-i386.c (elf_i386_finish_dynamic_symbol): Revert 2000-08-27
1616 2000-08-31 J"orn Rennecke <amylaar@cygnus.co.uk>
1618 * elf32-sh.c (sh_elf_merge_private_data): If ibfd's elf header flags
1619 not initialized, set them to indicate the SH1 instruction set.
1621 2000-08-31 Alexandre Oliva <aoliva@redhat.com>
1623 * acinclude.m4: Include libtool and gettext macros from the
1625 * aclocal.m4, configure: Rebuilt.
1627 2000-08-29 Michael Snyder <msnyder@seadog.cygnus.com>
1629 * elf.c: Eliminate references to __sparcv9 macro; replace with
1630 autoconf variables HAVE_PSINFO32_T etc.
1631 * configure.in: Auto-configure HAVE_PSINFO_32_T, HAVE_PRPSINFO32_T,
1632 HAVE_PSTATUS32_T, HAVE_PRSTATUS32_T, HAVE_PRSTATUS32_T_PR_WHO.
1634 * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE) define _SYSCALL32 so it can
1635 detect the above typedefs. (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Ditto.
1636 * aclocal.m4: Ditto.
1637 * configure: Regenerate.
1639 2000-08-27 Alan Modra <alan@linuxcare.com.au>
1641 * elf32-i386.c (elf_i386_check_relocs): Keep info on relocs copied
1642 for any shared link, not just shared -Bsymbolic.
1643 (elf_i386_size_dynamic_sections): Call elf_i386_discard_copies on
1644 any shared link, and pass link info to it.
1645 (elf_i386_size_dynamic_sections): Update comment.
1646 (elf_i386_discard_copies): Modify to discard relocs for symbols
1647 that have been forced local.
1648 (elf_i386_finish_dynamic_symbol): Don't copy relocs for symbols
1649 that have been forced local.
1651 2000-08-24 Denis Chertykov <denisc@overta.ru> & Nick Clifton <nickc@redhat.com>
1653 * elflink.h (elf_link_add_object_symbols): Allow common
1654 symbols to have an alignment of 1 if explicitly requested, and
1655 not overridden by other definitions.
1657 2000-08-22 Doug Kwan <dkwan@transmeta.com>
1659 * coff-w65.c (CREATE_LITTLE_COFF_TARGET): Fix typo.
1660 * coffcode.h (coff_set_flags): Add detection of w65 architecture.
1662 2000-08-22 H.J. Lu <hjl@gnu.org>
1664 * elf-bfd.h (elf_link_hash_table): Add runpath.
1666 * bfd-in.h (bfd_elf_get_runpath_list): New prototype.
1667 * bfd-in2.h: Rebuilt.
1669 * elf.c (_bfd_elf_link_hash_table_init): Initialize the
1670 "runpath" field to NULL.
1671 (bfd_elf_get_runpath_list): New function.
1673 * elflink.h (elf_link_add_object_symbols): Record DT_RPATH and
1676 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
1678 * elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W,
1679 R_SH_DIR8WPN, R_SH_DIR8WPZ, R_SH_DIR8WPL]: Handle them
1680 explicitly. Improve validation of r_type.
1682 2000-08-21 H.J. Lu <hjl@gnu.org>
1684 * elf32-i386.c (elf_i386_size_dynamic_sections): Zero out the
1685 dynamic allocated content space. Add a comment to remind us that
1686 one day this ought to be fixed.
1687 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
1688 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
1689 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
1691 2000-08-21 Jason Eckhardt <jle@cygnus.com>
1693 * elf32-i860.c (elf32_i860_relocate_pc16): Just write the immediate
1694 field with the newly relocated value instead of adding it to the
1695 existing immediate field.
1696 (elf32_i860_relocate_splitn): Likewise.
1697 (elf32_i860_relocate_highadj): Likewise.
1699 2000-08-16 Jason Eckhardt <jle@cygnus.com>
1701 * elf32-i860.c (elf32_i860_relocate_pc16): Implemented function (it
1702 was previously just a stub).
1704 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
1706 * elflink.c (_bfd_elf_create_got_section): Don't abort().
1708 (_bfd_elf_create_dynamic_sections): Likewise.
1710 2000-08-16 Andrew Macleod <amacleod@cygnus.com>
1712 * elf64-sparc.c (sparc64_elf_relocate_section): Set relocation address
1713 for undefined symbols to be the beginning of the section.
1715 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Don't allocate
1716 four extra entries at the beginning of the .rela.plt section.
1717 (sparc64_elf_finish_dynamic_symbol): Adjust the offset in the .rela.plt
1718 section to account for the four reserved entries in the .plt section.
1720 2000-08-15 Geoffrey Keating <geoffk@cygnus.com>
1722 * xcofflink.c (_bfd_ppc_xcoff_relocate_section): Add ori r0,r0,0
1723 to the list of NOPs we recognize after a branch-and-link.
1724 Use the ori NOP when one is needed.
1726 * coff-rs6000.c (_bfd_xcoff_slurp_armap): Finish implementation
1729 2000-08-14 Jim Wilson <wilson@cygnus.com>
1731 * elf64-ia64.c (elf64_ia64_merge_private_bfd_data): Handle
1732 EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP, and EF_IA_64_NOFUNCDESC_CONS_GP.
1733 (elf64_ia64_print_private_bfd_data): Likewise. Also handle
1736 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
1738 * elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
1740 2000-08-10 Jason Eckhardt <jle@cygnus.com>
1742 * elf32-i860.c (elf32_i860_relocate_section): New function.
1743 (i860_final_link_relocate): New function.
1744 (elf32_i860_relocate_splitn): New function.
1745 (elf32_i860_relocate_pc16): New function.
1746 (elf32_i860_relocate_highadj): New function.
1747 (elf32_i860_howto): Minor adjustments to some relocations.
1748 (elf_info_to_howto_rel): Define.
1749 (elf_backend_relocate_section): Define.
1751 2000-08-10 Nick Clifton <nickc@cygnus.com>
1753 * elf32-arm.h: Fix formatting.
1755 2000-08-10 Bernd Schmidt <bernds@cygnus.co.uk>
1757 * elf32-sh.c (sh_elf_reloc_loop): Make LAST_SYMBOL_SECTION static.
1759 2000-08-08 Jason Eckhardt <jle@cygnus.com>
1761 * elf32-i860.c (elf32_i860_howto_table): Updated some fields.
1763 2000-08-07 Kazu Hirata <kazu@hxi.com>
1765 * ieee.c (ieee_write_debug_part): Rewrite a comment.
1766 * elf64-ia64.c: Fix a typo.
1768 2000-08-05 Jason Eckhardt <jle@cygnus.com>
1770 * elf32-i860 (elf32_i860_howto_table): New structure.
1771 (lookup_howto): New function.
1772 (elf32_i860_reloc_type_lookup): New function.
1773 (elf32_i860_info_to_howto_rela): New function.
1774 (elf_code_to_howto_index): New structure.
1775 (elf_info_to_howto): Re-define as elf32_i860_info_to_howto_rela.
1776 (bfd_elf32_bfd_reloc_type_lookup): Re-define as
1777 elf32_i860_reloc_type_lookup.
1779 2000-08-04 Rodney Brown <RodneyBrown@pmsc.com>
1781 * som.c (struct fixup_format): Constify `format'.
1782 (som_hppa_howto_table): Use SOM_HOWTO macro.
1783 (try_prev_fixup, hppa_som_reloc): Decorate unused parameter.
1784 (som_bfd_reloc_type_lookup): Likewise.
1785 (compare_subspaces): Remove unused `count1', `count2'.
1786 (som_begin_writing): Remove unused `total_reloc_size'.
1787 (som_bfd_derive_misc_symbol_info): Decorate unused parameter.
1788 (som_print_symbol, som_bfd_is_local_label_name): Likewise.
1789 (som_set_reloc_info): Constify `cp'. Remove unused `addend'.
1790 (som_find_nearest_line): Decorate unused parameter(s).
1791 (som_sizeof_headers, som_get_symbol_info, som_write_armap): Likewise.
1792 (som_bfd_link_split_section): Likewise.
1794 2000-08-03 Nick Clifton <nickc@cygnus.com>
1796 * section.c: Restore backed out code.
1797 * elf.c: Restore backed out code.
1798 (copy_private_bfd_data): Fix bug preventing stipped dynamic
1799 binaries from working.
1800 * bfd-in2.h: Regenerate.
1802 2000-08-03 H.J. Lu <hjl@gnu.org>
1804 * section.c: Back out the change made by Nick Clifton
1805 <nickc@cygnus.com> on 2000-07-31. It breaks stripping dynamic
1807 * bfd-in2.h: Likewise.
1810 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
1812 * elf32-sh.c (sh_elf_reloc_loop): Warning removal.
1814 2000-07-31 Jason Eckhardt <jle@cygnus.com>
1816 * reloc.c (BFD_RELOC_860_*): New bfd relocs for i860.
1817 * bfd-in2.h, libbfd.h: Regenerate.
1819 2000-07-31 Nick Clifton <nickc@cygnus.com>
1821 * section.c (struct sec): Add new boolean field 'segment_mark'.
1822 (STD_SECTION): Initialise new field to zero.
1824 * bfd-in2.h: Regenerate.
1826 * elf.c (copy_private_bfd_data): Reorganise section to segment
1827 mapping to cope with moved sections requiring new segments,
1828 and overlapping segments.
1829 (SEGMENT_END): New macro: Return the end address of a segment.
1830 (IS_CONTAINED_BY_VMA): New macro: Determine if a segment
1831 contains a section by comparing their VMA addresses.
1832 (IS_CONTAINED_BY_LMA): New macro: Determine if a segment
1833 contains a section by comparing their LMA addresses.
1834 (INCLUDE_SECTION_IN_SEGMENT): New macro: Determine if a
1835 section should be included in a segment.
1836 (SEGMENT_AFTER_SEGMENT): New macro: Determine if one segment
1837 follows another in memory.
1838 (SEGMENT_OVERLAPS_SEGMENT): New macro: Determine if two
1841 2000-07-22 Jason Eckhardt <jle@cygnus.com>
1843 * cpu-i860.c: Added comments.
1845 * elf32-i860.c (TARGET_LITTLE_SYM): Defined to
1846 bfd_elf32_i860_little_vec.
1847 (TARGET_LITTLE_NAME): Defined to "elf32-i860-little".
1848 (ELF_MAXPAGESIZE): Changed to 4096.
1850 * targets.c (bfd_elf32_i860_little_vec): Declaration of
1852 (bfd_target_vector): Added bfd_elf32_i860_little_vec.
1854 * config.bfd (i860-stardent-sysv4*, i860-stardent-elf*): Added
1855 config for little endian elf32 i860.
1856 (targ_defvec): Define for the new config above
1857 as "bfd_elf32_i860_little_vec".
1858 (targ_selvecs): Define for the new config above
1859 as "bfd_elf32_i860_vec bfd_elf32_i860_little_vec"
1861 * configure.in (bfd_elf32_i860_little_vec): Added recognition
1864 * configure: Regenerated.
1866 2000-07-27 H.J. Lu <hjl@gnu.org>
1868 * elflink.h (elf_merge_symbol): Take one more argument,
1869 dt_needed, to indicate if the symbol comes from a DT_NEEDED
1870 entry. Don't overide the existing weak definition if dt_needed
1872 (elf_link_add_object_symbols): Pass dt_needed to
1873 elf_merge_symbol ().
1875 2000-07-27 Nick Clifton <nickc@cygnus.com>
1877 * elflink.h (elf_link_size_reloc_section): Zeroes the section's
1880 2000-07-25 Geoffrey Keating <geoffk@cygnus.com>
1882 * configure.host (*-*-aix*): AIX has 'long long' always.
1884 * coff-rs6000.c (xcoff_write_one_armap_big): New procedure.
1885 (xcoff_write_armap_big): Write both 32-bit and 64-bit armaps.
1886 (xcoff_write_archive_contents_big): Don't update the offset
1887 of the symbol table, xcoff_write_armap will do it.
1889 2000-07-23 Ulf Carlsson <ulfc@engr.sgi.com>
1891 * elf32-mips.c (_bfd_mips_elf_check_relocs): Use abfd instead
1892 of dynobj for SGI_COMPAT checks.
1894 2000-07-21 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1896 * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): New function.
1897 * bfd-in.h (bfd_m68k_coff_create_embedded_relocs): Add declaration.
1898 * bfd-in2.h: Regenerate.
1900 2000-07-21 Nick Clifton <nickc@cygnus.com>
1902 * elf32-mips.c (_bfd_mips_elf_check_relocs): Detect out of
1903 range symbol indices in relocs and issue an error message.
1905 2000-07-20 H.J. Lu <hjl@gnu.org>
1907 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Don't check
1908 info->new_dtags when setting DT_FLAGS_1. It will only be set
1909 by the new linker options. It shouldn't break anything.
1911 2000-07-20 H.J. Lu <hjl@gnu.org>
1913 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set DT_FLAGS_1
1914 only if info->new_dtags is true.
1916 2000-07-20 H.J. Lu <hjl@gnu.org>
1918 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set
1919 DT_RUNPATH and DT_FLAGS only if info->new_dtags is true.
1921 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
1923 * Makefile.am (ALL_MACHINES): Add cpu-cris.lo.
1924 (ALL_MACHINES_CFILES): Add cpu-cris.c.
1925 (BFD32_BACKENDS): Add aout-cris.lo and elf32-cris.lo.
1926 (BFD32_BACKENDS_CFILES): Add aout-cris.c and elf32-cris.c.
1927 (cpu-cris.lo, aout-cris.lo, elf32-cris.lo): New rules.
1928 * Makefile.in: Rebuild.
1929 * aclocal.m4: Rebuild.
1930 * aoutx.h (NAME(aout,machine_type)): Add case for bfd_arch_cris.
1931 * archures.c (enum bfd_architecture): Add bfd_arch_cris.
1932 (bfd_cris_arch): Declare.
1933 (bfd_archures_list): Add bfd_cris_arch.
1934 * bfd-in2.h: Rebuild.
1935 * config.bfd: (cris-*-*): New target.
1936 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vectors.
1937 * configure: Rebuild.
1938 * elf.c (prep_headers): Add bfd_arch_cris.
1939 * libbfd.h: Rebuild.
1940 * libaout.h (enum machine_type): Add M_CRIS.
1941 * reloc.c: Add CRIS relocations.
1942 * targets.c (bfd_elf32_cris_vec, cris_aout_vec): Declare.
1943 (bfd_target_vect): Add bfd_elf32_cris_vec and cris_aout_vec.
1944 * cpu-cris.c, aout-cris.c, elf32-cris.c: New files.
1945 * po/POTFILES.in, po/bfd.pot: Regenerate.
1947 2000-07-19 H.J. Lu <hjl@gnu.org>
1949 * elf32-arm.h (elf32_arm_size_dynamic_sections): Also set
1950 DF_TEXTREL if DT_TEXTREL is set.
1951 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
1952 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
1953 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
1954 * elf32-mips.c (_bfd_mips_elf_size_dynamic_sections): Likewise.
1955 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
1956 * elf32-sparc.c (elf32_sparc_size_dynamic_sections): Likewise.
1957 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
1958 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
1959 * elf64-ia64.c (elf64_ia64_size_dynamic_sections): Likewise.
1960 * elf64-sparc.c (sparc64_elf_size_dynamic_sections): Likewise.
1962 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also
1963 set DF_SYMBOLIC for symbolic link. Also set DT_RUNPATH if
1965 Set the DT_FLAGS and DT_FLAGS_1 entries if necessary.
1967 2000-07-19 H.J. Lu <hjl@gnu.org>
1969 * bfd-in.h (bfd_elf_set_dt_needed_soname): New.
1970 * bfd-in2.h: Rebuild.
1972 * elf-bfd.h (elf_obj_tdata): Add dt_soname.
1973 (elf_dt_soname): New.
1975 * elf.c (bfd_elf_set_dt_needed_soname): New.
1977 * elflink.h (elf_link_add_object_symbols): Add the DT_NEEDED
1978 entry if the shared object loaded by DT_NEEDED is used to
1979 resolve the reference in a regular object.
1981 2000-07-19 H.J. Lu <hjl@gnu.org>
1983 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_CONFIG,
1984 DT_DEPAUDIT and DT_AUDIT as strings.
1986 2000-07-19 Nick Clifton <nickc@cygnus.com>
1988 * format.c: Fix formatting.
1990 2000-07-19 H.J. Lu <hjl@gnu.org>
1992 * elf.c (_bfd_elf_print_private_bfd_data): Fix DT_CHECKSUM.
1994 2000-07-19 H.J. Lu <hjl@gnu.org>
1996 * elf.c (_bfd_elf_print_private_bfd_data): Handle DT_BIND_NOW,
1997 DT_INIT_ARRAY, DT_FINI_ARRAY, DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ,
1998 DT_RUNPATH, DT_FLAGS, DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ,
1999 DT_PLTPADSZ, DT_MOVEENT, DT_MOVESZ, DT_FEATURE, DT_POSFLAG_1,
2000 DT_SYMINSZ, DT_SYMINENT, DT_CONFIG, DT_DEPAUDIT, DT_AUDIT,
2001 DT_PLTPAD, DT_MOVETAB, DT_SYMINFO, DT_RELACOUNT, DT_RELCOUNT,
2002 DT_FLAGS_1, DT_USED and DT_CHECKSUM.
2004 2000-07-18 Andrew Cagney <cagney@b1.cygnus.com>
2006 * elf.c (bfd_elf_get_sign_extend_vma, bfd_elf_get_arch_size): Move
2007 renamed functions from here...
2008 (assign_section_numbers): Use renamed functions.
2009 (prep_headers): Use renamed functions.
2011 * bfd.c (bfd_get_sign_extend_vma, bfd_get_arch_size): ...To here.
2012 * bfd-in.h (bfd_get_sign_extend_vma, bfd_get_arch_size): Update.
2013 * bfd-in2.h: Regenerate.
2015 2000-07-18 Ulf Carlsson <ulfc@engr.sgi.com>
2017 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Add
2018 parenthesis in if statement.
2020 2000-07-17 Koundinya K <kk@ddeorg.soft.net>
2022 Enable the support for Traditional MIPS.
2023 * elf32-mips.c (IRIX_COMPAT): Recognize bfd_elf32_tradbigmips_vecand
2024 return ict_none appropriately for traditional mips targets.
2025 (STUB_LW): Change 0x8f998000 to 0x8f998010 for traditional mips.
2026 (STUB_MOVE): Conditionalize for traditonal mips.
2027 (STUB_LI16): Likewise.
2028 (_bfd_mips_elf_modify_segment_map): Conditionalize to avoid making
2029 room for RTPROC header.
2030 (_bfd_mips_elf_modify_segment_map): For a normal mips executable set
2031 the permission for the PT_DYNAMIC as read, write and execute.
2032 (mips_elf_calculate_relocation): Check for the symbol _DYNAMIC_LINKING
2033 for traditonal mips.
2034 (_bfd_mips_elf_create_dynamic_sections): Add the symbol
2035 _DYNAMIC_LINKING for traditonal mips.
2036 (_bfd_mips_elf_create_dynamic_sections): Add the symbol __RLD_MAP
2037 in case of traditonal mips.
2038 (_bfd_mips_elf_adjust_dynamic_symbol): Create a stub only if a PLT
2039 entry is required. For a function if PLT is not required then set the
2040 corresponding hash table entry to 0.
2041 (_bfd_mips_elf_size_dynamic_sections): Add DT_DEBUG entry for
2043 (_bfd_mips_elf_finish_dynamic_symbol): for a undefined symbol in a
2044 shared object set the value to 0.
2045 (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol
2046 _DYNAMIC_LINKING for traditonal mips.
2047 (_bfd_mips_elf_finish_dynamic_symbol): Check for the symbol __RLD_MAP
2048 for traditonal mips.
2050 2000-07-15 H.J. Lu <hjl@gnu.org>
2052 * aoutx.h (translate_to_native_sym_flags): Handle BSF_LOCAL.
2054 2000-07-12 Charles Wilson <cwilson@ece.gatech.edu>
2056 * libbfd.c (bfd_seek): fix 'seek beyond EOF' error when writing
2057 out a structure that is BFD_IN_MEMORY.
2059 2000-07-11 Alan Modra <alan@linuxcare.com.au>
2061 * elf64-hppa.c (get_dyn_name): Pass in section pointer instead of
2062 bfd pointer. Print section id instead of bfd pointer for local
2063 syms. Prefix addend with `+' for global syms as well as local.
2064 Correct calculation of name component lengths.
2065 (elf64_hppa_check_relocs): Update call to get_dyn_name.
2067 From David Huggins-Daines <dhd@linuxcare.com>
2068 * elf-hppa.h (elf_hppa_relocate_section): Update calls here too.
2069 * elf64-hppa.c (elf64_hppa_check_relocs): Fix some warnings.
2070 (elf64_hppa_modify_segment_map): Likewise.
2072 2000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
2074 * elf.c (bfd_elf_get_sign_extend_vma): Return tendency of VMA
2075 addresses to be "naturally" sign extended. Return -1 if unknown.
2076 * bfd-in.h (bfd_elf_get_sign_extend_vma): Add declaration.
2077 * bfd-in2.h: Regenerate.
2079 2000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
2081 * ecoffswap.h (ecoff_get_off, ecoff_put_off): Add ECOFF_SIGNED_32
2082 and ECOF_SIGNED_64 to list ways to extract an offset.
2083 (ecoff_swap_fdr_in, ecoff_swap_fdr_out, ecoff_swap_pdr_in,
2084 ecoff_swap_pdr_out, ecoff_swap_ext_in, ecoff_swap_ext_out):
2086 * elf64-mips.c (ECOFF_SIGNED_64): Define instead of ECOFF_64.
2087 * elf32-mips.c (ECOFF_SIGNED_32): Define instead of ECOFF_32.
2089 2000-07-11 Andrew Cagney <cagney@b1.cygnus.com>
2091 * elfcode.h (elf_object_p): Use bfd_set_start_address and not
2092 bfd_get_start_address.
2093 (elf_swap_ehdr_in): Sign extend e_entry when applicable.
2094 (elf_swap_ehdr_out): Ditto.
2096 2000-07-10 Alexander Aganichev <AAganichev@hypercom.com>
2098 * archures.c (bfd_default_scan): Add set of bfd_mach_ cases for
2099 compatibility with older binutils.
2101 2000-07-10 Alan Modra <alan@linuxcare.com.au>
2103 * section.c (bfd_make_section_anyway): Start section_id at 0x10.
2104 (STD_SECTION): Avoid negative ids, instead use 0 to 3.
2106 From Ryan Bradetich <rbradetich@uswest.net>
2107 * dwarf1.c (parse_die): Cure signed/unsigned char warnings.
2108 (parse_line_table): Ditto.
2109 (_bfd_dwarf1_find_nearest_line): Ditto.
2110 * syms.c (cmpindexentry): Remove extra `*' from params.
2112 2000-07-09 Koundinya K <kk@ddeorg.soft.net>
2114 * elf32-mips.c (sort_dynamic_relocs): New Function.
2115 (_bfd_mips_elf_finish_dynamic_sections): Call sort_dynamic_relocs
2116 via qsort to sort the dynamic relocations in increasing r_symndx
2119 2000-07-09 Alan Modra <alan@linuxcare.com.au>
2121 * elf64-hppa.c (elf64_hppa_dyn_hash_table_init): Add
2122 ATTRIBUTE_UNUSED to unused args.
2123 (get_opd): Likewise.
2124 (get_plt): Likewise.
2125 (get_dlt): Likewise.
2126 (get_stub): Likewise.
2127 (elf64_hppa_adjust_dynamic_symbol): Likewise.
2128 (elf64_hppa_link_output_symbol_hook): Likewise.
2129 (elf64_hppa_check_relocs): Delete unused var.
2130 (elf64_hppa_size_dynamic_sections): Likewise.
2131 (elf64_hppa_finalize_opd): Likewise.
2132 (elf64_hppa_finalize_dynreloc): Likewise.
2133 (elf64_hppa_modify_segment_map): Likewise.
2134 (elf64_hppa_finish_dynamic_sections): Likewise.
2136 * elf-hppa.h (elf_hppa_final_write_processing): Add
2137 ATTRIBUTE_UNUSED to unused args.
2138 (elf_hppa_final_link_relocate): Likewise.
2139 (elf_hppa_record_segment_addrs): Add paretheses.
2140 (elf_hppa_relocate_section): Constify dyn_name.
2142 From David Huggins-Daines <dhd@linuxcare.com>
2143 * config.bfd: Add hppa*64*-*-linux-gnu 64-bit target, and
2144 rearrange case statement so that it gets preferred to 32-bit ones.
2146 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Use
2147 asection->id instead of address of asection structure.
2148 (elf32_hppa_size_stubs): Likewise.
2150 * elf32-hppa.c (elf32_hppa_size_stubs): Use just one stub section
2151 for .init* and .fini*.
2153 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Mask pointers
2154 and addends used in stub names to 32 bits.
2155 (elf32_hppa_size_stubs): Likewise.
2157 * elf-hppa.h (elf_hppa_final_link_relocate): Don't sum addend
2158 twice for R_PARISC_GPREL64. Use bfd_put_32 for R_PARISC_PCREL32,
2159 not bfd_put_64. Fix minor comment typo and formatting.
2161 Changes to create multiple linker stubs, positioned immediately
2162 before the section where they are required.
2163 * elf32-hppa.c: Don't include hppa_stubs.h.
2164 (elf32_hppa_stub_hash_entry): Add a pointer to the stub section.
2165 (elf32_hppa_stub_hash_table): Delete.
2166 (elf32_hppa_link_hash_entry): Delete.
2167 (elf32_hppa_link_hash_table): Use plain bfd_hash_table for
2168 stub_hash_table, and store the struct here rather than a pointer.
2169 Delete output_symbol_count. Add offset array. Change
2170 global_value to a bfd_vma.
2171 (elf32_hppa_stub_hash_lookup): Use table instead of table->root.
2172 (elf32_hppa_stub_hash_traverse): Delete.
2173 (elf32_hppa_name_of_stub): Delete.
2174 (elf32_hppa_link_hash_lookup): Delete.
2175 (elf32_hppa_link_hash_traverse): Delete.
2176 (elf32_hppa_stub_hash_table_init): Delete.
2177 (elf32_hppa_size_of_stub): Pass input section and offset rather
2178 than location and calculate location here. Don't pass name as all
2179 stubs are now the same size.
2180 (elf32_hppa_stub_hash_newfunc): Init new fields.
2181 (elf32_hppa_link_hash_table_create): Likewise, and stub_hash_table
2183 (elf32_hppa_bfd_final_link_relocate): Cast enums to int before
2184 comparing against ints. Rewrite stub handling code.
2185 (elf32_hppa_relocate_section): Make r_type and r_symndx unsigned.
2186 Case enums to int before comparing against ints. Remove
2187 bfd_reloc_dangerous case.
2188 (elf32_hppa_build_one_stub): Rewrite.
2189 (elf32_hppa_size_one_stub): New function.
2190 (elf32_hppa_build_stubs): Rewrite.
2191 (elf32_hppa_size_stubs): Pass in linker call-back functions.
2192 Rewrite stub-handling specific code.
2194 * elf32-hppa.h (elf32_hppa_size_stubs): Update prototype.
2196 * elf64-hppa.c (elf64_hppa_dyn_hash_entry): Fix a comment typo.
2198 * hppa_stubs.h: Delete.
2199 * Makefile.am (SOURCE_HFILES): Remove hppa_stubs.h
2200 (elf32-hppa.lo): Remove hppa_stubs.h from dependencies.
2201 * Makefile.in: Regenerate.
2203 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle e_nlsel and
2206 * libhppa.h (hppa_field_adjust): Correct e_nsel case.
2208 * elf32-hppa.c (elf32_hppa_relocate_section): Mention the offset
2209 and section name for bfd_reloc_notsupported error message.
2210 (elf32_hppa_bfd_final_link_relocate): Print reasons for returning
2211 bfd_reloc_notsupported.
2212 (elf32_hppa_relocate_section): Add ATTRIBUTE_UNUSED to output_bfd.
2214 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Handle
2215 undefined weak symbols for all relocs.
2216 (elf32_hppa_size_of_stub): Adjust calculation by 8 since branch
2217 offsets are relative to one past the delay slot.
2218 (elf32_hppa_size_stubs): Account for reloc addend when calculating
2219 branch destination. Put addend into stub name too.
2220 (elf32_hppa_bfd_final_link_relocate): Account for reloc addend and
2221 adjust by 8 when deciding whether a linker stub is needed. Put
2222 addend into stub name as for above.
2224 * elf32-hppa.c (hppa_elf_relocate_insn): Change signed/unsigned on
2225 various args and vars.
2226 (elf32_hppa_bfd_final_link_relocate): Here too.
2227 (elf32_hppa_size_stubs): Rename index -> indx. Use e_indx for
2228 inner block var to avoid shadowing.
2230 * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type): Make `field' arg
2232 * elf64-hppa.h (_bfd_elf64_hppa_gen_reloc_type): Ditto.
2233 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Ditto.
2234 (elf_hppa_fake_sections): Rename local var to avoid shadowing.
2236 * libhppa.h: Change practically all unsigned ints to plain ints.
2237 Remove tests on gcc version. Instead use ATTRIBUTE_UNUSED for
2240 From Ryan Bradetich <rbradetich@uswest.net>
2241 * libhppa.h (hppa_opcode_type): New enum to replace #define's.
2242 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Modify to
2244 From David Huggins-Daines <dhd@linuxcare.com>
2245 * elf-hppa.h (elf_hppa_relocate_insn): Update the opcode constants
2246 to the new OP_* ones.
2248 * elf32-hppa.c (elf32_hppa_size_stubs): Consolidate freeing on
2249 error exit. Bail out earlier on plabel relocs that we aren't
2250 interested in. Don't tell elf32_hppa_stub_hash_lookup to copy
2251 string, and then don't free our copy.
2252 (elf32_hppa_build_one_stub): Make insn unsigned int.
2254 * libhppa.h (bfd_hppa_insn2fmt): 22 bit branches are only
2255 available with BL, not BE and BLE.
2257 * elf32-hppa.c (hppa_elf_relocate_insn): Add some more example
2258 code for elf arg relocs.
2259 (elf32_hppa_bfd_final_link_relocate): Replace boolean is_local
2260 argument with elf_link_hash_entry h. Handle undefined weak
2261 symbols. Move $global$ lookup from here...
2262 (elf32_hppa_relocate_section): ...to here. Return correct error
2263 message for non-handled relocs.
2264 (elf32_hppa_size_of_stub): Correctly test branch range. Previous
2265 wrong test was -0x3ffff to +0x40000.
2267 * elf-hppa.h (elf_hppa_final_link_relocate): R_PARISC_DIR17R,
2268 R_PARISC_DIR17F, and R_PARISC_DIR21L are for absolute branches;
2269 Handle them as such.
2270 (elf_hppa_relocate_insn): Fix a typo.
2272 * libhppa.h (GET_FIELD, GET_BIT, MASK, CATENATE, ELEVEN): Delete.
2273 (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
2274 assemble_17, assemble_21): Delete.
2275 Supply defines for all 64 possible opcodes.
2276 (bfd_hppa_insn2fmt): Add bfd argument, and use to select wide mode
2277 formats. Handle COMICLR.
2278 (hppa_rebuild_insn): Delete bfd argument. Handle formats 10, -11,
2281 * elf32-hppa.c (hppa_elf_relocate_insn): Complete rewrite.
2282 (elf32_hppa_bfd_final_link_relocate): Major rewrite.
2283 (elf32_hppa_build_one_stub): Modify hppa_elf_relocate_insn calls
2285 (elf32_hppa_size_stubs): Don't free stub_name twice. Read in all
2286 the local syms - did this code get deleted accidentally? Ignore
2287 undefined and undefweak syms.
2289 * elf-hppa.h (elf_hppa_final_link): Move hppa_info to outermost
2290 block. Use it instead of elf64_hppa_hash_table (info).
2291 (elf_hppa_final_link_relocate): Use hppa_info instead of
2292 elf64_hppa_hash_table (info).
2294 * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
2295 re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
2296 (hppa_rebuild_insn): Mask immediate bits here instead.
2297 * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
2299 2000-07-08 Alan Modra <alan@linuxcare.com.au>
2301 * section.c (struct sec): Add id field. Tidy comment formatting.
2302 (bfd_make_section_anyway): Set id.
2303 (STD_SECTION): Init id too.
2304 Change CONST to const throughout.
2305 * archures.c (bfd_arch_info): Tidy comment.
2306 (bfd_arch_list): Change a CONST to const.
2307 * libbfd-in.h: Tidy comments and replace CONST with const.
2308 * elf-bfd.h: Likewise.
2309 * libbfd.h: Regenerate.
2310 * bfd-in2.h: Regenerate.
2311 * libcoff.h: Regenerate.
2313 2000-07-07 DJ Delorie <dj@redhat.com>
2315 * archive.c (_bfd_write_archive_contents): Add an informative
2318 2000-07-06 Kazu Hirata <kazu@hxi.com>
2320 * srec.c: Fix formatting.
2322 2000-06-05 DJ Delorie <dj@redhat.com>
2326 2000-07-04 Alexandre Oliva <aoliva@redhat.com>
2328 * coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol
2329 value of PC-relative offsets.
2331 2000-07-03 Jim Wilson <wilson@cygnus.com>
2333 * elf64-alpha.c (alpha_elf_size_info): New.
2334 (elf_backend_size_info): Define to alpha_elf_size_info.
2335 * elfcode.h (elf_size_info): Change hash bucket size to 4.
2337 2000-07-03 Ulf Carlsson <ulfc@engr.sgi.com>
2339 * elf32-mips.c: Include elf32-target.h again for the traditional
2342 2000-07-03 Marek Michalkiewicz <marekm@linux.org.pl>
2344 * elf32-avr.c (bfd_elf32_bfd_reloc_type_lookup):
2345 Add ATTRIBUTE_UNUSED to unused arguments to avoid warnings.
2346 (avr_info_to_howto_rela): Likewise.
2347 (elf32_avr_gc_mark_hook): Likewise.
2348 (elf32_avr_gc_sweep_hook): Likewise.
2349 (elf32_avr_relocate_section): Likewise.
2351 2000-07-03 Mark Elbrecht <snowball3@bigfoot.com>
2353 * cofflink.c (_bfd_coff_write_global_sym): Turn a weak symbol into
2354 an external symbol for a non-shared, non-relocatable link.
2356 2000-07-03 Nick Clifton <nickc@redhat.com>
2358 * cofflink.c (IS_EXTERNAL): New macro: Return true if the symbol
2359 is an external symbol.
2360 (IS_WEAK_EXTERNAL): New macro: Return true if the symbol is a weak
2363 2000-07-03 Kazu Hirata <kazu@hxi.com>
2365 * reloc16.c: Fix formatting.
2367 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
2369 * config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4*
2370 to add a new target for traditional mips i.e
2371 bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec.
2372 * configure.in: Likewise.
2373 * configure: Rebuild.
2374 * targets.c (bfd_elf32_tradbigmips_vec): Declare and put in
2376 (bfd_elf32_tradlittlemips_vec): Likewise.
2377 * elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test
2378 to see that elfNN_bed does not get redefined even if the target file
2379 is included twice for a chip. See elf32-mips.c.
2381 2000-07-01 Alan Modra <alan@linuxcare.com.au>
2383 * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed
2384 (CLEANFILES): Add DEPA.
2385 * Makefile.in: Regenerate.
2387 2000-06-30 DJ Delorie <dj@cygnus.com>
2389 * peicode.h (coff_swap_filehdr_in): can't use e_magic because we
2390 can't assume the PE header is at 0x80.
2392 2000-06-29 Mark Elbrecht <snowball3@bigfoot.com>
2394 * syms.c (_bfd_stab_section_find_nearest_line): Use IS_ABSOLUTE_PATH.
2396 2000-06-28 Mark Elbrecht <snowball3@bigfoot.com>
2398 * go32stub.h: Update stub.
2400 2000-06-26 Marek Michalkiewicz <marekm@linux.org.pl>
2402 * archures.c (bfd_mach_avr5): Define.
2403 * bfd-in2.h (bfd_mach_avr5): Define.
2404 * cpu-avr.c (arch_info_struct): Rename bfd_mach_avr4 to
2405 bfd_mach_avr5, add bfd_mach_avr4. Update comments.
2406 (compatible): Update comment. Add missing test.
2407 * elf32-avr.c (avr_final_link_relocate): Support 8K wrap
2408 for avr2 and avr4. Simplify 8K wrap code.
2409 (bfd_elf_avr_final_write_processing): Recognize bfd_mach_avr5.
2410 (elf32_avr_object_p): Recognize E_AVR_MACH_AVR5.
2412 2000-06-26 Kazu Hirata <kazu@hxi.com>
2414 * coff-h8300.c: Fix formatting.
2415 * cpu-h8300.c: Likewise.
2417 2000-06-24 Alexandre Oliva <aoliva@redhat.com>
2419 * elf32-arm.h (elf32_arm_final_link_relocate): Print `(local)'
2420 for local symbols whose names are unknown.
2422 2000-06-22 Alan Modra <alan@linuxcare.com.au>
2424 * Makefile.am (DEP): grep for leading `/' in DEP1, and fail if we
2426 * Makefile.in: Regenerate.
2427 * doc/Makefile.in: Regenerate.
2429 2000-06-20 H.J. Lu <hjl@gnu.org>
2431 * Makefile.am: Rebuild dependency.
2432 * Makefile.in: Rebuild.
2434 2000-06-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2436 * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): New function.
2437 (elf_backend_copy_indirect_symbol): Map to the new function.
2439 2000-06-20 Alan Modra <alan@linuxcare.com.au>
2441 * archive.c (normalize): Correct pointer comparison when checking
2443 (bfd_bsd_truncate_arname): Likewise.
2444 (bfd_gnu_truncate_arname): Likewise.
2446 2000-06-20 Ulf Carlsson <ulfc@engr.sgi.com>
2448 * elf-bfd.h (struct elf_obj_tdata): Define per BFD Irix 5 virtual
2449 sections elf_{text,data}_{section,symbol}.
2450 * elf32-mips.c: mips_elf_{text,data}_{section,symbol}{,_ptr}: Remove.
2451 (_bfd_mips_elf_hide_symbol): New function.
2452 (elf_backend_hide_symbol): Map to the new function.
2453 (_bfd_mips_elf_add_symbol_hook): Change to use new per BFD
2454 definitions of mips_elf_{text,data}_{section,symbol}.
2455 (mips_elf_local_relocation_p): Try to find the direct symbol
2456 based on new check_forced argument.
2457 (mips_elf_calculate_relocation): Use new version of
2458 mips_elf_local_relocation_p.
2459 (mips_elf_relocate_section): Likewise.
2460 (_bfd_mips_elf_relocate_section): Likewise.
2461 (mips_elf_sort_hash_table): Only assert that have enough GOT
2463 (mips_elf_got16_entry): Match all 32 bits to the existing GOT
2464 entry if the relocation based on the new external argument.
2465 (mips_elf_create_dynamic_relocation): Assert that we have a
2466 section contents allocated where we can swap out the dynamic
2468 (mips_elf_calculate_relocation): Find the real hash-table entry
2469 correctly by using h->root.root.type. Only create a dynamic
2470 relocation entry if the symbol is defined in a shared library.
2471 Create an external GOT entry for the GOT16 relocation if the
2472 symbol was forced local.
2473 (_bfd_mips_elf_finish_dynamic_symbol): Don't assert there is a
2474 dynamic index if the symbol was forced local.
2476 2000-06-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2478 * elf32-mips.c: Fix typos in comments.
2480 2000-06-19 Mark Kettenis <kettenis@gnu.org>
2482 * rs6000-core.c: Wrap definition of `union VmInfo' within #ifdef
2485 2000-06-18 Stephane Carrez <stcarrez@worldnet.fr>
2487 * Makefile.in, bfd-in2.h, libbfd.h, configure: Rebuild.
2488 * Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES, BFD32_BACKENDS,
2489 BFD32_BACKENDS_CFILES): Add 68hc12, 68hc11 files.
2490 * configure.in (bfd_elf32_m68hc12_vec): Recognize.
2491 (bfd_elf32_m68hc11_vec): Likewise.
2492 * config.bfd (targ_cpu): Recognize 68hc12 and 68hc11.
2493 Supports 68hc11 & 68hc12 at the same time.
2494 * targets.c (bfd_elf32_m68hc12_vec): Declare and put in
2496 (bfd_elf32_m68hc11_vec): Likewise.
2497 * elf.c (prep_headers): Recognize bfd_arch_m68hc12 and 68hc11.
2498 * archures.c (bfd_m68hc12_arch): Define and register in global list
2499 (bfd_m68hc11_arch): Likewise.
2500 * reloc.c (BFD_RELOC_M68HC11_HI8, BFD_RELOC_M68HC11_LO8,
2501 BFD_RELOC_M68HC11_3B): Define.
2502 * cpu-m68hc12.c, elf32-m68hc12.c: New files for 68hc12 support.
2503 * cpu-m68hc11.c, elf32-m68hc11.c: New files for 68hc11 support.
2505 2000-06-18 Ulf Carlsson <ulfc@engr.sgi.com>
2507 * elf_bfd.h (struct elf_backend_data): Add info argument to
2508 elf_backend_hide_symbol.
2509 (_bfd_elf_link_hash_hide_symbol): Likewise.
2510 * elf.c (_bfd_elf_link_hash_hide_symbol): Likewise.
2511 * elf64-ia64.c (elf64_ia64_hash_hide_symbol): Likewise.
2512 * elflink.h (elf_link_add_object_symbols): Likewise.
2513 (elf_link_assign_sym_version): Likewise.
2515 2000-06-18 H.J. Lu <hjl@gnu.org>
2517 * coff-i386.c (coff_i386_reloc): Don't return in case of
2518 output_bfd == (bfd *) NULL if COFF_WITH_PE is defined.
2519 Compensate PE relocations when linking with non-PE object
2520 files to generate a non-PE executable.
2522 2000-06-17 Ulf Carlsson <ulfc@engr.sgi.com>
2524 * elf32-mips.c (mips_elf_calculate_relocation): Explicitly write
2525 GOT entries if we're doing a static link or -Bsymbolic link.
2527 2000-06-15 Ulf Carlsson <ulfc@engr.sgi.com>
2529 * elflink.h (elf_link_adjust_relocs): Check for and call backend
2530 specifific swap_reloc_{in,out} and swap_reloca_{in,out} if
2532 (elf_link_output_relocs): Likewise.
2533 (elf_reloc_link_order): Likewise.
2535 2000-06-16 Nicholas Duffek <nsd@redhat.com>
2537 * archures.c (enum bfd_architecture): #define constants for
2538 PowerPc and RS6000 machine numbers.
2539 * bfd-in2.h: Regenerate.
2540 * coffcode.h (coff_set_arch_mach_hook): #ifdef XCOFF64, set arch
2541 to bfd_arch_powerpc instead of bfd_arch_rs6000. Refer to PowerPc
2542 and RS6000 machine numbers using #defined constants from
2544 * cpu-powerpc.c (arch_info_struct): Refer to PowerPc and RS6000
2545 machine numbers using #defined constants from archures.c. Add
2546 entries for EC603e, 630, A35, RS64II, RS64III, 7400. Specify
2547 64-bit words in 620 entry.
2548 * cpu-rs6000.c (arch_info_struct): Create with entries for RS1,
2550 (bfd_rs6000_arch): Change default machine to 0 (bfd_mach_rs6k).
2552 2000-06-16 Nicholas Duffek <nsd@cygnus.com>
2554 * coffcode.h (coff_mkobject_hook): Set xcoff_tdata.xcoff64.
2555 * libcoff-in.h (struct xcoff_tdata): Define xcoff64 field.
2556 * libcoff.h (struct xcoff_tdata): Define xcoff64 field.
2558 2000-06-16 Nicholas Duffek <nsd@redhat.com>
2560 * bfd-in.h (bfd_family_coff): Define.
2561 * bfd-in2.h: Regenerate.
2562 * coffgen.c (coff_count_linenumbers, coff_symbol_from,
2563 coff_find_nearest_line): Check COFFness using bfd_family_coff()
2564 instead of bfd_target_coff_flavour.
2565 * cofflink.c (_bfd_coff_final_link): Likewise.
2566 * cpu-ns32k.c (do_ns32k_reloc): Don't strcmp() target name to
2567 exclude XCOFF files.
2568 * reloc.c (bfd_perform_relocation, bfd_install_relocation):
2570 * targets.c (enum bfd_flavour): Add bfd_target_xcoff_flavour.
2571 * xcoff-target.h (TARGET_SYM): Use bfd_target_xcoff_flavour.
2572 * xcofflink.c (XCOFF_XVECP): Delete.
2573 (bfd_xcoff_link_record_set, bfd_xcoff_import_symbol,
2574 bfd_xcoff_export_symbol, bfd_xcoff_link_count_reloc,
2575 bfd_xcoff_record_link_assignment,
2576 bfd_xcoff_size_dynamic_sections): Replace XCOFF_XVECP() with
2577 check for bfd_target_xcoff_flavour.
2579 2000-06-16 Nicholas Duffek <nsd@redhat.com>
2581 * rs6000-core.c: Support 64-bit core files, support pre-4.3 core
2583 (read_hdr): New function.
2584 (rs6000coff_core_p): Store mstsave or __context64 struct instead
2585 of trying to extract individual registers. Set abfd->arch_info
2586 to match the architecture that created the core file.
2587 (rs6000coff_get_section_contents): Delete.
2588 * xcoff-target.h (rs6000coff_get_section_contents): Delete.
2590 2000-06-14 H.J. Lu <hjl@gnu.org>
2592 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_rec)
2595 2000-06-13 H.J. Lu <hjl@gnu.org>
2597 * configure: Regenerate.
2599 2000-06-13 J"orn Rennecke <amylaar@cygnus.co.uk>
2601 * peicode.h (pe_ILF_object_p): Use TARGET_LITTLE_SYM instead of
2604 2000-06-08 David O'Brien <obrien@FreeBSD.org>
2606 * configure.in (VERSION): Update to show this is the CVS mainline.
2608 2000-06-07 Alan Modra <alan@linuxcare.com.au>
2610 * elf32-d10v.c: Include elf/d10v.h
2611 (enum reloc_type): Delete.
2612 * elf32-d30v.c: Include elf/d30v.h
2613 (enum reloc_type): Delete.
2615 * Makefile.am: Run "make dep-am" to regenerate dependencies.
2616 * Makefile.in: Regenerate.
2618 * elf32-i386.c (elf_howto_table): Remove EMPTY_HOWTOs.
2619 (elf32_i386_vtinherit_howto, elf32_i386_vtentry_howto): Delete and
2620 move HOWTOs into elf_howto_table.
2621 (R_386_standard, R_386_ext_offset): Define.
2622 (R_386_ext, R_386_vt_offset, R_386_vt): Define.
2623 (elf_i386_reloc_type_lookup): Modify calculation of index into
2624 elf_howto_table since we've removed the padding.
2625 (elf_i386_info_to_howto_rel): Likewise.
2626 (elf_i386_relocate_section): Likewise.
2628 2000-06-06 Michael Snyder <msnyder@seadog.cygnus.com>
2630 * elf.c (elf_grok_pr_status): Eliminate reference to prgregset_t.
2632 2000-06-05 H.J. Lu <hjl@gnu.org>
2634 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Don't flag
2635 an error when seeing an undefined symbol with hidden/internal
2636 attribute. It is handled in *_relocate_section ().
2638 2000-06-05 H.J. Lu <hjl@gnu.org>
2640 * elflink.h (elf_fix_symbol_flags): Follow the link for the
2641 indirect symbol for the ELF_LINK_NON_ELF bit.
2642 (elf_link_output_extsym): Don't output the indirect symbol even
2643 if the ELF_LINK_NON_ELF bit is set.
2645 2000-06-01 J.T. Conklin <jtc@redback.com>
2647 * config.bfd (i[3456]86-*-netbsdelf*): New target.
2648 (i[3456]86-*-netbsdaout*): New target.
2649 (i[3456]86-*-netbsd*): Add bfd_elf32_i386_vec to targ_selvecs.
2650 (i[3456]86-*-openbsd*): Likewise.
2652 2000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
2654 * trad-core.c: From hpux-core.c, include <dirent.h> or
2655 <sys/ndir.h> when possible.
2657 2000-05-31 Nick Clifton <nickc@cygnus.com>
2659 * opintl.h (_(String)): Explain why dgettext is used instead
2662 2000-05-31 Ulrich Drepper <drepper@redhat.com>
2664 * elf.c (_bfd_elf_slurp_version_tables): Correct reading of version
2665 definitions. We must not assume they are sorted in the file
2666 according to their index numbers.
2668 2000-05-31 Alan Modra <alan@linuxcare.com.au>
2670 * elf-hppa.h: (elf_hppa_final_link_relocate): Use e_rsel field
2671 selector for R_PARISC_PCREL17R. R_PARISC_DIR17R and
2672 R_PARISC_DIR17F are for absolute branches; Handle them as such.
2674 2000-05-30 Nick Clifton <nickc@cygnus.com>
2676 * cpu-i960.c (scan_960_mach): Accept 80960KA, 80960KB,
2677 80960CA, 80960MC as valid machine names.
2679 2000-05-30 H.J. Lu <hjl@gnu.org>
2681 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the
2682 visibility bits if the symbol is undefined. Correctly handle
2683 weak undefined symbols with hidden and internal attributes.
2685 * elflink.h (elf_link_add_object_symbols): Always turn the
2686 symbol into local if it has the hidden or internal attribute.
2688 2000-05-29 Philip Blundell <philb@gnu.org>
2690 * ppcboot.c: Add packed attribute if compiling with GCC.
2692 2000-05-29 Anatoly Vorobey <mellon@pobox.com>
2694 * elf.c (_bfd_elf_link_hash_table_init): Initialize dynlocal.
2696 2000-05-26 Michael Snyder <msnyder@seadog.cygnus.com>
2698 * elf.c (elfcore_grok_prstatus, elfcore_grok_pstatus,
2699 elfcore_grok_psinfo): Add code to allow debugging a 32-bit
2700 corefile on a 64-bit (Sparc Solaris) host. Also clean up
2703 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2705 * Makefile.am: Update dependencies with "make dep-am"
2706 * Makefile.in: Regenerate.
2708 * sysdep.h (gettext, dgettext, dcgettext, textdomain,
2709 bindtextdomain): Replace defines with those from intl/libgettext.h
2710 to quieten gcc warnings.
2712 2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
2714 * aoutx.h (find_nearest_line): Use IS_ABSOLUTE_PATH.
2716 * archive.c (normalize, bfd_bsd_truncate_arname,
2717 bfd_gnu_truncate_arname) [HAVE_DOS_BASED_FILE_SYSTEM]: Support
2718 file names with backslashes.
2720 * cache.c (bfd_open_file) [__MSDOS__]: Don't unlink the file
2723 * sysdep.h: Include filenames.h.
2725 2000-05-26 Alan Modra <alan@linuxcare.com.au>
2727 * opncls.c (bfd_close_all_done): Mask file perms with 0777 not 0x777.
2729 2000-05-26 Jakub Jelinek <jakub@redhat.com>
2731 * elf64-sparc.c (sparc64_elf_relax_section): New.
2732 (sparc64_elf_relocate_section): Optimize tail call into branch always
2734 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2735 (elf32_sparc_relax_section): New.
2737 2000-05-26 Jakub Jelinek <jakub@redhat.com>
2739 * elf64-sparc.c: Add ATTRIBUTE_UNUSED to unused function parameters.
2740 Remove unusued variables.
2741 (sparc64_elf_relocate_section): Change r_symndx type to unsigned long.
2742 (sparc64_elf_merge_private_bfd_data): Fix shared library case from
2743 previous fix, so that shared libs really don't influence targets
2744 extension mask and memory model.
2746 2000-05-23 H.J. Lu <hjl@gnu.org>
2748 * elf64-alpha.c (elf64_alpha_relocate_section): Check
2749 h->root.other not h->other.
2750 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
2752 * elf32-ppc.c (ppc_elf_relocate_section): Fix a typo.
2754 2000-05-23 H.J. Lu <hjl@gnu.org>
2756 * elf32-i386.c (elf_i386_relocate_section): Don't allow the
2757 undefined symbol with the non-default visibility attributes.
2758 * elf-hppa.h (elf_hppa_relocate_section): Likewise.
2759 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
2760 * elf32-i370.c (i370_elf_relocate_section): Likewise.
2761 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2762 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
2763 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
2764 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
2765 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2766 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
2767 * elf64-ia64.c (elf64_ia64_relocate_section): Likewise.
2768 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2770 2000-05-22 Richard Henderson <rth@cygnus.com>
2772 * elf64-ia64.c (ia64_howto_table): Add PCREL60B, PCREL21BI,
2773 PCREL22, PCREL64I. Zero size of special relocs.
2774 (elf64_ia64_reloc_type_lookup): Likewise.
2775 (USE_BRL, oor_brl, oor_ip): New.
2776 (elf64_ia64_relax_section): New.
2777 (elf64_ia64_check_relocs): Handle PCREL60B, PCREL22, PCREL64I.
2778 (elf64_ia64_install_value): Likewise, plus PCREL21BI.
2779 (elf64_ia64_relocate_section): Likewise.
2780 (bfd_elf64_bfd_relax_section): New.
2781 * reloc.c (BFD_RELOC_IA64_PCREL21BI): New.
2782 (BFD_RELOC_IA64_{PCREL22,PCREL60B,PCREL64I}): New.
2783 * bfd-in2.h, libbfd.h: Regenerate.
2785 2000-05-22 Nick Clifton <nickc@cygnus.com>
2787 * configure.in : Add peigen.lo to MIPS PE targets.
2788 * configure: Regenerate.
2790 2000-05-22 Momchil Velikov <velco@fadata.bg>
2792 * libbfd.c (_bfd_generic_verify_endian_match): Compare endianess
2793 only if it is known for both input and output bfds. Separate
2794 error message strings as in some languages, it may be necessary
2795 to change more than one place in the string to change between
2798 * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Remove inline
2799 endianess checks, call _bfd_generic_verify_endian_match() instead.
2801 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Likewise.
2803 * elf32-mcore.c (mcore_elf_merge_private_bfd_data): Likewise.
2805 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Likewise. Verify
2806 endianess before checking bfd flavours.
2808 2000-05-22 H.J. Lu <hjl@gnu.org>
2810 * elflink.h (elf_link_output_extsym): Clear the visibility
2811 field for symbols not defined locally.
2813 2000-05-18 Alan Modra <alan@linuxcare.com.au>
2815 * libhppa.h (re_assemble_3, re_assemble_12, re_assemble_16,
2816 re_assemble_17, re_assemble_21, re_assemble_22): Don't mask insn.
2817 (hppa_rebuild_insn): Mask immediate bits here instead.
2818 * elf-hppa.h (elf_hppa_relocate_insn): Mask here too.
2820 2000-05-18 Momchil Velikov <velco@fadata.bg>
2822 * elflink.h (elf_bfd_final_link, elf_link_input_bfd): When emiting
2823 relocs for an executable, ensure that they are virtual addresses.
2825 2000-05-18 Jeffrey A Law (law@cygnus.com)
2827 * config.bfd (hppa*64*-*-hpux11*): New target triplet.
2829 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com>
2830 Rick Gorton <gorton@scrugs.lkg.dec.com>
2832 * elflink.h: Add emitrelocations support: when enabled, relocation
2833 information and relocation sections are put into final output
2834 executables. If the emitrelocations flag is set, do the following:
2835 (elf_bfd_final_link): Emit relocation sections.
2836 (elf_link_input_bfd): Compute relocation section contents.
2837 (elf_gc_sections): Don't clean relocation sections.
2839 2000-05-16 Catherine Moore <clm@cygnus.com>
2841 * som.c (som_decode_symclass): Recognize weak symbols.
2843 2000-05-16 Szabolcs Szakacsits <szaka@F-Secure.com>
2845 * peigen.c (pe_print_idata): Undo part of 2000-05-12 change that
2846 read idata section only from dataoff.
2847 (pe_print_edata): Correctly check for valid eat_member.
2849 2000-05-16 J"orn Rennecke <amylaar@cygnus.co.uk>
2851 * elf32-sh.c (sh_elf_relax_delete_bytes): Handle R_SH_SWITCH8.
2853 2000-05-14 Philip Blundell <philb@gnu.org>
2855 * config.bfd (armeb-*-elf, arm*b-*-linux-gnu*): New targets.
2857 2000-05-12 Alan Modra <alan@linuxcare.com.au>
2859 * targets.c (bfd_target_vector): #ifdef BFD64 rs6000coff64_vec
2861 * peigen.c (pe_print_idata): Look for .idata section and print
2862 info even if data directory has zero entries. Read idata section
2863 starting from dataoff, and adjust all data offsets to suit. Cast
2864 all bfd_vma vars to unsigned long before passing to fprintf.
2865 * peigen.c (pe_print_edata): Similarly, look for .edata section
2866 and print info even if data directory has zero entries. Cast
2867 all bfd_vma vars to unsigned long before passing to fprintf.
2869 From Szabolcs Szakacsits <szaka@F-Secure.com>
2870 * peigen.c (pe_print_idata): Use bfd_section_size rather than data
2871 directory size which may be bogus.
2872 * peigen.c (pe_print_edata): Similarly.
2874 2000-05-09 Alan Modra <alan@linuxcare.com.au>
2876 * elf.c (bfd_section_from_shdr): Don't set use_rela_p if rela
2878 (copy_private_bfd_data): Allow for space possibly taken up by elf
2879 headers when calculating segment physical address from lma.
2881 2000-05-08 Alan Modra <alan@linuxcare.com.au>
2883 * versados.c (versados_scan): Init stringlen and pass_2_done.
2885 * trad-core.c (trad_unix_core_file_p): Return
2886 bfd_error_wrong_format rather than bfd_error_file_truncated.
2888 * peigen.c (_bfd_pei_swap_aouthdr_out): Pass ImageBase to
2889 add_data_entry. DataDirectory virtual address is relative.
2890 (pe_print_idata): Account for relative DataDirectory virtual
2891 addresses. Don't trash datasize inside POWERPC_LE_PE code.
2892 (pe_print_edata): Similarly.
2894 From Szabolcs Szakacsits <szaka@F-Secure.com>
2895 * peigen.c (dir_names): Add Delay Import Directory.
2896 (pe_print_idata): Always search for bfd section containing
2897 idata address rather than looking up section name. Print this
2898 section name rather than .idata.
2899 (pe_print_edata): Similarly. Also print some fields as %08lx.
2900 (_bfd_pe_print_private_bfd_data_common): Print Reserved1 field as
2903 2000-05-05 Clinton Popetz <cpopetz@cygnus.com>
2905 * xcoff.h: Rename to xcoff-target.h
2906 * Makefile.am: Change all instances of xcoff.h to xcoff-target.h
2907 * coff-rs6000.c: Ditto.
2908 * coff64-rs6000.c: Ditto.
2909 * coff-pmac.c: Ditto.
2910 * Makefile.in: Regenerate.
2912 2000-05-05 Clinton Popetz <cpopetz@cygnus.com>
2914 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags):
2915 Change U802TOC64MAGIC to U803XTOCMAGIC.
2917 2000-05-04 Michael Snyder <msnyder@seadog.cygnus.com>
2919 * elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1.
2920 * bfd-in.h: Prototype bfd_elf_get_arch_size.
2921 * bfd-in2.h: Prototype bfd_elf_get_arch_size.
2923 2000-05-04 Alan Modra <alan@linuxcare.com.au>
2925 * libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma.
2927 2000-05-03 Martin v. Löwis <loewis@informatik.hu-berlin.de>
2929 * elflink.h (elf_link_add_object_symbols): Reset dynindx for
2930 hidden and internal symbols.
2931 (elf_fix_symbol_flags): Clear NEEDS_PLT for symbols with
2933 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Do not
2934 assign a PLT or GOT entry to symbols with hidden and
2935 internal visibility.
2937 2000-05-03 Mark Elbrecht <snowball3@bigfoot.com>
2939 * bfd/coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add entry for
2941 * bfd/coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
2943 2000-05-02 H.J. Lu <hjl@gnu.org>
2945 * elf.c (prep_headers): Use ELFOSABI_NONE instead of
2948 2000-05-02 Alan Modra <alan@linuxcare.com.au>
2950 * targets.c (bfd_target_vector): Restore bfd_elf32_hppa_vec.
2951 * Makefile.am (BFD32_BACKENDS): Restore elf32-hppa.lo. Regenerate
2953 * Makefile.in: Regenerate.
2955 2000-05-01 Jim Wilson <wilson@cygnus.com>
2957 * Makefile.am (BFD32_BACKENDS): Add efi-app-ia32.lo.
2958 (BFD32_BACKENDS_CFILES): Add efi-app-ia32.c.
2959 (BFD64_BACKENDS): Delete coff-ia64.lo. Add efi-app-ia64.lo.
2960 (BFD64_BACKENDS_CFILES): Delete coff-ia64.c. Add efi-app-ia64.c.
2961 * Makefile.in: Rebuild.
2963 2000-05-02 Alan Modra <alan@linuxcare.com.au>
2965 * config.bfd: Re-enable elf32-hppa. It now compiles, even if it
2966 doesn't work very well.
2968 * elf-hppa.h (elf_hppa_internal_shdr): Define.
2969 (elf_hppa_fake_sections): hdr is elf_hppa_internal_shdr.
2970 Set hdr->s_type to 1 if ARCH_SIZE == 32.
2971 (_bfd_elf_hppa_gen_reloc_type): Add prototype.
2972 (elf_hppa_info_to_howto): Likewise.
2973 (elf_hppa_info_to_howto_rel): Likewise.
2974 (elf_hppa_reloc_type_lookup): Likewise.
2975 (elf_hppa_is_local_label_name): Likewise.
2976 (elf_hppa_fake_sections): Likewise.
2977 (elf_hppa_final_write_processing): Likewise.
2978 (elf_hppa_howto_table): Fully initialise all entries.
2979 (_bfd_elf_hppa_gen_reloc_type): Add ATTRIBUTE_UNUSED to args.
2980 (elf_hppa_info_to_howto): Likewise.
2981 (elf_hppa_info_to_howto_rel): Likewise.
2982 (elf_hppa_reloc_type_lookup): Likewise.
2983 (elf_hppa_final_write_processing, elf_hppa_add_symbol_hook,
2984 elf_hppa_unmark_useless_dynamic_symbols,
2985 elf_hppa_remark_useless_dynamic_symbols,
2986 elf_hppa_record_segment_addrs, elf_hppa_final_link,
2987 elf_hppa_relocate_section, elf_hppa_final_link_relocate,
2988 elf_hppa_relocate_insn): Compile only if ARCH_SIZE == 64 until
2989 elf32-hppa.c mess is cleaned up.
2990 (elf_hppa_final_link_relocate): Make insn and r_type unsigned
2991 int. Delete r_field. In case R_PARISC_PCREL21L, don't set
2992 r_field then call hppa_field_adjust inline func with variable
2993 r_field arg, instead call hppa_field_adjust with fixed arg.
2994 In case R_PARISC_PCREL22F, don't set r_field.
2995 (elf_hppa_relocate_insn): Change args and return type to unsigned
2996 int. Call re_assemble_* funcs to do the work.
2998 * elf32-hppa.c (hppa_elf_relocate_insn): Don't assume 32 bit when
3001 * libhppa.h (HPPA_R_CONSTANT): Don't assume 32 bit when sign
3003 (sign_extend): Mask first before sign extending.
3004 (low_sign_extend): Rewrite without condition expression.
3005 (ones, dis_assemble_3, dis_assemble_12, dis_assemble_16,
3006 dis_assemble_17, dis_assemble_21, dis_assemble_22): Delete.
3007 (assemble_3, assemble_6, assemble_12, assemble_16, assemble_16a,
3008 assemble_17, assemble_21, sign_unext, low_sign_unext): Return
3009 result as function return value rather than through pointer arg.
3010 Accept unsigned int args, and return unsigned int.
3011 (re_assemble_3): New. Combines function of dis_assemble_3 with
3012 re-assembly of opcode and immediate.
3013 (re_assemble_12): Likewise.
3014 (re_assemble_16): Likewise.
3015 (re_assemble_17): Likewise.
3016 (re_assemble_21): Likewise.
3017 (re_assemble_22): Likewise.
3018 (hppa_field_adjust): Rewrite and document, paying attention to
3019 size of types and signed/unsigned issues.
3020 (get_opcode): Shift before masking.
3021 (FDLW): Rename to FLDW.
3022 (bfd_hppa_insn2fmt): Change arg to unsigned int. Delete fmt.
3023 (hppa_rebuild_insn): Change args and return value to unsigned
3024 int. Make use of re_assemble_*. Correct case 11.
3026 * dep-in.sed: Handle ../opcodes/.
3027 * Makefile.am (SOURCE_HFILES): Add elf-hppa.h, elf32-hppa.h,
3028 elf64-hppa.h, hppa_stubs.h, xcoff.h.
3029 (BFD32_BACKENDS_CFILES): Restore elf32-hppa.c.
3030 Remove elf64-hppa.lo, cpu-ia64.lo, elf64-ia64.lo, elfarm-oabi.lo,
3031 elfarm-nabi.lo dependencies outside of auto-dependency area.
3032 Regenerate dependencies.
3033 * Makefile.in: Regenerate.
3035 * configure.in (TRAD_HEADER): Test non-null before
3037 * configure: Regenerate.
3039 * reloc.c: Fix mis-spelling in comment.
3041 2000-05-01 Alan Modra <alan@linuxcare.com.au>
3043 * coff-sh.c (bfd_coff_small_swap_table): Fix Fri Apr 28 change.
3044 * vms.c (vms_openr_next_archived_file): Return NULL.
3046 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
3048 * coffcode.h Copy changes mistakenly done to libcoff.h in
3051 2000-04-29 Andreas Jaeger <aj@suse.de>
3053 * libbfd-in.h: Correctly check GCC version.
3054 * bfd-in.h: Likewise.
3055 * libhppa.h: Likewise.
3056 * libbfd.h: Regenerate.
3057 * bfd-in2.h: Regenerate.
3059 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
3061 * Makefile.am (BFD64_BACKENDS, BFD64_BACKENDS_CFILES): Add
3062 coffdu-rs6000.{lo,c}.
3063 (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
3065 * Makefile.in: Regenerate.
3066 * xcoff.h: New file.
3067 * coff-pmac.c: Use xcoff.h instead of coff-rs6000.c.
3068 * coff-rs6000.c: Move all declarations and defines that are
3069 common to the xcoff backends into xcoff.h
3070 * coff64-rs6000.c: Ditto,
3072 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
3074 * coff-mips.c (mips_ecoff_backend_data): Add initialization of
3075 _bfd_coff_force_symnames in strings and
3076 _bfd_coff_debug_string_prefix_length to their default values.
3077 * coff-sh.c: (bfd_coff_small_swap_table): Ditto.
3079 2000-04-28 Clinton Popetz <cpopetz@cygnus.com>
3081 * coff-alpha.c (alpha_ecoff_backend_data): Add initialization of
3082 _bfd_coff_force_symnames in strings and
3083 _bfd_coff_debug_string_prefix_length to their default values.
3085 2000-04-27 Alan Modra <alan@linuxcare.com.au>
3087 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Return if dynobj NULL.
3088 Check local_got_refcounts before dereferencing.
3090 * elf32-ppc.c (ppc_elf_relocate_section): Check splt != NULL
3091 before deciding we don't need R_PPC_PLT32 relocation.
3092 (ppc_elf_gc_sweep_hook): Check local_got_refcounts before
3095 * elflink.h (elf_gc_common_finalize_got_offsets): Fix comment.
3097 * elf32-i386.c (elf_i386_check_relocs): Reference count .got and
3099 (elf_i386_gc_sweep_hook): Garbage collect .got and .plt entries.
3100 (elf_i386_adjust_dynamic_symbol): Recognize unused .plt entries.
3101 (elf_i386_relocate_section): Allow for .plt to go missing.
3102 (elf_i386_finish_dynamic_symbol): Use same test to decide if we
3103 can use a relative reloc for got as elf_i386_relocate_section.
3104 (bfd_elf32_bfd_final_link): Define to use gc form of final link.
3106 2000-04-26 Clinton Popetz <cpopetz@cygnus.com>
3108 * config.bfd: Remove extraneous bfd_powerpc_64_arch.
3110 2000-04-24 Clinton Popetz <cpopetz@cygnus.com>
3112 * Makefile.am (coff64-rs6000.lo): New rule.
3113 * Makefile.in: Regenerate.
3114 * coff-rs6000.c (xcoff_mkobject, xcoff_copy_private_bfd_data,
3115 xcoff_is_local_label_name, xcoff_rtype2howto,
3116 xcoff_reloc_type_lookup, xcoff_slurp_armap, xcoff_archive_p,
3117 xcoff_read_ar_hdr, xcoff_openr_next_archived_file, xcoff_write_armap,
3118 xcoff_write_archive_contents): No longer static, and prefix with _bfd_.
3119 (NO_COFF_SYMBOLS): Define.
3120 (xcoff64_swap_sym_in, xcoff64_swap_sym_out, xcoff64_swap_aux_in,
3121 xcoff64_swap_aux_out): New functions; handle xcoff symbol tables
3123 (MINUS_ONE): New macro.
3124 (xcoff_howto_tabl, xcoff_reloc_type_lookup): Add 64 bit POS
3126 (coff_SWAP_sym_in, coff_SWAP_sym_out, coff_SWAP_aux_in,
3127 coff_SWAP_aux_out): Map to the new functions.
3128 * coff64-rs6000.c: New file.
3129 * libcoff.h (bfd_coff_backend_data): Add new fields
3130 _bfd_coff_force_symnames_in_strings and
3131 _bfd_coff_debug_string_prefix_length.
3132 (bfd_coff_force_symnames_in_strings,
3133 bfd_coff_debug_string_prefix_length): New macros for above fields.
3134 * coffcode.h (coff_set_arch_mach_hook): Handle XCOFF64 magic.
3135 Set machine to 620 for XCOFF64. Use bfd_coff_swap_sym_in instead
3136 of using coff_swap_sym_in directly.
3137 (FORCE_SYMNAMES_IN_STRINGS): New macro, defined for XCOFF64.
3138 (coff_set_flags) Set magic for XCOFF64.
3139 (coff_compute_section_file_positions): Add symbol name length to
3140 string section length if bfd_coff_debug_string_prefix_length is
3142 (coff_write_object_contents): Don't do reloc overflow for XCOFF64.
3143 (coff_slurp_line_table): Use bfd_coff_swap_lineno_in instead of
3144 using coff_swap_lineno_in directly.
3145 (bfd_coff_backend_data): Add _bfd_coff_force_symnames_in_strings
3146 and _bfd_coff_debug_string_prefix_length fields.
3147 * coffgen.c (coff_fix_symbol_name, coff_write_symbols): Force
3148 symbol names into strings table when
3149 bfd_coff_force_symnames_in_strings is true.
3150 * coffswap.h (MAX_SCNHDR_NRELOC, MAX_SCNHDR_NLNNO, GET_RELOC_VADDR,
3151 SET_RELOC_VADDR): New macros.
3152 (coff_swap_reloc_in, coff_swap_reloc_out): Use above macros.
3153 (coff_swap_aux_in, coff_swap_aux_out): Remove RS6000COFF_C
3155 (coff_swap_aouthdr_in, coff_swap_aouthdr_out): Handle XCOFF64
3156 changes within RS6000COFF_C specific code.
3157 (coff_swap_scnhdr_out): Use PUT_SCNHDR_NLNNO, PUT_SCNHDR_NRELOC,
3158 MAX_SCNHDR_NRELOC, and MAX_SCNHDR_NLNNO.
3159 * reloc.c (bfd_perform_relocation, bfd_install_relocation):
3160 Extend existing hack on target name.
3161 * xcofflink.c (XCOFF_XVECP): Extend existing hack on
3163 * coff-tic54x.c (ticof): Keep up to date with new fields
3164 in bfd_coff_backend_data.
3165 * config.bfd: Add bfd_powerpc_64_arch to targ_arch and define
3166 targ_selvecs to include rs6000coff64_vec for rs6000.
3167 * configure.in: Add rs6000coff64_vec case.
3168 * cpu-powerpc.c: New bfd_arch_info_type.
3170 2000-04-24 Jeffrey A Law (law@cygnus.com)
3172 * config.bfd: Only disable elf32-hppa vectors, not all of the
3173 BSD and OSF configuration support. Provide (disabled) clauses
3175 * configure.in: Add clause for PA64 support.
3176 * configure: Rebuilt.
3178 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_vec.
3179 (bfd_elf64_hppa_vec): Declare.
3181 * Makefile.am (BFD64_BACKENDS): Add elf64-hppa.lo
3182 (BFD64_BACKENDS_CFILES): Add elf64-hppa.c
3183 (elf64-hppa.lo): Add dependencies.
3184 * Makefile.in: Rebuilt.
3186 * elf64-hppa.c, elf64-hppa.h: New files with PA64 support.
3188 2000-04-24 Jason Eckhardt <jle@cygnus.com>
3190 * libhppa.h (dis_assemble_16): New function.
3191 (pa_arch): Added pa20w element.
3193 2000-04-24 Ulrich Drepper <drepper@cygnus.com>
3195 * elf-bfd.h: Add prototypes for bfd_elf32_write_relocs,
3196 bfd_elf32_slurp_reloc_table, bfd_elf64_write_relocs, and
3197 bfd_elf64_slurp_reloc_table.
3199 * elfcode.h (elf_write_relocs, elf_slurp_reloc_table): New
3200 definitions to get external names.
3201 (elf_write_relocs): Renamed from write_relocs and make global.
3202 (elf_slurp_reloc_table): Make global.
3203 (_bfd_elf,size_info): Use elf_write_relocs instead of write_relocs.
3205 * archive.c (hpux_uid_gid_encode): New function.
3206 (bfd_ar_hdr_from_filesystem): Use it if HPUX_LARGE_AR_IDS is
3207 defined and the ID is greater than 99999.
3208 (bfd_generic_stat_arch_elt): If HPUX_LARGE_AR_IDS is defined decode
3209 special uid/gid fields into 32 bit values.
3211 2000-04-21 Matthew Green <mrg@cygnus.com>
3213 * config.bfd: Add NetBSD/sparc64 support.
3215 Fri Apr 21 13:20:53 2000 Richard Henderson <rth@cygnus.com>
3216 David Mosberger <davidm@hpl.hp.com>
3217 Timothy Wall <twall@cygnus.com>
3218 Jim Wilson <wilson@cygnus.com>
3220 * Makefile.am (ALL_MACHINES): Add cpu-ia64.lo.
3221 (ALL_MACHINES_CFILES): Add cpu-ia64.c.
3222 (BFD64_BACKENDS): Add elf64-ia64.lo.
3223 (BFD64_BACKENDS_CFILES): Add elf64-ia64.c.
3224 (cpu-ia64.lo, elf64-ia64.lo): New rules.
3225 * Makefile.in: Rebuild.
3226 * archures.c (enum bfd_architecture): Add bfd_arch_ia64.
3227 (bfd_ia64_arch): Declare.
3228 (bfd_archures_list): Add bfd_ia64_arch.
3229 * bfd-in2.h: Rebuild.
3230 * config.bfd: (ia64*-*-linux-gnu*, ia64*-*-elf*): New targets.
3231 * configure: Rebuild.
3232 * configure.host: (ia64-*-linux*): New host.
3233 * configure.in (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec,
3234 bfd_efi_app_ia64_vec, bfd_efi_app_ia64_vec): New vectors.
3235 * elf.c (prep_headers): Add bfd_arch_ia64.
3236 * libbfd.h: Rebuild.
3237 * reloc.c: Add IA-64 relocations.
3238 * targets.c (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_big_vec):
3240 (bfd_target_vect): Add bfd_elf64_ia64_little_vec.
3241 * cpu-ia64-opc.c, cpu-ia64.c, elf64-ia64.c: New files.
3243 2000-04-21 Richard Henderson <rth@cygnus.com>
3245 * elf32-d30v.c (bfd_elf_d30v_reloc): Don't modify section
3246 contents when performing a partial link.
3247 (bfd_elf_d30v_reloc_21): Likewise.
3249 2000-04-20 H.J. Lu <hjl@gnu.org>
3251 * elf32-i386.c (elf_i386_relocate_section): Restrict 1998-12-10
3252 patch to symbols defined by a shared object.
3253 * elf32-ppc.c (ppc_elf_relocate_section): Similarly.
3255 2000-04-19 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3258 * dwarf2.c (concat_filename): Avoid string literal concatenation.
3259 * ieee.c (ieee_get_symtab): Don't initialise union in struct.
3261 Mon Apr 17 19:14:36 2000 David Mosberger <davidm@hpl.hp.com>
3263 * Makefile.am (BFD64_BACKENDS): Mention coff-ia64.lo.
3264 (BFD64_BACKENDS_CFILES): Mention coff-ia64.c
3265 (coff-ia64.lo): Add dependency.
3266 * Makefile.in: Regenerate.
3267 * coff-ia64.c: New file.
3268 * efi-app-ia32.c: Ditto.
3269 * efi-app-ia64.c: Ditto.
3270 * coffcode.h (coff_set_arch_mach_hook): Handle IA64MAGIC.
3271 (coff_set_flags): Ditto.
3272 (coff_write_object_contents) [IA64]: Set magic number to ZMAGIC.
3273 * config.bfd (i[3456]86-*-linux-gnu*): Mention bfd_efi_app_ia32_vec.
3274 * configure.in (elf): Handle bfd_efi_app_ia32 and bfd_efi_app_ia64_vec.
3275 * configure: Regenerate.
3276 * libpei.h (GET_OPTHDR_IMAGE_BASE): New macro.
3277 (PUT_OPTHDR_IMAGE_BASE): Ditto.
3278 (GET_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
3279 (PUT_OPTHDR_SIZE_OF_STACK_RESERVE): Ditto.
3280 (GET_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
3281 (PUT_OPTHDR_SIZE_OF_STACK_COMMIT): Ditto.
3282 (GET_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
3283 (PUT_OPTHDR_SIZE_OF_HEAP_RESERVE): Ditto.
3284 (GET_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
3285 (PUT_OPTHDR_SIZE_OF_HEAP_COMMIT): Ditto.
3286 (GET_PDATA_ENTRY): Ditto.
3287 * peigen.c (_bfd_pei_swap_aouthdr_in) [COFF_WITH_PEP64]: Don't read
3288 data_start. Use above macros to read fields that are 64 bit wide for
3289 COFF_WITH_PEP64. Don't truncate entry and text_start to 32 bits.
3290 (_bfd_pei_swap_aouthdr_out) [PEI_FORCE_MINIMUM_ALIGNMENT]: Force
3291 FileAlignment and SectionAlignment to minimum alignment if they
3293 (_bfd_pei_swap_aouthdr_out) [PEI_DEFAULT_TARGET_SUBSYSTEM]: Set
3294 Subsystem to default PEI_DEFAULT_TARGET_SUBSYSTEM.
3295 (_bfd_pei_swap_aouthdr_out) [COFF_WITH_PEP64]: Don't set data_start.
3296 Use above macros to write fields that are 64 bit wide for
3298 (pe_print_pdata): Set PDATA_ROW_SIZE to 3*8 for COFF_WITH_PEP64,
3299 5*4 otherwise. This should be right for IA-32 and IA-64, but may
3300 be wrong for platforms. Use PDATA_ROW_SIZE instead of hardcoded
3301 value of 20 bytes. Modify printing for COFF_WITH_PEP64 to print
3302 begin address, end address, and unwind info address only. Use
3303 GET_PDATA_ENTRY() to read .pdata entries. Use fprintf_vma() to
3305 (tbl): Add SECTION, REL32, RESERVED1, MIPS_JMPADDR16, DIR64, and
3306 HIGH3ADJ relocation names.
3307 (_bfd_pe_print_private_bfd_data): Print Subsystem name in legible form.
3308 * targets.c: Declare bfd_efi_app_ia32_vec and
3309 bfd_efi_app_ia64_vec.
3310 (bfd_target_vector): Mention bfd_efi_app_ia32_vec and
3311 bfd_efi_app_ia64_vec.
3313 2000-04-17 Timothy Wall <twall@cygnus.com>
3315 * bfd-in2.h: Add prototypes for tic54x load page access.
3316 * bfd-in.h: Regenerate.
3317 * coff-tic54x.c: Add load page functions; allow bfd_arch_unknown
3318 in customized _set_arch_mach function.
3319 * coffcode.h (coff_set_alignment_hook): Set section load page if
3320 the appropriate macro is defined.
3321 (write_object_contents): Read section load page.
3323 2000-04-13 Alan Modra <alan@linuxcare.com.au>
3325 * elf32-hppa.h: Update copyright date.
3327 * elf32-fr30.c (fr30_elf_i20_reloc): Don't use U suffix.
3328 * elf32-mips.c (_bfd_mips_elf_relocate_section): And here.
3330 * elf32-d30v.c (MAX32): Don't use LL suffix.
3331 (MIN32): Define in terms of MAX32.
3332 (bfd_elf_d30v_reloc): Make relocation a bfd_signed_vma.
3334 * coff-a29k.c (SIGN_EXTEND_HWORD): Replace with more concise
3337 * peicode.h (pe_ILF_build_a_bfd): Remove UL from hex constants.
3339 2000-04-12 Alan Modra <alan@linuxcare.com.au>
3341 * dep-in.sed: Match space before file name, not after.
3342 * Makefile.am: Regenerate dependencies.
3343 * Makefile.in: Regenerate.
3345 * reloc.c (_bfd_relocate_contents): In complain_overflow_bitfield
3346 case, allow address wrap-around stupidly removed 2000-03-17. Sign
3347 extend without an if statement.
3349 2000-04-11 Alan Modra <alan@linuxcare.com.au>
3351 * coff-mips.c (mips_gprel_reloc): Test for 16 bit range using
3353 * elf32-mips.c (gprel16_with_gp): Likewise.
3354 * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Test range
3355 here using -0x40000, not (int)0xfffc0000.
3356 (elf32_hppa_size_of_stub): Likewise.
3358 2000-04-11 Timothy Wall <twall@cygnus.com>
3360 * coff-tic54x.c: Now builds with all targets.
3361 * Makefile.am: Add coff/tic54x.h to coff-tic54x.o dependencies.
3362 * Makefile.in: Regenerate.
3363 * coffcode.h (coff_set_arch_mach_hook): Eliminate warning on
3364 unitialized variable.
3366 Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
3368 * configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add
3369 --enable-build-warnings option.
3370 * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
3371 * Makefile.in, configure: Re-generate.
3373 2000-04-07 Nick Clifton <nickc@cygnus.com>
3375 * reloc.c: Add BFD_RELOC_ARM_PCREL_BLX and
3376 BFD_RELOC_THUMB_PCREL_BLX.
3378 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
3379 R_ARM_XPC25 and R_ARM_THM_PC22.
3381 * elfarm-nabi.c (elf32_arm_howto_): Fix definitions of
3382 R_ARM_XPC25 and R_ARM_THM_XPC22.
3383 (elf32_arm_reloc_map): Make BFD_RELOC_{ARM|THUMB}_PCREL_BLX to
3384 R_ARM_[XPC25|THM_XPC22].
3386 * elfarm-oabi.c: Define OLD_ARM_ABI and change include from
3387 elf/arm-oabi.h to elf/arm.h
3389 * Makefile.am: Fix dependency for elfarm-oabi.c
3390 * Makefile.in: Regenerate.
3392 * bfd-in2.h: Regenerate.
3393 * libbfd.h: Regenerate.
3395 2000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
3397 * elfcore.h (elf_core_file_p): preserve value of tdata at entry,
3398 and restore it on failure. Release newly allocated tdata on
3401 Fri Apr 7 11:33:47 2000 Jim Wilson <wilson@cygnus.com>
3403 * dwarf2.c (struct dwarf2_debug): New field dwarf_line_size.
3404 (decode_line_info): Set it. Report error if unit->line_offset is
3405 equal to or larger than it.
3407 2000-04-07 Timothy Wall <twall@cygnus.com>
3409 * targets.c: Added vecs for tic54x.
3410 * reloc.c: Added relocs for tic54x.
3411 * libbfd.h: Regenerated.
3412 * configure: Add TI COFF vecs for tic54x.
3413 * configure.in: Ditto.
3414 * config.bfd (targ_cpu): Recognize new tic54x target.
3415 * coffcode.h (coff_slurp_symbol_table): Additions for TI COFF handling.
3416 * bfd-in2.h: Add tic54x target and relocations.
3417 * Makefile.am, Makefile.in: Add tic54x target.
3418 * archures.c (bfd_archures_list): Add tic54x target.
3419 * coff-tic54x.c: New.
3420 * cpu-tic54x.c: New.
3422 2000-04-06 Michael Snyder <msnyder@seadog.cygnus.com>
3424 * elfcore.h (elf_core_file_p): call backend_object_p which
3425 thereby gets an opportunity to update the arch/machine type.
3427 2000-04-06 Timothy Wall <twall@cygnus.com>
3429 * coffcode.h (coff_slurp_symbol_table): Handle C_STATLAB storage
3430 class. Handle SEC_CLINK and SEC_BLOCK flags.
3431 * section.c: Add SEC_CLINK and SEC_BLOCK flags.
3432 * bfd-in2.h: Add SEC_CLINK and SEC_BLOCK flags.
3434 2000-04-06 Nick Clifton <nickc@cygnus.com>
3436 * elf32-arm.h (elf32_arm_set_private_flags): Only check for
3437 EF_INTERWORK if this is an unknown EABI.
3438 (elf32_arm_merge_private_bfd_data): Check EABI version
3439 numbers. Only check EF_xxx flags if the EABI version number
3441 (elf32_arm_check_private_bfd_data): Only check EF_xxx flags
3442 if the EABI version number is unknown.
3443 (elf32_arm_print_private_bfd_data): Only decode EF_xxx flags
3444 if the EABI version number is unknown.
3446 Wed Apr 5 22:04:20 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
3448 * reloc.c (_bfd_relocate_contents): Add BFD_RELOC_SH_LOOP_START and
3449 BFD_RELOC_SH_LOOP_END.
3450 * elf32-sh.c (sh_elf_howto_tab): Change special_func to
3451 sh_elf_ignore_reloc for all entries that sh_elf_reloc used to ignore.
3452 Add entries for R_SH_LOOP_START and R_SH_LOOP_END.
3453 (sh_elf_reloc_loop): New function.
3454 (sh_elf_reloc): No need to test for always-to-be-ignored relocs
3456 (sh_rel): Add entries for BFD_RELOC_SH_LOOP_{START,END}.
3457 (sh_elf_relocate_section): Handle BFD_RELOC_SH_LOOP_{START,END}.
3458 * bfd-in2.h, libbfd.h: Regenerate.
3460 2000-04-04 Alan Modra <alan@linuxcare.com.au>
3462 * po/bfd.pot: Regenerate.
3464 * Makefile.am: Remove extraneous mkdep comment.
3465 (MKDEP): Use gcc -MM rather than mkdep.
3466 (DEP): Quote when passing vars to sub-make. Add warning
3468 (DEP1): Rewrite for "gcc -MM".
3469 (CLEANFILES): Add DEP2.
3470 Update dependencies.
3471 * Makefile.in: Regenerate.
3473 2000-04-03 Kevin Buettner <kevinb@redhat.com>
3475 * configure.in: Added corefile support for AIX 4.3. In particular,
3476 AIX_CORE_DUMPX_CORE will be defined in addition to AIX_CORE when
3477 compiling rs6000-core.c.
3478 * configure: Regenerated.
3480 2000-04-03 H.J. Lu <hjl@gnu.org>
3482 * cache.c (bfd_open_file): Unlink the output file only if
3483 it has non-zero size.
3485 2000-04-01 Ken Block USG <block@zk3.dec.com>
3487 * elf64-alpha.c (elf64_alpha_relocate_section): Don't emit
3488 relative relocations for non-loaded sections in shared objects.
3489 (elf64_alpha_check_relocs): Similarly.
3491 Mon Apr 3 13:37:15 2000 Hans-Peter Nilsson <hp@axis.com>
3493 * aoutx.h (NAME(aout,reloc_type_lookup)): Add BFD_RELOC_8 and
3494 BFD_RELOC_16 to switch for extended relocs.
3495 (MY_swap_ext_reloc_in): New.
3496 (MY_swap_ext_reloc_out): New.
3497 (NAME(aout,slurp_reloc_table)): Use MY_swap_ext_reloc_in rather
3498 than NAME(aout,swap_ext_reloc_in) for extended relocs.
3499 (NAME(aout,squirt_out_relocs)): Similarly use
3500 MY_swap_ext_reloc_out.
3501 (aout_link_reloc_link_order): Use MY_put_ext_reloc if defined.
3503 2000-04-03 Kazu Hirata <kazu@hxi.com>
3505 * coff-h8300.c (h8300_reloc16_extra_cases): Add bsr:16 -> bsr:8 to
3506 the R_PCRWORD_B case.
3508 2000-03-31 Thomas de Lellis <tdel@wrs.com>
3510 * srec.c : Set CHUNK size to 16 bytes to prevent download failures
3514 Wed Mar 30 15:28:00 2000 Donald Lindsay <dlindsay@cygnus.com>
3516 * elf32-m32r.c (m32r_elf_generic_reloc): new function. All
3517 HOWTO references to bfd_elf_generic_reloc, that have
3518 partial_inplace == true, now use the new function. The function
3519 is based on the recent rewrite of m32r_elf_lo16_reloc(), and
3520 extends its fixes to the R_M32R_{16,24,32} relocs.
3521 The new logic in m32r_elf_lo16_reloc() has been removed, and
3522 it instead calls the new routine to obtain that functionality.
3524 2000-03-27 Alan Modra <alan@linuxcare.com.au>
3526 * elf32-avr.c (elf32_avr_gc_mark_hook, elf32_avr_gc_sweep_hook,
3527 elf32_avr_check_relocs, avr_final_link_relocate,
3528 elf32_avr_relocate_section, bfd_elf_avr_final_write_processing,
3529 elf32_avr_object_p): Add prototypes.
3530 (elf32_avr_gc_mark_hook): Add default for h->root.type.
3531 (bfd_elf_avr_final_write_processing): Make static.
3533 2000-03-27 Denis Chertykov <denisc@overta.ru>
3535 * cpu-avr.c: New file. BFD support routines for AVR architecture.
3536 * archures.c (bfd_architecture): Add AVR architecture.
3537 (bfd_archures_list): Add reference to AVR architecture info.
3538 * elf.c (prep_headers): Handle bfd_arch_avr.
3539 * reloc.c: Add various AVR relocation enums.
3540 * targets.c (bfd_elf32_avr_vec): Declare and add to target vector
3542 * Makefile.am: Add support for AVR elf.
3543 * configure.in: Likewise.
3544 * config.bfd: Likewise.
3545 * Makefile.in: Regenerate.
3546 * configure: This too.
3547 * bfd-in2.h: And this.
3548 * libbfd.h: And this.
3550 2000-03-24 H.J. Lu <hjl@gnu.org>
3552 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Add prototype.
3553 (elf64_alpha_find_reloc_at_ofs): Likewise.
3555 2000-03-17 Alan Modra <alan@linuxcare.com.au>
3557 * reloc.c (bfd_check_overflow): In case complain_overflow_bitfield,
3558 flag an overflow if the bitfield is outside -2**n to 2**n-1. The
3559 allowable range used to be -2**(n-1) to 2**n-1.
3560 * reloc.c (_bfd_relocate_contents): Same here. Also replace
3561 "boolean overflow" with "bfd_reloc_status_type flag".
3563 2000-03-14 Doug Evans <dje@casey.transmeta.com>
3565 * elf32-m32r.c (m32r_elf_lo16_reloc): Rewrite.
3567 2000-03-14 Kazu Hirata <kazu@hxi.com>
3569 * reloc16.c (bfd_coff_reloc16_relax_section): Count the total number
3570 of shrinks properly, including the last reloc.
3572 2000-03-13 Kazu Hirata <kazu@hxi.com>
3574 * coff-h8300.c (h8300_reloc16_extra_cases): Fix the sanity
3577 2000-03-11 Alan Modra <alan@linuxcare.com.au>
3579 * ieee.c (ieee_archive_p): Return bfd_error_wrong_format on
3580 a format mismatch rather than an "error" from bfd_read such as
3581 bfd_error_file_truncated.
3583 2000-03-10 Geoff Keating <geoffk@cygnus.com>
3585 * elf32-mips.c (_bfd_mips_elf_relocate_section): Do proper
3586 sign-extension and big-endian compensation for
3587 R_MIPS_64 even in ld -r.
3589 2000-03-10 Geoffrey Keating <geoffk@cygnus.com>
3591 * elf32-mips.c (mips_elf_next_relocation): Rename from
3592 mips_elf_next_lo16_relocation, and generalize to look
3593 for any relocation type.
3594 (elf_mips_howto_table): Make R_MIPS_PC16 pcrel_offset.
3595 (elf_mips_gnu_rel_hi16): Howto for R_MIPS_GNU_REL_HI16.
3596 (elf_mips_gnu_rel_lo16): Howto for R_MIPS_GNU_REL_LO16.
3597 (elf_mips_gnu_rel16_s2): Howto for R_MIPS_GNU_REL16_S2.
3598 (elf_mips_gnu_pcrel64): Howto for R_MIPS_PC64.
3599 (elf_mips_gnu_pcrel32): Howto for R_MIPS_PC32.
3600 (bfd_elf32_bfd_reloc_type_lookup): Add new relocs.
3601 (mips_rtype_to_howto): Likewise.
3602 (mips_elf_calculate_relocation): Handle new relocs.
3603 (_bfd_mips_elf_relocate_section): REL_HI16/REL_LO16 relocs
3604 are paired. The addend for R_MIPS_GNU_REL16_S2
3605 is shifted right two bits.
3607 2000-03-10 Alan Modra <alan@linuxcare.com.au>
3609 * reloc.c (bfd_perform_relocation): Undo emacs formatting of
3610 comment, and ensure it doesn't happen again.
3611 (bfd_install_relocation): Same here.
3612 (_bfd_relocate_contents): Don't bother assigning unused signmask
3613 shift result. Fix typos in comments.
3614 Remove trailing whitespace throughout file.
3616 2000-03-07 Doug Evans <dje@casey.transmeta.com>
3618 * reloc.c (reloc_howto_struct): Fix partial_inplace comment.
3619 * bfd-in2.h: Rebuild.
3621 2000-03-06 Nick Clifton <nickc@cygnus.com>
3623 * peicode.h (struct pe_ILF_vars): Add sym_ptr_table and
3625 (SIZEOF_ILF_SYM_PTR_TABLE): Define.
3626 (SIZEOF_ILF_STRINGS): Redefine.
3627 (pe_ILF_make_a_symbol-reloc): New function. Creates a symbol
3628 relative reloc, as opposed to a section relative reloc.
3629 (pe_ILF_make_a_symbol): Set the class of local symbols to C_STAT
3631 Add length of symbol's prefix to string pointer.
3632 Store a pointer to the symbol in the symbol pointer table.
3633 (pe_ILF_build_a_bfd): Do not build .idata$2 or .idata$7.
3634 Initialise the symbol pointer table.
3635 Store the hint in the Hint/Name table.
3636 Make the jump reloc be symbol realtive, not section relative.
3637 Create an import symbol for imported code.
3639 2000-03-06 Catherine Moore <clm@cygnus.com>
3641 * elf.c (swap_out_syms): Check for null type_ptr.
3643 2000-03-01 Hans-Peter Nilsson <hp@axis.com>
3645 * aout-target.h (MY(write_object_contents)): Remove unused
3646 and unusable "#if CHOOSE_RELOC_SIZE".
3647 * pc532-mach.c (MY(write_object_contents)): Ditto.
3648 * netbsd.h (MY(write_object_contents)): Ditto.
3649 * hp300hpux.c (MY(write_object_contents)): Ditto.
3650 * freebsd.h (MY(write_object_contents)): Ditto.
3651 * aout-tic30.c (tic30_aout_write_object_contents): Ditto.
3653 2000-02-29 H.J. Lu <hjl@gnu.org>
3655 * peicode.h (jtab): Make it static.
3657 * coff-sh.c (sh_align_load_span): Declared if COFF_WITH_PE is
3658 defined and COFF_IMAGE_WITH_PE is not defined.
3659 (_bfd_sh_align_load_span): Defined as sh_align_load_span if
3660 COFF_WITH_PE is defined and COFF_IMAGE_WITH_PE is not defined.
3662 2000-03-01 Nick Clifton <nickc@cygnus.com>
3664 * coff-arm.c (bfd_arm_process_before_allocation): Make
3665 'symndx' signed to prevent compile time warning.
3667 * coff-mcore.c: Remove unused prototype for pe_object_p.
3669 * coff-sh.c: Add "#ifndef COFF_IMAGE_WITH_PE" around static
3670 functions that are not used when COFF_IMAGE_WITH_PE is
3672 (struct sh_opcode): Change type of 'flags' field to unsigned
3673 long so that it can hold the USESAS flag.
3675 * coffcode.h (styp_to_sec_flags): Initialise 'target_name'.
3677 * elf-m10300.c (mn10300_elf_relax_section): Initialise
3680 * elf32-i370.c: Add ATTRIBUTE_UNUSED to unused function
3682 Remove unusued variables and code.
3683 (elf_backend_add_symbol_hook): Fix prototype.
3685 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Initialise 'sgot' and
3688 * elf32-mcore.c (mcore_elf_relocate_section): Initialise
3691 * elf32-mips.c: Add ATTRIBUTE_UNUSED to unused function
3693 Remove unusued variables and code.
3694 (elf_backend_add_symbol_hook): Fix prototype.
3696 * elf32-sh.c (sh_elf_set_mach_from_flags): Use 'flags'.
3698 * elflink.h (elf_bfd_link_add_symbols): Add ATTRIBUTE_UNUSED
3699 to unused function parameter.
3701 * pe-mips.c: Add ATTRIBUTE_UNUSED to unused function
3703 Use EMPTY_HOWTO to initialise empty howto slots.
3704 Remove unused variables.
3706 * peicode.h (pe_ILF_build_a_bfd): Initialise id6.
3708 2000-03-01 H.J. Lu <hjl@gnu.org>
3710 * aoutx.h (aout_link_input_section_std): Pass "true" to
3711 the undefined_symbol callback.
3712 (aout_link_input_section_ext): Likewise.
3713 * bout.c (get_value): Likewise.
3714 * coff-a29k.c (coff_a29k_relocate_section): Likewise.
3715 * coff-alpha.c (alpha_ecoff_get_relocated_section_conten):
3717 (alpha_relocate_section): Likewise.
3718 * coff-arm.c (coff_arm_relocate_section): Likewise.
3719 * coff-i960.c (coff_i960_relocate_section): Likewise.
3720 * coff-mcore.c (coff_mcore_relocate_section): Likewise.
3721 * coff-mips.c (mips_relocate_section): Likewise.
3722 * coff-ppc.c (coff_ppc_relocate_section): Likewise.
3723 * coff-sh.c (sh_relocate_section): Likewise.
3724 * coff-tic80.c (coff_tic80_relocate_section): Likewise.
3725 * cofflink.c (_bfd_coff_generic_relocate_section): Likewise.
3726 * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
3727 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
3728 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
3729 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
3730 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
3731 * elf32-i370.c (i370_elf_relocate_section): Likewise.
3732 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
3733 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
3734 * elf32-sh.c (sh_elf_relocate_section): Likewise.
3735 * elf32-v850.c (v850_elf_relocate_section): Likewise.
3736 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
3737 * elflink.h (elf_link_output_extsym): Likewise.
3738 * pe-mips.c (coff_pe_mips_relocate_section): Likewise.
3739 * reloc.c (bfd_generic_get_relocated_section_conten): Likewise.
3740 * reloc16.c (_bfd_ppc_xcoff_relocate_section): Likewise.
3742 * elf-hppa.h (elf_hppa_relocate_section): Pass "false" to the
3743 undefined_symbol callback when building shared library with
3744 -Bsymbolic and undefined symbols are allowed. Otherwise, pass
3746 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
3747 * elf32-i386.c (elf_i386_relocate_section): Likewise.
3748 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3749 * elf32-mips.c (mips_elf_calculate_relocation): Likewise.
3750 (elf32_mips_get_relocated_section_content): Likewise.
3751 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3752 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3753 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
3754 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3756 2000-02-28 Nick Clifton <nickc@cygnus.com>
3758 * Makefile.am: Add rules to build pe[i]-{sh|mips}.lo objects.
3759 * Makefile.in: Regenerate.
3761 * configure.in: Add support for mips and sh pe vectors.
3762 * configure: regenerate.
3764 * config.bfd: Add support for arm-wince, mips-pe and sh-pe
3767 * targets.c: Add mips and sh pe vectors.
3769 * libpei.h (coff_final_link_postscript): Only define if not
3772 * coffcode.h: Add support for WinCE magic numbers.
3774 * peigen.c (pe_print_reloc): Update comment and rearrange
3775 appending of newline character.
3777 * peicode.h: Add support for Image Library Format.
3778 (pe_ILF_vars): Structure containing data used by ILF code.
3779 (pe_ILF_make_a_section): New function. Create a section based
3781 (pe_ILF_make_a_reloc): New function. Create a reloc based on
3783 (pe_ILF_make_a_symbol): New function. Create a symbol based
3785 (pe_ILF_save_relocs): New function. Store the relocs created
3786 by pe_ILF_make_a_reloc in a section.
3787 (pe_ILF_build_a_bfd): New function. Create a BFD describing
3789 (pe_ILF_object_p): New function. Return a bfd_target pointer
3791 (pe_bfd_object_p): If an ILF object is detected call
3792 pe_ILF_object_p on it.
3794 * coff-arm.c: Add support for WinCE relocs which are different
3795 from normal ARM COFF relocs.
3796 * pe-arm.c: Unset TARGET_UNDERSCORE for a WinCE target.
3798 * coff-sh.c: Add support for sh-pe target.
3799 * pe-sh.c: New file. Support code for sh-pe target.
3800 * pei-sh.c: New file. Support code for sh-pe target.
3802 * pe-mips.c: New file. Support code for mips-pe target.
3803 * pei-mips.c: New file. Support code for mips-pe target.
3805 2000-02-27 Jakub Jelinek <jakub@redhat.com>
3807 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Don't bump
3808 architecture if the object causing the bump is dynamic.
3809 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data): Likewise,
3810 and also don't it for memory ordering.
3811 (sparc64_elf_write_relocs): Take src_rela out of the loop.
3813 2000-02-27 Ian Lance Taylor <ian@zembu.com>
3815 * dwarf2.c (read_abbrevs): Use _raw_size directly rather than
3816 calling bfd_get_section_size_before_reloc.
3817 (decode_line_info): Likewise.
3818 (_bfd_dwarf2_find_nearest_line): Likewise.
3820 2000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
3822 * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
3823 name of the libtool directory.
3824 * Makefile.in: Rebuild.
3826 Fri Feb 25 18:39:26 2000 Rodney Brown (RodneyBrown@pmsc.com)
3828 * som.c (SOM_HOWTO): Define.
3829 (som_hppa_howto_table): Use it.
3831 2000-02-25 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3833 * config.bfd: Enable 64 bit support for GNU/Linux/sparc.
3835 * config.bfd: Enable 64 bit support for Solaris7+/sparc.
3837 2000-02-24 Catherine Moore <clm@cygnus.com>
3839 * som.c (som_misc_symbol_info): Add field
3841 (som_bfd_derive_misc_symbol_info): Initialize
3843 (som_build_and_write_symbol_table): Keep track
3844 of secondary_def field.
3845 (som_slurp_symbol_table): Set BSF_WEAK symbol flag
3846 if secondary_def field is set.
3847 (som_bfd_ar_write_symbol_stuff): Initialize
3850 2000-02-23 Stephane Carrez <stcarrez@worldnet.fr>
3852 * dwarf2.c (read_address): Read 16-bits addresses.
3853 (parse_comp_unit): Accept addr_size == 2.
3855 2000-02-23 Alan Modra <alan@spri.levels.unisa.edu.au>
3857 * bfd-in.h: Update copyright date.
3859 2000-02-23 Linas Vepstas <linas@linas.org>
3861 * cpu-i370.c: New file.
3862 * elf32-i370.c: New file.
3863 * archures.c (enum bfd_architecture): Add bfd_arch_i370.
3864 (bfd_i370_arch): New.
3865 (bfd_archures_list): Add bfd_i370_arch.
3866 * elf.c (prep_headers): Add bfd_arch_i370.
3867 * Makefile.am: Add support for IBM 370 elf.
3868 * config.bfd: Likewise.
3869 * configure.in: Likewise.
3870 * libbfd.h (bfd_reloc_code_real_names): Likewise.
3871 * reloc.c (bfd_reloc_code_type): Likewise.
3872 * targets.c: Likewise.
3874 * Makefile.in: Regenerate.
3875 * configure: Regenerate.
3876 * bfd-in2.h: Regenerate.
3878 2000-02-22 Ian Lance Taylor <ian@zembu.com>
3880 * elf32-i386.c (elf_i386_info_to_howto_rel): Give a warning for
3881 invalid relocation types, and change them to R_386_NONE.
3883 2000-02-22 H.J. Lu <hjl@gnu.org>
3885 * elflink.h (elf_link_add_object_symbols): If a version symbol is
3886 not defined, don't add a second ELF_VER_CHR.
3888 * elflink.h (elf_bfd_final_link): Call output_extsym for global
3889 symbols converted to local symbols even when stripping all
3891 (elf_link_output_extsym): Process global symbols converted to
3892 local symbols even if they are being stripped.
3894 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au>
3896 * archures.c (bfd_octets_per_byte): Return unsigned int.
3897 (bfd_arch_mach_octets_per_byte): Ditto.
3898 * libbfd.c (bfd_read, bfd_seek): Quell signed vs. unsigned
3900 * section.c (bfd_get_section_size_before_reloc): Quell signed
3901 vs. unsigned comparison warning.
3902 (bfd_get_section_size_after_reloc): Same here. Fix parentheses too.
3903 * trad-core.c (trad_unix_core_file_p): Correct 2000-01-27
3904 change. What was I thinking?
3905 * bfd-in2.h: Regenerate.
3907 * elflink.h (elf_gc_sweep): Skip non-elf input bfds.
3908 (elf_gc_sections): Same here.
3909 (elf_gc_common_finalize_got_offsets): And here.
3911 2000-02-21 Ian Lance Taylor <ian@zembu.com>
3913 ELF HPPA doesn't work at present; remove it until it does.
3914 * config.bfd: Comment out setting targ_defvec to
3916 * Makefile.am: Rebuild dependencies.
3917 (BFD32_BACKENDS): Remove elf32-hppa.lo.
3918 (BFD32_BACKENDS_CFILES): Remove elf32-hppa.c.
3919 (SOURCE_HFILES): Remove elf32-hppa.h and hppa_stubs.h.
3920 * Makefile.in: Rebuild.
3921 * targets.c (bfd_target_vector): Comment out bfd_elf32_hppa_vec.
3923 2000-02-18 Geoff Keating <geoffk@cygnus.com>
3925 * coffcode.h (coff_set_arch_mach_hook): Use free(), because there
3926 is no bfd_free(). Revert bfd_free part of previous change.
3928 2000-02-18 Geoff Keating <geoffk@cygnus.com>
3930 * coffcode.h (coff_set_arch_mach_hook): Don't use variable-size
3932 (coff_compute_section_file_positions): Use bfd_free to pair
3934 (coff_write_object_contents): Likewise.
3936 * coff-rs6000.c (xcoff_howto_table_16): New variable.
3937 (xcoff_rtype2howto): Handle 16-bit variants of 32-bit relocs.
3939 2000-02-18 Ulrich Drepper <drepper@cygnus.com>
3941 * coff-rs6000.c (XCOFFARMAGBIG): New macro.
3942 (xcoff_ar_file_hdr_big): New structure.
3943 (SIZEOF_AR_FILE_HDR_BIG): New macro.
3944 (xcoff_ar_hdr_big): New structure.
3945 (SIZEOF_AR_HDR_BIG): New macro.
3946 (xcoff_big_format_p): New macro.
3947 (xcoff_ardata_big): New macro.
3948 (arch_xhdr_big): New macro.
3949 (xcoff_slurp_armap): Handle large archives.
3950 (xcoff_archive_p): Detect large archives.
3951 (xcoff_read_ar_hdr): Handle large archives.
3952 (xcoff_openr_next_archived_file): Handle large archives.
3953 (xcoff_generic_stat_arch_elt): Handle large archives.
3954 (xcoff_write_armap_old): Rename from xcoff_write_armap.
3955 (xcoff_write_armap_big): New function.
3956 (xcoff_write_armap): New function, dispatch to _old or _big.
3957 (xcoff_write_archive_contents_old): Rename from
3958 xcoff_write_archive_contents.
3959 (xcoff_write_archive_contents_big): New function.
3960 (xcoff_write_archive_contents): New function, dispatch to _old or
3963 2000-02-18 Richard Henderson <rth@cygnus.com>
3965 * elf-bfd.h (struct elf_link_hash_table): Remove copy_indirect
3966 and hide_symbol members.
3967 (elf_link_hash_copy_indirect): Remove.
3968 (elf_link_hash_hide_symbol): Remove.
3969 (struct elf_backend_data): Add elf_backend_copy_indirect_symbol
3970 and elf_backend_hide_symbol.
3971 (_bfd_elf_link_hash_copy_indirect): Declare.
3972 (_bfd_elf_link_hash_hide_symbol): Declare.
3973 * elf.c (_bfd_elf_link_hash_copy_indirect): Remove table argument.
3974 (_bfd_elf_link_hash_hide_symbol): Likewise.
3975 (_bfd_elf_link_hash_table_init): Don't init killed members.
3976 * elflink.h (elf_link_add_object_symbols): Use the bed function
3977 pointers not elf_link_hash_{copy_indirect,hide_symbol}.
3978 (elf_link_assign_sym_version): Likewise.
3979 * elfxx-target.h (elf_backend_copy_indirect_symbol): Default.
3980 (elf_backend_hide_symbol): Likewise.
3981 (elfNN_bed): Update for new members.
3983 2000-02-17 Kevin Buettner <kevinb@redhat.com>
3985 * rs6000-core.c (CORE_DATA_SIZE_FIELD, CORE_COMM_FIELD, SAVE_FIELD,
3986 STACK_END_ADDR): Define for new core file format.
3987 (LOADER_OFFSET_FIELD, LOADER_REGION_SIZE, CORE_DUMP): New defines
3988 for handling the vagaries of the various core file structures used
3989 by AIX over the years.
3990 (rs6000coff_core_p, rs6000coff_core_file_matches_executable,
3991 Rs6kCorData): Use above defines to adapt code to use AIX 4.3's
3992 core_dumpx structure.
3994 Thu Feb 17 00:04:48 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
3996 * archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
3997 (bfd_mach_sh3_dsp): Likewise.
3998 (bfd_mach_sh4): Reinstate.
3999 (bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
4000 * bfd-in2.h: Regenerate.
4001 * coff-sh.c (struct sh_opcode): flags is no longer short.
4002 (USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
4003 (sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
4004 (sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
4005 (sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
4006 (sh_opcodes): No longer const.
4007 (sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
4008 (sh_insn_uses_reg): Check for USESAS and USESR8.
4009 (sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
4010 (_bfd_sh_align_load_span): Return early for SH4.
4011 Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
4012 Take into account that field b of a parallel processing insn
4013 could be mistaken for a separate insn.
4014 * cpu-sh.c (arch_info_struct): New array elements for
4015 sh2, sh-dsp and sh3-dsp.
4016 Reinstate element for sh4.
4017 (SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
4018 (SH4_NEXT): Reinstate.
4019 (SH3_NEXT, SH3E_NEXT): Adjust.
4020 * elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
4021 * elf32-sh.c (sh_elf_set_private_flags): New function.
4022 (sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
4023 (sh_elf_merge_private_data): New function.
4024 (elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
4025 (bfd_elf32_bfd_copy_private_bfd_data): Define.
4026 (bfd_elf32_bfd_merge_private_bfd_data): Change to
4027 sh_elf_merge_private_data.
4029 2000-02-13 Richard Henderson <rth@cygnus.com>
4031 * elf-bfd.h (struct elf_link_hash_table): Add copy_indirect and
4032 hide_symbol members.
4033 (elf_link_hash_copy_indirect): New.
4034 (elf_link_hash_hide_symbol): New.
4035 * elflink.h (elf_link_add_object_symbols): Break out copy from
4036 indirect new new symbol to elf.c.
4037 (elf_link_assign_sym_version): Break out privatization of
4038 non-exported symbol to elf.c.
4039 * elf.c (_bfd_elf_link_hash_copy_indirect): New.
4040 (_bfd_elf_link_hash_hide_symbol): New.
4041 (_bfd_elf_link_hash_table_init): Init copy_indirect and hide_symbol.
4043 2000-02-13 Ian Lance Taylor <ian@zembu.com>
4045 * section.c (_bfd_strip_section_from_output): Add info parameter.
4046 If it passed as non-NULL, use it to check whether any input BFD
4047 has an input section which uses this output section. Change all
4049 * bfd-in2.h: Rebuild.
4051 * bfd-in.h: Move declarations of bfd_get_elf_phdr_upper_bound and
4052 bfd_get_elf_phdrs in from bfd-in2.h, correcting patch of
4054 * bfd-in2.h: Rebuild.
4056 2000-02-10 Timothy Wall <twall@cygnus.com>
4058 * coffswap.h (coff_swap_sym_in): Add hook SWAP_SYM_IN_POST to
4059 allow final modifications of swapped-in symbol.
4060 (coff_swap_sym_out): Ditto with SWAP_SYM_OUT_POST.
4061 * coffcode.h (coff_write_relocs): Use macro
4062 SECTION_RELATIVE_ABSOLUTE_SYMBOL_P if defined to determine whether
4063 symbol index should be set to -1.
4065 Thu Feb 10 20:07:50 GMT 2000 Toshiyasu Morita (toshi.morita@sega.com)
4067 * coff-sh.c (USES1_REG, USES2_REG, SETS1_REG, SETS2_REG,
4068 USESF1_REG, USESF2_REG, SETSF1_REG, SETSF2_REG): New macros.
4069 * (sh_insn_sets_reg, sh_insn_sets_freg): New prototypes.
4070 * (sh_insn_sets_reg, sh_insn_uses_or_sets_reg, sh_insns_sets_freg,
4071 sh_insns_uses_or_sets_freg): New functions.
4072 * (sh_insn_uses_reg, sh_insn_uses_freg): Use new macros.
4073 * (sh_insns_conflict): Use new functions and new macros to
4074 detect conflicts when two instructions both set same integer registers,
4075 both set same fp register, and both set special register.
4077 2000-02-09 Timothy Wall <twall@cygnus.com>
4079 * coffgen.c (coff_real_object_p): Set arch/mach info prior to
4080 swapping in sections, so that the swapping routines have access to
4083 2000-02-08 Mark Elbrecht <snowball3@bigfoot.com>
4085 * coff-go32.c: Update comment. Update copyright.
4087 2000-01-27 Thomas de Lellis <tdel@windriver.com>
4089 * syms.c (bfd_decode_symclass)
4090 Two new class characters were added - 'V' and 'v'. The
4091 meaning of 'W' is now restricted to just weak non-object
4092 symbols. This allows differentiation between, for example,
4093 weak functions vs weak objects. nm for example now dumps:
4095 'w' = weak unresolved
4096 'V' = weak global object
4097 'v' = weak unresolved object
4099 (bfd_is_undefined_symclass): New function. Return true if the
4100 given symbol class represents and undefined/unresolved symbol.
4102 (bfd_symbol_info): Use bfd_is_undefined_symclass to check for
4105 * bfd-in2.h: Add prototype for bfd_is_undefined_symbol().
4107 * elf32-arm.h (elf32_arm_get_symbol_type): If a symbol has the
4108 STT_ARM_16BIT flag set, but it is not attached to a data object
4109 return STT_ARM_16BIT so that it will be treated as code by the
4112 2000-01-27 Alan Modra <alan@spri.levels.unisa.edu.au>
4114 * coff-i386.c (i3coff_object_p): Remove prototype.
4117 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Add const
4118 to name. Update copyright.
4120 * trad-core.c (trad_unix_core_file_p): Cast core_regsec
4121 assignment to avoid warning. Update copyright.
4123 2000-01-24 Robert Lipe (robertl@sco.com)
4125 * coffcode.h (coff_write_object_contents): Get buff via bfd_malloc
4126 instead of using GNU C extension.
4128 2000-01-21 Nick Clifton <nickc@cygnus.com>
4130 * libbfd.c (bfd_read): Do not attempt to get a negativly sized
4131 amount from a bfd_in_memory structure.
4132 (bfd_seek): Do not allow seeks past the end of a bfd_in_memory
4135 2000-01-14 Nick Clifton <nickc@cygnus.com>
4137 * linker.c (default_indirect_link_order): oops - fix incorrectly
4138 applied patch from Tim Wall.
4140 2000-01-13 Timothy Wall (twall@tiac.net>
4142 * coffcode.h: Use bfd_coff_xxx instead of the macro XXX (where xxx
4143 = scnhsz, filhsz, relsz, aoutsz, etc)
4145 * coffswap.h: Ditto.
4147 2000-01-13 Nick Clifton <nickc@cygnus.com>
4149 * elf32-arm.h (elf32_thumb_to_arm_stub): Fix offset in branch to
4150 interwork thumb to arm stub.
4152 2000-01-13 Timothy Wall (twall@tiac.net>
4154 * archures.c (bfd_octets_per_byte): New function: Return
4156 (bfd_arch_mach_octets_per_byte): New function: Return target
4159 * section.c: Distinguish between octets and bytes for usage of
4160 _cooked_size, _raw_size, and output_offset. Clarify
4161 description of bfd_set_section_contents.
4163 * bfd-in2.h: Regenerate.
4165 * coffgen.c: Indicate that the offset parameter is in bytes, not
4168 * cofflink.c (bfd_coff_link_input_bfd): Use bfd_octets_per_byte
4169 where appropriate to get the octet offset when calling
4170 bfd_set_section_contents.
4171 (bfd_coff_reloc_link_order): Ditto.
4173 * linker.c (bfd_generic_reloc_link_order): Ditto.
4174 (_bfd_default_link_order): Ditto.
4176 * reloc.c (bfd_perform_relocation): Distinguish between octets
4177 and bytes. Use octets when indexing into octet data; use bytes
4178 when calculating target addresses.
4179 (bfd_install_relocation): Ditto.
4181 * srec.c (srec_write_section): Ditto.
4183 2000-01-13 Nick Clifton <nickc@cygnus.com>
4185 * coff-mcore.c (COFF_DEFAULT_SECTION_ALIGNMENT_POWER): Change from
4186 3 to 2. This allows 4 byte sized sections, which is necessary for
4187 dlltool to build functioning DLLs.
4189 2000-01-10 Philip Blundell <pb@futuretv.com>
4191 * config.bfd (arm*-*-linux-gnu*): Match instead of arm*-*-linux-gnu.
4192 (arm*-*-conix*): New target.
4194 2000-01-10 Egor Duda <deo@logos-m.ru>
4196 * config.bfd: Include elf32_i386 vector to target list for cygwin
4199 * config.in: Undefine HAVE_WIN32_PSTATUS_T.
4200 * configure.in: Test for structure win32_pstatus_t in
4202 * configure: Regenerate.
4204 * elf.c (elfcore_grok_win32pstatus): New function: process
4205 win32_pstatus_t notes in elf core file.
4206 (elfcore_grok_note): Detect win32_pstatus notes.
4208 2000-01-03 Martin v. Loewis <loewis@informatik.hu-berlin.de>
4210 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Process symbol
4212 * elflink.h (elf_link_add_object_symbols): Combine visibilities.
4213 * elf.c (bfd_elf_print_symbol): Interpret st_other as visibility.
4215 For older changes see ChangeLog-9899
4221 version-control: never