* ChangeLog: Add some missing lines.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Jun 2013 17:11:51 +0000 (17:11 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Jun 2013 17:11:51 +0000 (17:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200256 138bc75d-0d04-0410-961f-82ee72b054a4

libgfortran/ChangeLog

index 5ea2486..8d4662d 100644 (file)
@@ -1,9 +1,11 @@
 2013-06-20  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/fpu-387.h (_FPU_MASK_ALL): New.
+       (_FPU_EX_ALL): Ditto.
        (set_fpu): Use fstcw to store x87 FPU control word. Use fnclex to
        clear stalled exception flags.  Correctly clear stalled SSE
        exception flags.  Simplify code.
+       (get_fpu_except_flags): Simplify code.
 
 2013-06-20  Tobias Burnus  <burnus@net-b.de>