]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
More replacing "exec" with "executable".
authorAndrew Cagney <cagney@redhat.com>
Thu, 1 Oct 1998 11:41:41 +0000 (11:41 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 1 Oct 1998 11:41:41 +0000 (11:41 +0000)
gdb/ChangeLog
gdb/arm-xdep.c
gdb/convex-tdep.c

index abcc581c1a36e9f81e960cbe58b683c733069471..21fea7f3ee4641393495e12961e53053c04ac925 100644 (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),
index f0b3b99f4339a3cf963c4dd7d441d43bb326fc05..5fdc3e1b2ee8b465a760f6de57b63de1faed2583 100644 (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)
index 75a90bc4a80d928b826cd4b7b570fab4b26113e0..7ff884267eeacb3927d0876f841c3f7e4197cf8d 100644 (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)