blob: d90d603a958bd18a4b45c3106697e72ef7d17a8e [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001/* 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>