Blame sysdeps/arm/static-stubs.c

Packit Service 82fcde
/* When building with GCC with static-only libgcc, the dummy
Packit Service 82fcde
   _Unwind_Resume from static-stubs.c needs to be used together with
Packit Service 82fcde
   the dummy __aeabi_unwind_cpp_pr* from aeabi_unwind_cpp_pr1.c
Packit Service 82fcde
   instead of the copies from libgcc.  */
Packit Service 82fcde
Packit Service 82fcde
#include <elf/static-stubs.c>
Packit Service 82fcde
#include <aeabi_unwind_cpp_pr1.c>