* func.c(bfd_load): Don't try to print the filename if the pfbd is
NULL. * interf.c(sim_load): Pass the whole string, not just the first byte.
This commit is contained in:
parent
f4d2ff34be
commit
b5ef6d669e
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ case "${target}" in
|
|||
powerpc*-*-eabi*) if test x"$powerpc_sim" = x"yes"; then sim_target=ppc; fi ;;
|
||||
w65-*-*) sim_target=w65 ;;
|
||||
z8k*-*-*) sim_target=z8k ;;
|
||||
sparc*-*-*) sim_target=erc32 ;;
|
||||
*) sim_target=none ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue