Re: [PATCH] gcc: xtensa: delegitimize UNSPEC_PLT

2020-05-27 Thread Max Filippov via Gcc-patches
On Wed, May 27, 2020 at 4:35 PM augustine.sterl...@gmail.com wrote: > > On Tue, May 26, 2020 at 11:43 AM Max Filippov wrote: > > > > This fixes 'non-delegitimized UNSPEC 3 found in variable location' notes > > issued when building libraries which interferes with running tests. > > > > 2020-05-24

Re: [PATCH] gcc: xtensa: delegitimize UNSPEC_PLT

2020-05-27 Thread augustine.sterling--- via Gcc-patches
On Tue, May 26, 2020 at 11:43 AM Max Filippov wrote: > > This fixes 'non-delegitimized UNSPEC 3 found in variable location' notes > issued when building libraries which interferes with running tests. > > 2020-05-24 Max Filippov > gcc/ > * config/xtensa/xtensa.c (xtensa_delegitimize_addr

[PATCH] gcc: xtensa: delegitimize UNSPEC_PLT

2020-05-26 Thread Max Filippov via Gcc-patches
This fixes 'non-delegitimized UNSPEC 3 found in variable location' notes issued when building libraries which interferes with running tests. 2020-05-24 Max Filippov gcc/ * config/xtensa/xtensa.c (xtensa_delegitimize_address): New function. (TARGET_DELEGITIMIZE_ADDRESS):