Use 64bit filesystem functions for x32

This commit is contained in:
H.J. Lu 2012-05-16 10:01:44 -07:00
parent 5bd66283db
commit a7895d159f
30 changed files with 61 additions and 0 deletions

View File

@ -1,3 +1,35 @@
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
* sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
2012-05-16 Andreas Schwab <schwab@linux-m68k.org>
* Makerules (+depfiles): Also collect depfiles from .oS in

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/alphasort.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/alphasort64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/fseeko.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/fseeko64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/ftello.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/ftello64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/ftw.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/ftw64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/glob.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/iofgetpos.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/iofgetpos64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/iofopen.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/iofopen64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/iofsetpos.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/iofsetpos64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/lockf.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/lockf64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/mkostemp.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/mkostemp64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/mkstemp.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/mkstemp64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/scandir.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/scandir64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/scandirat.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/scandirat64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/tmpfile.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/tmpfile64.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/versionsort.c>

View File

@ -0,0 +1 @@
#include <sysdeps/wordsize-64/versionsort64.c>