aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2017-05-31 18:10:01 +0930
committerAlan Modra <amodra@gmail.com>2017-05-31 22:49:21 +0930
commitab12fca3906c9c76ec25a9de52f5142f5736413f (patch)
tree92f5eee5b52d159067c23fbc77cc68197acc529d /ld/emultempl
parent13ace07792fa75aa276e2d7c3cb03cec117d63a4 (diff)
downloadbinutils-ab12fca3906c9c76ec25a9de52f5142f5736413f.zip
binutils-ab12fca3906c9c76ec25a9de52f5142f5736413f.tar.gz
binutils-ab12fca3906c9c76ec25a9de52f5142f5736413f.tar.bz2
PowerPC64 ld help quoting
* emultempl/ppc64elf.em (plt-static-chain help): Fix quoting.
Diffstat (limited to 'ld/emultempl')
-rw-r--r--ld/emultempl/ppc64elf.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/ppc64elf.em b/ld/emultempl/ppc64elf.em
index 9e5f240..f1d5274 100644
--- a/ld/emultempl/ppc64elf.em
+++ b/ld/emultempl/ppc64elf.em
@@ -742,10 +742,10 @@ PARSE_AND_LIST_OPTIONS=${PARSE_AND_LIST_OPTIONS}'
choose suitable defaults.\n"
));
fprintf (file, _("\
- --plt-static-chain PLT call stubs should load r11.${DEFAULT_PLT_STATIC_CHAIN- (default)}\n"
+ --plt-static-chain PLT call stubs should load r11.'${DEFAULT_PLT_STATIC_CHAIN- (default)}'\n"
));
fprintf (file, _("\
- --no-plt-static-chain PLT call stubs should not load r11.${DEFAULT_PLT_STATIC_CHAIN+ (default)}\n"
+ --no-plt-static-chain PLT call stubs should not load r11.'${DEFAULT_PLT_STATIC_CHAIN+ (default)}'\n"
));
fprintf (file, _("\
--plt-thread-safe PLT call stubs with load-load barrier.\n"