Define endianess for HPPA.
authorUlrich Drepper <drepper@redhat.com>
Wed, 25 Aug 1999 20:18:37 +0000 (20:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 25 Aug 1999 20:18:37 +0000 (20:18 +0000)
sysdeps/hppa/bits/endian.h [new file with mode: 0644]

diff --git a/sysdeps/hppa/bits/endian.h b/sysdeps/hppa/bits/endian.h
new file mode 100644 (file)
index 0000000..585db0c
--- /dev/null
@@ -0,0 +1,7 @@
+/* hppa1.1 big-endian.  */
+
+#ifndef _ENDIAN_H
+# error "Never use <bits/endian.h> directly; include <endian.h> instead."
+#endif
+
+#define __BYTE_ORDER __BIG_ENDIAN