summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Kotler <fbkotler@users.sourceforge.net>2003-02-04 17:30:58 +0000
committerFrank Kotler <fbkotler@users.sourceforge.net>2003-02-04 17:30:58 +0000
commit8afc6966ac4ee3bcbab03b9bf41dc568a0637b21 (patch)
tree9cd53928177e310f672c2cf142226bddd7c14e81
parent3967c3d47606aa50761ab4f0f8eb87e2c5851759 (diff)
downloadnasm-8afc6966ac4ee3bcbab03b9bf41dc568a0637b21.tar.gz
Changes to CHANGES, AUTHORS
-rw-r--r--AUTHORS9
-rw-r--r--CHANGES2
2 files changed, 11 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 9fc2a04c..bc09887e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -100,3 +100,12 @@ E: debs@dwiles.demon.co.uk
D: Work on docs, added undocumented instructions (esp SSE2 and 3D-Now!)
D: Added other documentation and tidied up docs
D: Added a few instructions to insns.dat and tidied it up.
+
+N: Trevor Woerner
+E: FIXME
+D: Quiet compiler warnings
+
+N: Michael K. Ter Louw
+E: FIXME
+D: Multisection support for "-f bin"
+
diff --git a/CHANGES b/CHANGES
index 98a4b702..b6456825 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,8 @@
* Update rdoff - librarian/archiver - common rec - docs!
* Fix signed/unsigned problems.
* Fix JMP FAR label and CALL FAR label.
+* Add new multisection support - map files - fix align bug
+* Fix sysexit, movhps/movlps reg,reg bugs in insns.dat
0.98.35
-------