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> 2009-08-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR libfortran/40549 PR libfortran/40549
......
...@@ -1206,20 +1206,13 @@ GFORTRAN_C99_1.0 { ...@@ -1206,20 +1206,13 @@ GFORTRAN_C99_1.0 {
jnf; jnf;
lgamma; lgamma;
lgammaf; lgammaf;
llround;
llroundf;
llroundl;
log10f; log10f;
log10l; log10l;
logf; logf;
lround;
lroundf;
lroundl;
nextafterf; nextafterf;
powf; powf;
round; round;
roundf; roundf;
roundl;
scalbn; scalbn;
scalbnf; scalbnf;
sinf; sinf;
...@@ -1256,4 +1249,11 @@ GFORTRAN_C99_1.1 { ...@@ -1256,4 +1249,11 @@ GFORTRAN_C99_1.1 {
catanhf; catanhf;
catanhl; catanhl;
catanl; catanl;
llround;
llroundf;
llroundl;
lround;
lroundf;
lroundl;
roundl;
} GFORTRAN_C99_1.0; } 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