* gcc.dg/uninit-H.c: Add _POWER to powerpc case.

From-SVN: r86324
This commit is contained in:
David Edelsohn 2004-08-20 15:10:17 +00:00 committed by David Edelsohn
parent 8b92b0b55c
commit 888705fbfe
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-08-20 David Edelsohn <edelsohn@gnu.org>
* gcc.dg/uninit-H.c: Add _POWER to powerpc case.
2004-08-20 Canqun Yang <canqun@nudt.edu.cn>
PR fortran/17077

View file

@ -6,7 +6,7 @@
# define ASM __asm__("$30")
#elif defined __i386__
# define ASM __asm__("esp")
#elif (defined __powerpc__) || (defined __PPC__) || (defined __ppc__)
#elif defined (__powerpc__) || defined (__PPC__) || defined (__ppc__) || defined (_POWER)
# define ASM __asm__("r1")
#elif defined __s390__
# define ASM __asm__("r15")