mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-05 09:44:10 +08:00
20020103-1.c: Add othe -D ppc variants.
2002-03-03 Aldy Hernandez <aldyh@redhat.com> * gcc.dg/20020103-1.c: Add othe -D ppc variants. From-SVN: r50241
This commit is contained in:
parent
9e8aab55f6
commit
8c4093d85d
@ -1,3 +1,7 @@
|
||||
2002-03-03 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* gcc.dg/20020103-1.c: Add other -D ppc variants.
|
||||
|
||||
2002-03-02 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* g++.dg/other/classkey1.C: New test.
|
||||
|
@ -8,7 +8,7 @@
|
||||
#if defined(__i386__)
|
||||
#define clobber \
|
||||
asm volatile("#asm" : : : "si", "di")
|
||||
#elif defined(__powerpc__) || defined(__PPC__)
|
||||
#elif defined(__powerpc__) || defined(__PPC__) || defined(__ppc__) || defined(__POWERPC__) || defined(PPC)
|
||||
#define clobber \
|
||||
asm volatile("#asm" : : : "14", "15", "16", "17", "18", "19", "20", \
|
||||
"21", "22", "23", "24", "25", "26", "27", "28", "29")
|
||||
|
Loading…
Reference in New Issue
Block a user