gas/
commita008dd19e94a7e7aff023f0a94e256741c5b1ebe
authorJan Beulich <jbeulich@novell.com>
Wed, 2 Mar 2005 08:01:32 +0000 (2 08:01 +0000)
committerJan Beulich <jbeulich@novell.com>
Wed, 2 Mar 2005 08:01:32 +0000 (2 08:01 +0000)
tree518f9dfff3a9b2198fb4fbd87b14ee11607ff6c4
parent38558c954d2f39fe76f94e18e5b08846c9e31a82
gas/
2005-03-02  Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.c (build_modrm_byte): Add lock prefix for cr8...15
accesses.
(parse_register): Allow cr8...15 in all modes.

gas/testsuite/
2005-03-02  Jan Beulich  <jbeulich@novell.com>

* gas/i386/cr-err.[ls]: New.
* gas/i386/crx.[ds]: New.
* gas/i386/i386.exp: Run new tests.

opcodes/
2005-03-02  Jan Beulich  <jbeulich@novell.com>

* i386-dis.c (print_insn): Suppress lock prefix printing for cr8...15
accesses.
(OP_C): Consider lock prefix in non-64-bit modes.
gas/ChangeLog
gas/config/tc-i386.c
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/cr-err.l [new file with mode: 0644]
gas/testsuite/gas/i386/cr-err.s [new file with mode: 0644]
gas/testsuite/gas/i386/crx.d [new file with mode: 0644]
gas/testsuite/gas/i386/crx.s [new file with mode: 0644]
gas/testsuite/gas/i386/i386.exp
opcodes/ChangeLog
opcodes/i386-dis.c