From: Rich Felker Date: Wed, 15 Jun 2011 03:15:08 +0000 (-0400) Subject: restore use of .type in asm, but use modern @function (vs %function) X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=c7d19f9923c66a2ddb47272f1e8fec8b804f54c4;hp=c7d19f9923c66a2ddb47272f1e8fec8b804f54c4 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. ---