mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-28 14:08:09 +08:00
Replace "exec" with "executable" in messages.
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user