aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-02-22 04:30:14 +0000
committerIan Lance Taylor <ian@airs.com>1994-02-22 04:30:14 +0000
commit2e5fdb1db09c6dbadd0ec6ed93bfc508aa0109f9 (patch)
tree5272d6657c772be8122fac9fdae434bd7258dc33 /gas
parent2f0deb19eba08e1aac41c5591cb59039999bfcb8 (diff)
downloadfsf-binutils-gdb-2e5fdb1db09c6dbadd0ec6ed93bfc508aa0109f9.zip
fsf-binutils-gdb-2e5fdb1db09c6dbadd0ec6ed93bfc508aa0109f9.tar.gz
fsf-binutils-gdb-2e5fdb1db09c6dbadd0ec6ed93bfc508aa0109f9.tar.bz2
* ecoff.c (ecoff_build_debug): Don't set hdr->magic here. It is
now set in bfd/ecofflink.c:ecoff_write_symhdr.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index eed019d..8b05882 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,8 @@
Mon Feb 21 11:41:18 1994 Ian Lance Taylor (ian@cygnus.com)
+ * ecoff.c (ecoff_build_debug): Don't set hdr->magic here. It is
+ now set in bfd/ecofflink.c:ecoff_write_symhdr.
+
* config/obj-coffbfd.c (write_object_file): use bfd_get_error (),
not bfd_error.
* config/obj-elf.c (elf_frob_file): Likewise.