aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-m68hc11.h
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2002-08-13 21:52:57 +0000
committerStephane Carrez <stcarrez@nerim.fr>2002-08-13 21:52:57 +0000
commiteb086b59403b077816b495b61ffb3d7b41b37e83 (patch)
tree06bed124f79a669c86aa0fd520daea7c532b892f /gas/config/tc-m68hc11.h
parent0680b1201a4f52c5658c5f119630482e92884f94 (diff)
downloadgdb-eb086b59403b077816b495b61ffb3d7b41b37e83.zip
gdb-eb086b59403b077816b495b61ffb3d7b41b37e83.tar.gz
gdb-eb086b59403b077816b495b61ffb3d7b41b37e83.tar.bz2
* 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.
Diffstat (limited to 'gas/config/tc-m68hc11.h')
-rw-r--r--gas/config/tc-m68hc11.h3
1 files changed, 3 insertions, 0 deletions
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 *));