Replace "exec" with "executable" in messages.

This commit is contained in:
Andrew Cagney 1998-10-01 11:19:11 +00:00
parent 24d1ff5244
commit b8464c1539
16 changed files with 54 additions and 36 deletions

View file

@ -530,7 +530,7 @@ array_create_inferior (execfile, args, env)
error("Can't pass arguments to remote MONITOR 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);