summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-26 23:52:16 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-26 23:52:16 +0000
commitac300c4ecb1704ef7137d457f9c23455ca4f2afe (patch)
tree3a31664d7a11a0e6b4791f67d4f553c263244368
parent8215a54b21b3088208aa0863b655e9562750219e (diff)
downloadnasm-ac300c4ecb1704ef7137d457f9c23455ca4f2afe.tar.gz
Update the list of changes until now.
-rw-r--r--CHANGES8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index a3ee2a6a..c7e79e8e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,10 +4,14 @@
round out the version-query macros. version.pl now understands
X.YYplWW or X.YY.ZZplWW as a version number, equivalent to
X.YY.ZZ.WW (or X.YY.0.WW, as appropriate).
-* New keyword "strict" to disable the optimization of a specific
- operand.
+* New keyword "strict" to disable the optimization of specific
+ operands.
* Fix the handing of size overrides with JMP instructions
(instructions such as "jmp dword foo".)
+* Fix the handling of "ABSOLUTE label", where "label" points into a
+ relocatable segment.
+* Fix OBJ output format with lots of externs.
+* More documentation updates.
0.98.32