tech-userlevel archive

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

Re: failing to link siglongjmp with clang



"James K. Lowden" <jklowden%schemamania.org@localhost> writes:

> $ nm interrupt.o | grep siglongjmp
>                  U siglongjmp

IIRC, clang handles siglongjmp specially and some version of clang fails
symbol renaming of it.  I guess you can rename symbol using objcopy.

enami.


Home | Main Index | Thread Index | Old Index