entered into RCS
authorRoland McGrath <roland@gnu.org>
Sat, 16 Jul 1994 04:43:42 +0000 (04:43 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 16 Jul 1994 04:43:42 +0000 (04:43 +0000)
sysdeps/mips/dec/bytesex.h [new file with mode: 0644]
sysdeps/mips/p40/bytesex.h [new file with mode: 0644]

diff --git a/sysdeps/mips/dec/bytesex.h b/sysdeps/mips/dec/bytesex.h
new file mode 100644 (file)
index 0000000..157bc44
--- /dev/null
@@ -0,0 +1,4 @@
+/* The MIPS architecture has selectable endianness.
+   The DECstation uses little-endian mode.  */
+
+#define __BYTE_ORDER __LITTLE_ENDIAN
diff --git a/sysdeps/mips/p40/bytesex.h b/sysdeps/mips/p40/bytesex.h
new file mode 100644 (file)
index 0000000..e4b0119
--- /dev/null
@@ -0,0 +1,4 @@
+/* The MIPS has selectable endianness.
+   The Japanese homebrew P40 architecture uses big-endian mode.  */
+
+#define __BYTE_ORDER __BIG_ENDIAN