restore use of .type in asm, but use modern @function (vs %function)
authorRich Felker <dalias@aerifal.cx>
Wed, 15 Jun 2011 03:15:08 +0000 (23:15 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 15 Jun 2011 03:15:08 +0000 (23:15 -0400)
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.


No differences found