aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2016-09-10 15:50:53 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2016-09-10 15:50:53 +0530
commit71756f069a3ec0308f24ab6e6ff60fb13212d411 (patch)
treefb8446b61db362c7045733e5a6303dbf1a47c0b8 /ChangeLog
parentf2227063111582d025778d61263a5662d075714c (diff)
downloadglibc-71756f069a3ec0308f24ab6e6ff60fb13212d411.zip
glibc-71756f069a3ec0308f24ab6e6ff60fb13212d411.tar.gz
glibc-71756f069a3ec0308f24ab6e6ff60fb13212d411.tar.bz2
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af5fe63..607508d 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