1 # Copyright (C) 1992-2019 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)
18 if ![istarget "sh3*-*-*"] {
19 verbose "Tests ignored for all but sh3 based targets."
25 set srcfile ${srcdir}/${subdir}/${testfile}.s
26 set binfile ${objdir}/${subdir}/${testfile}
27 if { [gdb_compile "${srcfile}" "${binfile}" executable ""] != "" } {
28 untested "failed to compile"
32 proc all_fp_move_and_load_tests { } {
37 send_gdb "x/9i fp_move_and_load_tests\n"
42 .*fmov.s\t@r0\\+,fr0.*
44 .*fmov.s\t@\\(r0,r0\\),fr0.*
45 .*fmov.s\tfr0,@\\(r0,r0\\).*
49 .*$gdb_prompt $" { pass "fp_move_and_load_tests" }
50 -re "$gdb_prompt $" { fail "fp_move_and_load_tests" }
51 timeout { fail "(timeout) fp_move_and_load_tests" }
55 proc all_fp_arithmetic_tests { } {
60 send_gdb "x/13i fp_arithmetic_tests\n"
76 .*$gdb_prompt $" { pass "fp_arithmetic_tests" }
77 -re "$gdb_prompt $" { fail "fp_arithmetic_tests" }
78 timeout { fail "(timeout) fp_arithmetic_tests" }
82 proc all_fp_misc_tests { } {
87 send_gdb "x/10i fp_misc_tests\n"
93 .*lds\\.l\t@r3\\+,fpul.*
95 .*lds\\.l\t@r3\\+,fpscr.*
97 .*sts\\.l\tfpul,@-r3.*
99 .*sts\\.l\tfpscr,@-r3.*
100 .*$gdb_prompt $" { pass "fp_misc_tests" }
101 -re "$gdb_prompt $" { fail "fp_misc_tests" }
102 timeout { fail "(timeout) fp_misc_tests" }
108 gdb_reinitialize_dir $srcdir/$subdir
111 all_fp_move_and_load_tests
112 all_fp_arithmetic_tests