Add ARM-specific static-stubs.c.

This commit is contained in:
Joseph Myers 2012-07-05 22:16:03 +00:00
parent cdfe2c5eb3
commit c57a67e033
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-07-05 Joseph Myers <joseph@codesourcery.com>
* sysdeps/arm/static-stubs.c: New file.
2012-07-03 Joseph Myers <joseph@codesourcery.com>
* sysdeps/arm/Makefile (gnulib-arch): New variable.

View File

@ -0,0 +1,7 @@
/* 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>