From f987a712b16ca177d5d401b91f78cac9c8edfa13 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 20 Dec 2005 09:46:36 +0000 Subject: 2005-12-20 Nathan Sidwell * baseboards/ms1-sid.exp: Rename from this .. * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within. --- ChangeLog | 5 +++++ baseboards/ms1-sid.exp | 38 -------------------------------------- baseboards/mt-sid.exp | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 38 deletions(-) delete mode 100644 baseboards/ms1-sid.exp create mode 100644 baseboards/mt-sid.exp diff --git a/ChangeLog b/ChangeLog index b2be36b..f8a7a64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-20 Nathan Sidwell + + * baseboards/ms1-sid.exp: Rename from this .. + * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within. + 2005-12-20 Ben Elliston * config.guess: Update to most recent version. diff --git a/baseboards/ms1-sid.exp b/baseboards/ms1-sid.exp deleted file mode 100644 index 79d9368..0000000 --- a/baseboards/ms1-sid.exp +++ /dev/null @@ -1,38 +0,0 @@ -# This is a list of toolchains that are supported on this board. -set_board_info target_install {ms1-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 ms1-gdb]" -} else { - set_board_info sim,options "-f [find_sid_conf ms1-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" - -#verbose "Using simulator [board_info $board sim]\n" -#set_board_info sim [find_sid "ms1-elf"] - -# 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 diff --git a/baseboards/mt-sid.exp b/baseboards/mt-sid.exp new file mode 100644 index 0000000..34e1b56 --- /dev/null +++ b/baseboards/mt-sid.exp @@ -0,0 +1,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 -- cgit v1.1