mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
math: Fix spurious-divbyzero flag name
Reviewed-by: DJ Delorie <dj@redhat.com>
This commit is contained in:
parent
042ed4b28a
commit
a993eea641
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ EXC_EXPECTED = {'divbyzero': 'DIVBYZERO_EXCEPTION',
|
|||
'invalid': 'INVALID_EXCEPTION',
|
||||
'overflow': 'OVERFLOW_EXCEPTION',
|
||||
'underflow': 'UNDERFLOW_EXCEPTION'}
|
||||
EXC_OK = {'divbyzero': 'DIVBYZERO_EXCEPTION_OK',
|
||||
EXC_OK = {'divbyzero': 'DIVIDE_BY_ZERO_EXCEPTION_OK',
|
||||
'inexact': '0',
|
||||
'invalid': 'INVALID_EXCEPTION_OK',
|
||||
'overflow': 'OVERFLOW_EXCEPTION_OK',
|
||||
|
|
Loading…
Add table
Reference in a new issue