aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2024-12-16 12:43:37 +0100
committerJan Beulich <jbeulich@suse.com>2024-12-16 12:43:37 +0100
commite521df48924e157753400b9ff6af35ecb87df958 (patch)
treeea0531fd7bba136a604c5dd6e4585aad48651ef4 /ld
parentbc7b21018e0721de7eefec04a11ff7f82dce1e82 (diff)
downloadgdb-e521df48924e157753400b9ff6af35ecb87df958.zip
gdb-e521df48924e157753400b9ff6af35ecb87df958.tar.gz
gdb-e521df48924e157753400b9ff6af35ecb87df958.tar.bz2
ld/doc: properly separate @samp from @item
At least makeinfo 4.13 doesn't tolerate @item@samp, considering it a single command.
Diffstat (limited to 'ld')
-rw-r--r--ld/ld.texi18
1 files changed, 9 insertions, 9 deletions
diff --git a/ld/ld.texi b/ld/ld.texi
index eb36eaf..6f88b79 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -8207,10 +8207,10 @@ property.
By default, if the option is omitted and @samp{-z force-bti} is provided,
warnings are emitted.
@itemize
-@item@samp{none} disables any warning messages.
-@item@samp{warning} (the default value) emits warning messages when input objects
+@item @samp{none} disables any warning messages.
+@item @samp{warning} (the default value) emits warning messages when input objects
composing the link unit are missing BTI markings.
-@item@samp{error} turns the warning messages into errors.
+@item @samp{error} turns the warning messages into errors.
@end itemize
If issues are found, a maximum of 20 messages will be emitted, and then a summary
with the total number of issues will be displayed at the end.
@@ -8225,11 +8225,11 @@ The @samp{-z gcs} option controls the verification of Guarded Control Stack (GCS
markings on input objects and marks the output with GCS if all conditions are
validated.
@itemize
-@item@samp{implicit} (default if @samp{-z gcs} is omitted) enables GCS marking
+@item @samp{implicit} (default if @samp{-z gcs} is omitted) enables GCS marking
on the output if, and only if, all input objects composing the link unit are
marked with GCS.
-@item@samp{always} forces the marking of the output with GCS.
-@item@samp{never} ignores any GCS marking on the input objects, and does not
+@item @samp{always} forces the marking of the output with GCS.
+@item @samp{never} ignores any GCS marking on the input objects, and does not
mark the output with GCS.
@end itemize
@@ -8240,11 +8240,11 @@ GCS markings on inputs, i.e. the GNU_PROPERTY_AARCH64_FEATURE_1_GCS property.
By default, if the option is omitted and @samp{-z gcs} is provided, warnings are
emitted.
@itemize
-@item@samp{none} disables any warning messages.
-@item@samp{warning} (the default value) emits warning messages when input objects
+@item @samp{none} disables any warning messages.
+@item @samp{warning} (the default value) emits warning messages when input objects
composing the link unit are missing GCS markings, or dynamic objects containing
external symbols used in the link unit.
-@item@samp{error} turns the warning messages into errors.
+@item @samp{error} turns the warning messages into errors.
@end itemize
If issues are found, a maximum of 20 messages will be emitted, and then a summary
with the total number of issues will be displayed at the end.