summaryrefslogtreecommitdiff
path: root/doc/changes.src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changes.src')
-rw-r--r--doc/changes.src10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src
index 5214e78e..71953779 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -8,6 +8,15 @@ The NASM 2 series support x86-64, and is the production version of NASM
since 2007.
+\S{cl-2.09.08} Version 2.09.08
+
+\b Fix \c{__OUTPUT_FORMAT__} assignment when output driver alias
+ is used. For example when \c{-f elf} is used \c{__OUTPUT_FORMAT__}
+ must be set to \c{elf}, if \c{-f elf32} is used \c{__OUTPUT_FORMAT__}
+ must be assigned accordingly, i.e. to \c{elf32}. The rule applies to
+ all output driver aliases. See \k{ofmtm}.
+
+
\S{cl-2.09.07} Version 2.09.07
\b Fix attempts to close same file several times
@@ -15,6 +24,7 @@ since 2007.
\b Fixes for VEXTRACTF128, VMASKMOVPS encoding.
+
\S{cl-2.09.06} Version 2.09.06
\b Fix missed section attribute initialization in \c{bin} output target.