summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gas/config/tc-i860.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gas/config/tc-i860.h')
-rw-r--r--gnu/usr.bin/gas/config/tc-i860.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/usr.bin/gas/config/tc-i860.h b/gnu/usr.bin/gas/config/tc-i860.h
new file mode 100644
index 00000000000..adc0d8f89e7
--- /dev/null
+++ b/gnu/usr.bin/gas/config/tc-i860.h
@@ -0,0 +1,24 @@
+/*
+ * This file is tc-i860.h.
+ */
+
+#define TC_I860 1
+
+#define NO_LISTING
+
+#ifdef OLD_GAS
+#define REVERSE_SORT_RELOCS
+#endif /* OLD_GAS */
+
+#define tc_headers_hook(a) {;} /* not used */
+#define tc_crawl_symbol_chain(a) {;} /* not used */
+#define tc_aout_pre_write_hook(x) {;} /* not used */
+
+/*
+ * Local Variables:
+ * comment-column: 0
+ * fill-column: 131
+ * End:
+ */
+
+/* end of tc-i860.h */