Merge branch 'nasm-2.09.xx'
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 3 Jul 2011 20:51:53 +0000 (00:51 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 3 Jul 2011 20:51:53 +0000 (00:51 +0400)
Conflicts:
version

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
1  2 
doc/changes.src

diff --cc doc/changes.src
@@@ -7,18 -7,14 +7,25 @@@
  The NASM 2 series support x86-64, and is the production version of NASM
  since 2007.
  
 +\S{cl-2.10} Version 2.10
 +
 +\b When optimization is enabled, \c{mov r64,imm} now optimizes to the
 +  shortest form possible between:
 +
 +\c      mov r32,imm32                   ;  5 bytes
 +\c      mov r64,imm32                   ;  7 bytes
 +\c      mov r64,imm64                   ; 10 bytes
 +
 +To force a specific form, use the \c{STRICT} keyword, see \k{strict}.
 +
  
+ \S{cl-2.09.09} Version 2.09.09
+ \b Fix initialization of section attributes of \c{bin} output format.
+ \b Fix \c{mach64} output format bug that crashes NASM due to NULL symbols.
  \S{cl-2.09.08} Version 2.09.08
  
  \b Fix \c{__OUTPUT_FORMAT__} assignment when output driver alias