aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2005-03-02 08:01:32 +0000
committerJan Beulich <jbeulich@novell.com>2005-03-02 08:01:32 +0000
commitc4a530c52970c9fdd3a6c0315503a058e132f073 (patch)
tree38ab01569199e6e441eb6b66bdae68498dc60af6 /gas/ChangeLog
parent167c3097b24047b63c0565395014132d25391419 (diff)
downloadfsf-binutils-gdb-c4a530c52970c9fdd3a6c0315503a058e132f073.zip
fsf-binutils-gdb-c4a530c52970c9fdd3a6c0315503a058e132f073.tar.gz
fsf-binutils-gdb-c4a530c52970c9fdd3a6c0315503a058e132f073.tar.bz2
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index a12b389..759c9be 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2005-03-02 Jan Beulich <jbeulich@novell.com>
+
* config/tc-i386.c (intel_e11): If not followed by T_PTR, treat T_BYTE
etc. like normal symbol references (T_ID).