Fix localized help string output for -fuse-ld.
authorCary Coutant <ccoutant@gmail.com>
Fri, 1 Dec 2017 21:44:54 +0000 (13:44 -0800)
committerCary Coutant <ccoutant@gmail.com>
Fri, 1 Dec 2017 21:45:27 +0000 (13:45 -0800)
gold/
PR gold/22042
* options.h (-fuse-ld): Use NULL instead of empty string.

gold/ChangeLog
gold/options.h

index bb84efa..3c0b046 100644 (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
index 2a43e8d..0437510 100644 (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