diff options
author | Roland McGrath <roland@gnu.org> | 2005-05-24 06:18:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-05-24 06:18:37 +0000 |
commit | ce9b3bc17a7abc5b729b9e2cc72eb207a3617328 (patch) | |
tree | 7ccac7afcfaae36311c75b36001588534184718f /sysdeps/arm/bits/endian.h | |
parent | 88b8441a81c7bc9414a97a0a123c09b6c724f80a (diff) | |
download | glibc-ce9b3bc17a7abc5b729b9e2cc72eb207a3617328.tar glibc-ce9b3bc17a7abc5b729b9e2cc72eb207a3617328.tar.gz glibc-ce9b3bc17a7abc5b729b9e2cc72eb207a3617328.tar.bz2 glibc-ce9b3bc17a7abc5b729b9e2cc72eb207a3617328.zip |
Move arm port to ports repositorycvs/fedora-glibc-20050524T1606
2005-05-23 Roland McGrath <roland@redhat.com>
* sysdeps/arm, sysdeps/unix/arm, sysdeps/unix/sysv/linux/arm:
Subdirectories moved to ports repository.
* configure.in (base_machine): Remove arm* and thumb* patterns.
* shlib-versions (arm.*-.*-linux.*): Remove this pattern.
Diffstat (limited to 'sysdeps/arm/bits/endian.h')
-rw-r--r-- | sysdeps/arm/bits/endian.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sysdeps/arm/bits/endian.h b/sysdeps/arm/bits/endian.h deleted file mode 100644 index 5e54cc7534..0000000000 --- a/sysdeps/arm/bits/endian.h +++ /dev/null @@ -1,12 +0,0 @@ -/* ARM is (usually) little-endian but with a big-endian FPU. */ - -#ifndef _ENDIAN_H -# error "Never use <bits/endian.h> directly; include <endian.h> instead." -#endif - -#ifdef __ARMEB__ -#define __BYTE_ORDER __BIG_ENDIAN -#else -#define __BYTE_ORDER __LITTLE_ENDIAN -#endif -#define __FLOAT_WORD_ORDER __BIG_ENDIAN |