diff options
author | Roland McGrath <roland@hack.frob.com> | 2011-06-27 20:39:05 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2011-06-27 20:39:05 -0700 |
commit | 62bede1313c3a1fa477a092006d64436de6821b1 (patch) | |
tree | 5ff88fe2b97e263a987a13190cfbce5aa48f11e9 /ChangeLog | |
parent | 78a7eee7fab0802addf500c481335ed6e9899bda (diff) | |
download | glibc-62bede1313c3a1fa477a092006d64436de6821b1.tar.gz glibc-62bede1313c3a1fa477a092006d64436de6821b1.tar.xz glibc-62bede1313c3a1fa477a092006d64436de6821b1.zip |
Distinguish configure check for .ctors/.dtors header/trailers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 94dac81fab..76779f3993 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> |