diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-01-30 14:22:17 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-01-30 14:22:17 -0800 |
commit | f1e34a326e9bfbcea092264127c2e047bb2746da (patch) | |
tree | 1416e11307fe3b9719230ff667b40e5d8eddbf08 | |
parent | 053a01f1438a4523774e6222ffbbc0a492d7a3e5 (diff) | |
download | nasm-f1e34a326e9bfbcea092264127c2e047bb2746da.tar.gz nasm-f1e34a326e9bfbcea092264127c2e047bb2746da.tar.bz2 nasm-f1e34a326e9bfbcea092264127c2e047bb2746da.zip |
Add list of changes for 2.02, so far
-rw-r--r-- | CHANGES | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2.02 +---- +* Additional fixes for MMX operands with explicit "qword", as well as + (hopefully) SSE operands with "oword". +* Fix handling of truncated strings with DO. +* Fix segfaults due to memory overwrites when floating-point constants + were used. +* 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. + 2.01 ---- * Fix the handling of MMX registers with explicit "qword" tags on |