This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug driver/55470] Support -fuse-ld=bfd and -fuse-ld=gold


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


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