c3e1c28ebf
If a plugin has been loaded already, we should warn and return, instead of adding it on the plugin list. PR ld/20321 * plugin.c (plugin_opt_plugin): Warn and return if plugin has been loaded already. * testsuite/ld-plugin/lto.exp: Run PR ld/20321 test. * testsuite/ld-plugin/pr20321.c: New file.
4 lines
31 B
C
4 lines
31 B
C
int main(void)
|
|
{
|
|
return 0;
|
|
}
|