blob: 1083c0882df9dac1bf8eb2936382254c9e5f0e30 [file] [log] [blame]
# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# 2005, 2006, 2007, 2008, 2009, 2010 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 3 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
# This is a list of toolchains that are supported on this board.
set_board_info target_install {mt-elf}
# Load a baseboard description for SID simulators.
load_base_board_description "basic-sid"
set_board_info ldflags "-msim [libgloss_link_flags] [newlib_link_flags]"
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 mt-gdb]"
} else {
set_board_info sim,options "-f [find_sid_conf mt-gloss]"
}
# Used by a few gcc.c-torture testcases when trampolines are used.
set_board_info gcc,no_trampolines 1
# Used by a few gcc.c-torture testcases when labels as values are used.
set_board_info gcc,no_label_values 1
# Not needed by SID anymore, but needed to suppress warning in
# gdb/testsuite/config/sid.exp.
set_board_info sim,defaultendian "-EB"
# 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"
# Tells the test harness to use pre-generated sid configurations.
set_board_info sim,protocol "sid"
# This is the name of our entry point symbol.
set_board_info gdb,start_symbol _start