]> sourceware.org Git - glibc.git/commitdiff
Remove __libc_csu_irel declaration
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Sat, 10 Sep 2016 10:20:53 +0000 (15:50 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Sat, 10 Sep 2016 10:20:53 +0000 (15:50 +0530)
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.

ChangeLog
csu/libc-start.c

index af5fe63d247fe448cbcb8f92c1fc07a37001fac4..607508d0bd9edd12b2e8bf37c4a4d5be9c736404 100644 (file)
--- 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
index f4aa01a988994b274c0e792345ca8bbbcc6a475f..99c040ab971500353147fc7ac1037182a3a3eeec 100644 (file)
@@ -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;
 
This page took 0.164671 seconds and 5 git commands to generate.