summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2014-04-11 12:43:58 -0400
committerCarlos O'Donell <carlos@redhat.com>2014-04-14 15:45:40 -0400
commitf737dfd071f12584316ef90f2c71e33c2dc9801e (patch)
tree8f08cbfde6974b06755df5d4392a356ae491be88 /ChangeLog
parent0699f766b10c86912b75f35bef697106b70c1cf6 (diff)
downloadglibc-f737dfd071f12584316ef90f2c71e33c2dc9801e.tar.gz
Support _r_debug for static binaries.
We initialize _r_debug for static binaries to allows debug agents to treat static binaries a little more like dyanmic ones. This simplifies the work a debug agent has to do to access TLS in a static binary via libthread_db. Tested on x86_64. See: https://sourceware.org/ml/libc-alpha/2014-04/msg00183.html [BZ #16831] * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call _dl_debug_initialize.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77fc36e4ec..d16da4ea10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-04-14 Carlos O'Donell <carlos@redhat.com>
+ [BZ #16831]
+ * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
+ _dl_debug_initialize.
+
+2014-04-14 Carlos O'Donell <carlos@redhat.com>
+
* configure.ac: Remove SELinux header check.
* configure: Regenerate.
* nscd/selinux.c (perms): Array of const char* to permission names.