commit | 9897c3b0dda296704cd1a8313683f292544c6e3c | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Mon Feb 03 05:08:04 2020 -0600 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon Feb 03 14:57:10 2020 -0600 |
tree | ea7181656c24daafc42246f71d3fbe91e1cfffeb | |
parent | 1421dfb3f13602189210b590946433ec093c47cd [diff] |
libc: Move xtensa reentrant syscall impl to common libc-hooks The xcc specific reentrant syscall implementations are actually useful for xtensa in general. So move that code from being specific to intel_s1000 / xcc into generic newlib/libc-hooks.c. This is in prep for the Zephyr SDK dropping -DMISSING_SYSCALL_NAMES which will make its version of newlib on xtensa match behavior with xcc. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>