aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-10-17 10:42:44 +0100
committerNick Clifton <nickc@redhat.com>2023-10-17 10:42:44 +0100
commit22bfda88f898e8ce11a622a888bd3f1daf86114a (patch)
treea5c783fc3fa4d2ab9c6225d2206a50c291c01060 /ld
parentdcbdb080edf53aa1bed4c84e99fe50e0573d239a (diff)
downloadgdb-22bfda88f898e8ce11a622a888bd3f1daf86114a.zip
gdb-22bfda88f898e8ce11a622a888bd3f1daf86114a.tar.gz
gdb-22bfda88f898e8ce11a622a888bd3f1daf86114a.tar.bz2
Update the documentation of the LINKER_VERSIOn script command to actually mention the name of the command.
Diffstat (limited to 'ld')
-rw-r--r--ld/ld.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/ld.texi b/ld/ld.texi
index 2663f07..600c9d6 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -5516,10 +5516,10 @@ expression.
@kindex LINKER_VERSION
@cindex LINKER_VERSION
-Inserts a string containing the version of the linker at the current
-point. Note - by default this directive is disabled and will do
-nothing. It only becomes active if the
-@option{--enable-linker-version} command line option is used.
+The @code{LINKER_VERSION} command inserts a string containing the
+version of the linker at the current point. Note - by default this
+directive is disabled and will do nothing. It only becomes active if
+the @option{--enable-linker-version} command line option is used.
Built-in linker scripts for ELF based targets already include this
directive in their @samp{.comment} section.