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
a5821953
Commit
a5821953
authored
11 years ago
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/fpu-sysv.h (get_fpu_except_flags): Fix typo.
From-SVN: r200298
parent
d84db1ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
libgfortran/ChangeLog
+5
-1
libgfortran/config/fpu-sysv.h
+1
-1
No files found.
libgfortran/ChangeLog
View file @
a5821953
2013-06-21 Eric Botcazou <ebotcazou@adacore.com>
* config/fpu-sysv.h (get_fpu_except_flags): Fix typo.
2013-06-20 Uros Bizjak <ubizjak@gmail.com>
* config/fpu-387.h (_FPU_MASK_ALL): New.
...
...
@@ -30,7 +34,7 @@
* config/fpu-aix.h (get_fpu_except_flags): New function.
* config/fpu-generic.h (get_fpu_except_flags): New function.
* config/fpu-glibc.h (get_fpu_except_flags): New function.
* config/fpu-
glibc
.h (get_fpu_except_flags): New function.
* config/fpu-
sysv
.h (get_fpu_except_flags): New function.
* configure.ac: Check for fpxcp.h.
* configure: Regenerate.
* config.h.in: Regenerate.
...
...
This diff is collapsed.
Click to expand it.
libgfortran/config/fpu-sysv.h
View file @
a5821953
...
...
@@ -85,7 +85,7 @@ int
get_fpu_except_flags
(
void
)
{
int
result
;
fp_except
_t
set_excepts
;
fp_except
set_excepts
;
result
=
0
;
set_excepts
=
fpgetsticky
();
...
...
This diff is collapsed.
Click to expand it.
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