* gcc.dg/uninit-H.c: Define ASM for Xtensa targets.
authorBob Wilson <bob.wilson@acm.org>
Mon, 22 Nov 2004 22:39:49 +0000 (22:39 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Mon, 22 Nov 2004 22:39:49 +0000 (22:39 +0000)
From-SVN: r91043

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/uninit-H.c

index 0f3ca0db14635ef6cca35679ae8243c478340df5..411df2bf1965c79d3400299b6f536df85f4cc1e0 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-22  Bob Wilson  <bob.wilson@acm.org>
+
+       * gcc.dg/uninit-H.c: Define ASM for Xtensa targets.
+
 2004-11-22  Dale Johannesen  <dalej@apple.com>
 
        * gcc.dg/20041111-1.c:  New.
index e33f1e8940a4f52d8724ab436ad52c53f50d9139..8eea47a79a9881be067172137dc396bbe29da385 100644 (file)
@@ -18,6 +18,8 @@
 # define ASM __asm__("r12")
 #elif defined __hppa__
 # define ASM __asm__("%r30")
+#elif defined __xtensa__
+# define ASM __asm__("sp")
 #else
 # define ASM
 #endif