* func.c(bfd_load): Don't try to print the filename if the pfbd is
authorRob Savoye <rob@cygnus>
Mon, 20 May 1996 03:13:02 +0000 (03:13 +0000)
committerRob Savoye <rob@cygnus>
Mon, 20 May 1996 03:13:02 +0000 (03:13 +0000)
NULL.
* interf.c(sim_load): Pass the whole string, not just the first
byte.

sim/configure.in

index 296cb8ca361729785eb9c8937b5cb866143ec563..db3712213fe0bf4b3892b5f45940566ac82f56e4 100644 (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