gas/
authorJan Beulich <jbeulich@novell.com>
Wed, 2 Mar 2005 08:01:32 +0000 (08:01 +0000)
committerJan Beulich <jbeulich@novell.com>
Wed, 2 Mar 2005 08:01:32 +0000 (08:01 +0000)
commitc4a530c52970c9fdd3a6c0315503a058e132f073
tree38ab01569199e6e441eb6b66bdae68498dc60af6
parent167c3097b24047b63c0565395014132d25391419
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
This page took 0.030349 seconds and 4 git commands to generate.