This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

binutils testsuite fix


	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]