From b8464c153902ebdd6496f86665378df1e43b99eb Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Thu, 1 Oct 1998 11:19:11 +0000 Subject: Replace "exec" with "executable" in messages. --- gdb/remote-st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/remote-st.c') diff --git a/gdb/remote-st.c b/gdb/remote-st.c index bba79619214..2e81dae41f3 100644 --- a/gdb/remote-st.c +++ b/gdb/remote-st.c @@ -260,7 +260,7 @@ st2000_create_inferior (execfile, args, env) error("Can't pass arguments to remote STDEBUG process"); if (execfile == 0 || exec_bfd == 0) - error("No exec file specified"); + error("No executable file specified"); entry_pt = (int) bfd_get_start_address (exec_bfd); -- cgit v1.2.1