mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* gas/all/gas.exp (fwdexp): Run on hppa*64*-*-*. Skip on 32-bit
hppa*-*-hpux*. (octa): Likewise.
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
2010-12-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
2010-12-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||||
|
|
||||||
|
* gas/all/gas.exp (fwdexp): Run on hppa*64*-*-*. Skip on 32-bit
|
||||||
|
hppa*-*-hpux*.
|
||||||
|
(octa): Likewise.
|
||||||
|
|
||||||
* gas/cfi/cfi.exp: Skip cfi-common-6 on hppa64*-*.
|
* 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>
|
||||||
|
@ -92,7 +92,10 @@ case $target_triplet in {
|
|||||||
# ti addresses aren't octets.
|
# ti addresses aren't octets.
|
||||||
if { ![is_aout_format] } {
|
if { ![is_aout_format] } {
|
||||||
case $target_triplet in {
|
case $target_triplet in {
|
||||||
{ hppa-*-hpux* } { }
|
{ hppa*64*-*-* } {
|
||||||
|
run_dump_test fwdexp
|
||||||
|
}
|
||||||
|
{ hppa*-*-hpux* } { }
|
||||||
{ mep-*-* } { }
|
{ mep-*-* } { }
|
||||||
{ mips*-*-ecoff* } { }
|
{ mips*-*-ecoff* } { }
|
||||||
{ mmix-*-* } { }
|
{ mmix-*-* } { }
|
||||||
@ -360,7 +363,16 @@ if { ![istarget "i960-*-*"] } {
|
|||||||
run_dump_test quad
|
run_dump_test quad
|
||||||
}
|
}
|
||||||
|
|
||||||
run_dump_test octa
|
# som doesn't use .data section.
|
||||||
|
case $target_triplet in {
|
||||||
|
{ hppa*64*-*-* } {
|
||||||
|
run_dump_test octa
|
||||||
|
}
|
||||||
|
{ hppa*-*-hpux* } { }
|
||||||
|
default {
|
||||||
|
run_dump_test octa
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
# .set works differently on some targets.
|
# .set works differently on some targets.
|
||||||
case $target_triplet in {
|
case $target_triplet in {
|
||||||
|
Reference in New Issue
Block a user