commit | 7fdd4f758df224fad83573768b1cd34b645b870a | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Tue Jun 07 14:15:23 2016 -0500 |
committer | Anas Nashif <nashif@linux.intel.com> | Thu Jun 09 16:22:28 2016 +0000 |
tree | 99bd25d2c8c41a1230cf8d422f89920d1de007ea | |
parent | ab5614ed9e8b2bd0a98e782931574620863fcc73 [diff] |
newlib: Support both namespace protected & nonprotected stubs Some variants of newlib build and expect namespace protected stubs (typically having an underscore prefix). To support such newlib variants change all the stubs to the namespace protect version and use function aliases to support the nonprotected namespace version. Change-Id: I6a4162eca949afec96b152ffe6f60b87c4496c4d Signed-off-by: Kumar Gala <kumar.gala@linaro.org>