2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-01-24 12:25:35 +08:00
glibc/ports/sysdeps/arm/static-stubs.c
2012-07-05 22:16:03 +00:00

8 lines
301 B
C

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