]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl_db: Install libthread_db under a regular implementation name
authorFlorian Weimer <fweimer@redhat.com>
Mon, 28 Jun 2021 06:33:57 +0000 (08:33 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 28 Jun 2021 06:33:57 +0000 (08:33 +0200)
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>
nptl_db/Makefile

index ea721c1dcfce6e7b940cb2c1856429140ecb7e35..1f79c018a1f9fe1966fa140bb91d226be5be4f01 100644 (file)
@@ -21,8 +21,6 @@ subdir          := nptl_db
 
 include ../Makeconfig
 
-nptl_db-version = 1.0
-
 extra-libs = libthread_db
 extra-libs-others := $(extra-libs)