From: Uros Bizjak Date: Thu, 20 Jun 2013 17:11:51 +0000 (+0200) Subject: * ChangeLog: Add some missing lines. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a839e8d5a0f540529f914771998b0a9b0e1c296a;p=gcc.git * ChangeLog: Add some missing lines. From-SVN: r200256 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 5ea24864adc..8d4662dbe4b 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,9 +1,11 @@ 2013-06-20 Uros Bizjak * 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