aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/os/gnu-linux/arm-eabi-extra.ver
blob: 5c7dc19e6e0be6b6d83d3a0e8b2d3efbbd19d906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
};