OSDN Git Service

libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy code
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Mon, 19 Sep 2011 13:58:53 +0000 (15:58 +0200)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Fri, 27 Jan 2012 09:05:09 +0000 (10:05 +0100)
commitb80b28ee6fdf073e6baf9b893b3ecef9904a2e48
tree5f984632da92468e8764f43b244be180b5ec9bb1
parent80576869e1edf4f8dfb45eadf70a802938587f34
libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy code

Do not pollute libraries with its own implementation of __aeabi_unwind_cpp_pr1 code.
Just add it to uclibc_nonshared.a archive and share it.
This fixes build issue with static linking of application due to multiple symbol
definition in libgcc_eh-a and libpthread.a or librt.a

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
libc/sysdeps/linux/arm/Makefile.arch
libpthread/nptl/sysdeps/arm/Makefile.arch
libpthread/nptl/sysdeps/arm/aeabi_unwind_cpp_pr1.c [deleted file]
libpthread/nptl/sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c [deleted file]
libubacktrace/Makefile.in