Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
20e0d7f8
Commit
20e0d7f8
authored
Aug 14, 2009
by
Janne Blomqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PR libfortran/40863 Fix r150107 moving new symbols to C99_1.1 node
From-SVN: r150765
parent
03c57948
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
libgfortran/ChangeLog
+5
-0
libgfortran/gfortran.map
+7
-7
No files found.
libgfortran/ChangeLog
View file @
20e0d7f8
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
...
...
libgfortran/gfortran.map
View file @
20e0d7f8
...
...
@@ -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;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment