* gcc.dg/20020919-1.c: Use _ARCH_PPC64 to test for -mpowerpc64.
From-SVN: r219807
This commit is contained in:
parent
779fc8fbe8
commit
c077981875
@ -1,3 +1,7 @@
|
||||
2015-01-17 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
* gcc.dg/20020919-1.c: Use _ARCH_PPC64 to test for -mpowerpc64.
|
||||
|
||||
2015-01-17 Paul Thomas <pault@gcc.gnu.org>
|
||||
|
||||
PR fortran/64578
|
||||
|
@ -42,7 +42,7 @@
|
||||
|| defined (__ppc)
|
||||
# define REG1 "6"
|
||||
# define REG2 "7"
|
||||
# if !defined(__powerpc64__) && !defined(__LP64__)
|
||||
# if !defined(_ARCH_PPC64)
|
||||
# define REG3 "8"
|
||||
# define REG4 "9"
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user