diff options
author | Alan Modra <amodra@gmail.com> | 2002-07-08 10:03:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-07-08 10:03:11 +0000 |
commit | cd61ebfe13189cd946e02dd5b6a8a53ca2a6c018 (patch) | |
tree | 6ff93da570047971b3c01cf14cca417623707982 /gas/ChangeLog | |
parent | aecc8f8acd0b3be16ffe73ddec39d5eb9816c7fa (diff) | |
download | gdb-cd61ebfe13189cd946e02dd5b6a8a53ca2a6c018.zip gdb-cd61ebfe13189cd946e02dd5b6a8a53ca2a6c018.tar.gz gdb-cd61ebfe13189cd946e02dd5b6a8a53ca2a6c018.tar.bz2 |
gas/ChangeLog
* config/tc-i386.c (process_suffix): Remove intel mode movsx and
movzx fudges.
(md_assemble): Instead, zap the suffix here.
include/opcode/ChangeLog
* i386.h: Remove IgnoreSize from movsx and movzx.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5ae871c..5cbc523 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2002-07-08 Alan Modra <amodra@bigpond.net.au> + + * config/tc-i386.c (process_suffix): Remove intel mode movsx and + movzx fudges. + (md_assemble): Instead, zap the suffix here. + 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com> * NEWS: Remove next release number until the release is actually |