From f737dfd071f12584316ef90f2c71e33c2dc9801e Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Fri, 11 Apr 2014 12:43:58 -0400 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 77fc36e4ec..d16da4ea10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-04-14 Carlos O'Donell + + [BZ #16831] + * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call + _dl_debug_initialize. + 2014-04-14 Carlos O'Donell * configure.ac: Remove SELinux header check. -- cgit v1.2.3