xf.li | bfc6e71 | 2025-02-07 01:54:34 -0800 | [diff] [blame^] | 1 | /* When building with GCC with static-only libgcc, the dummy |
2 | _Unwind_Resume from static-stubs.c needs to be used together with | ||||
3 | the dummy __aeabi_unwind_cpp_pr* from aeabi_unwind_cpp_pr1.c | ||||
4 | instead of the copies from libgcc. */ | ||||
5 | |||||
6 | #include <elf/static-stubs.c> | ||||
7 | #include <aeabi_unwind_cpp_pr1.c> |