]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove, the archs are not supported anymore.
authorAndreas Jaeger <aj@suse.de>
Thu, 4 Apr 2002 08:53:30 +0000 (08:53 +0000)
committerAndreas Jaeger <aj@suse.de>
Thu, 4 Apr 2002 08:53:30 +0000 (08:53 +0000)
sysdeps/mips/dec/bits/endian.h [deleted file]
sysdeps/mips/p40/bits/endian.h [deleted file]

diff --git a/sysdeps/mips/dec/bits/endian.h b/sysdeps/mips/dec/bits/endian.h
deleted file mode 100644 (file)
index 0bdb378..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/* The MIPS architecture has selectable endianness.
-   The DECstation uses little-endian mode.  */
-
-#ifndef _ENDIAN_H
-# error "Never use <bits/endian.h> directly; include <endian.h> instead."
-#endif
-
-#define __BYTE_ORDER __LITTLE_ENDIAN
diff --git a/sysdeps/mips/p40/bits/endian.h b/sysdeps/mips/p40/bits/endian.h
deleted file mode 100644 (file)
index f6cdde2..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/* The MIPS has selectable endianness.
-   The Japanese homebrew P40 architecture uses big-endian mode.  */
-
-#ifndef _ENDIAN_H
-# error "Never use <bits/endian.h> directly; include <endian.h> instead."
-#endif
-
-#define __BYTE_ORDER __BIG_ENDIAN