From: Alan Modra Date: Wed, 31 May 2017 08:40:01 +0000 (+0930) Subject: PowerPC64 ld help quoting X-Git-Tag: users/ARM/embedded-binutils-2_28-branch-2017q2~29 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=9461c0a1d921953f76af5610bb763b4d34ec084a;p=thirdparty%2Fbinutils-gdb.git PowerPC64 ld help quoting * emultempl/ppc64elf.em (plt-static-chain help): Fix quoting. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 40a80529f28..c3bdcbaf1dc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2017-05-31 Alan Modra + + * emultempl/ppc64elf.em (plt-static-chain help): Fix quoting. + 2017-05-18 Alan Modra Apply from master diff --git a/ld/emultempl/ppc64elf.em b/ld/emultempl/ppc64elf.em index 9e5f24041a7..f1d52746208 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"