mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
2002-02-18 Daniel Jacobowitz <drow@mvista.com>
* gas/sh/basic.exp: Don't run PIC tests for targets that don't support it.
This commit is contained in:
parent
6f84855018
commit
adf1461395
@ -1,3 +1,8 @@
|
||||
2002-02-18 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* gas/sh/basic.exp: Don't run PIC tests for targets that don't
|
||||
support it.
|
||||
|
||||
2002-02-14 Tom Rix <trix@redhat.com>
|
||||
|
||||
* gas/ppc/ppc.exp: Add xcoff altivec tests.
|
||||
|
@ -91,7 +91,9 @@ if [istarget sh*-*-*] then {
|
||||
# Test DSP instructions
|
||||
run_dump_test "dsp"
|
||||
|
||||
run_dump_test "pic"
|
||||
if {[istarget sh*-*elf] || [istarget sh*-linux*]} then {
|
||||
run_dump_test "pic"
|
||||
}
|
||||
|
||||
run_dump_test "pcrel"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user