10 lines
189 B
C
10 lines
189 B
C
|
#include "i386gas.h"
|
||
|
|
||
|
/* We do not want to output SDB debugging information. */
|
||
|
|
||
|
#undef SDB_DEBUGGING_INFO
|
||
|
|
||
|
/* We want to output DBX debugging information. */
|
||
|
|
||
|
#define DBX_DEBUGGING_INFO
|