]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* i386/sco5.h: enable -gstabs once again.
authorRobert Lipe <robertl@dgii.com>
Mon, 3 Nov 1997 02:43:37 +0000 (02:43 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 3 Nov 1997 02:43:37 +0000 (19:43 -0700)
From-SVN: r16285

gcc/ChangeLog
gcc/config/i386/sco5.h

index 28bc348c9c20ffbae9e79fc0792f0c83f3d5fd17..7814f0688533b88e66c1d6c692eba19b80c78a0e 100644 (file)
@@ -1,3 +1,7 @@
+Sun Nov  2 19:44:00 1997  Robert Lipe (robertl@dgii.com)
+
+       * i386/sco5.h: enable -gstabs once again.
+
 Sun Nov  2 19:27:21 1997  Jeffrey A Law  (law@cygnus.com)
 
        * arm.c (output_move_double): Allocate 3 entries in otherops array.
index a7c57a521a82f34150758e47a5b2b3accb964d16..b1944c7c3de0137194d1a0ddf56fbc47dbb18e69 100644 (file)
@@ -570,6 +570,7 @@ do {                                                                        \
 
 #define DWARF_DEBUGGING_INFO 1
 #define SDB_DEBUGGING_INFO   1
+#define DBX_DEBUGGING_INFO   1
 #define PREFERRED_DEBUGGING_TYPE                                       \
   ((TARGET_ELF) ? DWARF_DEBUG: SDB_DEBUG)