Re: Unwind annotations for the libc and libthr asm

2012-10-07 Thread O. Hartmann
Am 10/07/12 17:20, schrieb Konstantin Belousov: > Please find below the patch to add the unwind annotations for the libc > and libthr assembler routines on amd64. The change shall have no impact > on the execution of the changed code, because no functions there ever > generate C++ exception or call

Unwind annotations for the libc and libthr asm

2012-10-07 Thread Konstantin Belousov
Please find below the patch to add the unwind annotations for the libc and libthr assembler routines on amd64. The change shall have no impact on the execution of the changed code, because no functions there ever generate C++ exception or call a function that could generate exception. The addition