commit | 15ec090833eeb2ab242c049a68b6224345771619 | [log] [tgz] |
---|---|---|
author | Edgar E. Iglesias <edgar.iglesias@petalogix.com> | Mon Aug 22 19:58:06 2011 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Fri Oct 14 12:24:31 2011 +0200 |
tree | 14a752096341a500b1045462830de617c1221e87 | |
parent | 69515f8b957a4b1558d4726ffa6be2484e1dcb60 [diff] |
microblaze: Raise SIGFPE/FPE_INTDIV for div by zero It fixes the signal nr raised for divizion by zero from SIGILL to SIGFPE, in accordance to POSIX and other archs. This came up due to a failed test in the GCC testsuite. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>