Blame sysdeps/arm/static-stubs.c

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