aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/copy-3.d
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-09-13 15:36:14 +0930
committerAlan Modra <amodra@gmail.com>2018-09-15 16:24:18 +0930
commite8d88459e6f60c13c83c3b640ccc495402e36eaf (patch)
tree348cc5dd66c71f92f64d3f971859356218d72b13 /binutils/testsuite/binutils-all/copy-3.d
parent04ade4bc669b28b3994197d154cb392515c758d4 (diff)
downloadbinutils-e8d88459e6f60c13c83c3b640ccc495402e36eaf.zip
binutils-e8d88459e6f60c13c83c3b640ccc495402e36eaf.tar.gz
binutils-e8d88459e6f60c13c83c3b640ccc495402e36eaf.tar.bz2
binutils run_dump_test rename not-target and not-skip
Use notarget and noskip, like the ld testsuite. * testsuite/binutils-all/copy-2.d, * testsuite/binutils-all/copy-3.d, * testsuite/binutils-all/copy-4.d, * testsuite/binutils-all/elfedit-1.d, * testsuite/binutils-all/note-1.d, * testsuite/binutils-all/note-2-64.d, * testsuite/binutils-all/strip-11.d, * testsuite/binutils-all/strip-13.d, * testsuite/binutils-all/strip-14.d, * testsuite/binutils-all/testranges.d, * testsuite/binutils-all/x86-64/pr23494a-x32.d, * testsuite/binutils-all/x86-64/pr23494a.d, * testsuite/binutils-all/x86-64/pr23494b-x32.d, * testsuite/binutils-all/x86-64/pr23494b.d, * testsuite/binutils-all/x86-64/pr23494c-x32.d, * testsuite/binutils-all/x86-64/pr23494c.d, * testsuite/binutils-all/x86-64/pr23494d-x32.d, * testsuite/binutils-all/x86-64/pr23494d.d, * testsuite/binutils-all/x86-64/pr23494e-x32.d, * testsuite/binutils-all/x86-64/pr23494e.d, * testsuite/lib/utils-lib.exp (run_dump_test): Replace not-target and not-skip with notarget and noskip.
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 b635cb8..92d81e0 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 *-*-*coff *-*-cygwin* *-*-darwin *-*-mingw* *-*-go32 *-*-*pe hppa*-*-hpux* ns32k-*-netbsd powerpc-*-aix* rs6000-*-* rx-*-*
+#notarget: *-*-*aout *-*-*coff *-*-cygwin* *-*-darwin *-*-mingw* *-*-go32 *-*-*pe hppa*-*-hpux* ns32k-*-netbsd powerpc-*-aix* rs6000-*-* rx-*-*
# The .text # section in PE/COFF has a fixed set of flags and these
# cannot be changed. We skip it for them.