]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Support _r_debug for static binaries.
authorCarlos O'Donell <carlos@redhat.com>
Fri, 11 Apr 2014 16:43:58 +0000 (12:43 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Mon, 14 Apr 2014 19:45:40 +0000 (15:45 -0400)
commitf737dfd071f12584316ef90f2c71e33c2dc9801e
tree8f08cbfde6974b06755df5d4392a356ae491be88
parent0699f766b10c86912b75f35bef697106b70c1cf6
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
NEWS
csu/libc-start.c