Commit-ID: 3db63b96ecf79344b9c2618616e4be7c99720a18
Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=3db63b96ecf79344b9c2618616e4be7c99720a18
Author: Cyrill Gorcunov <gor...@gm...>
AuthorDate: Sat, 21 Feb 2015 22:16:37 +0300
Committer: Cyrill Gorcunov <gor...@gm...>
CommitDate: Sat, 21 Feb 2015 22:19:23 +0300
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 <gor...@gm...>
---
version | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/version b/version
index 7674aa7..59cfebf 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.11.07
+nasm-2.11.08
|