summaryrefslogtreecommitdiff
path: root/sysdeps/hppa
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-25 20:31:24 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-25 20:31:24 +0000
commit050838a4919a2dfb6da0124eacdfad0a22259251 (patch)
treec435c608bf0d21d25c322f3d1b5e88627fba219c /sysdeps/hppa
parent01c771d0ac8ff3588eefd9745e9450962a1bcdd6 (diff)
Update.
* configure.in (libc_cv_asm_global_directive): Indent .text in test code so that the lame HPUX compiler recognizes it. * sysdeps/hppa/bits/endian.h: New file. * sysdeps/unix/sysv/hpux/bits/errno.h: New file. * sysdeps/unix/sysv/hpux/bits/setjmp.h: New file. * sysdeps/unix/sysv/hpux/bits/stat.h: New file. * sysdeps/unix/sysv/hpux/bits/types.h: New file.
Diffstat (limited to 'sysdeps/hppa')
-rw-r--r--sysdeps/hppa/bits/endian.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/hppa/bits/endian.h b/sysdeps/hppa/bits/endian.h
new file mode 100644
index 0000000000..585db0c0fa
--- /dev/null
+++ b/sysdeps/hppa/bits/endian.h
@@ -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