summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-26 23:55:48 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-26 23:55:48 +0000
commit1e286f4b1261baea82e707a89996e61c21aa3111 (patch)
treee643b5eaef4c74a48b95e55760769575d00a7ae8 /CHANGES
parente26f002571156596b2c468b0c6f0963da6989ab2 (diff)
downloadnasm-1e286f4b1261baea82e707a89996e61c21aa3111.tar.gz
nasm-1e286f4b1261baea82e707a89996e61c21aa3111.tar.bz2
nasm-1e286f4b1261baea82e707a89996e61c21aa3111.zip
More CHANGES updates...
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c7e79e8..f3eaa20 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
0.98.33
-------
+
* New __NASM_PATCHLEVEL__ and __NASM_VERSION_ID__ standard macros to
round out the version-query macros. version.pl now understands
X.YYplWW or X.YY.ZZplWW as a version number, equivalent to
@@ -12,6 +13,9 @@
relocatable segment.
* Fix OBJ output format with lots of externs.
* More documentation updates.
+* Add -Ov option to get verbose information about optimizations.
+* Undo a braindead change which broke %elif directives.
+* Makefile updates.
0.98.32