aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/arm-xdep.c2
-rw-r--r--gdb/convex-tdep.c2
3 files changed, 5 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index abcc581..21fea7f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,8 @@
Thu Oct 1 20:52:39 1998 Andrew Cagney <cagney@b1.cygnus.com>
- * remote-rdp.c (remote_rdp_create_inferior), remote-os9k.c
+ * exec.c (exec_file_command), convex-tdep.c (exec_file_command),
+ arm-xdep.c (exec_file_command), remote-rdp.c
+ (remote_rdp_create_inferior), remote-os9k.c
(rombug_create_inferior), remote-mm.c (mm_create_inferior),
remote-eb.c (eb_create_inferior), remote-es.c
(es1800_create_inferior), remote-rdi.c (arm_rdi_create_inferior),
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)
diff --git a/gdb/convex-tdep.c b/gdb/convex-tdep.c
index 75a90bc..7ff8842 100644
--- a/gdb/convex-tdep.c
+++ b/gdb/convex-tdep.c
@@ -123,7 +123,7 @@ exec_file_command (filename, from_tty)
validate_files ();
}
else if (from_tty)
- printf_filtered ("No exec file now.\n");
+ printf_filtered ("No executable file now.\n");
/* Tell display code (if any) about the changed file name. */
if (exec_file_display_hook)