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]

[PATCH] S/390 gas testsuite: disable .byte test with strings


Hi,

s390 supports strings in .byte directives.

Testsuite is clean with that change.

Ok?

Bye,

-Andreas-


2010-10-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* gas/all/gas.exp: Don't run byte test on s390.


Index: src/gas/testsuite/gas/all/gas.exp
===================================================================
--- src.orig/gas/testsuite/gas/all/gas.exp
+++ src/gas/testsuite/gas/all/gas.exp
@@ -350,8 +350,8 @@ if { ![istarget "tic4x*-*-*"] && ![istar
     run_dump_test relax
 }
 
-# powerpc allows a string argument to .byte
-if { ![istarget "powerpc*-*-*"] && ![istarget "rs6000*-*-*"] } {
+# powerpc and s390 allow a string argument to .byte
+if { ![istarget "powerpc*-*-*"] && ![istarget "rs6000*-*-*"] && ![istarget "s390*-*-*"] } {
     run_dump_test byte
 }
 


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