* testsuite/gcc.dg/uninit-H.c: Add ifdefs for __hppa__ and __ia64__.

From-SVN: r90324
This commit is contained in:
Steve Ellcey 2004-11-09 00:49:00 +00:00 committed by Steve Ellcey
parent d9e75e864c
commit 66e52c3536
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-11-08 Steve Ellcey <sje@cup.hp.com>
* testsuite/gcc.dg/uninit-H.c: Add ifdefs for __hppa__ and __ia64__.
2004-11-08 Steve Ellcey <sje@cup.hp.com>
* testsuite/gcc.dg/20030225-2.c: Add prototype for abort and

View File

@ -14,6 +14,10 @@
# define ASM __asm__("$sp")
#elif defined __sparc__
# define ASM __asm__("sp")
#elif defined __ia64__
# define ASM __asm__("r12")
#elif defined __hppa__
# define ASM __asm__("%r30")
#else
# define ASM
#endif