diff options
Diffstat (limited to 'gcc/config/sh/sh.h')
-rw-r--r-- | gcc/config/sh/sh.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index ac5924fe59e..c74bb3ada28 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -152,6 +152,9 @@ extern int target_flags; #define IEEE_BIT (1<<30) #define SAVE_ALL_TR_BIT (1<<2) +/* Nonzero if this is an ELF target - compile time only */ +#define TARGET_ELF 0 + /* Nonzero if we should dump out instruction size info. */ #define TARGET_DUMPISIZE (target_flags & ISIZE_BIT) @@ -2972,10 +2975,6 @@ while (0) the end of the line. */ #define ASM_COMMENT_START "!" -/* The text to go at the start of the assembler file. */ -#define ASM_FILE_START(STREAM) \ - output_file_start (STREAM) - #define ASM_APP_ON "" #define ASM_APP_OFF "" #define FILE_ASM_OP "\t.file\n" |