diff options
author | Rich Felker <dalias@aerifal.cx> | 2014-04-21 19:31:35 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2014-04-21 19:31:35 -0400 |
commit | 9b52ab1c9a44b62236089ab0272801d049bc5b1e (patch) | |
tree | e84e7d109e733abc567c18e96f0d96ddeb73ae80 /arch/mips/bits/socket.h | |
parent | allow zoneinfo-path-relative filenames with no slashes in TZ variable (diff) | |
download | grovel-9b52ab1c9a44b62236089ab0272801d049bc5b1e.tar.gz grovel-9b52ab1c9a44b62236089ab0272801d049bc5b1e.tar.xz |
micro-optimize some startup code for size
moving the call to __init_ssp from __init_security to __init_libc
makes __init_security a leaf function, which allows the compiler to
make it smaller. __init_libc is already non-leaf, and the additional
call makes no difference to the amount of register spillage.
in addition, it really made no sense for the call to __init_ssp to be
buried inside __init_security rather than parallel with other init
functions.
Diffstat (limited to 'arch/mips/bits/socket.h')
0 files changed, 0 insertions, 0 deletions