OSDN Git Service

* gcc.dg/uninit-H.c: Define ASM for Xtensa targets.
authorbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Nov 2004 22:39:49 +0000 (22:39 +0000)
committerbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Nov 2004 22:39:49 +0000 (22:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91043 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 0f3ca0d..411df2b 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 e33f1e8..8eea47a 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