This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Re: PING: [patch, testsuite] General ARM target triplet


On 01/13/2011 07:44 AM, Matthew Gretton-Dann wrote:


--- a/gdb/testsuite/gdb.asm/asm-source.exp
+++ b/gdb/testsuite/gdb.asm/asm-source.exp
@@ -40,10 +40,7 @@ switch -glob -- [istarget] {
          set asm-flags "-no-mdebug -I${srcdir}/${subdir} -I${objdir}/${subdir}"
  	set debug-flags "-gdwarf-2"
      }
-    "*arm-*-*" {
-        set asm-arch arm
-    }
-    "xscale-*-*" {
+    "*arm*-*-*" {

Shouldn't the test read "arm*-*-*" (following on from Richard's and Joseph's comments?

Oh, yes, it should be "arm*-*-*". I'll change it when I check in. Thanks for your comments.


--
Yao Qi


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