From: Ulrich Drepper Date: Sat, 21 Jun 1997 02:07:17 +0000 (+0000) Subject: Endian specification for MIPSEL. X-Git-Tag: upstream/2.30~10627^2~3547 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7fecd6222d614ea7087cf2990a84b87f63d2da3d;p=external%2Fglibc.git Endian specification for MIPSEL. --- diff --git a/sysdeps/mips/mipsel/bits/endian.h b/sysdeps/mips/mipsel/bits/endian.h new file mode 100644 index 0000000..5da5965 --- /dev/null +++ b/sysdeps/mips/mipsel/bits/endian.h @@ -0,0 +1,4 @@ +/* The MIPS architecture has selectable endianness. + This file is for a machine using little-endian mode. */ + +#define __BYTE_ORDER __LITTLE_ENDIAN