summaryrefslogtreecommitdiffstats
path: root/gdb/remote-rdp.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-rdp.c
parent24d1ff52448629a3b9889f9b12694d0746dfdfc5 (diff)
downloadppe42-binutils-b8464c153902ebdd6496f86665378df1e43b99eb.tar.gz
ppe42-binutils-b8464c153902ebdd6496f86665378df1e43b99eb.zip
Replace "exec" with "executable" in messages.
Diffstat (limited to 'gdb/remote-rdp.c')
-rw-r--r--gdb/remote-rdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c
index 939df60cd0..35422a5321 100644
--- a/gdb/remote-rdp.c
+++ b/gdb/remote-rdp.c
@@ -1354,7 +1354,7 @@ remote_rdp_create_inferior (exec_file, allargs, env)
CORE_ADDR entry_point;
if (exec_file == 0 || exec_bfd == 0)
- error ("No exec file specified.");
+ error ("No executable file specified.");
entry_point = (CORE_ADDR) bfd_get_start_address (exec_bfd);
OpenPOWER on IntegriCloud