public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug dynamic-link/28129] New: Unnecessary check DT_DEBUG in ld.so
@ 2021-07-24 14:24 hjl.tools at gmail dot com
  2021-10-06 16:44 ` [Bug dynamic-link/28129] " cvs-commit at gcc dot gnu.org
  2021-10-06 16:44 ` hjl.tools at gmail dot com
  0 siblings, 2 replies; 3+ messages in thread
From: hjl.tools at gmail dot com @ 2021-07-24 14:24 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=28129

            Bug ID: 28129
           Summary: Unnecessary check DT_DEBUG in ld.so
           Product: glibc
           Version: 2.34
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dynamic-link
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

rtld.c has

 /* Fill in the pointer in the dynamic linker's own dynamic section, in
     case you run gdb on the dynamic linker directly.  */
  if (GL(dl_rtld_map).l_info[DT_DEBUG] != NULL)
    GL(dl_rtld_map).l_info[DT_DEBUG]->d_un.d_ptr = (ElfW(Addr)) r;

But linker never generates DT_DEBUG in shared libraries.  It should be removed
or linker should add a new option to generate DT_DEBUG in shared libraries.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-06 16:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-24 14:24 [Bug dynamic-link/28129] New: Unnecessary check DT_DEBUG in ld.so hjl.tools at gmail dot com
2021-10-06 16:44 ` [Bug dynamic-link/28129] " cvs-commit at gcc dot gnu.org
2021-10-06 16:44 ` hjl.tools at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).