]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/ptx4.h: Switch to DWARF 2; update comments.
authorNathanael Nerode <neroden@gcc.gnu.org>
Fri, 17 Oct 2003 22:06:04 +0000 (22:06 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Fri, 17 Oct 2003 22:06:04 +0000 (22:06 +0000)
From-SVN: r72624

gcc/ChangeLog
gcc/config/ptx4.h

index 32db7e7ce816671e48e3256839ac85ec9f3955f0..549ff68e155b875884f4d5ac69674146fc38c61c 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-17  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * config/ptx4.h: Switch to DWARF 2; update comments.
+
 2003-10-17  Segher Boessenkool  <boessen@de.ibm.com>
            Hartmut Penner  <hpenner@de.ibm.com>
 
index 35f09e170de90c352573e2f1701622eef31b52d9..c29d8d30fee6a0812ee9262473ccf9a84366755c 100644 (file)
@@ -1,7 +1,7 @@
-/* Operating system specific defines to be used when targeting GCC for some
-   generic System V Release 4 system.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
-   Contributed by Ron Guilmette (rfg@monkeys.com).
+/* Operating system specific defines to be used when targeting GCC for
+   Sequent's Dynix/ptx v4 and later.
+   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+   Generic SysV4 file Contributed by Ron Guilmette (rfg@monkeys.com).
    Renamed and changed to suit Dynix/ptx v4 and later.
    Modified by Tim Wright (timw@sequent.com).
    Modified by Janis Johnson (janis@us.ibm.com).
@@ -28,11 +28,13 @@ Boston, MA 02111-1307, USA.
 /* Define a symbol indicating that we are using svr4.h.  */
 #define USING_SVR4_H
 
-/* Use DWARF debugging info by default.  */
+/* Use DWARF debugging info by default.  */
 
 #undef PREFERRED_DEBUGGING_TYPE
-#define PREFERRED_DEBUGGING_TYPE DWARF_DEBUG
+#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
 
+#undef DWARF_DEBUGGING_INFO
+#define DWARF2_DEBUGGING_INFO 1
 
 /* Cpp, assembler, linker, library, and startfile spec's.  */
 
@@ -231,3 +233,4 @@ do {                                                                        \
   assemble_name ((FILE), (NAME));                                      \
   fprintf ((FILE), ",%lu\n", (unsigned long)(SIZE)); \
 } while (0)
+