diff options
Diffstat (limited to 'gcc/config/avr/avr.h')
-rw-r--r-- | gcc/config/avr/avr.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h index 34566b62e50..96f2872669e 100644 --- a/gcc/config/avr/avr.h +++ b/gcc/config/avr/avr.h @@ -3256,12 +3256,3 @@ extern struct rtx_def *ldi_reg_rtx; /* Get the standard ELF stabs definitions. */ #include "dbxelf.h" - -#undef ASM_IDENTIFY_GCC -#define ASM_IDENTIFY_GCC(FILE) \ -do \ - { \ - if (write_symbols != DBX_DEBUG) \ - fputs ("gcc2_compiled.:\n", FILE); \ - } \ -while (0) |