This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 1/3] nptl_db: Install libthread_db under a regular implementation name
- From: Florian Weimer <fweimer at redhat dot com>
- To: libc-alpha at sourceware dot org
- Date: Thu, 28 Nov 2019 14:01:19 +0100
- Subject: [PATCH 1/3] nptl_db: Install libthread_db under a regular implementation name
- References: <cover.1574945909.git.fweimer@redhat.com>
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.
---
nptl_db/Makefile | 2 --
1 file changed, 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)
--
2.23.0