summaryrefslogtreecommitdiff
path: root/src/m/xtensa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m/xtensa.h')
-rw-r--r--src/m/xtensa.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/m/xtensa.h b/src/m/xtensa.h
new file mode 100644
index 00000000000..049874635d8
--- /dev/null
+++ b/src/m/xtensa.h
@@ -0,0 +1,15 @@
+/* Machine description file for Tensilica Xtensa.
+
+Add a license notice if this grows to > 10 lines of code. */
+
+#define NO_ARG_ARRAY
+#define NO_UNION_TYPE
+
+#ifdef __LITTLE_ENDIAN
+#undef WORDS_BIG_ENDIAN
+#else
+#define WORDS_BIG_ENDIAN
+#endif
+
+/* arch-tag: fe5872de-d565-4d81-8fe0-ea19865b3e6a
+ (do not change this comment) */