From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95140 invoked by alias); 4 Feb 2020 03:39:08 -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 95121 invoked by uid 89); 4 Feb 2020 03:39:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Feb 2020 03:39:06 +0000 Received: from [10.0.0.11] (unknown [192.222.164.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id C245B1E059; Mon, 3 Feb 2020 22:39:04 -0500 (EST) Subject: Re: [PATCH][PowerPC] Fix powerpc tests To: Rogerio Alves , gdb-patches@sourceware.org, uweigand@de.ibm.com, pedromfc@linux.ibm.com References: <2f87e7da-d040-cb9a-eddd-f87d703a1f7d@linux.ibm.com> From: Simon Marchi Message-ID: <802b3f31-90e3-ebe1-1779-951054e7ef03@simark.ca> Date: Tue, 04 Feb 2020 03:39:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <2f87e7da-d040-cb9a-eddd-f87d703a1f7d@linux.ibm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2020-02/txt/msg00052.txt.bz2 On 2020-02-03 3:55 p.m., Rogerio Alves wrote: > This patch fixes test failures power8 and power9 caused by changes on > opcodes: > > The dissasembler does not emit whitespace for instructions > anymore (c2b1c2754526acff8aae2fe8f5a56c2dd11d0b7f) > > The dissasembler generates extended mnemonics for some instructions > instead (aae9718e4d4e8d01dcee22684e82b000203d3e52) > > The ldmx instruction was removed. This instruction was never > implemented (6fbc939cfdbdf02f205c20925583738b0f835e62) Hi Rogerio, Thanks for the patch. Note that applying the patch with an older git version (1.8.3.1, as found on gcc135 of the compile farm) failed. When applying it locally with a more recent git (2.25.0), it worked but said: warning: Patch sent with format=flowed That probably means you sent the patch using your email client. Please consider using git-send-email when sending patches by email in the future to avoid formatting issues. I've tested the patch on that machine (a Power9) and confirmed that the tests did fail and now pass with this patch applied, so I've pushed it. Thanks! Simon