History log of /seL4-test-master/projects/musllibc/src/setjmp/i386/longjmp.s
Revision Date Author Comments
# c7d19f99 14-Jun-2011 Rich Felker <dalias@aerifal.cx>

restore use of .type in asm, but use modern @function (vs %function)

this seems to be necessary to make the linker accept the functions in
a shared library (perhaps to generate PLT entries?)

strictly speaking libc-internal asm should not need it. i might clean
that up later.


# 1e4f1cf1 13-Jun-2011 Rich Felker <dalias@aerifal.cx>

remove all .size and .type directives for functions from the asm

these are useless and have caused problems for users trying to build
with non-gnu tools like tcc's assembler.


# 3a17f757 26-May-2011 Rich Felker <dalias@aerifal.cx>

modernize coding style in sjlj asm


# 0b44a031 11-Feb-2011 Rich Felker <dalias@aerifal.cx>

initial check-in, version 0.5.0