From: Andrew Pinski Date: Mon, 23 Feb 2004 14:54:11 +0000 (+0000) Subject: linux.h (OS_MISSING_POWERPC64): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa5fa0fc223acf9d634ffe311eeab2a825f6971d;p=gcc.git 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 --- 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