From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8055 invoked by alias); 6 May 2019 17:20: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 7957 invoked by uid 89); 6 May 2019 17:20:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 May 2019 17:20:54 +0000 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7854830944B7; Mon, 6 May 2019 17:20:53 +0000 (UTC) Received: from host1.jankratochvil.net (unknown [10.36.118.19]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 892476063B; Mon, 6 May 2019 17:20:52 +0000 (UTC) Date: Mon, 06 May 2019 17:20:00 -0000 From: Jan Kratochvil To: Tom de Vries Cc: gdb-patches@sourceware.org, Pedro Alves Subject: Re: [PATCH][gdb/testsuite] Fix .debug_aranges in dw2-case-insensitive-debug.S Message-ID: <20190506172049.GA328271@host1.jankratochvil.net> References: <20190506163646.GA16716@delia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190506163646.GA16716@delia> User-Agent: Mutt/1.11.3 (2019-02-01) X-SW-Source: 2019-05/txt/msg00173.txt.bz2 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 but I agree it is correct. I do not have GDB approval permission. Jan