mingw-w64/mingw-w64-crt/lib64/ChangeLog
Tamar Christina 9c7c712240
Update definitions in 64bit ntdll.def to match the 32bit one.
This marks the math functions cos, fabs, atan and floor as DATA in
ntdll to mirror the behavior of the 32bit definitions.

This makes the behavior of the two consistent in that it forces to
have mingwex before ntdll in order to use these functions so you
can get the mingwex provided one.

It also makes it so you don't unknownly get the ntdll ones which may
have a different precision than what you'd expect.

Signed-off-by: Tamar Christina <tamar@zhox.com>
2017-03-22 20:44:40 +00:00

4 lines
99 B
Plaintext

2017-03-21 Tamar Christina <tamar@zhox.com>
* ntdll.def (atan, cos, fabs, floor): Mark as DATA.