diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2011-01-01 01:56:59 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2011-01-01 01:56:59 +0000 |
commit | 8941d5e8f113c6c00e3dd4eb506cf5d3ac194ce8 (patch) | |
tree | 186e39fa98abeb8b61d7b49a5442f38e016876fd /binutils/testsuite/binutils-all/objcopy.exp | |
parent | d26f9b639ca26393914ded010217bc527c1dc5b3 (diff) | |
download | binutils-gdb-8941d5e8f113c6c00e3dd4eb506cf5d3ac194ce8.tar.gz |
* binutils-all/copy-2.d: Change "hppa" to "hppa*" in not-target list.
* binutils-all/copy-3.d: Add hppa*-*-hpux* to not-target list.
* binutils-all/objcopy.exp (reverse-bytes): xfail on 32-bit hpux.
Diffstat (limited to 'binutils/testsuite/binutils-all/objcopy.exp')
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 0e2345e5cd1..7eb9ee3479e 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -131,6 +131,10 @@ if ![string match "" $got] then { set found_rev [regexp -lineanchor $want $revdata -> revdata] if {$found_orig == 0 || $found_rev == 0} then { + # som doesn't have a .data section + setup_xfail "hppa*-*-hpux*" + clear_xfail "hppa*64*-*-hpux*" + fail "objcopy --reverse-bytes" } else { scan $origdata "%2x%2x%2x%2x" b1 b2 b3 b4 |