* binutils-all/i386/i386.exp: Don't run on linuxaout.
authorAlan Modra <amodra@gmail.com>
Thu, 16 Sep 2010 00:42:00 +0000 (00:42 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 16 Sep 2010 00:42:00 +0000 (00:42 +0000)
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/i386/i386.exp

index 93c493762f91417fedbd37124b29072dd7488b55..be6288045463f41c670c8aba1f43ed0147d94a56 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-16  Alan Modra  <amodra@gmail.com>
+
+       * binutils-all/i386/i386.exp: Don't run on linuxaout.
+
 2010-09-10  Ben Gardiner  <bengardiner@nanometrics.ca>
 
        * binutils-all/objcopy.exp: Add test of new --interleave-width
index fe27135af6566c3506b555b7f072839abb45f79e..2ca4bd535f005977ea88b887540683fcb98ae747 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 
-if {!([istarget "i*86-*-linux*"] || [istarget "x86_64-*-linux*"]) || [is_remote host]} then {
+if {!([istarget "i*86-*-linux*"] || [istarget "x86_64-*-linux*"]) || ![is_elf_format] || [is_remote host]} then {
     return
 }