diff options
Diffstat (limited to 'sysdeps/mips/mips64')
-rw-r--r-- | sysdeps/mips/mips64/Implies | 1 | ||||
-rw-r--r-- | sysdeps/mips/mips64/n32/Implies | 4 | ||||
-rw-r--r-- | sysdeps/mips/mips64/n32/Makefile | 2 | ||||
-rw-r--r-- | sysdeps/mips/mips64/n32/el/bits/endian.h | 8 | ||||
-rw-r--r-- | sysdeps/mips/mips64/n64/Implies | 4 | ||||
-rw-r--r-- | sysdeps/mips/mips64/n64/Makefile | 2 | ||||
-rw-r--r-- | sysdeps/mips/mips64/n64/el/bits/endian.h | 8 |
7 files changed, 28 insertions, 1 deletions
diff --git a/sysdeps/mips/mips64/Implies b/sysdeps/mips/mips64/Implies index 25106df989..8c18cb3034 100644 --- a/sysdeps/mips/mips64/Implies +++ b/sysdeps/mips/mips64/Implies @@ -1,4 +1,3 @@ -wordsize-64 # MIPS uses IEEE 754 floating point. ieee754/flt-32 ieee754/dbl-64 diff --git a/sysdeps/mips/mips64/n32/Implies b/sysdeps/mips/mips64/n32/Implies new file mode 100644 index 0000000000..b2072befef --- /dev/null +++ b/sysdeps/mips/mips64/n32/Implies @@ -0,0 +1,4 @@ +mips/mips64 +mips +wordsize-32 +ieee754/ldbl-128 diff --git a/sysdeps/mips/mips64/n32/Makefile b/sysdeps/mips/mips64/n32/Makefile new file mode 100644 index 0000000000..26f38570d7 --- /dev/null +++ b/sysdeps/mips/mips64/n32/Makefile @@ -0,0 +1,2 @@ +# `long double' is a distinct type we support. +long-double-fcts = yes diff --git a/sysdeps/mips/mips64/n32/el/bits/endian.h b/sysdeps/mips/mips64/n32/el/bits/endian.h new file mode 100644 index 0000000000..2241190a70 --- /dev/null +++ b/sysdeps/mips/mips64/n32/el/bits/endian.h @@ -0,0 +1,8 @@ +/* The MIPS architecture has selectable endianness. + This file is for a machine using 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/mips64/n64/Implies b/sysdeps/mips/mips64/n64/Implies new file mode 100644 index 0000000000..5e88e3a03b --- /dev/null +++ b/sysdeps/mips/mips64/n64/Implies @@ -0,0 +1,4 @@ +mips/mips64 +mips +wordsize-64 +ieee754/ldbl-128 diff --git a/sysdeps/mips/mips64/n64/Makefile b/sysdeps/mips/mips64/n64/Makefile new file mode 100644 index 0000000000..26f38570d7 --- /dev/null +++ b/sysdeps/mips/mips64/n64/Makefile @@ -0,0 +1,2 @@ +# `long double' is a distinct type we support. +long-double-fcts = yes diff --git a/sysdeps/mips/mips64/n64/el/bits/endian.h b/sysdeps/mips/mips64/n64/el/bits/endian.h new file mode 100644 index 0000000000..2241190a70 --- /dev/null +++ b/sysdeps/mips/mips64/n64/el/bits/endian.h @@ -0,0 +1,8 @@ +/* The MIPS architecture has selectable endianness. + This file is for a machine using little-endian mode. */ + +#ifndef _ENDIAN_H +# error "Never use <bits/endian.h> directly; include <endian.h> instead." +#endif + +#define __BYTE_ORDER __LITTLE_ENDIAN |