Commit 0c94cda4 by David Edelsohn Committed by David Edelsohn

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
parent 5e55f99d
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
......
......@@ -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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment