aboutsummaryrefslogtreecommitdiff
path: root/baseboards
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-10-13 00:54:32 +0000
committerBen Elliston <bje@gnu.org>2003-10-13 00:54:32 +0000
commit343e598b0a813b5367a30c6c84035b23c834fbb9 (patch)
treed35e0ecbf21be436a6f9bf4fff32076e72159b93 /baseboards
parented5501b22eb247f9a1885fb5f357851c7b54150a (diff)
downloaddejagnu-343e598b0a813b5367a30c6c84035b23c834fbb9.zip
dejagnu-343e598b0a813b5367a30c6c84035b23c834fbb9.tar.gz
dejagnu-343e598b0a813b5367a30c6c84035b23c834fbb9.tar.bz2
* baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
Diffstat (limited to 'baseboards')
-rw-r--r--baseboards/sh-hms-sim.exp67
1 files changed, 0 insertions, 67 deletions
diff --git a/baseboards/sh-hms-sim.exp b/baseboards/sh-hms-sim.exp
deleted file mode 100644
index 4678b3a..0000000
--- a/baseboards/sh-hms-sim.exp
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software
-# Foundation, Inc.
-#
-# This file is part of DejaGnu.
-#
-# DejaGnu is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# DejaGnu is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with DejaGnu; if not, write to the Free Software Foundation,
-# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-# This is a list of toolchains that are supported on this board.
-set_board_info target_install {sh-hms}
-
-# 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 "sim"
-
-# basic-sim.exp is a basic description for the standard Cygnus simulator.
-load_base_board_description "basic-sim"
-
-# The name of the directory in the build tree that the simulator lives in
-# is "sh".
-setup_sim sh
-
-# No multilib flags needed by default.
-process_multilib_options ""
-
-# The compiler used to build for this board. This has *nothing* to do
-# with what compiler is tested if we're testing gcc.
-set_board_info compiler "[find_gcc]"
-
-# We only support newlib on this target.
-# However, we include libgloss so we can find the linker scripts.
-set_board_info cflags "[newlib_include_flags] [libgloss_include_flags]"
-set_board_info ldflags "[newlib_link_flags]"
-# No linker script for this board.
-set_board_info ldscript ""
-# The simulator doesn't return exit statuses and we need to indicate this.
-# Doesn't work on SH yet.
-# set_board_info needs_status_wrapper 1
-# Can't pass arguments to this target.
-set_board_info noargs 1
-# No signals.
-set_board_info gdb,nosignals 1
-# And it can't call functions.
-set_board_info gdb,cannot_call_functions 1
-
-# Used by a few gcc.c-torture testcases to delimit how large the stack can
-# be.
-set_board_info gcc,stack_size 16384
-
-# Need to pass -mieee in order to for the compiler to be IEEE-fp compliant.
-set_board_info ieee_multilib_flags "-mieee"
-
-#We want to pass "18" to GDB"s "targt sim" command.
-set_board_info gdb,target_sim_options "18"
-#and the standalone simulator
-set_board_info sim,options "-m 18"