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: 1202054 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-107501-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="KdDUWlsW"; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.b="cj65itj2"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47NySt3G2kz9sP6 for ; Fri, 29 Nov 2019 00:01:34 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:in-reply-to:references :message-id:date:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=VxJoMwCSiEX38yo8 /KSLBIjYkGy+OiGhBuOoFAMeuQDTQWLOdGwFqz+FnjfA8HNTiQiFDp2o3+nNIYsS s23A/nEu8PsyC09q9vQpqGZyDtu5xfgErbtD9uj5NXWfzp+cHSoQ/pwD1ZrK+iyK fsJzQMb2f1zSgZG2PUoeLU1Vnjs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:in-reply-to:references :message-id:date:mime-version:content-type :content-transfer-encoding; s=default; bh=3yktyz/wEVCygbfLwbQWlp Atch0=; b=KdDUWlsWnsGjQUqmSIAC7qMAsmB6ahoelpc+q3Grd2G17ff5s0dWCp Gy7zGOL1IQcRS7Qf2Ac29j7bZF/AZtMfCP0EUx7D/WtR1O0ff5rGH7DNlqKEiMiV k4VkKGvwKUY6kVQsjMYwTb+7DBHCgmYc6Jih8FQCXVrFBycHMtNTk= 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)