1 # Copyright (C) 1992, 1997, 2007, 2008, 2009 Free Software Foundation, Inc.
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 3 of the License, or
6 # (at your option) any later version.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with this program. If not, see <http://www.gnu.org/licenses/>.
16 # This file was written by Jeff Law. (law@cs.utah.edu)
22 if ![istarget "sh3*-*-*"] {
23 verbose "Tests ignored for all but sh3 based targets."
31 set srcfile ${srcdir}/${subdir}/${testfile}.s
32 set binfile ${objdir}/${subdir}/${testfile}
33 if { [gdb_compile "${srcfile}" "${binfile}" executable ""] != "" } {
38 proc all_fp_move_and_load_tests { } {
43 send_gdb "x/9i fp_move_and_load_tests\n"
48 .*fmov.s\t@r0\\+,fr0.*
50 .*fmov.s\t@\\(r0,r0\\),fr0.*
51 .*fmov.s\tfr0,@\\(r0,r0\\).*
55 .*$gdb_prompt $" { pass "fp_move_and_load_tests" }
56 -re "$gdb_prompt $" { fail "fp_move_and_load_tests" }
57 timeout { fail "(timeout) fp_move_and_load_tests" }
61 proc all_fp_arithmetic_tests { } {
66 send_gdb "x/13i fp_arithmetic_tests\n"
82 .*$gdb_prompt $" { pass "fp_arithmetic_tests" }
83 -re "$gdb_prompt $" { fail "fp_arithmetic_tests" }
84 timeout { fail "(timeout) fp_arithmetic_tests" }
88 proc all_fp_misc_tests { } {
93 send_gdb "x/10i fp_misc_tests\n"
99 .*lds\\.l\t@r3\\+,fpul.*
101 .*lds\\.l\t@r3\\+,fpscr.*
103 .*sts\\.l\tfpul,@-r3.*
105 .*sts\\.l\tfpscr,@-r3.*
106 .*$gdb_prompt $" { pass "fp_misc_tests" }
107 -re "$gdb_prompt $" { fail "fp_misc_tests" }
108 timeout { fail "(timeout) fp_misc_tests" }
114 gdb_reinitialize_dir $srcdir/$subdir
117 all_fp_move_and_load_tests
118 all_fp_arithmetic_tests