Add -fuse-ld= for GCC linker option compatibility
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 7 Jan 2013 16:57:57 +0000 (16:57 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 7 Jan 2013 16:57:57 +0000 (16:57 +0000)
* options.h (General_options): Add -fuse-ld= for GCC linker
option compatibility.

gold/ChangeLog
gold/options.h

index ad8e4a754b9728f36a87f9dbff67cd264208063a..b7876d4d020ed5e4d12b51bdf70d9a43915d634e 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * options.h (General_options): Add -fuse-ld= for GCC linker
+       option compatibility.
+
 2013-01-04  Cary Coutant  <ccoutant@google.com>
 
        * configure.ac: Fix typo restoring CXXFLAGS.
@@ -5,9 +10,9 @@
 
 2013-01-04  Cary Coutant  <ccoutant@google.com>
 
-       * testsuite/Makefile.am (CXXLINK_S): New macro.
-       (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S.
-       * testsuite/Makefile.in: Regenerate.
+       * testsuite/Makefile.am (CXXLINK_S): New macro.
+       (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S.
+       * testsuite/Makefile.in: Regenerate.
 
 2013-01-02  H.J. Lu  <hongjiu.lu@intel.com>
 
index 38f0c00ad2653bc05c9b30c45f07c5a0527934d7..1eb2da207d5db970254370d1691b54d7faf0d4dc 100644 (file)
@@ -1199,6 +1199,10 @@ class General_options
   DEFINE_special(end_lib, options::TWO_DASHES, '\0',
                  N_("End a library "), NULL);
 
+  DEFINE_string(fuse_ld, options::ONE_DASH, '\0', "",
+               N_("Ignored for GCC linker option compatibility"),
+               "");
+
   // The -z options.
 
   DEFINE_bool(combreloc, options::DASH_Z, '\0', true,
This page took 0.034051 seconds and 4 git commands to generate.