summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2010-11-21 19:53:07 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2010-11-21 19:53:07 +0300
commit84637a6d28374abb428520b7e927b9267b01f969 (patch)
tree3359b377ce061f436b1b81f98329f700e80e9ac8
parent9348b90f15b7aebee9b90636779bf1aad4d06be6 (diff)
downloadnasm-84637a6d28374abb428520b7e927b9267b01f969.tar.gz
NASM 2.09.04nasm-2.09.04
Some important fixes: - Fix incorrect labels offset for VEX intructions - Eliminate bogus warning on implicit operand size override. - %if term could not handle 64 bit numbers. - The COFF backend was limiting relocations number to 16 bits even if in real there were a way more relocations. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--version2
1 files changed, 1 insertions, 1 deletions
diff --git a/version b/version
index 1ae21323..8ebce6de 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.09.03
+2.09.04