1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- #ifndef GCC_DBX_ELF_H
- #define GCC_DBX_ELF_H
- #define DBX_DEBUGGING_INFO 1
- #define DBX_BLOCKS_FUNCTION_RELATIVE 1
- #define DBX_FUNCTION_FIRST
- #define DBX_USE_BINCL
- #ifndef DBX_CONTIN_LENGTH
- #define DBX_CONTIN_LENGTH 0
- #endif
- #define DBX_LINES_FUNCTION_RELATIVE 1
- #define DBX_OUTPUT_NULL_N_SO_AT_MAIN_SOURCE_FILE_END
- #endif
|