mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
* testsuite/binutils-all/objcopy.exp: clear xfail for
"hppa*64*-*-hpux*". * testsuite/binutils-all/hppa/objdump.exp: Return if "*64*-*-*".
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
|
||||||
|
|
||||||
|
* testsuite/binutils-all/objcopy.exp: clear xfail for
|
||||||
|
"hppa*64*-*-hpux*".
|
||||||
|
* testsuite/binutils-all/hppa/objdump.exp: Return if
|
||||||
|
"*64*-*-*".
|
||||||
|
|
||||||
2002-06-05 Alan Modra <amodra@bigpond.net.au>
|
2002-06-05 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* objcopy.c (copy_section): Don't copy SEC_GROUP sections.
|
* objcopy.c (copy_section): Don't copy SEC_GROUP sections.
|
||||||
|
@ -31,7 +31,7 @@ if [istarget hppa*w-*-*] then {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# elf hppa assembler doesn't support .subspa
|
# elf hppa assembler doesn't support .subspa
|
||||||
if {[istarget *-*-*elf*] || [istarget *-*-linux*]} then {
|
if {[istarget *64*-*-*] || [istarget *-*-*elf*] || [istarget *-*-linux*]} then {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ if ![string match "" $got] then {
|
|||||||
setup_xfail "h8300-*-hms" "h8300-*-coff"
|
setup_xfail "h8300-*-hms" "h8300-*-coff"
|
||||||
setup_xfail "h8500-*-hms" "h8500-*-coff"
|
setup_xfail "h8500-*-hms" "h8500-*-coff"
|
||||||
setup_xfail "hppa*-*-*"
|
setup_xfail "hppa*-*-*"
|
||||||
clear_xfail "hppa*-*-*elf*" "hppa*-*-linux*"
|
clear_xfail "hppa*64*-*-hpux*" "hppa*-*-*elf*" "hppa*-*-linux*"
|
||||||
setup_xfail "m88*-*-coff" "m88*-motorola-sysv*"
|
setup_xfail "m88*-*-coff" "m88*-motorola-sysv*"
|
||||||
setup_xfail "z8*-*-coff"
|
setup_xfail "z8*-*-coff"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user