From 1e286f4b1261baea82e707a89996e61c21aa3111 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sun, 26 May 2002 23:55:48 +0000 Subject: [PATCH] More CHANGES updates... --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index c7e79e8e..f3eaa202 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 -- 2.11.4.GIT