aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-11-12 18:55:57 +0000
committerNick Clifton <nickc@redhat.com>1998-11-12 18:55:57 +0000
commit5ed0e368c68e29254e12e74ae1223f683e23582b (patch)
tree2f76bca370f0fa5ff856d9fceddd64c7756781d9 /gas/ChangeLog
parent78cec885d79dd24fb2ee05e4076688045fc7e908 (diff)
downloadgdb-5ed0e368c68e29254e12e74ae1223f683e23582b.zip
gdb-5ed0e368c68e29254e12e74ae1223f683e23582b.tar.gz
gdb-5ed0e368c68e29254e12e74ae1223f683e23582b.tar.bz2
Add code to support FR30 instrucitons which contain a colon in their mnemonic
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index fc774fb..7b95694 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+Thu Nov 12 10:54:16 1998 Nick Clifton <nickc@cygnus.com>
+
+ * config/tc-fr30.c (fr30_is_label_start): New function: Handle
+ FR30 instructions which contain a colon in the mnemonic.
+
+ * config/tc-fr30.h (TC_START_LABEL): Define this macro.
+
start-sanitize-fr30
Wed Nov 11 09:58:21 1998 Nick Clifton <nickc@cygnus.com>