NASM 2.11.08nasm-2.11.xxnasm-2.11.08
commit3db63b96ecf79344b9c2618616e4be7c99720a18
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 21 Feb 2015 19:16:37 +0000 (21 22:16 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sat, 21 Feb 2015 19:19:23 +0000 (21 22:19 +0300)
tree0238d250e5f51aa4a873a77733f0bafbd3098a46
parent399d29c0a5fa02ea33d75828b30d0a5a68dd8a0e
NASM 2.11.08

- Fix section length computation in bin backend which
  leaded in incorrect relocation records.

 - Add a warning for numeric preprocessor definitions
   passed via command line which might have unexpected
   results otherwise.

 - Add ability to specify a module name record in rdoff
   linker with -mn option.

 - Increase label length capacity up to 256 bytes in rdoff
   backend for FreePascal sake, which tends to generate very
   long labels for procedures.

 - Fix segmentation failure when rip addressing is used
   in macho64 backend.

 - Fix access on out of memory when handling strings with
   a single grave. We have sixed similar problem in previous
   release but not all cases were covered.

 - Fix NULL dereference in disassembled on BND instruction.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
version