From eb086b59403b077816b495b61ffb3d7b41b37e83 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Tue, 13 Aug 2002 21:52:57 +0000 Subject: * config/tc-m68hc11.c (m68hc11_elf_final_processing): New function. (md_pseudo_table): Add .mode, .far and .interrupt pseudo op. (s_m68hc11_mode): New function for .mode pseudo op. (s_m68hc11_mark_symbol): New function for .far and .interrupt pseudo op. * config/tc-m68hc11.h (elf_tc_final_processing): Define. (m68hc11_elf_final_processing): Declare. --- gas/config/tc-m68hc11.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gas/config/tc-m68hc11.h') diff --git a/gas/config/tc-m68hc11.h b/gas/config/tc-m68hc11.h index 08cae51..418b7b5 100644 --- a/gas/config/tc-m68hc11.h +++ b/gas/config/tc-m68hc11.h @@ -104,5 +104,8 @@ extern struct relax_type md_relax_table[]; S_SET_VALUE (sym, (valueT) frag_now_fix ()); \ } while (0) +#define elf_tc_final_processing m68hc11_elf_final_processing +extern void m68hc11_elf_final_processing PARAMS ((void)); + #define tc_print_statistics(FILE) m68hc11_print_statistics (FILE) extern void m68hc11_print_statistics PARAMS ((FILE *)); -- cgit v1.1