diff options
author | Nick Clifton <nickc@redhat.com> | 1998-02-13 22:45:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-02-13 22:45:14 +0000 |
commit | c9cec4ef98997ee7cfea4e5c1882caa799e1293d (patch) | |
tree | 531ca3a78652b2c47bde2f084b61e14c517dc963 /gas/ChangeLog | |
parent | bed9a23ccd09d3f2c2b917c187613cdab9eff602 (diff) | |
download | gdb-c9cec4ef98997ee7cfea4e5c1882caa799e1293d.zip gdb-c9cec4ef98997ee7cfea4e5c1882caa799e1293d.tar.gz gdb-c9cec4ef98997ee7cfea4e5c1882caa799e1293d.tar.bz2 |
Do not bother checking the operands of instructions which have no operands!
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 f547dc8..ddd2e37 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-m32rx +Fri Feb 13 14:42:16 1998 Nick Clifton <nickc@cygnus.com> + + * config/tc-m32r.c (first_writes_to_seconds_operands): Do not + bother checking insn which have no operands. + +end-sanitize-m32rx Fri Feb 13 16:41:42 1998 Ian Lance Taylor <ian@cygnus.com> * Makefile.am (AUTOMAKE_OPTIONS): Add cygnus. |