PR libfortran/40863 Fix r150107 moving new symbols to C99_1.1 node

From-SVN: r150765
This commit is contained in:
Janne Blomqvist 2009-08-14 20:44:50 +03:00
parent 03c5794895
commit 20e0d7f89b
2 changed files with 12 additions and 7 deletions

View File

@ -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

View File

@ -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;