diff options
Diffstat (limited to 'gas/config/tc-sh.h')
-rw-r--r-- | gas/config/tc-sh.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/config/tc-sh.h b/gas/config/tc-sh.h index f5ab8a9..4e73b8b 100644 --- a/gas/config/tc-sh.h +++ b/gas/config/tc-sh.h @@ -41,6 +41,9 @@ extern int sh_small; /* Don't try to break words. */ #define WORKING_DOT_WORD +/* All SH instructions are multiples of 16 bits. */ +#define DWARF2_LINE_MIN_INSN_LENGTH 2 + /* We require .long, et. al., to be aligned correctly. */ #define md_cons_align(nbytes) sh_cons_align (nbytes) extern void sh_cons_align PARAMS ((int)); @@ -160,4 +163,7 @@ extern void sh_elf_final_processing PARAMS ((void)); #endif /* OBJ_ELF */ +#define md_end() sh_finalize () +void sh_finalize PARAMS ((void)); + /* end of tc-sh.h */ |