commit | aed6821b52456a4c538c9097999adba451e49248 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@linux.intel.com> | Wed Apr 09 16:00:01 2014 -0700 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Wed Apr 09 16:00:01 2014 -0700 |
tree | 7e551716a5a5114c86aa2e6854e9c5740ba21dbe | |
parent | fe3dff23a604af5c96060574bcdb4e723b977627 [diff] |
[klibc] Move architecture-specific initialization to arch/ Move out architecture-specific initialization code (currently only for i386) into the arch/ directory and define a configuration variable _KLIBC_HAS_ARCHINIT to indicate its presence. For consistency, change __init_stdio() to __libc_init_stdio(). Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>