static-stubs.c 301 B

1234567
  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. #include <elf/static-stubs.c>
  6. #include <aeabi_unwind_cpp_pr1.c>