summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2010-01-03 15:41:22 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2010-01-03 15:41:22 +0300
commit7a8098c7cb5329c45e855c2a41b24ec3d0b945fb (patch)
tree36945cff320a15df668c6444bbbea8cfc8f18eff
parenta135658e83e4917b9a79c5e1337847c2a2bbdf90 (diff)
downloadnasm-7a8098c7cb5329c45e855c2a41b24ec3d0b945fb.tar.gz
doc/changes.src: Update changes
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--doc/changes.src11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/changes.src b/doc/changes.src
index 8e0c207b..0592f221 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -39,13 +39,22 @@ since 2007.
\b Visual Studio 2008 NASM integration (rules file).
-\b Warn a user if a constant too long (and as a result will be stripped).
+\b Warn a user if a constant is too long (and as result will be stripped).
\b The obsoleted pre-XOP AMD SSE5 instruction set which was never actualized
was removed.
\b Fix stack overrun on too long error file name passed from the command line.
+\b Bind symbols to the .text section by default (ie in case if SECTION
+ directive was omitted) in the ELF output format.
+
+\b Fix sync points array index wrapping.
+
+\b A few fixes for FMA4 and XOP instruction templates.
+
+\b Add AMD Lightweight Profiling (LWP) instructions.
+
\S{cl-2.07} Version 2.07
\b NASM is now under the 2-clause BSD license. See \k{legal}.