* i686.din (__mempcpy): Move symbol export from here...
* common.din (__mempcpy): ... to here.
This commit is contained in:
parent
d0695371df
commit
75fb392aa3
|
@ -1,3 +1,8 @@
|
||||||
|
2015-02-15 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* i686.din (__mempcpy): Move symbol export from here...
|
||||||
|
* common.din (__mempcpy): ... to here.
|
||||||
|
|
||||||
2015-02-14 Corinna Vinschen <corinna@vinschen.de>
|
2015-02-14 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* path.h (path_conv): Make path_flags private. Rename known_suffix to
|
* path.h (path_conv): Make path_flags private. Rename known_suffix to
|
||||||
|
|
|
@ -68,6 +68,7 @@ __isnand NOSIGFE
|
||||||
__isnanf NOSIGFE
|
__isnanf NOSIGFE
|
||||||
__locale_mb_cur_max NOSIGFE
|
__locale_mb_cur_max NOSIGFE
|
||||||
__main NOSIGFE
|
__main NOSIGFE
|
||||||
|
__mempcpy = mempcpy NOSIGFE
|
||||||
__opendir_with_d_ino SIGFE
|
__opendir_with_d_ino SIGFE
|
||||||
__res_close SIGFE
|
__res_close SIGFE
|
||||||
__res_init SIGFE
|
__res_init SIGFE
|
||||||
|
|
|
@ -43,7 +43,6 @@ __f_tan = _f_tan NOSIGFE
|
||||||
__f_tanf = _f_tanf NOSIGFE
|
__f_tanf = _f_tanf NOSIGFE
|
||||||
__getdelim SIGFE
|
__getdelim SIGFE
|
||||||
__getline SIGFE
|
__getline SIGFE
|
||||||
__mempcpy = mempcpy NOSIGFE
|
|
||||||
__wrap__Znaj NOSIGFE # void *operator new[](std::size_t sz) throw (std::bad_alloc)
|
__wrap__Znaj NOSIGFE # void *operator new[](std::size_t sz) throw (std::bad_alloc)
|
||||||
__wrap__ZnajRKSt9nothrow_t NOSIGFE # void *operator new[](std::size_t sz, const std::nothrow_t &nt) throw()
|
__wrap__ZnajRKSt9nothrow_t NOSIGFE # void *operator new[](std::size_t sz, const std::nothrow_t &nt) throw()
|
||||||
__wrap__Znwj NOSIGFE # void *operator new(std::size_t sz) throw (std::bad_alloc)
|
__wrap__Znwj NOSIGFE # void *operator new(std::size_t sz) throw (std::bad_alloc)
|
||||||
|
|
|
@ -27,3 +27,6 @@ Bug Fixes
|
||||||
array for bookkeeping purposes while iterating over its entries. This
|
array for bookkeeping purposes while iterating over its entries. This
|
||||||
broke reusing the acl in the calling application (e.g. setfacl).
|
broke reusing the acl in the calling application (e.g. setfacl).
|
||||||
Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00304.html
|
Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00304.html
|
||||||
|
|
||||||
|
- 64 bit: Export forgottne symbol __mempcpy.
|
||||||
|
Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00394.html
|
||||||
|
|
Loading…
Reference in New Issue