Re: [PATCH, AArch64] Fix PR target/91834

2019-09-23 Thread Kyrill Tkachov
On 9/21/19 7:11 AM, Richard Henderson wrote: As diagnosed in the PR.     * config/aarch64/lse.S (LDNM): Ensure STXR output does not     overlap the inputs. Looks good to me. Perhaps even obvious. Thanks, Kyrill ---  libgcc/config/aarch64/lse.S | 4 ++--  1 file changed, 2 insert

[PATCH, AArch64] Fix PR target/91834

2019-09-20 Thread Richard Henderson
As diagnosed in the PR. * config/aarch64/lse.S (LDNM): Ensure STXR output does not overlap the inputs. --- libgcc/config/aarch64/lse.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libgcc/config/aarch64/lse.S b/libgcc/config/aarch64/lse.S index a5f6673596