2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-04 20:21:36 +08:00

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
This commit is contained in:
Andrew Pinski 2004-02-23 14:54:11 +00:00 committed by Andrew Pinski
parent 887d68d9e9
commit aa5fa0fc22
3 changed files with 10 additions and 0 deletions

@ -1,3 +1,8 @@
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