powerpc: correctly handle fpu exceptions.
commitdb72c9f256ae70b30c5d5985234f085df4226c55
authorTristan Gingold <gingold@adacore.com>
Tue, 9 Apr 2013 05:00:55 +0000 (9 05:00 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 21:02:42 +0000 (26 23:02 +0200)
tree76ed1e1270c0db69e49b911f3ff98ee9d2bb884e
parentc4eda5b7234265313b09c2c9f9fdd3a960db97db
powerpc: correctly handle fpu exceptions.

Raise the exception on the first occurence, do not wait for the next
floating point operation.

Signed-off-by: Fabien Chouteau <chouteau@adacore.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/fpu_helper.c