mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08: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:
@ -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>
|
2002-02-14 Tom Rix <trix@redhat.com>
|
||||||
|
|
||||||
* gas/ppc/ppc.exp: Add xcoff altivec tests.
|
* gas/ppc/ppc.exp: Add xcoff altivec tests.
|
||||||
|
@ -91,7 +91,9 @@ if [istarget sh*-*-*] then {
|
|||||||
# Test DSP instructions
|
# Test DSP instructions
|
||||||
run_dump_test "dsp"
|
run_dump_test "dsp"
|
||||||
|
|
||||||
|
if {[istarget sh*-*elf] || [istarget sh*-linux*]} then {
|
||||||
run_dump_test "pic"
|
run_dump_test "pic"
|
||||||
|
}
|
||||||
|
|
||||||
run_dump_test "pcrel"
|
run_dump_test "pcrel"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user