From add2432034a221c32049d104accf4c0c11934106 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 7 Jan 2013 16:58:59 +0000 Subject: Add fuse-ld= for GCC linker option compatibility * lexsup.c (ld_options): Add fuse-ld= for GCC linker option compatibility. --- ld/ChangeLog | 5 +++++ ld/lexsup.c | 3 +++ 2 files changed, 8 insertions(+) (limited to 'ld') diff --git a/ld/ChangeLog b/ld/ChangeLog index dbc37f9..77de10e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2013-01-07 H.J. Lu + + * lexsup.c (ld_options): Add fuse-ld= for GCC linker option + compatibility. + 2013-01-07 Patrice Dumas * ld.texinfo: Replace @ with @@ when it is part of the text. diff --git a/ld/lexsup.c b/ld/lexsup.c index 35041b1..4fd929a 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -175,6 +175,9 @@ static const struct ld_option ld_options[] = '\0', NULL, N_("Ignored for GCC LTO option compatibility"), ONE_DASH }, #endif /* ENABLE_PLUGINS */ + { {"fuse-ld=", required_argument, NULL, OPTION_IGNORE}, + '\0', NULL, N_("Ignored for GCC linker option compatibility"), + ONE_DASH }, { {"Qy", no_argument, NULL, OPTION_IGNORE}, '\0', NULL, N_("Ignored for SVR4 compatibility"), ONE_DASH }, { {"emit-relocs", no_argument, NULL, 'q'}, -- cgit v1.1