diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-21 16:09:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-21 16:09:43 +0000 |
commit | 20f0a1fc7d3349b326456c16297278dccd2686c9 (patch) | |
tree | 02a9ff6b646204104f6a3e3701f22dd7124cac4f /gas/ChangeLog | |
parent | 93a64231435694f18eaf109859cca2e8225f94e3 (diff) | |
download | gdb-20f0a1fc7d3349b326456c16297278dccd2686c9.zip gdb-20f0a1fc7d3349b326456c16297278dccd2686c9.tar.gz gdb-20f0a1fc7d3349b326456c16297278dccd2686c9.tar.bz2 |
Corrections for x86_64 assembly.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 33ac7fc..977d0d9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,21 @@ +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. + (match_template): Don't permit 64-bit general purpose operands in + 32-bit mode. + (finalize_imm): Permit 64-bit immediates. + (build_modrm_byte): Don't treat 32-bit addressing in 64-bit mode + specially except for the width of the used base and/or index + registers. For 32-bit displacements, use sign-extended + relocations only when using 64-bit addressing. + Force zero displacement on rip-relative addressing when there is + no other displacement. + (i386_index_check): Don't treat 32-bit addressing in 64-bit mode + specially except for the width of the used base and/or index + registers. + (parse_register): Disallow Reg64 registers in 32-bit mode. + 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org> * config/tc-mips.c (append_insn): Handle constant expressions with |