More replacing "exec" with "executable".

This commit is contained in:
Andrew Cagney 1998-10-01 11:41:41 +00:00
parent b8464c1539
commit c85a8f0003
3 changed files with 5 additions and 3 deletions

View File

@ -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),

View File

@ -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)

View File

@ -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)