mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-02 16:23:56 +08:00
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
This commit is contained in:
parent
b1a1ed7f64
commit
cfd51eaf34
@ -1,3 +1,10 @@
|
||||
2004-10-04 Roger Sayle <roger@eyesopen.com>
|
||||
Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||
|
||||
PR libstdc++/17505
|
||||
* config/linker-map.gnu: Synchronize the current list of stub
|
||||
functions from libmath.
|
||||
|
||||
2004-10-03 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* config/locale/generic/c_locale.cc (__convert_to_v): Use
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user