* 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:
Rob Savoye 1996-05-20 03:13:02 +00:00
parent f4d2ff34be
commit b5ef6d669e
1 changed files with 1 additions and 0 deletions

View File

@ -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