lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [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> |