arm-eabi-extra.ver: New file.

* config/os/gnu-linux/arm-eabi-extra.ver: New file.
	* configure.host: Use it for arm*-*-linux-*eabi.

From-SVN: r138041
This commit is contained in:
Mark Mitchell 2008-07-21 19:21:45 +00:00 committed by Mark Mitchell
parent df2fba9e34
commit 5194c5c129
3 changed files with 28 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-07-21 Mark Mitchell <mark@codesourcery.com>
* config/os/gnu-linux/arm-eabi-extra.ver: New file.
* configure.host: Use it for arm*-*-linux-*eabi.
2008-07-19 Paolo Carlini <paolo.carlini@oracle.com>
* include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp

View File

@ -0,0 +1,18 @@
# Appended to version file.
CXXABI_ARM_1.3.3 {
# ARM ABI helper functions provided in libsupc++.
__aeabi_atexit;
__aeabi_vec_ctor_nocookie_nodtor;
__aeabi_vec_ctor_cookie_nodtor;
__aeabi_vec_cctor_nocookie_nodtor;
__aeabi_vec_new_cookie_noctor;
__aeabi_vec_new_nocookie;
__aeabi_vec_new_cookie_nodtor;
__aeabi_vec_new_cookie;
__aeabi_vec_dtor;
__aeabi_vec_dtor_cookie;
__aeabi_vec_delete;
__aeabi_vec_delete3;
__aeabi_vec_delete3_nodtor;
};

View File

@ -308,6 +308,11 @@ case "${host}" in
abi_baseline_pair=${try_cpu}-linux-gnu
fi
esac
case "${host}" in
arm*-*-linux-*eabi)
port_specific_symbol_files="\$(srcdir)/../config/os/gnu-linux/arm-eabi-extra.ver"
;;
esac
;;
powerpc*-*-darwin*)
port_specific_symbol_files="\$(srcdir)/../config/os/bsd/darwin/ppc-extra.ver"