diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2004-02-23 14:54:11 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-02-23 06:54:11 -0800 |
commit | aa5fa0fc223acf9d634ffe311eeab2a825f6971d (patch) | |
tree | fdca924c62bfb5dad18ec8a0dce4ba41ee08e5da | |
parent | 887d68d9e992b75ca7137d75a3037c54118257ac (diff) | |
download | gcc-aa5fa0fc223acf9d634ffe311eeab2a825f6971d.zip gcc-aa5fa0fc223acf9d634ffe311eeab2a825f6971d.tar.gz gcc-aa5fa0fc223acf9d634ffe311eeab2a825f6971d.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/rs6000/linux.h | 2 | ||||
-rw-r--r-- | gcc/config/rs6000/linux64.h | 3 |
3 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 17ee9e2..0664396 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h index 8fe3e3e..eacfe1a 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 ee38185..4fe4199 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 |