diff options
author | Nick Clifton <nickc@redhat.com> | 1998-11-12 18:55:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-11-12 18:55:57 +0000 |
commit | 5ed0e368c68e29254e12e74ae1223f683e23582b (patch) | |
tree | 2f76bca370f0fa5ff856d9fceddd64c7756781d9 /gas/ChangeLog | |
parent | 78cec885d79dd24fb2ee05e4076688045fc7e908 (diff) | |
download | gdb-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/ChangeLog | 7 |
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> |