Commit c33a9f06 by Bob Wilson Committed by Bob Wilson

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

From-SVN: r91043
parent f3968b05
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> 2004-11-22 Dale Johannesen <dalej@apple.com>
* gcc.dg/20041111-1.c: New. * gcc.dg/20041111-1.c: New.
......
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
# define ASM __asm__("r12") # define ASM __asm__("r12")
#elif defined __hppa__ #elif defined __hppa__
# define ASM __asm__("%r30") # define ASM __asm__("%r30")
#elif defined __xtensa__
# define ASM __asm__("sp")
#else #else
# define ASM # define ASM
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment