diff options
author | Nick Clifton <nickc@redhat.com> | 1998-11-13 01:15:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-11-13 01:15:29 +0000 |
commit | b91e1ec1e4c0c87fd144c013b9c1c44287ef0c45 (patch) | |
tree | e3a995853a1978f4bce0d20f0cf05ae5f49be873 /gas/ChangeLog | |
parent | 7a0737c808f6b41e9436201116c948c8473b8f2b (diff) | |
download | gdb-b91e1ec1e4c0c87fd144c013b9c1c44287ef0c45.zip gdb-b91e1ec1e4c0c87fd144c013b9c1c44287ef0c45.tar.gz gdb-b91e1ec1e4c0c87fd144c013b9c1c44287ef0c45.tar.bz2 |
Add support for delay slot insns.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ac2a299..fe11ca7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -5,6 +5,9 @@ Thu Nov 12 19:21:24 1998 Dave Brolley <brolley@cygnus.com> Thu Nov 12 10:54:16 1998 Nick Clifton <nickc@cygnus.com> + * config/tc-fr30.c (fr30_is_colon_insn): New name for + fr30_is_label_start(). Also checks for delay slot insns. + * config/tc-fr30.c (fr30_is_label_start): New function: Handle FR30 instructions which contain a colon in the mnemonic. |