qemu-stable
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] linux-user: xtensa: fix signal delivery in FDPIC


From: Richard Henderson
Subject: Re: [PATCH] linux-user: xtensa: fix signal delivery in FDPIC
Date: Sun, 12 Nov 2023 12:37:38 -0800
User-agent: Mozilla Thunderbird

On 11/12/23 09:02, Max Filippov wrote:
On Sun, Nov 12, 2023 at 8:51 AM Richard Henderson
However, it does not handle the GOT register for the restorer, like we do on 
ARM.  That
said, I can't find any libc sources for xtensa, or at least that aren't out of 
date by a

It's WIP, available at https://github.com/jcmvbkbc/uclibc-ng-xtensa
branch xtensa-1.0.44-fdpic

decade, so I can't tell if libc *knows* the got register won't be loaded, and 
it doesn't
matter because it only uses the sigreturn syscall.

That's the case. AFAU the restorer field is not for public use and the function
used as a restorer by the uclibc does not care about the GOT pointer.

Right-o, thanks for the pointer.


r~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]