Add runtime support needed for C++ exceptions
commitae80d12e5f55ad491d1f1e6fe094bc291d908903
authorChristophe Lyon <christophe.lyon@st.com>
Wed, 4 Jul 2018 15:55:22 +0000 (4 17:55 +0200)
committerWaldemar Brodkorb <wbrodkorb@conet.de>
Fri, 10 Aug 2018 14:02:23 +0000 (10 16:02 +0200)
tree27e709cde320f39e47f7c65047bc0f12914f5090
parentc2586973f811dee017277d528c2ef007cea6d4ab
Add runtime support needed for C++ exceptions

Implements __gnu_Unwind_Find_got(), which is called from libgcc while
unwinding.

* libc/sysdeps/linux/arm/Makefile.arch (CSRC): Add find._got.c.
* libc/sysdeps/linux/arm/find_got.c: New file.

Signed-off-by: Mickaël Guêné <mickael.guene@st.com>
Signed-off-by: Christophe Lyon <christophe.lyon@st.com>
libc/sysdeps/linux/arm/Makefile.arch
libc/sysdeps/linux/arm/find_got.c [new file with mode: 0644]