From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qv1-xf29.google.com (mail-qv1-xf29.google.com [IPv6:2607:f8b0:4864:20::f29]) by sourceware.org (Postfix) with ESMTPS id DB6E23858414 for ; Wed, 8 Sep 2021 12:12:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DB6E23858414 Received: by mail-qv1-xf29.google.com with SMTP id g11so1294048qvd.2 for ; Wed, 08 Sep 2021 05:12:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=8KtXpVa/KA4CoAwhcpujISauxUwxg81FTVCsTKVit3M=; b=BpGb4/8T55r8EvZBfGvrrXrKGG7xgI9P8Mlk3fcBACB7rq7LBwwY8JdJthwSac0WYA Y2yt0wnfh/pcthiq/H6xZ/EcR46jz0Khp70l7Bo2jhrPzUP7XOuZO+iT9Lx4PWvmfiak sfMkbQf4E2a95e2aFssEDsVhUtoSb9Ds1nQotW/eYTT0kl6KvxxyeGByQ52Ln/FHWYkg YIkpyucoSE0ChtkywakUQQP4oTnqoe4tgxTe8t/SlAn9+F3uxnRVN8b7lxLecO6M1y20 ZFkV6MPshumEonSeqkDab0FJ7PYZzxekXPmEgIkVDUy90sloXAHIr63KJcgsmh97PIwS nSrA== X-Gm-Message-State: AOAM533cf0bIjyIVgKCnMjHyuG5d6V3BMEy47XmPaflSgPdwfKs3EPM8 NIgRTuamL1KF3QCZinXyjrx7OdQzENIbMQ== X-Google-Smtp-Source: ABdhPJxhWP2WcqykMlPEkbtBSSzGhT0na+2woangBJtHXGdeKzbSFfjDorTlkhEQVRjyTmFaZXmJWg== X-Received: by 2002:ad4:4a8b:: with SMTP id h11mr3451256qvx.3.1631103143515; Wed, 08 Sep 2021 05:12:23 -0700 (PDT) Received: from ?IPv6:2804:7f0:4841:25bc:38ac:720b:fbe0:43? ([2804:7f0:4841:25bc:38ac:720b:fbe0:43]) by smtp.gmail.com with ESMTPSA id v15sm1360633qta.82.2021.09.08.05.12.22 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 08 Sep 2021 05:12:23 -0700 (PDT) Subject: Re: Revert: [AArch64] MTE corefile support To: Joel Brobecker Cc: "gdb-patches@sourceware.org" References: <20210907172900.GB9184@adacore.com> From: Luis Machado Message-ID: Date: Wed, 8 Sep 2021 09:12:20 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <20210907172900.GB9184@adacore.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Wed, 08 Sep 2021 12:12:25 -0000 Joel, On 9/7/21 2:29 PM, Joel Brobecker wrote: > Hi Luis, > >> Hi Joel, >> >> As explained in this message >> (https://sourceware.org/pipermail/binutils/2021-September/117862.html), I'd >> like to revert commit 894982bfccec66a1496785bbef4d46423345b8c8 from GDB 11: > > No problem for me, so go right ahead. > Thanks. Done now.