OSDN Git Service

further micro-optimize startup code for size
authorRich Felker <dalias@aerifal.cx>
Mon, 21 Apr 2014 23:52:24 +0000 (19:52 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 21 Apr 2014 23:52:24 +0000 (19:52 -0400)
commitfbcfed7c2d27496063d79e4d2a2a694d0fe67209
tree150033b9219b57f5d61a3b7a59d908886543acb2
parent9b52ab1c9a44b62236089ab0272801d049bc5b1e
further micro-optimize startup code for size

there is no reason (and seemingly there never was any) for
__init_security to be its own function. it's linked unconditionally
so it can just be placed inline in __init_libc.
src/env/__init_security.c [deleted file]
src/env/__libc_start_main.c