aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2002-06-06 06:45:12 +0000
committerJeff Law <law@redhat.com>2002-06-06 06:45:12 +0000
commite28e05a3e291e9eb3c497fe07bb251e480edec58 (patch)
tree6a336da57e621fae651944a00a697403b4c7b33e /binutils
parentf8ecb12b16adaae13e187352852113cda9c5394d (diff)
downloadgdb-e28e05a3e291e9eb3c497fe07bb251e480edec58.zip
gdb-e28e05a3e291e9eb3c497fe07bb251e480edec58.tar.gz
gdb-e28e05a3e291e9eb3c497fe07bb251e480edec58.tar.bz2
* testsuite/binutils-all/objcopy.exp: clear xfail for
"hppa*64*-*-hpux*". * testsuite/binutils-all/hppa/objdump.exp: Return if "*64*-*-*".
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog7
-rw-r--r--binutils/testsuite/binutils-all/hppa/objdump.exp2
-rw-r--r--binutils/testsuite/binutils-all/objcopy.exp2
3 files changed, 9 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 72b9f1b..acf7d73 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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>
* objcopy.c (copy_section): Don't copy SEC_GROUP sections.
diff --git a/binutils/testsuite/binutils-all/hppa/objdump.exp b/binutils/testsuite/binutils-all/hppa/objdump.exp
index 859b827..001e6df 100644
--- a/binutils/testsuite/binutils-all/hppa/objdump.exp
+++ b/binutils/testsuite/binutils-all/hppa/objdump.exp
@@ -31,7 +31,7 @@ if [istarget hppa*w-*-*] then {
}
# elf hppa assembler doesn't support .subspa
-if {[istarget *-*-*elf*] || [istarget *-*-linux*]} then {
+if {[istarget *64*-*-*] || [istarget *-*-*elf*] || [istarget *-*-linux*]} then {
return
}
diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp
index 3eb339b..f78492d 100644
--- a/binutils/testsuite/binutils-all/objcopy.exp
+++ b/binutils/testsuite/binutils-all/objcopy.exp
@@ -81,7 +81,7 @@ if ![string match "" $got] then {
setup_xfail "h8300-*-hms" "h8300-*-coff"
setup_xfail "h8500-*-hms" "h8500-*-coff"
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 "z8*-*-coff"