binutils testsuite fix

Alan Modra amodra@gmail.com
Thu Sep 16 00:54:00 GMT 2010


	* binutils-all/i386/i386.exp: Don't run on linuxaout.

Index: binutils/testsuite/binutils-all/i386/i386.exp
===================================================================
RCS file: /cvs/src/src/binutils/testsuite/binutils-all/i386/i386.exp,v
retrieving revision 1.1
diff -u -p -r1.1 i386.exp
--- binutils/testsuite/binutils-all/i386/i386.exp	14 Jul 2010 19:46:00 -0000	1.1
+++ binutils/testsuite/binutils-all/i386/i386.exp	16 Sep 2010 00:39:37 -0000
@@ -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
 }
 
-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list