This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH] ld/doc: drop blank between @option and brace
- From: Jan Beulich <jbeulich at suse dot com>
- To: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Cc: Alan Modra <amodra at gmail dot com>
- Date: Thu, 30 Jan 2020 09:32:22 +0100
- Subject: [PATCH] ld/doc: drop blank between @option and brace
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/
2020-01-30 Jan Beulich <jbeulich@suse.com>
* ld.texi: Remove space between @option and brace.
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -7614,7 +7614,7 @@ will normally be used on systems having
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