diff options
author | Jeff Law <law@gcc.gnu.org> | 1993-01-27 10:05:33 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1993-01-27 10:05:33 -0700 |
commit | ec04655e33b457dc767d3d63e3ab7ea1d42bd611 (patch) | |
tree | e89ccb184ff74c567970ae3b3204e0337e065d74 /gcc/config/pa/pa-hpux7.h | |
parent | 7243ba7d92da0beb3d33ce8fe2f8451c02f3d36a (diff) | |
download | gcc-ec04655e33b457dc767d3d63e3ab7ea1d42bd611.zip gcc-ec04655e33b457dc767d3d63e3ab7ea1d42bd611.tar.gz gcc-ec04655e33b457dc767d3d63e3ab7ea1d42bd611.tar.bz2 |
* pa-ghpux.h (HAVE_ATEXIT): Delete. This is defined in pa.h
From-SVN: r3364
Diffstat (limited to 'gcc/config/pa/pa-hpux7.h')
-rw-r--r-- | gcc/config/pa/pa-hpux7.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/pa/pa-hpux7.h b/gcc/config/pa/pa-hpux7.h index bc3ff4c..822b1af 100644 --- a/gcc/config/pa/pa-hpux7.h +++ b/gcc/config/pa/pa-hpux7.h @@ -44,7 +44,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LINK_LIBGCC_SPECIAL #define RELATIVE_PREFIX_NOT_LINKDIR -#define HAVE_ATEXIT - #undef CPP_PREDEFINES #define CPP_PREDEFINES "-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix -D_HPUX_SOURCE" |