aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-07-03 22:19:02 +0000
committerIan Lance Taylor <ian@airs.com>1995-07-03 22:19:02 +0000
commit9fd10c34d0d1274da7055948cb3454a3c5b6d5e1 (patch)
tree76ad4c6791d25f3c672b2a3b8cfd69f7ee221080 /bfd/ChangeLog
parent9675c281afc1e00a613f2820371043df844bff43 (diff)
downloadgdb-9fd10c34d0d1274da7055948cb3454a3c5b6d5e1.zip
gdb-9fd10c34d0d1274da7055948cb3454a3c5b6d5e1.tar.gz
gdb-9fd10c34d0d1274da7055948cb3454a3c5b6d5e1.tar.bz2
x
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog16
1 files changed, 14 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 136dc36..0fb0e2a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -7,6 +7,17 @@ Mon Jul 3 13:55:18 1995 Steve Chamberlain <sac@slash.cygnus.com>
Mon Jul 3 11:30:45 1995 Ian Lance Taylor <ian@cygnus.com>
+ * 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 <ian@cygnus.com>
(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 <ian@cygnus.com>