[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] [PATCH] arm: fix reading SP register read
From: |
MyungJoo Ham |
Subject: |
Re: [Libunwind-devel] [PATCH] arm: fix reading SP register read |
Date: |
Tue, 22 Mar 2016 11:03:33 +0000 (GMT) |
> On Mon, Mar 7, 2016 at 10:10 PM, MyungJoo Ham <address@hidden> wrote:
> >>
> >> Partially reverting 0f9937485 while keeping
> >> the part that disallowing writing to SP.
> >>
> >> Signed-off-by: MyungJoo Ham <address@hidden>
> >
> > CC: David Mosberger
> > CC: Ben Pye
> > CC: Geunsik Lim
> >
> > This is related with stack unwinding issues @
> > https://github.com/dotnet/coreclr/issues/3309
>
> Please Cc: Yvan on ARM patches.
>
> -Arun
Please never mind the patch, which made another
side effect to libunwind-arm.
I'll repost another after resolving issues along with dotnet/coreclr in ARM.
MyungJoo