Deleted Added
full compact
122,124d121
< /* don't override the defauts, in case gdb gets upset */
< #undef ASM_IDENTIFY_GCC
<
282a280
> /* in elf, the function stabs come first, before the relative offsets */
285a284,292
> /* tag end of file in elf mode */
> #undef DBX_OUTPUT_MAIN_SOURCE_FILE_END
> #define DBX_OUTPUT_MAIN_SOURCE_FILE_END(FILE, FILENAME) \
> do { \
> if (TARGET_ELF) { \
> fprintf (FILE, "\t.text\n\t.stabs \"\",%d,0,0,.Letext\n.Letext:\n", N_SO); \
> } \
> } while (0)
>