diff options
author | Alan Modra <amodra@gmail.com> | 2007-08-09 11:25:58 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-08-09 11:25:58 +0000 |
commit | 151fab348eba0eef25e3faa7acbafed881f9b6e5 (patch) | |
tree | 08cc5fd2a6e0290448456242bff864c977d194a1 /gas | |
parent | 88bba78dc42680f0a6634a6784f6f188b2af2849 (diff) | |
download | gdb-151fab348eba0eef25e3faa7acbafed881f9b6e5.zip gdb-151fab348eba0eef25e3faa7acbafed881f9b6e5.tar.gz gdb-151fab348eba0eef25e3faa7acbafed881f9b6e5.tar.bz2 |
binutils/testsuite/
* 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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/all/weakref1u.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 875e2df..87642ff 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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 diff --git a/gas/testsuite/gas/all/weakref1u.d b/gas/testsuite/gas/all/weakref1u.d index f140add..e8a38bd 100644 --- a/gas/testsuite/gas/all/weakref1u.d +++ b/gas/testsuite/gas/all/weakref1u.d @@ -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 |