* ChangeLog: Add some missing lines.

From-SVN: r200256
This commit is contained in:
Uros Bizjak 2013-06-20 19:11:51 +02:00
parent 86c2f4b761
commit a839e8d5a0
1 changed files with 2 additions and 0 deletions

View 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>