summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-02-16 15:08:41 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-02-16 15:08:41 -0800
commit848dbc8ff8e7d0854ff47d7524a3d4847834319d (patch)
tree99f46dac1a0840b0b79e6104e34c420250e278a7 /CHANGES
parent8c01b0b40939de3fd6749331252aede26d09a97d (diff)
downloadnasm-848dbc8ff8e7d0854ff47d7524a3d4847834319d.tar.gz
Bring CHANGES hopefully up to date
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 2290267f..2181e718 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,7 +8,15 @@
* Fix segfaults due to missing include files.
* Fix OpenWatcom Makefiles for DOS and OS/2.
* Add autogenerated instruction list back into the documentation.
-* ELF: Fix segfault when generating stabs, and no symbols have been defined.
+* ELF: Fix segfault when generating stabs, and no symbols have been
+ defined.
+* ELF: Experimental support for DWARF debugging information.
+* New compile date and time standard macros.
+* %ifnum now returns true for negative numbers.
+* Add support for the XSAVE instruction group.
+* Makefile for Netware/gcc.
+* Fix issue with some warnings getting emitted way too many times.
+* Autogenerated instruction list added to the documentation.
2.01
----
@@ -20,6 +28,7 @@
elf32").
* Man pages for rdoff tools (from the Debian project.)
* ELF: handle large numbers of sections.
+* Fix corrupt output when the optimizer runs out of passes.
2.00
----