summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-11-28 11:16:56 +0100
committerFlorian Weimer <fweimer@redhat.com>2019-11-28 11:16:56 +0100
commit21acb7886147c07e09f5d198ab6bb4b215f41369 (patch)
tree3fcccb0af3cefe6e4a8394ab24755c351c9b8c24
parente37c2cf299b61ce18f62852f6c5624c27829b610 (diff)
downloadglibc-21acb7886147c07e09f5d198ab6bb4b215f41369.tar.gz
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. Tested on x86_64-linux-gnu, in an environment where the nptl GDB tests actually run.
-rw-r--r--nptl_db/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl_db/Makefile b/nptl_db/Makefile
index bbe38ca273..ba66107cee 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)