Fix localized help string output for -fuse-ld.
gold/ PR gold/22042 * options.h (-fuse-ld): Use NULL instead of empty string.
This commit is contained in:
parent
ec6a20c268
commit
7ef67ba533
@ -1,3 +1,8 @@
|
||||
2017-12-01 Cary Coutant <ccoutant@gmail.com>
|
||||
|
||||
PR gold/22042
|
||||
* options.h (-fuse-ld): Use NULL instead of empty string.
|
||||
|
||||
2017-12-01 Benjamin Peterson <bp@benjamin.pe>
|
||||
|
||||
PR gold/22406
|
||||
|
@ -894,7 +894,7 @@ class General_options
|
||||
|
||||
DEFINE_string(fuse_ld, options::ONE_DASH, '\0', "",
|
||||
N_("Ignored for GCC linker option compatibility"),
|
||||
"");
|
||||
NULL);
|
||||
|
||||
// g
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user