From: Siddhesh Poyarekar Date: Sat, 10 Sep 2016 10:20:53 +0000 (+0530) Subject: Remove __libc_csu_irel declaration X-Git-Tag: glibc-2.25~540 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=71756f069a3ec0308f24ab6e6ff60fb13212d411;p=glibc.git 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 af5fe63d24..607508d0bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-09-10 Siddhesh Poyarekar + + * csu/libc-start.c (__libc_csu_irel): Remove declaration. + 2016-09-07 Joseph Myers * sysdeps/powerpc/powerpc32/e500/nofpu/fetestexceptflag.c: New diff --git a/csu/libc-start.c b/csu/libc-start.c index f4aa01a988..99c040ab97 100644 --- a/csu/libc-start.c +++ b/csu/libc-start.c @@ -23,9 +23,6 @@ #include 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;