ld/doc: drop blank between @option and brace
authorJan Beulich <jbeulich@suse.com>
Thu, 30 Jan 2020 16:02:33 +0000 (17:02 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 30 Jan 2020 16:02:33 +0000 (17:02 +0100)
Commit 9e7028aa1e78 ("PowerPC64 __tls_get_addr_desc") introduced a use
of @option which apparently newer makeinfo tolerates, but older ones
reject. Drop the unnecessary (a per all other uses of @option) blank.

ld/ChangeLog
ld/ld.texi

index 850f1db8036c808d96db4e866af23b638018f7c0..d97c6356bf12fef8783a5d3401c49110bda8a940 100644 (file)
@@ -1,3 +1,7 @@
+2020-01-30  Jan Beulich  <jbeulich@suse.com>
+
+       * ld.texi: Remove space between @option and brace.
+
 2020-01-29  Alan Modra  <amodra@gmail.com>
 
        PR 25477
index 634b7a928081daa0af003fd6970b80c19718675e..9bb3d55587bcb9722f7b4e28cebec7074cd716a2 100644 (file)
@@ -7614,7 +7614,7 @@ will normally be used on systems having a newer glibc.
 and restores volatile registers around the call into glibc.  Normally,
 this is done when the linker detects a call to __tls_get_addr_desc.
 Such calls then go via the register saving stub to __tls_get_addr_opt.
-@option {--no-tls-get-addr-regsave} disables generation of the
+@option{--no-tls-get-addr-regsave} disables generation of the
 register saves.
 
 @cindex PowerPC64 OPD optimization
This page took 0.030322 seconds and 4 git commands to generate.