diff options
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 5c8b8bc..b245f23 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -948,15 +948,6 @@ static void retry_incomplete_types PARAMS ((void)); #ifndef VERSION_ASM_OP #define VERSION_ASM_OP "\t.version\t" #endif -#ifndef UNALIGNED_SHORT_ASM_OP -#define UNALIGNED_SHORT_ASM_OP "\t.2byte\t" -#endif -#ifndef UNALIGNED_INT_ASM_OP -#define UNALIGNED_INT_ASM_OP "\t.4byte\t" -#endif -#ifndef ASM_BYTE_OP -#define ASM_BYTE_OP "\t.byte\t" -#endif #ifndef SET_ASM_OP #define SET_ASM_OP "\t.set\t" #endif |