Commit aa5fa0fc by Andrew Pinski Committed by Andrew Pinski

linux.h (OS_MISSING_POWERPC64): Define.


	* config/rs6000/linux.h (OS_MISSING_POWERPC64): Define.
	* config/rs6000/linux64.h (OS_MISSING_POWERPC64): Define.

From-SVN: r78309
parent 887d68d9
2004-02-23 Andrew Pinski <pinskia@physics.uc.edu>
* config/rs6000/linux.h (OS_MISSING_POWERPC64): Define.
* config/rs6000/linux64.h (OS_MISSING_POWERPC64): Define.
2004-02-23 Kazu Hirata <kazu@cs.umass.edu>
* Makefile.in (opts.o): Depend on target.h.
......
......@@ -176,3 +176,5 @@ enum { SIGNAL_FRAMESIZE = 64 };
goto SUCCESS; \
} while (0)
#define OS_MISSING_POWERPC64 1
......@@ -717,3 +717,6 @@ enum { SIGNAL_FRAMESIZE = 64 };
} while (0)
#endif
#define OS_MISSING_POWERPC64 !TARGET_64BIT
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