diff options
Diffstat (limited to 'gdb/remote-array.c')
-rw-r--r-- | gdb/remote-array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-array.c b/gdb/remote-array.c index f7878ec..c17535d 100644 --- a/gdb/remote-array.c +++ b/gdb/remote-array.c @@ -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); |