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.17-742-g07b4c13


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  07b4c13d0be4814ef10bbfbfd68db604978aa0e5 (commit)
      from  ec9dd97cecafba5ddf5c3ec683db7ad5b4421923 (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=07b4c13d0be4814ef10bbfbfd68db604978aa0e5

commit 07b4c13d0be4814ef10bbfbfd68db604978aa0e5
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Sun May 26 19:48:25 2013 +0200

    _dl_skip_args declaration cleanup.
    
    	* sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
    	declare _dl_skip_args.
    
    Continuation of commit 8347c74cc5c972aa9e57747177b1f5f4b1cbcac8.

diff --git a/ChangeLog b/ChangeLog
index 0a5c0ca..9a9e22f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
 
+	* sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
+	declare _dl_skip_args.
+
 	* sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
 	Don't declare.
 
diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c
index c9ab661..94b6d09 100644
--- a/sysdeps/mach/hurd/dl-sysdep.c
+++ b/sysdeps/mach/hurd/dl-sysdep.c
@@ -123,7 +123,6 @@ _dl_sysdep_start (void **start_argptr,
 {
   void go (intptr_t *argdata)
     {
-      extern unsigned int _dl_skip_args; /* rtld.c */
       char **p;
 
       /* Cache the information in various global variables.  */

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

Summary of changes:
 ChangeLog                     |    3 +++
 sysdeps/mach/hurd/dl-sysdep.c |    1 -
 2 files changed, 3 insertions(+), 1 deletions(-)


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]