* gcc.dg/uninit-H.c: Define ASM for Xtensa targets.

From-SVN: r91043
This commit is contained in:
Bob Wilson 2004-11-22 22:39:49 +00:00 committed by Bob Wilson
parent f3968b056e
commit c33a9f06b2
2 changed files with 6 additions and 0 deletions

View 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.

View 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