From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 8PKyGcyRpV8gGQAAWB0awg (envelope-from ) for ; Fri, 06 Nov 2020 13:11:24 -0500 Received: by simark.ca (Postfix, from userid 112) id 6627D1F08B; Fri, 6 Nov 2020 13:11:24 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id DB8A71E58E for ; Fri, 6 Nov 2020 13:11:23 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 969B63857839; Fri, 6 Nov 2020 18:11:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 969B63857839 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1604686283; bh=ZwYDq63bUPNI4GaL1Y4HQpvgjqEJpLo4AMDciTJ7UfU=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=G/zd3XqdG+jRxwWNDQVuP7Ln5Wc3D8tmV/ElPer54bDSajNvRpbm84i2PrLW5Cxiw X/4fJiEfewwdyUa6+1csZ/J32fEFlgog24pActCo9kg5pUtoOX5q/tSjhEGCCtH/Rp o7SPuHhBvJs++l2t6+ikaRK+9xZQQXfZgbqX40oA= Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by sourceware.org (Postfix) with ESMTPS id DB2303857839 for ; Fri, 6 Nov 2020 18:11:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DB2303857839 Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 7D54C2F36AD; Fri, 6 Nov 2020 13:11:20 -0500 (EST) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id FPZNy5MDQ-Dg; Fri, 6 Nov 2020 13:11:20 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 4E7EB2F34DB; Fri, 6 Nov 2020 13:11:20 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 4E7EB2F34DB X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id dv_Y7IIJlC3I; Fri, 6 Nov 2020 13:11:20 -0500 (EST) Received: from [172.16.0.95] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) by mail.efficios.com (Postfix) with ESMTPSA id 274BD2F34D9; Fri, 6 Nov 2020 13:11:20 -0500 (EST) Subject: Re: [PATCH] gdb/testsuite: make DWARF assembler's ranges' "base" and "range" procs To: Andrew Burgess References: <20201106163359.2689648-1-simon.marchi@efficios.com> <20201106180844.GI2729@embecosm.com> Message-ID: <0344264d-efff-cd59-b39b-23acca96cb72@efficios.com> Date: Fri, 6 Nov 2020 13:11:19 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20201106180844.GI2729@embecosm.com> Content-Type: text/plain; charset=utf-8 Content-Language: tl Content-Transfer-Encoding: 7bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Simon Marchi via Gdb-patches Reply-To: Simon Marchi Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On 2020-11-06 1:08 p.m., Andrew Burgess wrote: > This seems like a good change to me. > > Thanks for doing this. > > Andrew I pushed it, thanks. Simon