aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2004-10-05 02:30:48 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2004-10-05 02:30:48 +0000
commitcfd51eaf34fe68e6e3d9f2d4e78a6db4dce7976a (patch)
tree67275b5b863809f871d612c1d57afafb3bc29a8a /libstdc++-v3/config
parentb1a1ed7f649849226a6dd64cb76a532b2ecf7007 (diff)
downloadgcc-cfd51eaf34fe68e6e3d9f2d4e78a6db4dce7976a.zip
gcc-cfd51eaf34fe68e6e3d9f2d4e78a6db4dce7976a.tar.gz
gcc-cfd51eaf34fe68e6e3d9f2d4e78a6db4dce7976a.tar.bz2
re PR libstdc++/17505 (<cmath> calls acosf(), ceilf(), and other functions missing from system libraries)
PR libstdc++/17505 * config/linker-map.gnu: Synchronize the current list of stub functions from libmath. Co-Authored-By: Eric Botcazou <ebotcazou@libertysurf.fr> From-SVN: r88540
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r--libstdc++-v3/config/linker-map.gnu20
1 files changed, 20 insertions, 0 deletions
diff --git a/libstdc++-v3/config/linker-map.gnu b/libstdc++-v3/config/linker-map.gnu
index 4e98704..e3c5861 100644
--- a/libstdc++-v3/config/linker-map.gnu
+++ b/libstdc++-v3/config/linker-map.gnu
@@ -271,6 +271,26 @@ GLIBCXX_3.4.3 {
_ZN9__gnu_cxx6__poolILb[01]EE17_M_reclaim_memoryEPc[jm];
_ZN9__gnu_cxx20__common_pool_policyILb[01]EE11_S_get_poolEv;
+ # stub functions from libmath
+ acosf;
+ acosl;
+ asinf;
+ asinl;
+ atanf;
+ atanl;
+ ceilf;
+ ceill;
+ floorf;
+ floorl;
+ fmodf;
+ fmodl;
+ frexpf;
+ frexpl;
+ ldexpf;
+ ldexpl;
+ modff;
+ modfl;
+
} GLIBCXX_3.4.2;
# Symbols in the support library (libsupc++) have their own tag.