Replace "exec" with "executable" in messages.
This commit is contained in:
parent
24d1ff5244
commit
b8464c1539
16 changed files with 54 additions and 36 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue