Remove __libc_csu_irel declaration

21ad055803 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.
This commit is contained in:
Siddhesh Poyarekar 2016-09-10 15:50:53 +05:30
parent f222706311
commit 71756f069a
2 changed files with 4 additions and 3 deletions

View file

@ -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

View 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;