summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/aix.h
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2004-09-11 17:06:16 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2004-09-11 13:06:16 -0400
commit0c94cda4d1910955c961382aa6c7c6e49766032f (patch)
tree39cc7705e0ba7a67af17eed52a5b104e514b97fe /gcc/config/rs6000/aix.h
parent5e55f99dcfd04fddf2b8dc9d99c7202417a7a89c (diff)
downloadgcc-0c94cda4d1910955c961382aa6c7c6e49766032f.tar.gz
aix.h (MD_FROB_UPDATE_CONTEXT): Use __64BIT__ to choose 64-bit version.
* config/rs6000/aix.h (MD_FROB_UPDATE_CONTEXT): Use __64BIT__ to choose 64-bit version. From-SVN: r87352
Diffstat (limited to 'gcc/config/rs6000/aix.h')
-rw-r--r--gcc/config/rs6000/aix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/aix.h b/gcc/config/rs6000/aix.h
index 38196d7f324..cb674c82841 100644
--- a/gcc/config/rs6000/aix.h
+++ b/gcc/config/rs6000/aix.h
@@ -228,7 +228,7 @@
code that does the save/restore is generated by the linker, so
we have no good way to determine at compile time what to do. */
-#ifdef __powerpc64__
+#ifdef __64BIT__
#define MD_FROB_UPDATE_CONTEXT(CTX, FS) \
do { \
if ((FS)->regs.reg[2].how == REG_UNSAVED) \