0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00

Fixed PDF doc line overflow

Resolved Conflicts:
	doc/nasmdoc.src

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
Igor Glücksmann
2022-11-23 15:42:30 +01:00
committed by H. Peter Anvin (Intel)
parent 69c25535ae
commit 35ef2e2d1a

View File

@@ -651,7 +651,8 @@ It will get linked into the \c{.text} section anyway - see the info on
\c ... ; Code linked only if referenced from C
\c
\c section .rdata align=32 comdat=5:FirstFnc
\c ... ; Data linked only if the related code (FirstFnc) is linked
\c ... ; Data linked onlyif the related code
\c ; (FirstFnc) is linked
\c
The defaults assumed by NASM if you do not specify the above