From: Robert Lipe Date: Mon, 3 Nov 1997 02:43:37 +0000 (+0000) Subject: * i386/sco5.h: enable -gstabs once again. X-Git-Tag: releases/egcs-1.0.0~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40a58b4367e2ac9a15c21765ebc469a34343fb9e;p=thirdparty%2Fgcc.git * i386/sco5.h: enable -gstabs once again. From-SVN: r16285 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 28bc348c9c20..7814f0688533 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/i386/sco5.h b/gcc/config/i386/sco5.h index a7c57a521a82..b1944c7c3de0 100644 --- a/gcc/config/i386/sco5.h +++ b/gcc/config/i386/sco5.h @@ -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)