diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-11-21 19:51:49 +0300 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-11-21 19:51:49 +0300 |
commit | 9348b90f15b7aebee9b90636779bf1aad4d06be6 (patch) | |
tree | 4157644204833ef207d04b9086e6779db3b70b45 /doc | |
parent | 0d0f8ec4187dc4c54bfe1e08fb713c2b8fe7ae3f (diff) | |
download | nasm-9348b90f15b7aebee9b90636779bf1aad4d06be6.tar.gz nasm-9348b90f15b7aebee9b90636779bf1aad4d06be6.tar.bz2 nasm-9348b90f15b7aebee9b90636779bf1aad4d06be6.zip |
Changes for 2.09.04
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index 4ecb14e..daf1d78 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -8,6 +8,18 @@ The NASM 2 series support x86-64, and is the production version of NASM since 2007. +\S{cl-2.09.04} Version 2.09.04 + +\b Fix incorrect labels offset for VEX intructions. + +\b Eliminate bogus warning on implicit operand size override. + +\b \c{%if} term could not handle 64 bit numbers. + +\b The COFF backend was limiting relocations number to 16 bits even if + in real there were a way more relocations. + + \S{cl-2.09.03} Version 2.09.03 \b Print \c{%macro} name inside \c{%rep} blocks on error. |