* config/fpu-sysv.h (get_fpu_except_flags): Fix typo.
From-SVN: r200298
This commit is contained in:
parent
d84db1ed8a
commit
a58219532c
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Reference in a new issue