aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2011-06-25 01:23:01 -0700
committerRoland McGrath <roland@hack.frob.com>2011-06-27 20:26:54 -0700
commit78a7eee7fab0802addf500c481335ed6e9899bda (patch)
treed87b77746112ca39add53ccc1d067d9b0ea2d12e /ChangeLog
parent034807a9cbddfa9e7d35df4cdb2ecce569a00851 (diff)
downloadglibc-78a7eee7fab0802addf500c481335ed6e9899bda.zip
glibc-78a7eee7fab0802addf500c481335ed6e9899bda.tar.gz
glibc-78a7eee7fab0802addf500c481335ed6e9899bda.tar.bz2
Fix missing .ctors/.dtors lead word in soinit
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b545852..94dac81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-27 Roland McGrath <roland@hack.frob.com>
+
+ * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
+
2011-06-27 Ulrich Drepper <drepper@gmail.com>
[BZ #12350]