aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-10-21 14:56:17 +0000
committerIan Lance Taylor <ian@airs.com>1996-10-21 14:56:17 +0000
commitbd4dd3d01152ac0cbb2a1c7219e143a463964fc5 (patch)
tree77d685209a02b98c7de33d18500a822b9c5d1a35 /bfd/ChangeLog
parent972256e712d8fa041244f75ec25c4deba13df787 (diff)
downloadgdb-bd4dd3d01152ac0cbb2a1c7219e143a463964fc5.zip
gdb-bd4dd3d01152ac0cbb2a1c7219e143a463964fc5.tar.gz
gdb-bd4dd3d01152ac0cbb2a1c7219e143a463964fc5.tar.bz2
* linker.c (default_indirect_link_order): Print an error message
when attempting to do a relocateable link with different object file formats, rather than calling abort.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0607f73..e5e41d2 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+Mon Oct 21 10:54:58 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * linker.c (default_indirect_link_order): Print an error message
+ when attempting to do a relocateable link with different object
+ file formats, rather than calling abort.
+
start-sanitize-m32r
Thu Oct 17 10:43:29 1996 Doug Evans <dje@canuck.cygnus.com>