* pe-dll.c (fill_edata): don't strip underscores
[deliverable/binutils-gdb.git] / gdb / remote-array.c
index f7878ecd6a34ba27a646b8469ee0347ab3466b2b..c17535d516849f1abd93e42b2bf29705d8aa5250 100644 (file)
@@ -530,7 +530,7 @@ array_create_inferior (execfile, args, env)
     error("Can't pass arguments to remote MONITOR process");
 
   if (execfile == 0 || exec_bfd == 0)
-    error("No exec file specified");
+    error("No executable file specified");
 
   entry_pt = (int) bfd_get_start_address (exec_bfd);
 
This page took 0.023501 seconds and 4 git commands to generate.