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-741-gec9dd97


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  ec9dd97cecafba5ddf5c3ec683db7ad5b4421923 (commit)
      from  2b66ef5d55325b2957d6c62908ca065228e56814 (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=ec9dd97cecafba5ddf5c3ec683db7ad5b4421923

commit ec9dd97cecafba5ddf5c3ec683db7ad5b4421923
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Sun May 26 18:53:19 2013 +0200

    _dl_non_dynamic_init declaration cleanup.
    
    	* sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
    	Don't declare.
    
    Continuation of commit bc16e260d0e74b36e48d30edc6ea4f1152700c09.

diff --git a/ChangeLog b/ChangeLog
index 175ca0c..0a5c0ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
 
+	* sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
+	Don't declare.
+
 	* manual/platform.texi: Add missing @end deftypefun.
 
 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
diff --git a/sysdeps/mach/hurd/i386/init-first.c b/sysdeps/mach/hurd/i386/init-first.c
index fc3330c..70378d8 100644
--- a/sysdeps/mach/hurd/i386/init-first.c
+++ b/sysdeps/mach/hurd/i386/init-first.c
@@ -36,9 +36,6 @@ extern void __init_misc (int, char **, char **);
 #ifdef USE_NONOPTION_FLAGS
 extern void __getopt_clean_environment (char **);
 #endif
-#ifndef SHARED
-extern void _dl_non_dynamic_init (void) internal_function;
-#endif
 extern void __libc_global_ctors (void);
 
 unsigned int __hurd_threadvar_max;

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

Summary of changes:
 ChangeLog                           |    3 +++
 sysdeps/mach/hurd/i386/init-first.c |    3 ---
 2 files changed, 3 insertions(+), 3 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]