From 35ef2e2d1a8405084ef0cdfbcaa94dfd55fa1a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gl=C3=BCcksmann?= Date: Wed, 23 Nov 2022 15:42:30 +0100 Subject: [PATCH] Fixed PDF doc line overflow Resolved Conflicts: doc/nasmdoc.src Signed-off-by: H. Peter Anvin (Intel) --- doc/outfmt.src | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/outfmt.src b/doc/outfmt.src index 273d9b33..c7f1cf57 100644 --- a/doc/outfmt.src +++ b/doc/outfmt.src @@ -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}. \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 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 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