Remove __libc_csu_irel declaration
commit71756f069a3ec0308f24ab6e6ff60fb13212d411
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Sat, 10 Sep 2016 10:20:53 +0000 (10 15:50 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Sat, 10 Sep 2016 10:20:53 +0000 (10 15:50 +0530)
treefb8446b61db362c7045733e5a6303dbf1a47c0b8
parentf2227063111582d025778d61263a5662d075714c
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.
ChangeLog
csu/libc-start.c