fd5c07b
Patch series proposed upstream:
fd5c07b
fd5c07b
  <https://sourceware.org/pipermail/libc-alpha/2021-June/127473.html>
fd5c07b
fd5c07b
Author: Florian Weimer <fweimer@redhat.com>
fd5c07b
Date:   Wed Jun 9 14:12:46 2021 +0200
fd5c07b
fd5c07b
    nptl_db: Install libthread_db under a regular implementation name
fd5c07b
    
fd5c07b
    Currently, the name is always libthread_db-1.0.so.  It does not change
fd5c07b
    with the glibc version, like the other libraries.
fd5c07b
    
fd5c07b
    GDB hard-codes libthread_db.so.1 (the soname), so this change does not
fd5c07b
    affect loading libthread_db.
fd5c07b
    
fd5c07b
    Tested on x86_64-linux-gnu, in an environment where the nptl GDB tests
fd5c07b
    actually run.
fd5c07b
fd5c07b
diff --git a/nptl_db/Makefile b/nptl_db/Makefile
fd5c07b
index ea721c1dcfce6e7b..1f79c018a1f9fe19 100644
fd5c07b
--- a/nptl_db/Makefile
fd5c07b
+++ b/nptl_db/Makefile
fd5c07b
@@ -21,8 +21,6 @@ subdir          := nptl_db
fd5c07b
 
fd5c07b
 include ../Makeconfig
fd5c07b
 
fd5c07b
-nptl_db-version = 1.0
fd5c07b
-
fd5c07b
 extra-libs = libthread_db
fd5c07b
 extra-libs-others := $(extra-libs)
fd5c07b