aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1996-05-20 03:13:02 +0000
committerRob Savoye <rob@cygnus>1996-05-20 03:13:02 +0000
commitb5ef6d669e51b57b6f07ec4ee12f9718cd521a95 (patch)
treec779dfad4d9fbfe4b82bd61c148c0b9edb4dbaee /sim
parentf4d2ff34bef1789eef9bed93572993ee023270e2 (diff)
downloadgdb-b5ef6d669e51b57b6f07ec4ee12f9718cd521a95.zip
gdb-b5ef6d669e51b57b6f07ec4ee12f9718cd521a95.tar.gz
gdb-b5ef6d669e51b57b6f07ec4ee12f9718cd521a95.tar.bz2
* 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.
Diffstat (limited to 'sim')
-rw-r--r--sim/configure.in1
1 files changed, 1 insertions, 0 deletions
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