From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22552 invoked by alias); 7 May 2019 09:03:11 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 22544 invoked by uid 89); 7 May 2019 09:03:11 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-12.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= 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; Tue, 07 May 2019 09:03:10 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 396B5AD17; Tue, 7 May 2019 09:03:08 +0000 (UTC) Subject: Re: [PATCH][gdb/testsuite] Fix .debug_aranges in watch-loc.c To: Jan Kratochvil Cc: gdb-patches@sourceware.org, Pedro Alves References: <20190506163738.GA16778@delia> <20190506172104.GB328271@host1.jankratochvil.net> From: Tom de Vries Message-ID: <1690538d-f810-9db2-34a5-314da9d4aa93@suse.de> Date: Tue, 07 May 2019 09:03:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <20190506172104.GB328271@host1.jankratochvil.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00182.txt.bz2 On 06-05-19 19:21, Jan Kratochvil wrote: > On Mon, 06 May 2019 18:37:40 +0200, Tom de Vries wrote: >> OK for trunk? > > I do not have it reproducible on Fedora 29 x86_64 but I agree it is correct. > I do not have GDB approval permission. Thanks for the review. With your review done, I consider the patch obvious and I've committed it. Thanks, - Tom