Use 64bit filesystem functions for x32
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 16 May 2012 17:01:44 +0000 (10:01 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 16 May 2012 17:01:44 +0000 (10:01 -0700)
30 files changed:
ChangeLog
sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/ftello.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/ftw.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/glob.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/lockf.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/scandir.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c [new file with mode: 0644]

index a4851e7..13e7925 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c b/sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c
new file mode 100644 (file)
index 0000000..69ec427
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/alphasort.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c b/sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c
new file mode 100644 (file)
index 0000000..6c5b2a1
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/alphasort64.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c b/sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c
new file mode 100644 (file)
index 0000000..dc47698
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/fseeko.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c b/sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c
new file mode 100644 (file)
index 0000000..3e554ec
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/fseeko64.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/ftello.c b/sysdeps/unix/sysv/linux/x86_64/x32/ftello.c
new file mode 100644 (file)
index 0000000..735e3e1
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/ftello.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c b/sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c
new file mode 100644 (file)
index 0000000..eb155ed
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/ftello64.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/ftw.c b/sysdeps/unix/sysv/linux/x86_64/x32/ftw.c
new file mode 100644 (file)
index 0000000..a21dfe5
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/ftw.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c b/sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c
new file mode 100644 (file)
index 0000000..3c025b7
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/ftw64.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/glob.c b/sysdeps/unix/sysv/linux/x86_64/x32/glob.c
new file mode 100644 (file)
index 0000000..e542747
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/glob.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c b/sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c
new file mode 100644 (file)
index 0000000..de2ff01
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/iofgetpos.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c b/sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c
new file mode 100644 (file)
index 0000000..34aabfc
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/iofgetpos64.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c b/sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c
new file mode 100644 (file)
index 0000000..e39bb55
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/iofopen.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c b/sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c
new file mode 100644 (file)
index 0000000..af0c6ae
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/iofopen64.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c b/sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c
new file mode 100644 (file)
index 0000000..a4c99c9
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/iofsetpos.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c b/sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c
new file mode 100644 (file)
index 0000000..e83fbba
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/iofsetpos64.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/lockf.c b/sysdeps/unix/sysv/linux/x86_64/x32/lockf.c
new file mode 100644 (file)
index 0000000..42306a0
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/lockf.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c b/sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c
new file mode 100644 (file)
index 0000000..3b4b55a
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/lockf64.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c b/sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c
new file mode 100644 (file)
index 0000000..177f68a
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/mkostemp.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c b/sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c
new file mode 100644 (file)
index 0000000..68455a8
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/mkostemp64.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c b/sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c
new file mode 100644 (file)
index 0000000..4bc129b
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/mkstemp.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c b/sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c
new file mode 100644 (file)
index 0000000..76a8363
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/mkstemp64.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/scandir.c b/sysdeps/unix/sysv/linux/x86_64/x32/scandir.c
new file mode 100644 (file)
index 0000000..9288ca2
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/scandir.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c b/sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c
new file mode 100644 (file)
index 0000000..6d22057
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/scandir64.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c b/sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c
new file mode 100644 (file)
index 0000000..5b88993
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/scandirat.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c b/sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c
new file mode 100644 (file)
index 0000000..0d7893d
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/scandirat64.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c b/sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c
new file mode 100644 (file)
index 0000000..f24f361
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/tmpfile.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c b/sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c
new file mode 100644 (file)
index 0000000..55feef2
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/tmpfile64.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c b/sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c
new file mode 100644 (file)
index 0000000..af5a668
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/versionsort.c>
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c b/sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c
new file mode 100644 (file)
index 0000000..fe220c9
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/wordsize-64/versionsort64.c>