* i386/sco5.h: enable -gstabs once again.

From-SVN: r16284
This commit is contained in:
Robert Lipe 1997-11-03 02:42:31 +00:00 committed by Jeff Law
parent 5663681816
commit cbd44549e6
2 changed files with 5 additions and 0 deletions

View 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.

View 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)