mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-27 09:29:06 +08:00
doc: Updates for stable branch fix
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
c1936da942
commit
47e7ecda1b
@ -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.
|
||||
|
@ -1,6 +1,6 @@
|
||||
\# --------------------------------------------------------------------------
|
||||
\#
|
||||
\# Copyright 1996-2010 The NASM Authors - All Rights Reserved
|
||||
\# Copyright 1996-2011 The NASM Authors - All Rights Reserved
|
||||
\# See the file AUTHORS included with the NASM distribution for
|
||||
\# the specific copyright holders.
|
||||
\#
|
||||
@ -35,7 +35,7 @@
|
||||
\#
|
||||
\M{category}{Programming}
|
||||
\M{title}{NASM - The Netwide Assembler}
|
||||
\M{year}{1996-2010}
|
||||
\M{year}{1996-2011}
|
||||
\M{author}{The NASM Development Team}
|
||||
\M{copyright_tail}{-- All Rights Reserved}
|
||||
\M{license}{This document is redistributable under the license given in the file "LICENSE" distributed in the NASM archive.}
|
||||
@ -334,7 +334,7 @@ distribution archive, for the license conditions under which you may
|
||||
use NASM. NASM is now under the so-called 2-clause BSD license, also
|
||||
known as the simplified BSD license.
|
||||
|
||||
Copyright 1996-2010 the NASM Authors - All rights reserved.
|
||||
Copyright 1996-2011 the NASM Authors - All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
|
Loading…
Reference in New Issue
Block a user