* config/rs6000/aix.h (MD_FROB_UPDATE_CONTEXT): Use __64BIT__ to
choose 64-bit version.
From-SVN: r87352
+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
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) \