diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-21 18:18:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-21 18:18:04 +0000 |
commit | 543613e9336603e177592f09ec42df2f99a2ed37 (patch) | |
tree | 1365ecdef2e5794bde271c8524e3e45bd15d3039 /gas/ChangeLog | |
parent | a35b6b049e653973939a56ad0ba656dffad60a0e (diff) | |
download | binutils-543613e9336603e177592f09ec42df2f99a2ed37.zip binutils-543613e9336603e177592f09ec42df2f99a2ed37.tar.gz binutils-543613e9336603e177592f09ec42df2f99a2ed37.tar.bz2 |
For DefaultSize instructions, don't guess a 'q' suffix if the instruction
doesn't support it.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 977d0d9..84577df 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,4 +1,4 @@ -2004-07-21 Jan Beulich <jbeulich@novell.com> +2004-07-21 Jan Beulich <jbeulich@novell.com> * config/tc-i386.c (optimize_imm): Adjust immediates to only those permissible for the selected instruction suffix. @@ -16,6 +16,9 @@ registers. (parse_register): Disallow Reg64 registers in 32-bit mode. + * config/tc-i386.c: For DefaultSize instructions, don't guess a 'q' + suffix if the instruction doesn't support it. + 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org> * config/tc-mips.c (append_insn): Handle constant expressions with |