aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/copy-3.d
diff options
context:
space:
mode:
authorDave Anglin <dave.anglin@nrc.ca>2011-01-01 01:56:59 +0000
committerDave Anglin <dave.anglin@nrc.ca>2011-01-01 01:56:59 +0000
commit8941d5e8f113c6c00e3dd4eb506cf5d3ac194ce8 (patch)
tree186e39fa98abeb8b61d7b49a5442f38e016876fd /binutils/testsuite/binutils-all/copy-3.d
parentd26f9b639ca26393914ded010217bc527c1dc5b3 (diff)
downloadbinutils-8941d5e8f113c6c00e3dd4eb506cf5d3ac194ce8.zip
binutils-8941d5e8f113c6c00e3dd4eb506cf5d3ac194ce8.tar.gz
binutils-8941d5e8f113c6c00e3dd4eb506cf5d3ac194ce8.tar.bz2
* 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/copy-3.d')
-rw-r--r--binutils/testsuite/binutils-all/copy-3.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/copy-3.d b/binutils/testsuite/binutils-all/copy-3.d
index cc2ac4c..551517c 100644
--- a/binutils/testsuite/binutils-all/copy-3.d
+++ b/binutils/testsuite/binutils-all/copy-3.d
@@ -3,7 +3,7 @@
#objcopy: --set-section-flags .text=alloc,data
#name: copy with setting section flags 3
#source: bintest.s
-#not-target: *-*-*aout *-*-*pe *-*-*coff i*86-*-cygwin* i*86-*-mingw32* m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd x86_64-*-mingw*
+#not-target: *-*-*aout *-*-*pe *-*-*coff hppa*-*-hpux* i*86-*-cygwin* i*86-*-mingw32* m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd x86_64-*-mingw*
# The .text # section in PE/COFF has a fixed set of flags and these
# cannot be changed. We skip it for them.