10 lines
190 B
C
10 lines
190 B
C
#include "i386/gas.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
|