public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/55470] New: Enable both ld and gold in gcc
@ 2012-11-26 13:38 hjl.tools at gmail dot com
  2012-12-01 19:24 ` [Bug driver/55470] Support -fuse-ld=bfd and -fuse-ld=gold hjl.tools at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2012-11-26 13:38 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55470

             Bug #: 55470
           Summary: Enable both ld and gold in gcc
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com
                CC: dnovillo@google.com, doko@debian.org, nickc@redhat.com


This patch:

http://gcc.gnu.org/ml/gcc-patches/2011-06/msg02076.html

enables both ld and gold in gcc.  It was suggested for
trunk:

http://gcc.gnu.org/ml/gcc-patches/2011-06/msg02121.html


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

* [Bug driver/55470] Support -fuse-ld=bfd and -fuse-ld=gold
  2012-11-26 13:38 [Bug driver/55470] New: Enable both ld and gold in gcc hjl.tools at gmail dot com
@ 2012-12-01 19:24 ` hjl.tools at gmail dot com
  2013-01-07 16:55 ` hjl at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2012-12-01 19:24 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55470

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Enable both ld and gold in  |Support -fuse-ld=bfd and
                   |gcc                         |-fuse-ld=gold

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-12-01 19:24:38 UTC ---
A minimum patch is at

http://gcc.gnu.org/git/?p=gcc.git;a=patch;h=ae2d4a12a0be6dd66db9d87d5caddd9496b13981


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

* [Bug driver/55470] Support -fuse-ld=bfd and -fuse-ld=gold
  2012-11-26 13:38 [Bug driver/55470] New: Enable both ld and gold in gcc hjl.tools at gmail dot com
  2012-12-01 19:24 ` [Bug driver/55470] Support -fuse-ld=bfd and -fuse-ld=gold hjl.tools at gmail dot com
@ 2013-01-07 16:55 ` hjl at gcc dot gnu.org
  2013-01-07 17:17 ` hjl.tools at gmail dot com
  2015-04-07 21:19 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hjl at gcc dot gnu.org @ 2013-01-07 16:55 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55470

--- Comment #2 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2013-01-07 16:54:39 UTC ---
Author: hjl
Date: Mon Jan  7 16:54:33 2013
New Revision: 194983

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194983
Log:
Support -fuse-ld=bfd and -fuse-ld=gold

    PR driver/55470
    * collect2.c (main): Support -fuse-ld=bfd and -fuse-ld=gold.

    * common.opt: Add fuse-ld=bfd and fuse-ld=gold.

    * gcc.c (LINK_COMMAND_SPEC): Pass -fuse-ld=* to collect2.

    * opts.c (comman_handle_option): Ignore -fuse-ld=bfd and
    -fuse-ld=gold.

    * doc/invoke.texi: Document -fuse-ld=bfd and -fuse-ld=gold.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/collect2.c
    trunk/gcc/common.opt
    trunk/gcc/doc/invoke.texi
    trunk/gcc/gcc.c
    trunk/gcc/opts.c


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

* [Bug driver/55470] Support -fuse-ld=bfd and -fuse-ld=gold
  2012-11-26 13:38 [Bug driver/55470] New: Enable both ld and gold in gcc hjl.tools at gmail dot com
  2012-12-01 19:24 ` [Bug driver/55470] Support -fuse-ld=bfd and -fuse-ld=gold hjl.tools at gmail dot com
  2013-01-07 16:55 ` hjl at gcc dot gnu.org
@ 2013-01-07 17:17 ` hjl.tools at gmail dot com
  2015-04-07 21:19 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2013-01-07 17:17 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55470

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.8.0

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2013-01-07 17:17:13 UTC ---
Fixed.


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

* [Bug driver/55470] Support -fuse-ld=bfd and -fuse-ld=gold
  2012-11-26 13:38 [Bug driver/55470] New: Enable both ld and gold in gcc hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2013-01-07 17:17 ` hjl.tools at gmail dot com
@ 2015-04-07 21:19 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2015-04-07 21:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55470

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fche at redhat dot com

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
*** Bug 52982 has been marked as a duplicate of this bug. ***


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

end of thread, other threads:[~2015-04-07 21:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-26 13:38 [Bug driver/55470] New: Enable both ld and gold in gcc hjl.tools at gmail dot com
2012-12-01 19:24 ` [Bug driver/55470] Support -fuse-ld=bfd and -fuse-ld=gold hjl.tools at gmail dot com
2013-01-07 16:55 ` hjl at gcc dot gnu.org
2013-01-07 17:17 ` hjl.tools at gmail dot com
2015-04-07 21:19 ` hjl.tools at gmail dot com

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