public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [gold] PATCH: Add -fuse-ld= for GCC linker option compatibility
@ 2012-11-29 16:49 H.J. Lu
  2012-11-29 18:01 ` Ian Lance Taylor
  0 siblings, 1 reply; 3+ messages in thread
From: H.J. Lu @ 2012-11-29 16:49 UTC (permalink / raw)
  To: binutils; +Cc: iant

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,

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gold] PATCH: Add -fuse-ld= for GCC linker option compatibility
  2012-11-29 16:49 [gold] PATCH: Add -fuse-ld= for GCC linker option compatibility H.J. Lu
@ 2012-11-29 18:01 ` Ian Lance Taylor
  2013-01-07 17:00   ` H.J. Lu
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Lance Taylor @ 2012-11-29 18:01 UTC (permalink / raw)
  To: H.J. Lu; +Cc: binutils

On Thu, Nov 29, 2012 at 8:48 AM, H.J. Lu <hongjiu.lu@intel.com> wrote:
>
> 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.

This is OK if the GCC options is accepted.

Thanks.

Ian

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gold] PATCH: Add -fuse-ld= for GCC linker option compatibility
  2012-11-29 18:01 ` Ian Lance Taylor
@ 2013-01-07 17:00   ` H.J. Lu
  0 siblings, 0 replies; 3+ messages in thread
From: H.J. Lu @ 2013-01-07 17:00 UTC (permalink / raw)
  To: Ian Lance Taylor; +Cc: binutils

On Thu, Nov 29, 2012 at 10:01 AM, Ian Lance Taylor <iant@google.com> wrote:
> On Thu, Nov 29, 2012 at 8:48 AM, H.J. Lu <hongjiu.lu@intel.com> wrote:
>>
>> 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.
>
> This is OK if the GCC options is accepted.
>
> Thanks.
>
> Ian

GCC patch has been checked in.  I checked in the gold patch
as well as the ld patch:

http://sourceware.org/ml/binutils/2012-11/msg00431.html

-- 
H.J.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-07 17:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-29 16:49 [gold] PATCH: Add -fuse-ld= for GCC linker option compatibility H.J. Lu
2012-11-29 18:01 ` Ian Lance Taylor
2013-01-07 17:00   ` H.J. Lu

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).