binutils/testsuite/
authorAlan Modra <amodra@gmail.com>
Thu, 9 Aug 2007 11:25:58 +0000 (11:25 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 9 Aug 2007 11:25:58 +0000 (11:25 +0000)
* binutils-all/copy-2.d (not-target): Match *-*-*aout.
* binutils-all/copy-3.d (not-target): Likewise.
* binutils-all/objcopy.exp (objcopy_test): Remove extraneous
setup_xfail.
gas/testsuite/
* gas/all/weakref1u.d (not-target): Match *-*-*aout.

binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/copy-2.d
binutils/testsuite/binutils-all/copy-3.d
binutils/testsuite/binutils-all/objcopy.exp
gas/testsuite/ChangeLog
gas/testsuite/gas/all/weakref1u.d

index 8c758d6f685e2229396091ddc6570b0ce00b9bfc..0c699c12d8381d8e51bb4bc12c9a8e50302d6890 100644 (file)
@@ -1,3 +1,10 @@
+2007-08-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * binutils-all/copy-2.d (not-target): Match *-*-*aout.
+       * binutils-all/copy-3.d (not-target): Likewise.
+       * binutils-all/objcopy.exp (objcopy_test): Remove extraneous
+       setup_xfail.
+
 2007-07-05  Nick Clifton  <nickc@redhat.com>
 
        * lib/utils-lib.exp: Update copyright notice to refer to GPLv3.
index 8a1ab593858f5be647baa39978048c25ed40e198..3ff9eab863026262217a71a49a09b66a06c4953c 100644 (file)
@@ -3,7 +3,7 @@
 #objcopy: --set-section-flags foo=contents,alloc,load,code
 #name: copy with setting section flags 2
 #source: copytest.s
-#not-target: *-*-aout
+#not-target: *-*-*aout
 # Note - we use copytest.s and a section named "foo" rather
 # than .text because for some file formats (eg PE) the .text
 # section has a fixed set of flags and these cannot be changed.
index 1b07817cd230c7d1c280657ae0ce48576135753f..9a79403700cfa1384d7eaa57dc1ac08d8c8210ae 100644 (file)
@@ -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* x86_64-*-mingw*
+#not-target: *-*-*aout *-*-*pe *-*-*coff i*86-*-cygwin* i*86-*-mingw32* 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.
 
index 037d879605150e9dc9a1bc57824096b0930f851a..e05e622fb26e60ad9f4a39abc6addeb9cc9b7097 100644 (file)
@@ -103,9 +103,6 @@ proc objcopy_test {testname srcfile} {
            # On OSF/1, this succeeds with gas and fails with /bin/as.
            setup_xfail "alpha*-*-osf*"
 
-           # This fails for COFF i960-vxworks targets.
-           setup_xfail "i960-*-vxworks*"
-
            fail "objcopy ($testname)"
        }
     }
index 875e2df8e62d57b2199457819405211979cfa135..87642ffa40e474dd544552802636b48a68638dba 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/all/weakref1u.d (not-target): Match *-*-*aout.
+
 2007-07-29  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR binutils/4834
index f140addc338d995a8f71c34f25ef400c80e3989e..e8a38bd7fe2ddd62c489eb5de7c4662f32e3dd01 100644 (file)
@@ -3,7 +3,7 @@
 #source: weakref1.s
 # aout turns undefined into *ABS* symbols.
 # see weakref1.d for comments on the other not-targets
-#not-target: *-*-aout ns32k-*-netbsd alpha*-*-osf* *-*-ecoff pdp11-*-aout
+#not-target: *-*-*aout ns32k-*-netbsd alpha*-*-osf* *-*-ecoff
 
 # the rest of this file is generated with the following script:
 # # script begin
This page took 0.032575 seconds and 4 git commands to generate.