summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-02-16 16:46:45 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-02-16 16:46:45 -0800
commit3f3bd41de017db8e7449f5b1345cd80ab77d2571 (patch)
treed97f3d94973e3aa68baf1e8767002e451bfc0a59 /CHANGES
parentb8536e1f063b9b0241d9f5a7dedc22948eeeff65 (diff)
downloadnasm-3f3bd41de017db8e7449f5b1345cd80ab77d2571.tar.gz
CHANGES: Document %iftoken
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2181e718..313efa74 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,7 @@
* ELF: Experimental support for DWARF debugging information.
* New compile date and time standard macros.
* %ifnum now returns true for negative numbers.
+* New %iftoken test for a single token.
* Add support for the XSAVE instruction group.
* Makefile for Netware/gcc.
* Fix issue with some warnings getting emitted way too many times.