aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2020-01-30 17:02:33 +0100
committerJan Beulich <jbeulich@suse.com>2020-01-30 17:02:33 +0100
commit5cebc931d70eedf5f355efe179f4d601cca36243 (patch)
tree4725604229f267701272dbcd5e0979bbc5aa3575 /ld
parent0c115f8483ac32dc95fde902cac8c8bb99f9c3be (diff)
downloadgdb-5cebc931d70eedf5f355efe179f4d601cca36243.zip
gdb-5cebc931d70eedf5f355efe179f4d601cca36243.tar.gz
gdb-5cebc931d70eedf5f355efe179f4d601cca36243.tar.bz2
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.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ld.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 850f1db..d97c635 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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
diff --git a/ld/ld.texi b/ld/ld.texi
index 634b7a9..9bb3d55 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -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