summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2003-08-29 19:29:37 +0000
committerH. Peter Anvin <hpa@zytor.com>2003-08-29 19:29:37 +0000
commit01ca643b5b331e0c8710d01fca9824db758b2f92 (patch)
tree371c57c871dc77be387db3e3c373940ecabbe007
parent9173ab99615f9b7592d9eb160123a95fc07beb45 (diff)
downloadnasm-01ca643b5b331e0c8710d01fca9824db758b2f92.tar.gz
nasm-01ca643b5b331e0c8710d01fca9824db758b2f92.tar.bz2
nasm-01ca643b5b331e0c8710d01fca9824db758b2f92.zip
Document -O2/-O3 change
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ff6fcfc..02953b7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,8 @@
* Fix the use of relative offsets with explicit prefixes, e.g. "a32 loop foo".
* Remove "backslash()".
* Fix the SMSW and SLDT instructions.
+* -O2 and -O3 are no longer aliases for -O5 and -O10. If you mean the
+ latter, please say so :)
0.98.36
-------