diff options
author | Ken Raeburn <raeburn@cygnus> | 1998-12-11 07:55:04 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1998-12-11 07:55:04 +0000 |
commit | 9139dd623ed8bf235a5c050fbe0dbc71aa9d33d4 (patch) | |
tree | 7e7e631e42d39d949c8fc4d2fdccd37bfd3c3308 /gas | |
parent | 94a4ff19015d5c25e47656350d8af5476d8d7b49 (diff) | |
download | gdb-9139dd623ed8bf235a5c050fbe0dbc71aa9d33d4.zip gdb-9139dd623ed8bf235a5c050fbe0dbc71aa9d33d4.tar.gz gdb-9139dd623ed8bf235a5c050fbe0dbc71aa9d33d4.tar.bz2 |
h8300: tweak "opcode not available in h8/300 mode" message
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e564768..c998a14 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +1998-12-11 Ken Raeburn <raeburn@cygnus.com> + + * config/tc-h8300.c (build_bytes): Change message given if the + instruction requires H8/300H mode and we're not in Hmode, to + suggest that it may be the operand modes that are the problem, not + necessarily the opcode. + start-sanitize-fr30 1998-12-10 Nick Clifton <nickc@cygnus.com> |