From: Rob Savoye Date: Mon, 20 May 1996 03:13:02 +0000 (+0000) Subject: * func.c(bfd_load): Don't try to print the filename if the pfbd is X-Git-Tag: gdb-4_18~8655 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5ef6d669e51b57b6f07ec4ee12f9718cd521a95;p=external%2Fbinutils.git * 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. --- diff --git a/sim/configure.in b/sim/configure.in index 296cb8c..db37122 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -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