mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
PowerPC64 ld help quoting
* emultempl/ppc64elf.em (plt-static-chain help): Fix quoting.
This commit is contained in:
parent
13ace07792
commit
ab12fca390
@ -1,3 +1,7 @@
|
||||
2017-05-31 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* emultempl/ppc64elf.em (plt-static-chain help): Fix quoting.
|
||||
|
||||
2017-05-22 Jiong Wang <jiong.wang@arm.com>
|
||||
|
||||
* configure.tgt: Set "targ_emul" to "aarch64linux32b" for
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user