summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorStanislav Karchebny <berkus@users.sourceforge.net>2003-09-24 10:30:56 +0000
committerStanislav Karchebny <berkus@users.sourceforge.net>2003-09-24 10:30:56 +0000
commit88a049aca1f4e1ce8a072d0f1757a4de1dfb0608 (patch)
treebb279271e061c752adb09d2f0580971c89533221 /CHANGES
parentf3b3ce27bddf23aad6759c3d243c89cb6633e27c (diff)
downloadnasm-88a049aca1f4e1ce8a072d0f1757a4de1dfb0608.tar.gz
Added _NASM_FORMAT_ macro
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c4843da1..8bef6dd8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,10 @@
* "make spotless" no longer deletes config.h.in.
* Unterminated string auto termination.
* %(el)if(n)idn insensitivity to string quotes difference (#809300).
+* _NASM_FORMAT_ now gives output format chosen for compiling.
+ See test/nasmformat.asm for details and output/out*.c for actual values
+ for this macro.
+ !!NEEDS DOCUMENTING!!
0.98.38
-------