From patchwork Wed Nov 20 11:02:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 1198025 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=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-514130-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="k5fFcjWn"; 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 47J0Cf3QHcz9sPL for ; Wed, 20 Nov 2019 22:02:54 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :subject:to:cc:message-id:date:mime-version:content-type; q=dns; s=default; b=hjSPp0lKW9R81Z7Xgl2I299cZ9URQwg2xpgYRtU17Mg8xZTx/d 77RU7QkT3FhWkRGEkabGC0nJWK78fOWufn6UrCrOGwkvRF7VtlDXaH/UC/4k8SYk wa8Tqvj5eQqbCScHMNaR6bAGcRIwBC155P1R3gGXBaKW2IDKxkBZneHV8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :subject:to:cc:message-id:date:mime-version:content-type; s= default; bh=fDDzJmHtRq0S408u/FqNuh1+aQc=; b=k5fFcjWnhdl5GTQh3xJk +hAU0/5PjKdrHwWUUFw0ypr62+4aOG2IoneRB0TShn78GNkHmZrHmsdP6xWDzZli sywIBUk00dpkwLntwY307m2+tij12hkv7iwe2xpSB6T9baondcJqHcLRXez/OsxI dTpGzio+4HQTezLR92Y/9ZI= Received: (qmail 106956 invoked by alias); 20 Nov 2019 11:02:22 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 106862 invoked by uid 89); 20 Nov 2019 11:02:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy=CURRENT, AGE, U*mliska, mliska@suse.cz X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 20 Nov 2019 11:02:19 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id EDCDD6A2A5; Wed, 20 Nov 2019 11:02:16 +0000 (UTC) From: =?utf-8?q?Martin_Li=C5=A1ka?= Subject: [PATCH] Update comment in libsanitizer/*/libtool-version files. To: gcc-patches@gcc.gnu.org Cc: Jakub Jelinek Message-ID: Date: Wed, 20 Nov 2019 12:02:16 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1 MIME-Version: 1.0 X-IsSubscribed: yes Hi. The patch is about removal of an unused libtool-version file, and comments in other libtool-version files are legacy. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. I'm going to install the patch if there are no objections. Thanks, Martin libsanitizer/ChangeLog: 2019-11-20 Martin Liska * libtool-version: Remove. * lsan/libtool-version: Upate comment to not mention libmudflap. * tsan/libtool-version: Likewise. * ubsan/libtool-version: Likewise. --- libsanitizer/libtool-version | 6 ------ libsanitizer/lsan/libtool-version | 2 +- libsanitizer/tsan/libtool-version | 2 +- libsanitizer/ubsan/libtool-version | 2 +- 4 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 libsanitizer/libtool-version diff --git a/libsanitizer/libtool-version b/libsanitizer/libtool-version deleted file mode 100644 index 204fdd2d8e5..00000000000 --- a/libsanitizer/libtool-version +++ /dev/null @@ -1,6 +0,0 @@ -# This file is used to maintain libtool version info for libmudflap. See -# the libtool manual to understand the meaning of the fields. This is -# a separate file so that version updates don't involve re-running -# automake. -# CURRENT:REVISION:AGE -0:0:0 diff --git a/libsanitizer/lsan/libtool-version b/libsanitizer/lsan/libtool-version index 204fdd2d8e5..c63710360f6 100644 --- a/libsanitizer/lsan/libtool-version +++ b/libsanitizer/lsan/libtool-version @@ -1,4 +1,4 @@ -# This file is used to maintain libtool version info for libmudflap. See +# This file is used to maintain libtool version info for liblsan. See # the libtool manual to understand the meaning of the fields. This is # a separate file so that version updates don't involve re-running # automake. diff --git a/libsanitizer/tsan/libtool-version b/libsanitizer/tsan/libtool-version index 204fdd2d8e5..11974598ac5 100644 --- a/libsanitizer/tsan/libtool-version +++ b/libsanitizer/tsan/libtool-version @@ -1,4 +1,4 @@ -# This file is used to maintain libtool version info for libmudflap. See +# This file is used to maintain libtool version info for libtsan. See # the libtool manual to understand the meaning of the fields. This is # a separate file so that version updates don't involve re-running # automake. diff --git a/libsanitizer/ubsan/libtool-version b/libsanitizer/ubsan/libtool-version index 4b494765130..26538f99f19 100644 --- a/libsanitizer/ubsan/libtool-version +++ b/libsanitizer/ubsan/libtool-version @@ -1,4 +1,4 @@ -# This file is used to maintain libtool version info for libmudflap. See +# This file is used to maintain libtool version info for libubsan. See # the libtool manual to understand the meaning of the fields. This is # a separate file so that version updates don't involve re-running # automake.