diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-08-15 02:50:47 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-08-15 02:50:47 +0000 |
commit | 2e20e59abcf450c61ada7b05569c2e67cb1ae305 (patch) | |
tree | f4b9d6082e10b3ae574de583eec9598343cbc947 /gas | |
parent | 582bc90a6377dd6d515c3b91cfcfa5e606bd269c (diff) | |
download | gdb-2e20e59abcf450c61ada7b05569c2e67cb1ae305.zip gdb-2e20e59abcf450c61ada7b05569c2e67cb1ae305.tar.gz gdb-2e20e59abcf450c61ada7b05569c2e67cb1ae305.tar.bz2 |
* config/tc-m68k.c (m68k_ip): If instruction is invalid for the
selected architecture, print a message saying so and listing what
processors support it, rather than saying "operands mismatch".
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 85e6698..0cd7f5d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri Aug 14 18:31:14 1992 Ken Raeburn (raeburn@cygnus.com) + + * config/tc-m68k.c (m68k_ip): If instruction is invalid for the + selected architecture, print a message saying so and listing what + processors support it, rather than saying "operands mismatch". + Thu Aug 13 13:53:19 1992 Ken Raeburn (raeburn@cygnus.com) * as.h [BROKEN_ASSERT]: If defined, turn off all assertion checks. |