From c85a8f0003681fbbcfff38dd48cf51f0154a385e Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 1 Oct 1998 11:41:41 +0000 Subject: [PATCH] More replacing "exec" with "executable". --- gdb/ChangeLog | 4 +++- gdb/arm-xdep.c | 2 +- gdb/convex-tdep.c | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index abcc581c1a3..21fea7f3ee4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,8 @@ Thu Oct 1 20:52:39 1998 Andrew Cagney - * 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 f0b3b99f433..5fdc3e1b2ee 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 75a90bc4a80..7ff884267ee 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) -- 2.30.2