aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-xdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-10-01 11:41:41 +0000
committerAndrew Cagney <cagney@redhat.com>1998-10-01 11:41:41 +0000
commitc85a8f0003681fbbcfff38dd48cf51f0154a385e (patch)
tree1219ec9965d6bb77205251dae4bb5ecbb03862fa /gdb/arm-xdep.c
parentb8464c153902ebdd6496f86665378df1e43b99eb (diff)
downloadgdb-c85a8f0003681fbbcfff38dd48cf51f0154a385e.zip
gdb-c85a8f0003681fbbcfff38dd48cf51f0154a385e.tar.gz
gdb-c85a8f0003681fbbcfff38dd48cf51f0154a385e.tar.bz2
More replacing "exec" with "executable".
Diffstat (limited to 'gdb/arm-xdep.c')
-rw-r--r--gdb/arm-xdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arm-xdep.c b/gdb/arm-xdep.c
index f0b3b99..5fdc3e1 100644
--- a/gdb/arm-xdep.c
+++ b/gdb/arm-xdep.c
@@ -386,7 +386,7 @@ exec_file_command (filename, from_tty)
validate_files ();
}
else if (from_tty)
- printf ("No exec file now.\n");
+ printf ("No executable file now.\n");
/* Tell display code (if any) about the changed file name. */
if (exec_file_display_hook)