Commit a5821953 by Eric Botcazou

* config/fpu-sysv.h (get_fpu_except_flags): Fix typo.

From-SVN: r200298
parent d84db1ed
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 ();
......
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