diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | csu/libc-start.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index af5fe63d24..607508d0bd 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 f4aa01a988..99c040ab97 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; |