Commit 888705fb by David Edelsohn Committed by David Edelsohn

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

From-SVN: r86324
parent 8b92b0b5
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> 2004-08-20 Canqun Yang <canqun@nudt.edu.cn>
PR fortran/17077 PR fortran/17077
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# define ASM __asm__("$30") # define ASM __asm__("$30")
#elif defined __i386__ #elif defined __i386__
# define ASM __asm__("esp") # define ASM __asm__("esp")
#elif (defined __powerpc__) || (defined __PPC__) || (defined __ppc__) #elif defined (__powerpc__) || defined (__PPC__) || defined (__ppc__) || defined (_POWER)
# define ASM __asm__("r1") # define ASM __asm__("r1")
#elif defined __s390__ #elif defined __s390__
# define ASM __asm__("r15") # define ASM __asm__("r15")
......
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