aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-05-29 06:33:42 -0700
committerH.J. Lu <hjl.tools@gmail.com>2018-05-29 06:33:57 -0700
commit7f7b5d8ded77db90c1fbfeaaeb3d58b6db84da47 (patch)
treeb4ef8d98fe75f5047fbb33e20e66ab5ec5ef08bf /ChangeLog
parente48903000b248f6cdc78238b006b86b63fcdbf8c (diff)
downloadglibc-7f7b5d8ded77db90c1fbfeaaeb3d58b6db84da47.zip
glibc-7f7b5d8ded77db90c1fbfeaaeb3d58b6db84da47.tar.gz
glibc-7f7b5d8ded77db90c1fbfeaaeb3d58b6db84da47.tar.bz2
static-PIE: Update DT_DEBUG for debugger [BZ #23206]
This is needed to support debugging dlopened shared libraries in static PIE. [BZ #23206] * elf/dl-reloc-static-pie.c (_dl_relocate_static_pie): Initialize _r_debug and update DT_DEBUG for debugger. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9684f4..efd0bec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-05-29 H.J. Lu <hongjiu.lu@intel.com>
+
+ [BZ #23206]
+ * elf/dl-reloc-static-pie.c (_dl_relocate_static_pie): Initialize
+ _r_debug and update DT_DEBUG for debugger.
+
2018-05-29 Florian Weimer <fweimer@redhat.com>
* stdlib/Makefile (tst-strtod1i.out): Depend on generated locales.