]> gcc.gnu.org Git - gcc.git/commitdiff
* svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
authorRobert Lipe <robertlipe@usa.net>
Mon, 14 Jun 1999 02:42:40 +0000 (02:42 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 14 Jun 1999 02:42:40 +0000 (20:42 -0600)
From-SVN: r27509

gcc/ChangeLog
gcc/config/svr4.h

index 6383d5d31361cba3afeedcc41ee5d99c78fb1f4c..6ac8c403f230b3dbccedc521121c3576a96adc91 100644 (file)
@@ -1,3 +1,7 @@
+1999-06-14  Robert Lipe  (robertlipe@usa.net)
+
+       * svr4.h (DWARF2_DEBUGGING_INFO): Check for redefinition.
+
 Mon Jun 14 10:30:52 BST 1999  Nathan Sidwell  <nathan@acm.org>
 
        * c-typeck.c (process_init_element): Detect excess elements in
index 1c8482fd11d68fcf8e9de04fc8e3e61a634ddcbb..7fa30e8ac2618ebea4758750d92aede42f309424 100644 (file)
@@ -247,8 +247,9 @@ do {                                                                \
 #define DWARF_DEBUGGING_INFO
 
 /* All ELF targets can support DWARF-2.  */
-
+#ifndef DWARF2_DEBUGGING_INFO
 #define DWARF2_DEBUGGING_INFO
+#endif
 
 /* The numbers used to denote specific machine registers in the System V
    Release 4 DWARF debugging information are quite likely to be totally
This page took 0.063003 seconds and 5 git commands to generate.