mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
doc: changes -- Prepare for 2.11.08
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
775153b1bf
commit
399d29c0a5
1 changed files with 22 additions and 0 deletions
|
|
@ -7,6 +7,28 @@
|
|||
The NASM 2 series supports x86-64, and is the production version of NASM
|
||||
since 2007.
|
||||
|
||||
\S{cl-2.11.08} Version 2.11.08
|
||||
|
||||
\b Fix section length computation in \c{bin} backend which leaded in incorrect
|
||||
relocation records.
|
||||
|
||||
\b Add a warning for numeric preprocessor definitions passed via command
|
||||
line which might have unexpected results otherwise.
|
||||
|
||||
\b Add ability to specify a module name record in \c{rdoff} linker with
|
||||
\c{-mn} option.
|
||||
|
||||
\b Increase label length capacity up to 256 bytes in \c{rdoff} backend for
|
||||
FreePascal sake, which tends to generate very long labels for procedures.
|
||||
|
||||
\b Fix segmentation failure when rip addressing is used in \c{macho64} backend.
|
||||
|
||||
\b 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.
|
||||
|
||||
\b Fix NULL dereference in disassembled on \c{BND} instruction.
|
||||
|
||||
\S{cl-2.11.07} Version 2.11.07
|
||||
|
||||
\b Fix 256 bit \c{VMOVNTPS} instruction.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue