From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21629 invoked by alias); 7 May 2019 09:02:55 -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 21620 invoked by uid 89); 7 May 2019 09:02:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-13.0 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:02:53 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id AB1E4AD17; Tue, 7 May 2019 09:02:51 +0000 (UTC) Subject: Re: [PATCH][gdb/testsuite] Fix .debug_aranges in dw2-case-insensitive-debug.S To: Jan Kratochvil Cc: gdb-patches@sourceware.org, Pedro Alves References: <20190506163646.GA16716@delia> <20190506172049.GA328271@host1.jankratochvil.net> From: Tom de Vries Message-ID: <15cbfa43-8639-1935-078a-d87241b5a6d2@suse.de> Date: Tue, 07 May 2019 09:02: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: <20190506172049.GA328271@host1.jankratochvil.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00181.txt.bz2 On 06-05-19 19:20, Jan Kratochvil wrote: > On Mon, 06 May 2019 18:36:47 +0200, Tom de Vries wrote: >> OK for trunk? > > I do not have it reproducible on Fedora 29 x86_64 FTR, the described failure occurs for me with openSUSE Leap 15.0 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