summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-11 17:06:16 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-11 17:06:16 +0000
commitccf7945bca50d4177dc7d6477058ecca85330367 (patch)
tree39cc7705e0ba7a67af17eed52a5b104e514b97fe /gcc
parent3ce29533a61b3fbcdb26feb817e8a3eeeb9ba837 (diff)
downloadppe42-gcc-ccf7945bca50d4177dc7d6477058ecca85330367.tar.gz
ppe42-gcc-ccf7945bca50d4177dc7d6477058ecca85330367.zip
* config/rs6000/aix.h (MD_FROB_UPDATE_CONTEXT): Use __64BIT__ to
choose 64-bit version. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87352 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/aix.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2e4b04a750e..35a36790617 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-11 David Edelsohn <edelsohn@gnu.org>
+
+ * config/rs6000/aix.h (MD_FROB_UPDATE_CONTEXT): Use __64BIT__ to
+ choose 64-bit version.
+
2004-09-11 Richard Henderson <rth@redhat.com>
PR c/17396
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) \
OpenPOWER on IntegriCloud