aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-nindy.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-nindy.c')
-rw-r--r--gdb/remote-nindy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-nindy.c b/gdb/remote-nindy.c
index 1b73de2..17096f9 100644
--- a/gdb/remote-nindy.c
+++ b/gdb/remote-nindy.c
@@ -591,7 +591,7 @@ nindy_create_inferior (execfile, args, env)
error ("Can't pass arguments to remote NINDY 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);