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.19-612-g224c6c5


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  224c6c51c5503aecfb81cfca716df3883ee09526 (commit)
      from  aa6ec754f3b4b1df81d186480c534b6486a1e6ee (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=224c6c51c5503aecfb81cfca716df3883ee09526

commit 224c6c51c5503aecfb81cfca716df3883ee09526
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Jun 20 08:10:07 2014 -0700

    Remove sysdeps/x86_64/multiarch/rtld-strlen.S
    
    Since there is no sysdeps/x86_64/multiarch/strlen.S,
    sysdeps/x86_64/rtld-strlen.S will be used.
    
    	* sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.

diff --git a/ChangeLog b/ChangeLog
index 6d419c1..994c600 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
+
 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
 
 	[BZ #17069]
diff --git a/sysdeps/x86_64/multiarch/rtld-strlen.S b/sysdeps/x86_64/multiarch/rtld-strlen.S
deleted file mode 100644
index 596e054..0000000
--- a/sysdeps/x86_64/multiarch/rtld-strlen.S
+++ /dev/null
@@ -1 +0,0 @@
-#include "../rtld-strlen.S"

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

Summary of changes:
 ChangeLog                              |    4 ++++
 sysdeps/x86_64/multiarch/rtld-strlen.S |    1 -
 2 files changed, 4 insertions(+), 1 deletions(-)
 delete mode 100644 sysdeps/x86_64/multiarch/rtld-strlen.S


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]