From aec6446a246c21a3806bff6b00e84f93b7f2200c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 8 Jun 2002 22:46:31 +0000 Subject: [PATCH] Bring CHANGES up to date. --- CHANGES | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES b/CHANGES index f3eaa202..afd3f26c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,18 @@ +0.98.34 +------- +* Correct additional address-size vs. operand-size confusions. +* Generate dependencies for all Makefiles automatically. +* Add support for unimplemented (but theoretically available) + registers such as tr0 and cr5. Segment registers 6 and 7 are called + segr6 and segr7 for the operations which they can be represented. +* Correct some disassembler bugs related to redundant address-size prefixes. + Some work still remains in this area. +* Correctly generate an error for things like "SEG eax". +* Add the JMPE instruction, enabled by "CPU IA64". +* Correct compilation on newer gcc/glibc platforms. +* Issue an error on things like "jmp far eax". + + 0.98.33 ------- -- 2.11.4.GIT