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.24-138-g71756f0


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  71756f069a3ec0308f24ab6e6ff60fb13212d411 (commit)
      from  f2227063111582d025778d61263a5662d075714c (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=71756f069a3ec0308f24ab6e6ff60fb13212d411

commit 71756f069a3ec0308f24ab6e6ff60fb13212d411
Author: Siddhesh Poyarekar <siddhesh@sourceware.org>
Date:   Sat Sep 10 15:50:53 2016 +0530

    Remove __libc_csu_irel declaration
    
    21ad055803de5dd03606588753c46fbf8a5863b2 removed the function, but
    missed the declaration in libc-start.  Removed and verified that the
    generated assembly is unchanged.
    
    	* csu/libc-start.c (__libc_csu_irel): Remove declaration.

diff --git a/ChangeLog b/ChangeLog
index af5fe63..607508d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-09-10  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+	* csu/libc-start.c (__libc_csu_irel): Remove declaration.
+
 2016-09-07  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/powerpc/powerpc32/e500/nofpu/fetestexceptflag.c: New
diff --git a/csu/libc-start.c b/csu/libc-start.c
index f4aa01a..99c040a 100644
--- a/csu/libc-start.c
+++ b/csu/libc-start.c
@@ -23,9 +23,6 @@
 #include <exit-thread.h>
 
 extern void __libc_init_first (int argc, char **argv, char **envp);
-#ifndef SHARED
-extern void __libc_csu_irel (void);
-#endif
 
 extern int __libc_multiple_libcs;
 

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

Summary of changes:
 ChangeLog        |    4 ++++
 csu/libc-start.c |    3 ---
 2 files changed, 4 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]