mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 08:30:28 +08:00
PR libfortran/40863 Fix r150107 moving new symbols to C99_1.1 node
From-SVN: r150765
This commit is contained in:
parent
03c5794895
commit
20e0d7f89b
@ -1,3 +1,8 @@
|
||||
2009-08-14 Janne Blomqvist <jb@gcc.gnu.org>
|
||||
|
||||
PR libfortran/40863
|
||||
* gfortran.map: Move new symbols to GFORTRAN_C99_1.1 version node.
|
||||
|
||||
2009-08-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||
|
||||
PR libfortran/40549
|
||||
|
@ -1206,20 +1206,13 @@ GFORTRAN_C99_1.0 {
|
||||
jnf;
|
||||
lgamma;
|
||||
lgammaf;
|
||||
llround;
|
||||
llroundf;
|
||||
llroundl;
|
||||
log10f;
|
||||
log10l;
|
||||
logf;
|
||||
lround;
|
||||
lroundf;
|
||||
lroundl;
|
||||
nextafterf;
|
||||
powf;
|
||||
round;
|
||||
roundf;
|
||||
roundl;
|
||||
scalbn;
|
||||
scalbnf;
|
||||
sinf;
|
||||
@ -1256,4 +1249,11 @@ GFORTRAN_C99_1.1 {
|
||||
catanhf;
|
||||
catanhl;
|
||||
catanl;
|
||||
llround;
|
||||
llroundf;
|
||||
llroundl;
|
||||
lround;
|
||||
lroundf;
|
||||
lroundl;
|
||||
roundl;
|
||||
} GFORTRAN_C99_1.0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user