This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH][PowerPC] Fix powerpc tests
- From: Simon Marchi <simark at simark dot ca>
- To: Rogerio Alves <rcardoso at linux dot ibm dot com>, gdb-patches at sourceware dot org, uweigand at de dot ibm dot com, pedromfc at linux dot ibm dot com
- Date: Mon, 3 Feb 2020 22:39:03 -0500
- Subject: Re: [PATCH][PowerPC] Fix powerpc tests
- References: <2f87e7da-d040-cb9a-eddd-f87d703a1f7d@linux.ibm.com>
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