Add fuse-ld= for GCC linker option compatibility

* lexsup.c (ld_options): Add fuse-ld= for GCC linker option
	compatibility.
This commit is contained in:
H.J. Lu 2013-01-07 16:58:59 +00:00
parent 4f46f626dc
commit add2432034
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
* lexsup.c (ld_options): Add fuse-ld= for GCC linker option
compatibility.
2013-01-07 Patrice Dumas <pertusus@free.fr>
* ld.texinfo: Replace @ with @@ when it is part of the text.

View File

@ -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'},