OSDN Git Service

* pa-hpux.h (DEFAULT_GDB_EXTENSIONS): Turn GDB extensions off.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Aug 1993 06:41:27 +0000 (06:41 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Aug 1993 06:41:27 +0000 (06:41 +0000)
        * pa-hpux7.h (DEFAULT_GDB_EXTENSIONS): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5176 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/pa/pa-hpux.h
gcc/config/pa/pa-hpux7.h

index 1316f6e..2e5b150 100644 (file)
@@ -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}"
index 8bdf132..d5137d5 100644 (file)
@@ -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}"