diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-04-06 19:08:34 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2011-04-06 19:08:34 +0400 |
commit | 47e7ecda1b9bc10696465c657d3c14e219b7b5ea (patch) | |
tree | da51a7cfb1e74087d513eb5bced9b6bcd62f66a5 /doc/changes.src | |
parent | c1936da94269bf0a909310f2ec57aea818eabb70 (diff) | |
download | nasm-47e7ecda1b9bc10696465c657d3c14e219b7b5ea.tar.gz nasm-47e7ecda1b9bc10696465c657d3c14e219b7b5ea.tar.bz2 nasm-47e7ecda1b9bc10696465c657d3c14e219b7b5ea.zip |
doc: Updates for stable branch fix
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'doc/changes.src')
-rw-r--r-- | doc/changes.src | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index 5214e78..7195377 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. |