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]

GNU C Library master sources branch, master, updated. glibc-2.16-ports-merge-127-g3a31811


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 "GNU C Library master sources".

The branch, master has been updated
       via  3a31811edef1298b33815d1760a2a1fdd563411d (commit)
      from  c5f80821ab360c0b063fb75afc5ba10fefbe0042 (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.git;a=commitdiff;h=3a31811edef1298b33815d1760a2a1fdd563411d

commit 3a31811edef1298b33815d1760a2a1fdd563411d
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Aug 6 12:56:52 2012 -0700

    Remove x32/iofopen.c and x32/iofopen64.c

diff --git a/ChangeLog b/ChangeLog
index 406cfd0..127ee01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
+	* sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
+
 2012-08-03  David S. Miller  <davem@davemloft.net>
 
 	* sysdeps/sparc/fpu/libm-test-ulps: Update.
diff --git a/sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c b/sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c
deleted file mode 100644
index e39bb55..0000000
--- a/sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c
+++ /dev/null
@@ -1 +0,0 @@
-#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
deleted file mode 100644
index af0c6ae..0000000
--- a/sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c
+++ /dev/null
@@ -1 +0,0 @@
-#include <sysdeps/wordsize-64/iofopen64.c>

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

Summary of changes:
 ChangeLog                                      |    5 +++++
 sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c   |    1 -
 sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c |    1 -
 3 files changed, 5 insertions(+), 2 deletions(-)
 delete mode 100644 sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c
 delete mode 100644 sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c


hooks/post-receive
-- 
GNU C Library master sources


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