aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-08-14 19:41:40 +0000
committerNick Clifton <nickc@redhat.com>2000-08-14 19:41:40 +0000
commitd1d8ba228492a19ff8f737ca1287e770bddb8eac (patch)
treeff2ae7675d86ae97734edc11d839d08e3a69a132 /gas/ChangeLog
parent22b36938e719f5891e4c166dba83c0fc4e31c432 (diff)
downloadgdb-d1d8ba228492a19ff8f737ca1287e770bddb8eac.zip
gdb-d1d8ba228492a19ff8f737ca1287e770bddb8eac.tar.gz
gdb-d1d8ba228492a19ff8f737ca1287e770bddb8eac.tar.bz2
Set the debug flag for storage types C_ARG, C_REGPARM, C_FIELD, C_MOS, C_MOE,
C_MOU, and C_EOS.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c24f431..e3871b7 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2000-08-14 Mark Elbrecht <snowball3@bigfoot.com>
+
+ * config/obj-coff.c (obj_coff_endef) [BFD_ASSEMBLER]: Set the debug
+ flag for storage types C_ARG, C_REGPARM, C_FIELD, C_MOS, C_MOE,
+ C_MOU, and C_EOS.
+
2000-08-14 Jason Eckhardt <jle@cygnus.com>
* NEWS: Mention i860 support.