From aa5fa0fc223acf9d634ffe311eeab2a825f6971d Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Mon, 23 Feb 2004 14:54:11 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/config/rs6000/linux.h | 2 ++ gcc/config/rs6000/linux64.h | 3 +++ 3 files changed, 10 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 17ee9e2c9e7..0664396fd60 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-02-23 Andrew Pinski + + * config/rs6000/linux.h (OS_MISSING_POWERPC64): Define. + * config/rs6000/linux64.h (OS_MISSING_POWERPC64): Define. + 2004-02-23 Kazu Hirata * Makefile.in (opts.o): Depend on target.h. diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h index 8fe3e3e87ed..eacfe1abbc4 100644 --- a/gcc/config/rs6000/linux.h +++ b/gcc/config/rs6000/linux.h @@ -176,3 +176,5 @@ enum { SIGNAL_FRAMESIZE = 64 }; goto SUCCESS; \ } while (0) + +#define OS_MISSING_POWERPC64 1 diff --git a/gcc/config/rs6000/linux64.h b/gcc/config/rs6000/linux64.h index ee381858223..4fe419911c8 100644 --- a/gcc/config/rs6000/linux64.h +++ b/gcc/config/rs6000/linux64.h @@ -717,3 +717,6 @@ enum { SIGNAL_FRAMESIZE = 64 }; } while (0) #endif + + +#define OS_MISSING_POWERPC64 !TARGET_64BIT -- 2.30.2