Andreas Schwab <sch...@redhat.com> writes: > Rafael Espindola <espind...@google.com> writes: > >> diff --git a/gcc/common.opt b/gcc/common.opt >> index b57234a..9e4cf12 100644 >> --- a/gcc/common.opt >> +++ b/gcc/common.opt >> @@ -1391,6 +1391,11 @@ funwind-tables >> Common Report Var(flag_unwind_tables) Optimization >> Just generate unwind tables for exception handling >> >> +fuse-linker-plugin >> +Common Var(flag_use_linker_plugin) >> +Ignored. Is is used by the driver, but passed to the compiler because it >> starts >> +with an f. > > Perhaps this should be an Undocumented option. I don't think you need a > Var anyway.
Agreed on both counts. Ian