From patchwork Thu Nov 28 13:01:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 36347 Received: (qmail 85499 invoked by alias); 28 Nov 2019 13:01:28 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 85449 invoked by uid 89); 28 Nov 2019 13:01:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3 autolearn=ham version=3.3.1 spammy= X-HELO: us-smtp-1.mimecast.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574946084; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NvbbZ6P0V1tiEQvubm6pcZhSjIKEMxVVeeqztiToG3I=; b=cj65itj2wsovgbi5stMNJacB5+DKFg4qVrdSLBo1JqkzeVSPxYm2GHdmcs1vnFr/5TJERS I5V8/Bdu7lMPLyPMhGWDxL1pkfyCh/Pkat0sVz5Vr0CUpO2oI+Vsf8pJe4qPGlOp6l8gJf StJBi54Rpto9T/CdEjPKRMS5jMtbL/U= From: Florian Weimer To: libc-alpha@sourceware.org Subject: [PATCH 1/3] nptl_db: Install libthread_db under a regular implementation name In-Reply-To: References: Message-Id: <21acb7886147c07e09f5d198ab6bb4b215f41369.1574945909.git.fweimer@redhat.com> Date: Thu, 28 Nov 2019 14:01:19 +0100 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 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)