diff options
Diffstat (limited to 'gcc/config/arm/aout.h')
-rw-r--r-- | gcc/config/arm/aout.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h index f8e7367..c60adb9 100644 --- a/gcc/config/arm/aout.h +++ b/gcc/config/arm/aout.h @@ -366,12 +366,6 @@ asm_output_aligned_bss (STREAM, DECL, NAME, SIZE, ALIGN) #endif -/* Output a #ident directive. */ -#ifndef ASM_OUTPUT_IDENT -#define ASM_OUTPUT_IDENT(STREAM,STRING) \ - asm_fprintf (STREAM, "%@ - - - ident %s\n", STRING) -#endif - #ifndef ASM_COMMENT_START #define ASM_COMMENT_START "@" #endif |