aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1993-08-18 00:41:27 -0600
committerJeff Law <law@gcc.gnu.org>1993-08-18 00:41:27 -0600
commit7b0ba51e9b9b8038d5a61cc6efcc4f1ccd6c1bcf (patch)
tree208db36d1e30cb3acb0813cbff8256d428f987d0
parent794b7f566725ac6bc64587d0a80eb293f79e54eb (diff)
downloadgcc-7b0ba51e9b9b8038d5a61cc6efcc4f1ccd6c1bcf.zip
gcc-7b0ba51e9b9b8038d5a61cc6efcc4f1ccd6c1bcf.tar.gz
gcc-7b0ba51e9b9b8038d5a61cc6efcc4f1ccd6c1bcf.tar.bz2
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
-rw-r--r--gcc/config/pa/pa-hpux.h2
-rw-r--r--gcc/config/pa/pa-hpux7.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h
index 1316f6e..2e5b150 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 8bdf132..d5137d5 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}"