* gcc.dg/uninit-H.c: Define ASM for Xtensa targets.
From-SVN: r91043
This commit is contained in:
parent
f3968b056e
commit
c33a9f06b2
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue