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:
Cary Coutant 2017-12-01 13:44:54 -08:00
parent ec6a20c268
commit 7ef67ba533
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -894,7 +894,7 @@ class General_options
DEFINE_string(fuse_ld, options::ONE_DASH, '\0', "",
N_("Ignored for GCC linker option compatibility"),
"");
NULL);
// g