Update CHANGES to current delta from 2.03.x.

This commit is contained in:
H. Peter Anvin 2008-07-13 15:25:54 -07:00
parent 96a6954db4
commit 79fd43b228

View File

@ -7,6 +7,12 @@
* Fix bug in case-insensitive matching when compiled on platforms that
don't use the "configure" script. Of the official release binaries,
that only affects the OS/2 binary.
* Correct the handling of nested %reps.
* Support for x87 packed BCD constants.
* New %warning directive to issue user-controlled warnings.
* New %strcat directive to join strings together.
* Correct the LTR instruction in 64-bit mode.
* Fix unnecessary REX.W prefix on indirect jumps in 64-bit mode.
2.03.01
-------