mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
3db63b96ec
- 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>
2 lines
13 B
Plaintext
2 lines
13 B
Plaintext
nasm-2.11.08
|