diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | sysdeps/mips/mips64/n32/Implies | 2 | ||||
-rw-r--r-- | sysdeps/mips/mips64/n64/Implies | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 2bc726c47f..fe82702884 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ * sysdeps/unix/mips/sysdep.h (PSEUDO_END): Undef before defining. +2003-09-08 Chris Demetriou <cgd@broadcom.com> + + * sysdeps/mips/mips64/n32/Implies: Move ieee754/ldbl-128 to + the top of the list. + * sysdeps/mips/mips64/n64/Implies: Likewise. + 2003-09-08 Roland McGrath <roland@frob.com> * sysdeps/unix/sysv/linux/speed.c diff --git a/sysdeps/mips/mips64/n32/Implies b/sysdeps/mips/mips64/n32/Implies index b2072befef..a7cb280ec4 100644 --- a/sysdeps/mips/mips64/n32/Implies +++ b/sysdeps/mips/mips64/n32/Implies @@ -1,4 +1,4 @@ +ieee754/ldbl-128 mips/mips64 mips wordsize-32 -ieee754/ldbl-128 diff --git a/sysdeps/mips/mips64/n64/Implies b/sysdeps/mips/mips64/n64/Implies index 5e88e3a03b..e507786789 100644 --- a/sysdeps/mips/mips64/n64/Implies +++ b/sysdeps/mips/mips64/n64/Implies @@ -1,4 +1,4 @@ +ieee754/ldbl-128 mips/mips64 mips wordsize-64 -ieee754/ldbl-128 |