* ld-mips-elf/attr-gnu-4-45.d: Add missing "readelf" keyword.
[deliverable/binutils-gdb.git] / ld / ldmain.c
index 07f5f0923def5daf7db19fe73306cef061ec24ac..c23c55444e4a7edc198da151dc1e9f990ef43db5 100644 (file)
@@ -308,8 +308,7 @@ main (int argc, char **argv)
 
 #ifdef ENABLE_PLUGINS
   /* Now all the plugin arguments have been gathered, we can load them.  */
-  if (plugin_load_plugins ())
-    einfo (_("%P%F: %s: error loading plugin\n"), plugin_error_plugin ());
+  plugin_load_plugins ();
 #endif /* ENABLE_PLUGINS */
 
   ldemul_set_symbols ();
This page took 0.029726 seconds and 4 git commands to generate.