aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-es.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-10-01 11:19:11 +0000
committerAndrew Cagney <cagney@redhat.com>1998-10-01 11:19:11 +0000
commitb8464c153902ebdd6496f86665378df1e43b99eb (patch)
treebfb4d9d214257ebd67f280789cd2d6385dd4bb55 /gdb/remote-es.c
parent24d1ff52448629a3b9889f9b12694d0746dfdfc5 (diff)
downloadgdb-b8464c153902ebdd6496f86665378df1e43b99eb.zip
gdb-b8464c153902ebdd6496f86665378df1e43b99eb.tar.gz
gdb-b8464c153902ebdd6496f86665378df1e43b99eb.tar.bz2
Replace "exec" with "executable" in messages.
Diffstat (limited to 'gdb/remote-es.c')
-rw-r--r--gdb/remote-es.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-es.c b/gdb/remote-es.c
index 61c2be4..3ea2e7b 100644
--- a/gdb/remote-es.c
+++ b/gdb/remote-es.c
@@ -1468,7 +1468,7 @@ es1800_create_inferior (execfile, args, env)
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);