aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2011-06-27 20:39:05 -0700
committerRoland McGrath <roland@hack.frob.com>2011-06-27 20:39:05 -0700
commit62bede1313c3a1fa477a092006d64436de6821b1 (patch)
tree5ff88fe2b97e263a987a13190cfbce5aa48f11e9 /ChangeLog
parent78a7eee7fab0802addf500c481335ed6e9899bda (diff)
downloadglibc-62bede1313c3a1fa477a092006d64436de6821b1.zip
glibc-62bede1313c3a1fa477a092006d64436de6821b1.tar.gz
glibc-62bede1313c3a1fa477a092006d64436de6821b1.tar.bz2
Distinguish configure check for .ctors/.dtors header/trailers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94dac81..76779f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-06-27 Roland McGrath <roland@hack.frob.com>
+ * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
+ AC_CACHE_CHECK invocation.
+ * configure: Regenerated.
+
* elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
2011-06-27 Ulrich Drepper <drepper@gmail.com>