aboutsummaryrefslogtreecommitdiff
path: root/baseboards/mt-sid.exp
blob: 34e1b56ed794551a21530633bcbc4f2e9e329572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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