From cfd51eaf34fe68e6e3d9f2d4e78a6db4dce7976a Mon Sep 17 00:00:00 2001 From: Roger Sayle Date: Tue, 5 Oct 2004 02:30:48 +0000 Subject: [PATCH] re PR libstdc++/17505 ( 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 From-SVN: r88540 --- libstdc++-v3/ChangeLog | 7 +++++++ libstdc++-v3/config/linker-map.gnu | 20 ++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 290b98407ff..1a42688e733 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2004-10-04 Roger Sayle + Eric Botcazou + + PR libstdc++/17505 + * config/linker-map.gnu: Synchronize the current list of stub + functions from libmath. + 2004-10-03 Roger Sayle * config/locale/generic/c_locale.cc (__convert_to_v): Use diff --git a/libstdc++-v3/config/linker-map.gnu b/libstdc++-v3/config/linker-map.gnu index 4e98704610d..e3c5861ebf7 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.