Commit 20e0d7f8 by Janne Blomqvist

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

From-SVN: r150765
parent 03c57948
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;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment