mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* gas/cfi/cfi.exp: Skip cfi-common-6 on hppa64*-*.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-12-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||||
|
|
||||||
|
* gas/cfi/cfi.exp: Skip cfi-common-6 on hppa64*-*.
|
||||||
|
|
||||||
2010-12-31 Richard Sandiford <rdsandiford@googlemail.com>
|
2010-12-31 Richard Sandiford <rdsandiford@googlemail.com>
|
||||||
|
|
||||||
* gas/mips/e32-rel2.d: Accept any file format.
|
* gas/mips/e32-rel2.d: Accept any file format.
|
||||||
|
@ -100,10 +100,9 @@ if { ![istarget "hppa64*-*"] } then {
|
|||||||
# This test uses .subsection/.previous which are elf-specific.
|
# This test uses .subsection/.previous which are elf-specific.
|
||||||
run_dump_test "cfi-common-5"
|
run_dump_test "cfi-common-5"
|
||||||
}
|
}
|
||||||
|
# MIPS doesn't support PC relative cfi directives.
|
||||||
|
if { ![istarget "mips*-*"] } then {
|
||||||
|
run_dump_test "cfi-common-6"
|
||||||
|
}
|
||||||
run_dump_test "cfi-common-7"
|
run_dump_test "cfi-common-7"
|
||||||
}
|
}
|
||||||
|
|
||||||
# MIPS doesn't support PC relative cfi directives.
|
|
||||||
if { ![istarget "mips*-*"] } then {
|
|
||||||
run_dump_test "cfi-common-6"
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user