From 7b0ba51e9b9b8038d5a61cc6efcc4f1ccd6c1bcf Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 18 Aug 1993 00:41:27 -0600 Subject: [PATCH] pa-hpux.h (DEFAULT_GDB_EXTENSIONS): Turn GDB extensions off. * pa-hpux.h (DEFAULT_GDB_EXTENSIONS): Turn GDB extensions off. * pa-hpux7.h (DEFAULT_GDB_EXTENSIONS): Likewise. From-SVN: r5176 --- gcc/config/pa/pa-hpux.h | 2 ++ gcc/config/pa/pa-hpux7.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index 1316f6ea0d2..2e5b150f5ee 100644 --- a/gcc/config/pa/pa-hpux.h +++ b/gcc/config/pa/pa-hpux.h @@ -36,6 +36,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* HPUX doesn't use any debugging format that GCC knows about. */ #undef DBX_DEBUGGING_INFO +#undef DEFAULT_GDB_EXTENSIONS +#define DEFAULT_GDB_EXTENSIONS 0 /* Like the default, except no -lg. */ #define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-L/lib/libp/ -lc}%{pg:-L/lib/libp/ -lc}" diff --git a/gcc/config/pa/pa-hpux7.h b/gcc/config/pa/pa-hpux7.h index 8bdf132fbe8..d5137d5701f 100644 --- a/gcc/config/pa/pa-hpux7.h +++ b/gcc/config/pa/pa-hpux7.h @@ -39,6 +39,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* HPUX doesn't use any debugging format that GCC knows about. */ #undef DBX_DEBUGGING_INFO +#undef DEFAULT_GDB_EXTENSIONS +#define DEFAULT_GDB_EXTENSIONS 0 /* Like the default, except no -lg. */ #define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-L/lib/libp/ -lc}%{pg:-L/lib/libp/ -lc}" -- 2.30.2