PR25629, objcopy : SIGSEGV in filter_symbols
[deliverable/binutils-gdb.git] / binutils / nm.c
index 0ee3f8838654adb39054f1ad64cc4eab2b4cc288..5b386592a615c4b9decb8647db06fa7cb01e641b 100644 (file)
@@ -1701,7 +1701,7 @@ main (int argc, char **argv)
   xmalloc_set_program_name (program_name);
   bfd_set_error_program_name (program_name);
 #if BFD_SUPPORTS_PLUGINS
-  bfd_plugin_set_program_name (program_name);
+  bfd_plugin_set_program_name (program_name, 1);
 #endif
 
   START_PROGRESS (program_name, 0);
This page took 0.025914 seconds and 4 git commands to generate.