This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Community source repository for glibc add-on ports branch, release/2.13/master, updated. glibc-2.13-7-ge4c433d


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Community source repository for glibc add-on ports".

The branch, release/2.13/master has been updated
       via  e4c433d35152ea0bffb14c6a8705159c16ec1952 (commit)
      from  cc694b0efe2c12467e3bd1d373ed5457dea98426 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=e4c433d35152ea0bffb14c6a8705159c16ec1952

commit e4c433d35152ea0bffb14c6a8705159c16ec1952
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Nov 17 02:31:55 2011 +0000

    Fix ftw64 for MIPS n64.
    (cherry picked from commit 61b01ec6893b6245057e419e9032080272ad3841)

diff --git a/ChangeLog.mips b/ChangeLog.mips
index 9005259..94a812c 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -1,3 +1,8 @@
+2011-11-17  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
+	sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
+
 2011-09-06  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #13109]
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c b/sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c
new file mode 100644
index 0000000..4638956
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c
@@ -0,0 +1 @@
+#include <io/ftw.c>
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c b/sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c
new file mode 100644
index 0000000..cb02172
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c
@@ -0,0 +1 @@
+#include <io/ftw64.c>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog.mips                                  |    5 +++++
 sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c   |    1 +
 sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c |    1 +
 3 files changed, 7 insertions(+), 0 deletions(-)
 create mode 100644 sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c
 create mode 100644 sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c


hooks/post-receive
-- 
Community source repository for glibc add-on ports


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]