This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ARM: Add .cantunwind to __clone


On Mon, 1 Aug 2011, Andrew Haley wrote:

> Backtraces in threads on hardfp EABI systems segfault because they run
> off the end of the stack; I've attached a test case.  This happens
> because _start is marked with a .cantunwind but __clone is not.
> 
> This patch solves the problem on the Fedora 15 hardfp port I'm working
> on.  Comments, please.

Thanks.  I've committed this patch.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]