diff options
Diffstat (limited to 'gas/config/tc-sh.h')
-rw-r--r-- | gas/config/tc-sh.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-sh.h b/gas/config/tc-sh.h index 138fc33..920fce4 100644 --- a/gas/config/tc-sh.h +++ b/gas/config/tc-sh.h @@ -163,7 +163,6 @@ extern int tc_coff_sizemachdep PARAMS ((fragS *)); /* Whether or not the target is big endian */ extern int target_big_endian; - #ifdef TE_LINUX #define TARGET_FORMAT (!target_big_endian ? "elf32-sh-linux" : "elf32-shbig-linux") #else |