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

@@ -340,7 +340,7 @@ arm_rdi_create_inferior (exec_file, args, env)
CORE_ADDR entry_point;
if (exec_file == 0 || exec_bfd == 0)
error ("No exec file specified.");
error ("No executable file specified.");
entry_point = (CORE_ADDR) bfd_get_start_address (exec_bfd);