public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "H.J. Lu" <hongjiu.lu@intel.com>
To: binutils@sourceware.org
Cc: iant@google.com
Subject: [gold] PATCH: Add -fuse-ld= for GCC linker option compatibility
Date: Thu, 29 Nov 2012 16:49:00 -0000	[thread overview]
Message-ID: <20121129164852.GA11082@intel.com> (raw)

Hi,

This patch adds -fuse-ld= for GCC linker option compatibility, which
I submitted:

http://gcc.gnu.org/ml/gcc-patches/2012-11/msg02389.html

OK to install?

Thanks.

H.J.
--
2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>

	* options.h (General_options): Add -fuse-ld= for GCC linker
	option compatibility.
diff --git a/gold/options.h b/gold/options.h
index 50762a5..674657e 100644
--- a/gold/options.h
+++ b/gold/options.h
@@ -1178,6 +1178,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,

             reply	other threads:[~2012-11-29 16:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-29 16:49 H.J. Lu [this message]
2012-11-29 18:01 ` Ian Lance Taylor
2013-01-07 17:00   ` H.J. Lu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121129164852.GA11082@intel.com \
    --to=hongjiu.lu@intel.com \
    --cc=binutils@sourceware.org \
    --cc=hjl.tools@gmail.com \
    --cc=iant@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).