about summary refs log tree commit diff
path: root/nptl_db
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-06-28 08:33:57 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-06-28 08:33:57 +0200
commit86f0179bc003ffc34ffaa8d528a7a90153ac06c6 (patch)
tree65323a1ec5b7bf6d854e2092c8857e1ecce3f5e2 /nptl_db
parent9429049c178b3af3d6afeb3717ff1f2214dc9572 (diff)
downloadglibc-86f0179bc003ffc34ffaa8d528a7a90153ac06c6.tar.gz
glibc-86f0179bc003ffc34ffaa8d528a7a90153ac06c6.tar.xz
glibc-86f0179bc003ffc34ffaa8d528a7a90153ac06c6.zip
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>
Diffstat (limited to 'nptl_db')
-rw-r--r--nptl_db/Makefile2
1 files changed, 0 insertions, 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)