* Re: [PATCH, committed] Finalize ISA 3.0 instruction support. [not found] ` <4899c29a-2401-a221-dccf-9b22325fe054@redhat.com> @ 2016-09-15 21:20 ` Peter Bergner 2016-09-15 21:44 ` Pedro Alves 0 siblings, 1 reply; 5+ messages in thread From: Peter Bergner @ 2016-09-15 21:20 UTC (permalink / raw) To: Pedro Alves Cc: binutils, Alan Modra, Bill Schmidt, Carl E. Love, gdb-patches, Edjunior Barbosa Machado On 9/15/16 6:34 AM, Pedro Alves wrote: > On 09/15/2016 04:26 AM, Peter Bergner wrote: >> This patch modifies the ISA 3.0 instruction support to match the finalized >> ISA 3.0 documentation. Committed. Ok, I committed the following as obvious, which should clean up the new GDB failures I caused. Sorry about the breakage! Peter commit e2a92b16496f418e3c2c3b69eb5203b0b335df87 Author: Peter Bergner <bergner@vnet.ibm.com> Date: Thu Sep 15 16:10:05 2016 -0500 Update ISA 3.0 / POWER9 gdb tests to match GAS test cases. * gdb.arch/powerpc-power.s: Update Power9 instruction tests and sync up the test with tests in gas/testsuite/gas/ppc. * gdb.arch/powerpc-power.exp: Likewise. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH, committed] Finalize ISA 3.0 instruction support. 2016-09-15 21:20 ` [PATCH, committed] Finalize ISA 3.0 instruction support Peter Bergner @ 2016-09-15 21:44 ` Pedro Alves 2016-09-16 15:22 ` Peter Bergner 2016-09-16 20:50 ` Peter Bergner 0 siblings, 2 replies; 5+ messages in thread From: Pedro Alves @ 2016-09-15 21:44 UTC (permalink / raw) To: Peter Bergner Cc: binutils, Alan Modra, Bill Schmidt, Carl E. Love, gdb-patches, Edjunior Barbosa Machado On 09/15/2016 10:18 PM, Peter Bergner wrote: > On 9/15/16 6:34 AM, Pedro Alves wrote: >> On 09/15/2016 04:26 AM, Peter Bergner wrote: >>> This patch modifies the ISA 3.0 instruction support to match the >>> finalized >>> ISA 3.0 documentation. Committed. > > Ok, I committed the following as obvious, which should clean up the > new GDB failures I caused. Sorry about the breakage! Thanks! I think it'd make sense to push these two patches to the gdb-7.12-branch branch (gdb 7.12 is not out yet, but it's close). Could you do that? Thanks, Pedro Alves ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH, committed] Finalize ISA 3.0 instruction support. 2016-09-15 21:44 ` Pedro Alves @ 2016-09-16 15:22 ` Peter Bergner 2016-09-16 21:50 ` Peter Bergner 2016-09-16 20:50 ` Peter Bergner 1 sibling, 1 reply; 5+ messages in thread From: Peter Bergner @ 2016-09-16 15:22 UTC (permalink / raw) To: Pedro Alves Cc: binutils, Alan Modra, Bill Schmidt, Carl E. Love, gdb-patches, Edjunior Barbosa Machado On 9/15/16 4:44 PM, Pedro Alves wrote: > On 09/15/2016 10:18 PM, Peter Bergner wrote: >> On 9/15/16 6:34 AM, Pedro Alves wrote: >>> On 09/15/2016 04:26 AM, Peter Bergner wrote: >>>> This patch modifies the ISA 3.0 instruction support to match the >>>> finalized >>>> ISA 3.0 documentation. Committed. >> >> Ok, I committed the following as obvious, which should clean up the >> new GDB failures I caused. Sorry about the breakage! > > Thanks! I think it'd make sense to push these two patches to > the gdb-7.12-branch branch (gdb 7.12 is not out yet, but it's close). > > Could you do that? I was already planning on back porting them to the binutils release branches (2.26 and 2.27), so I'll do the same for the gdb 7.12 branch. Peter ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH, committed] Finalize ISA 3.0 instruction support. 2016-09-16 15:22 ` Peter Bergner @ 2016-09-16 21:50 ` Peter Bergner 0 siblings, 0 replies; 5+ messages in thread From: Peter Bergner @ 2016-09-16 21:50 UTC (permalink / raw) To: binutils Cc: Pedro Alves, Alan Modra, Bill Schmidt, Carl E. Love, gdb-patches, Edjunior Barbosa Machado On 9/16/16 10:22 AM, Peter Bergner wrote: > On 9/15/16 4:44 PM, Pedro Alves wrote: >> On 09/15/2016 10:18 PM, Peter Bergner wrote: >>> On 9/15/16 6:34 AM, Pedro Alves wrote: >>>> On 09/15/2016 04:26 AM, Peter Bergner wrote: >>>>> This patch modifies the ISA 3.0 instruction support to match the >>>>> finalized >>>>> ISA 3.0 documentation. Committed. >>> >>> Ok, I committed the following as obvious, which should clean up the >>> new GDB failures I caused. Sorry about the breakage! >> >> Thanks! I think it'd make sense to push these two patches to >> the gdb-7.12-branch branch (gdb 7.12 is not out yet, but it's close). >> >> Could you do that? > > I was already planning on back porting them to the binutils release > branches (2.26 and 2.27), so I'll do the same for the gdb 7.12 branch. Committed to the 2.26 and 2.27 branches now too. As with the gdb branch, the gdb testsuite changes do not make sense since the power9 tests do not exist on the branches. Peter ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH, committed] Finalize ISA 3.0 instruction support. 2016-09-15 21:44 ` Pedro Alves 2016-09-16 15:22 ` Peter Bergner @ 2016-09-16 20:50 ` Peter Bergner 1 sibling, 0 replies; 5+ messages in thread From: Peter Bergner @ 2016-09-16 20:50 UTC (permalink / raw) To: Pedro Alves Cc: binutils, Alan Modra, Bill Schmidt, Carl E. Love, gdb-patches, Edjunior Barbosa Machado On 9/15/16 4:44 PM, Pedro Alves wrote: > On 09/15/2016 10:18 PM, Peter Bergner wrote: >> On 9/15/16 6:34 AM, Pedro Alves wrote: >>> On 09/15/2016 04:26 AM, Peter Bergner wrote: >>>> This patch modifies the ISA 3.0 instruction support to match the >>>> finalized >>>> ISA 3.0 documentation. Committed. >> >> Ok, I committed the following as obvious, which should clean up the >> new GDB failures I caused. Sorry about the breakage! > > Thanks! I think it'd make sense to push these two patches to > the gdb-7.12-branch branch (gdb 7.12 is not out yet, but it's close). > > Could you do that? Ok, I committed the gas changes (first patch) to gdb-7.12-branch. When I tried applying the follow up gdb testsuite trunk changes, I noticed that the gdb-7.12-branch doesn't have any power9 tests, so that patch doesn't make sense for the branch. Peter ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-09-16 21:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <2033161b-a9eb-3ddc-bb98-db8ee1eed6a5@vnet.ibm.com>
[not found] ` <4899c29a-2401-a221-dccf-9b22325fe054@redhat.com>
2016-09-15 21:20 ` [PATCH, committed] Finalize ISA 3.0 instruction support Peter Bergner
2016-09-15 21:44 ` Pedro Alves
2016-09-16 15:22 ` Peter Bergner
2016-09-16 21:50 ` Peter Bergner
2016-09-16 20:50 ` Peter Bergner
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox