diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-08-22 21:03:12 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-08-22 21:03:12 +0000 |
commit | eaeffd07f7bbf57d33fcea5c9f1c9a669a436023 (patch) | |
tree | 4f8b8a1f88f2e7e92371bc8b298d42391912fe32 /ports/ChangeLog.mips | |
parent | c53d909c80a6c61a96e488b7efc0b1d41d56a4ea (diff) | |
download | glibc-eaeffd07f7bbf57d33fcea5c9f1c9a669a436023.zip glibc-eaeffd07f7bbf57d33fcea5c9f1c9a669a436023.tar.gz glibc-eaeffd07f7bbf57d33fcea5c9f1c9a669a436023.tar.bz2 |
Clean up MIPS stat64 handling.
Diffstat (limited to 'ports/ChangeLog.mips')
-rw-r--r-- | ports/ChangeLog.mips | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips index dfab023..2d1ca84 100644 --- a/ports/ChangeLog.mips +++ b/ports/ChangeLog.mips @@ -1,3 +1,12 @@ +2012-08-22 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/unix/sysv/linux/mips/kernel-features.h [_MIPS_SIM == + _ABIO32] (__ASSUME_STAT64_SYSCALL): Define. + * sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c: New file. Based + on version from ../sysdeps/unix/sysv/linux/. + * sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c: Likewise. + * sysdeps/unix/sysv/linux/mips/mips64/xstat64.c: Likewise. + 2012-08-16 Carlos O'Donell <carlos_odonell@mentor.com> * sysdeps/mips/ldsodefs.h (ARCH_PLTENTER_MEMBERS) |