* i686.din: Remove _strtold.
* x86_64.din: Move strtold definition... * common.din: ...to here.
This commit is contained in:
parent
c0d8520eeb
commit
6d15197bce
|
@ -1,3 +1,9 @@
|
||||||
|
2013-05-13 Christopher Faylor <me.cygwin2013@cgf.cx>
|
||||||
|
|
||||||
|
* i686.din: Remove _strtold.
|
||||||
|
* x86_64.din: Move strtold definition...
|
||||||
|
* common.din: ...to here.
|
||||||
|
|
||||||
2013-05-07 Christopher Faylor <me.cygwin2013@cgf.cx>
|
2013-05-07 Christopher Faylor <me.cygwin2013@cgf.cx>
|
||||||
|
|
||||||
* fhandler_tty.cc (fhandler_pty_common::__acquire_output_mutex): Never
|
* fhandler_tty.cc (fhandler_pty_common::__acquire_output_mutex): Never
|
||||||
|
|
|
@ -1112,6 +1112,7 @@ strtoimax = strtoll NOSIGFE
|
||||||
strtok NOSIGFE
|
strtok NOSIGFE
|
||||||
strtok_r NOSIGFE
|
strtok_r NOSIGFE
|
||||||
strtol NOSIGFE
|
strtol NOSIGFE
|
||||||
|
strtold = _strtold SIGFE
|
||||||
strtoll NOSIGFE
|
strtoll NOSIGFE
|
||||||
strtosigno NOSIGFE
|
strtosigno NOSIGFE
|
||||||
strtoul NOSIGFE
|
strtoul NOSIGFE
|
||||||
|
|
|
@ -530,7 +530,6 @@ _strtodf = strtof SIGFE
|
||||||
_strtok = strtok NOSIGFE
|
_strtok = strtok NOSIGFE
|
||||||
_strtok_r = strtok_r NOSIGFE
|
_strtok_r = strtok_r NOSIGFE
|
||||||
_strtol = strtol NOSIGFE
|
_strtol = strtol NOSIGFE
|
||||||
_strtold SIGFE
|
|
||||||
_strtoll = strtoll NOSIGFE
|
_strtoll = strtoll NOSIGFE
|
||||||
_strtoul = strtoul NOSIGFE
|
_strtoul = strtoul NOSIGFE
|
||||||
_strtoull = strtoull NOSIGFE
|
_strtoull = strtoull NOSIGFE
|
||||||
|
|
|
@ -18,4 +18,3 @@ lrint NOSIGFE
|
||||||
lrintf NOSIGFE
|
lrintf NOSIGFE
|
||||||
rint NOSIGFE
|
rint NOSIGFE
|
||||||
rintf NOSIGFE
|
rintf NOSIGFE
|
||||||
strtold = _strtold SIGFE
|
|
||||||
|
|
Loading…
Reference in New Issue