From patchwork Wed Oct 3 20:33:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe Waroquiers X-Patchwork-Id: 29633 Received: (qmail 22992 invoked by alias); 3 Oct 2018 20:33:34 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 22983 invoked by uid 89); 3 Oct 2018 20:33:34 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:945, philippe, tidparsec, Waroquiers X-HELO: mailsec105.isp.belgacom.be Received: from mailsec105.isp.belgacom.be (HELO mailsec105.isp.belgacom.be) (195.238.20.101) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 03 Oct 2018 20:33:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1538598811; x=1570134811; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=y/s1a/iruoUeu7W0qfxNHH/vZ6KQ3br+S6p25g1i0NE=; b=IhyAmaOpUzyHR97FW8ONy9eZ5zN/GunWhwkAZJg67fEaZnkabLgUyxPR /VJae0CuT9haKx+XvOz3Ij1owIhtuQ==; Received: from 103.33-242-81.adsl-dyn.isp.belgacom.be (HELO md.home) ([81.242.33.103]) by relay.skynet.be with ESMTP/TLS/DHE-RSA-AES128-GCM-SHA256; 03 Oct 2018 22:33:26 +0200 From: Philippe Waroquiers To: gdb-patches@sourceware.org Cc: Philippe Waroquiers Subject: [OBVIOUS_PATCH] tid-parse.c tid_is_in_list correct 'See' comment. Date: Wed, 3 Oct 2018 22:33:18 +0200 Message-Id: <20181003203318.7270-1-philippe.waroquiers@skynet.be> MIME-Version: 1.0 X-IsSubscribed: yes Refer to tid-parse.h and tid_is_in_list is explained there. --- gdb/ChangeLog | 4 ++++ gdb/tid-parse.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e239f201fa..f5448c31d8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2018-10-03 Philippe Waroquiers + + * tid-parse.c (tid_is_in_list): Fix wrong 'See' comment. + 2018-10-02 Tom Tromey * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Use pulongest. diff --git a/gdb/tid-parse.c b/gdb/tid-parse.c index 8322e58523..2f7f9be5cd 100644 --- a/gdb/tid-parse.c +++ b/gdb/tid-parse.c @@ -301,7 +301,7 @@ tid_range_parser::in_star_range () const return m_state == STATE_STAR_RANGE; } -/* See gdbthread.h. */ +/* See tid-parse.h. */ int tid_is_in_list (const char *list, int default_inferior,