aboutsummaryrefslogtreecommitdiff
path: root/baseboards/sh-sid.exp
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2002-04-26 05:56:49 +0000
committerRob Savoye <rob@welcomehome.org>2002-04-26 05:56:49 +0000
commit8e999bd54e64578213f0a0437b1bd722b1d018e8 (patch)
treecb701dc4e9178920c99cffb73f96fc861b2a0941 /baseboards/sh-sid.exp
parent161152e05e980864d937c381a32b49e6e5c497ed (diff)
downloaddejagnu-8e999bd54e64578213f0a0437b1bd722b1d018e8.zip
dejagnu-8e999bd54e64578213f0a0437b1bd722b1d018e8.tar.gz
dejagnu-8e999bd54e64578213f0a0437b1bd722b1d018e8.tar.bz2
2002-04-19 Nick Clifton <nickc@cambridge.redhat.com>
* Import files from sourceware dejagnu repository: 2002-03-15 Chris Demetriou <cgd@broadcom.com> * baseboards/mips-sim-idt32.exp: New file. 2002-01-21 Ben Elliston <bje@redhat.com> * baseboards/sh-sid.exp: New file. 2001-11-26 Thomas Fitzsimmons <fitzsim@redhat.com> * baseboards/i386-sid.exp: New file. 2001-10-10 Frank Ch. Eigler <fche@redhat.com> * config/sid.exp (set_host_info): New proc. Call it to set gdb,nointerrupt flag to work around framework problems. 2001-08-24 Frank Ch. Eigler <fche@redhat.com> * baseboards/basic-sid.exp (find_sid_conf): Tolerate not finding path to pregen configuration file. 2001-02-22 Ben Elliston <bje@redhat.com> * config/sid.exp: New file. * baseboards/basic-sid.exp: Likewise. * baseboards/arm-sid.exp: Likewise. * baseboards/m32r-sid.exp: Likewise. * baseboards/m68k-sid.exp: Likewise.
Diffstat (limited to 'baseboards/sh-sid.exp')
-rw-r--r--baseboards/sh-sid.exp25
1 files changed, 25 insertions, 0 deletions
diff --git a/baseboards/sh-sid.exp b/baseboards/sh-sid.exp
new file mode 100644
index 0000000..e41bfe8
--- /dev/null
+++ b/baseboards/sh-sid.exp
@@ -0,0 +1,25 @@
+# This is a list of toolchains that are supported on this board.
+set_board_info target_install {sh-elf}
+
+# Load a baseboard description for SID simulators.
+load_base_board_description "basic-sid"
+
+process_multilib_options ""
+
+verbose "Using simulator [board_info $board sim]\n"
+set_board_info sim [find_rawsid]
+if { ${tool} == "gdb" } {
+ set_board_info sim,options "-f [find_sid_conf sh-gdb]"
+} else {
+ set_board_info sim,options "-f [find_sid_conf sh-gloss]"
+}
+
+# Load the generic configuration for this board. This will define a basic set
+# of routines needed by the tool to communicate with the board.
+load_generic_config "sid"
+
+# default endian: big
+# set_board_info sim,defaultendian "-EB"
+
+# Tells the test harness to use pre-generated sid configurations.
+set_board_info sim,protocol "sid"