mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
8 lines
301 B
C
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>
|