From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id 734073836C2C for ; Thu, 18 Feb 2021 21:18:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 734073836C2C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from librem (deer0x15.wildebeest.org [172.31.17.151]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 6F32230006D6; Thu, 18 Feb 2021 22:18:35 +0100 (CET) Received: by librem (Postfix, from userid 1000) id 9DFFEC1781; Thu, 18 Feb 2021 22:17:24 +0100 (CET) Date: Thu, 18 Feb 2021 22:17:24 +0100 From: Mark Wielaard To: Jakub Jelinek Cc: dwz@sourceware.org Subject: Re: [PATCH] Don't handle blocks as exprlocs for DWARF version 4 or higher. Message-ID: <20210218211724.GI3149@wildebeest.org> References: <20210213224622.16521-1-mark@klomp.org> <3fd1ebde0c9e1b8cbe09ea858a3e0f0a84af44b4.camel@klomp.org> <20210218140947.GG4020736@tucnak> <20210218165940.GJ4020736@tucnak> <990efcdbd7e57467ce989b30b6aea7ae6edf722b.camel@klomp.org> <20210218200635.GN4020736@tucnak> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210218200635.GN4020736@tucnak> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: dwz@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dwz mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 21:18:37 -0000 On Thu, Feb 18, 2021 at 09:06:35PM +0100, Jakub Jelinek via Dwz wrote: > Can you please add > default: > break; > here? > > Otherwise LGTM, thanks. Added and pushed. Thanks, Mark