This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gold commit ob] PR 22042: Fix help string for -fuse-ld


I've committed the following patch for PR 22042.

-cary


2017-12-01  Cary Coutant  <ccoutant@gmail.com>

        PR gold/22042
        * options.h (-fuse-ld): Use NULL instead of empty string.

diff --git a/gold/options.h b/gold/options.h
index 2a43e8d4e0..0437510ff9 100644
--- a/gold/options.h
+++ b/gold/options.h
@@ -894,7 +894,7 @@ class General_options

   DEFINE_string(fuse_ld, options::ONE_DASH, '\0', "",
                N_("Ignored for GCC linker option compatibility"),
-               "");
+               NULL);

   // g


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]