From: Ian Lance Taylor Date: Mon, 3 Jul 1995 22:19:02 +0000 (+0000) Subject: x X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9fd10c34d0d1274da7055948cb3454a3c5b6d5e1;p=binutils-gdb.git x --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 136dc36a5d2..0fb0e2a173e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -7,6 +7,17 @@ Mon Jul 3 13:55:18 1995 Steve Chamberlain Mon Jul 3 11:30:45 1995 Ian Lance Taylor + * targets.c (enum bfd_flavour): Add bfd_target_msdos_flavour here, + rather than in bfd-in2.h. + + * bfd.c (enum bfd_error): Define bfd_error_no_armap. + (bfd_errmsgs): Add string for bfd_error_no_armap. + * bfd-in2.h: Rebuild. + * ecoff.c (ecoff_link_add_archive_symbols): If an archive has no + armap, set bfd_error_no_armap rather than bfd_error_no_symbols. + * elfcode.h (elf_link_add_archive_symbols): Likewise. + * linker.c (_bfd_generic_link_add_archive_symbols): Likewise. + * elfcode.h (elf_link_add_object_symbols): Permit common and indirect symbols in weakdefs BFD_ASSERT. * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Simplify @@ -18,8 +29,9 @@ Mon Jul 3 11:30:45 1995 Ian Lance Taylor (BFD32_BACKENDS): Add versados.o. (CFILES): Add pe-i386.c, pei-i386.c, and versados.c. start-sanitize-arc - (elf32-arc.o): New target. This should be removed when - elf32-arc.c can be added to CFILES. + (elf32-arc.o): New target. This target should be removed when + elf32-arc.c can be added to CFILES, after which the automatic + dependency building will handle it. end-sanitize-arc Sun Jul 2 17:49:32 1995 Ian Lance Taylor