File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2222#
2323
2424require allow_altivec_tests
25- require {istarget "powerpc*"}
2625
2726standard_testfile
2827
Original file line number Diff line number Diff line change 2222#
2323
2424require allow_altivec_tests
25- require {istarget "powerpc*"}
2625
2726standard_testfile
2827
Original file line number Diff line number Diff line change 2020# 0 to 31 in each of the 16 bytes of each corresponding register, and
2121# we then check if gdb sees these same values.
2222
23- require allow_altivec_tests {[istarget "powerpc*"}
23+ require allow_altivec_tests
2424
2525standard_testfile
2626
Original file line number Diff line number Diff line change @@ -3471,6 +3471,11 @@ gdb_caching_proc allow_altivec_tests {
34713471 return 0
34723472 }
34733473
3474+ if {![istarget powerpc*]} {
3475+ verbose "$me: PPC target required, returning 0" 2
3476+ return 0
3477+ }
3478+
34743479 # Make sure we have a compiler that understands altivec.
34753480 if [test_compiler_info gcc*] {
34763481 set compile_flags "additional_flags=-maltivec"
You can’t perform that action at this time.
0 commit comments