* A few more improvements to gx jit prototype.
[deliverable/binutils-gdb.git] / gdb / remote-eb.c
index 6fbea888c24114ded245c9c1e95aaf6406ecd4de..458750eacc88bd89ac28b477f5d7a3ef553cbf98 100644 (file)
@@ -248,7 +248,7 @@ eb_create_inferior (execfile, args, env)
     error ("Can't pass arguments to remote EBMON 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.023068 seconds and 4 git commands to generate.