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

@@ -645,13 +645,14 @@ It will get linked into the \c{.text} section anyway - see the info on
\W{https://github.com/MicrosoftDocs/win32/blob/docs/desktop-src/Debug/pe-format.md#grouped-sections-object-only}\c{Grouped Sections}. \W{https://github.com/MicrosoftDocs/win32/blob/docs/desktop-src/Debug/pe-format.md#grouped-sections-object-only}\c{Grouped Sections}.
\c section .text$1 align=16 comdat=1:FirstFnc \c section .text$1 align=16 comdat=1:FirstFnc
\c ... ; Code linked only if referenced from C \c ... ; Code linked only if referenced from C
\c \c
\c section .text$1 align=16 comdat=1:SecondFnc \c section .text$1 align=16 comdat=1:SecondFnc
\c ... ; Code linked only if referenced from C \c ... ; Code linked only if referenced from C
\c \c
\c section .rdata align=32 comdat=5:FirstFnc \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 \c
The defaults assumed by NASM if you do not specify the above The defaults assumed by NASM if you do not specify the above