Re: [PATCH] [testsuite] fix pr70321.c PIC expectations

2024-11-04 Thread Mike Stump
On Oct 29, 2024, at 4:08 PM, Alexandre Oliva wrote: > > When we select a non-bx get_pc_thunk, we get an extra mov to set up > the PIC register before the abort call. Expect that mov or a > get_pc_thunk.bx call. > > Regstrapped on x86_64-linux-gnu; also tested on i686-linux-gnu with > -fPIE. Ok

[PATCH] [testsuite] fix pr70321.c PIC expectations

2024-10-29 Thread Alexandre Oliva
When we select a non-bx get_pc_thunk, we get an extra mov to set up the PIC register before the abort call. Expect that mov or a get_pc_thunk.bx call. Regstrapped on x86_64-linux-gnu; also tested on i686-linux-gnu with -fPIE. Ok to install? for gcc/testsuite/ChangeLog * gcc.target/