blob: 5f0ae348f158cefa95f2bb6c3dbced238b6b3bb8 (
plain)
1
2
3
4
5
6
7
8
9
|
#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
|