aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2015-09-22 09:10:44 +0930
committerAlan Modra <amodra@gmail.com>2015-09-22 09:20:43 +0930
commit95421fb9b76d5a87c29fb6079afd21783f24b97b (patch)
treee6a4a6aa0631a4493e0bcff5f4f85fa93f392e43 /ld
parentacaa662f29836ce4d4c3a0abc2132f285f9df585 (diff)
downloadbinutils-95421fb9b76d5a87c29fb6079afd21783f24b97b.zip
binutils-95421fb9b76d5a87c29fb6079afd21783f24b97b.tar.gz
binutils-95421fb9b76d5a87c29fb6079afd21783f24b97b.tar.bz2
Format ld option items
* ld.texinfo: Put --dotsyms/--no-dotsyms on separate lines. Ditto for --save-restore-funcs and --tls-get-addr-optimize.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/ld.texinfo9
2 files changed, 11 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index e1e06b8..a5f1cd7 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2015-09-22 Alan Modra <amodra@gmail.com>
+
+ * ld.texinfo: Put --dotsyms/--no-dotsyms on separate lines.
+ Ditto for --save-restore-funcs and --tls-get-addr-optimize.
+
2015-09-20 Rich Felker <dalias@libc.org>
* ld.texinfo (--no-dynamic-linker): Document.
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 6b7fac8..90194be 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -7122,7 +7122,8 @@ symbol that encodes the stub type and destination.
@cindex PowerPC64 dot symbols
@kindex --dotsyms
@kindex --no-dotsyms
-@item --dotsyms, --no-dotsyms
+@item --dotsyms
+@itemx --no-dotsyms
These two options control how @command{ld} interprets version patterns
in a version script. Older PowerPC64 compilers emitted both a
function descriptor symbol with the same name as the function, and a
@@ -7136,7 +7137,8 @@ feature.
@cindex PowerPC64 register save/restore functions
@kindex --save-restore-funcs
@kindex --no-save-restore-funcs
-@item --save-restore-funcs, --no-save-restore-funcs
+@item --save-restore-funcs
+@itemx --no-save-restore-funcs
These two options control whether PowerPC64 @command{ld} automatically
provides out-of-line register save and restore functions used by
@samp{-Os} code. The default is to provide any such referenced
@@ -7153,7 +7155,8 @@ disable the optimization.
@cindex PowerPC64 __tls_get_addr optimization
@kindex --tls-get-addr-optimize
@kindex --no-tls-get-addr-optimize
-@item --tls-get-addr-optimize, --no-tls-get-addr-optimize
+@item --tls-get-addr-optimize
+@itemx --no-tls-get-addr-optimize
These options control whether PowerPC64 @command{ld} uses a special
stub to call __tls_get_addr. PowerPC64 glibc 2.22 and later support
an optimization that allows the second and subsequent calls to