Commit 66e52c35 by Steve Ellcey Committed by Steve Ellcey

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

From-SVN: r90324
parent d9e75e86
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
exit.
......
......@@ -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
......
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