public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] nptl_db: Install libthread_db under a regular implementation name
@ 2021-06-28  6:34 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2021-06-28  6:34 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=86f0179bc003ffc34ffaa8d528a7a90153ac06c6

commit 86f0179bc003ffc34ffaa8d528a7a90153ac06c6
Author: Florian Weimer <fweimer@redhat.com>
Date:   Mon Jun 28 08:33:57 2021 +0200

    nptl_db: Install libthread_db under a regular implementation name
    
    Currently, the name is always libthread_db-1.0.so.  It does not change
    with the glibc version, like the other libraries.
    
    GDB hard-codes libthread_db.so.1 (the soname), so this change does not
    affect loading libthread_db.
    
    Reviewed-by: Carlos O'Donell <carlos@redhat.com>
    Tested-by: Carlos O'Donell <carlos@redhat.com>

Diff:
---
 nptl_db/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nptl_db/Makefile b/nptl_db/Makefile
index ea721c1dcf..1f79c018a1 100644
--- a/nptl_db/Makefile
+++ b/nptl_db/Makefile
@@ -21,8 +21,6 @@ subdir          := nptl_db
 
 include ../Makeconfig
 
-nptl_db-version = 1.0
-
 extra-libs = libthread_db
 extra-libs-others := $(extra-libs)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-28  6:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28  6:34 [glibc] nptl_db: Install libthread_db under a regular implementation name Florian Weimer

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).