Cygwin: move FP environment exports to common.din
We only have the symbols defined for i686 by accident since 2013... Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
916ef5fb88
commit
e9f223877f
|
@ -11,6 +11,8 @@ __stack_chk_guard DATA
|
||||||
_check_for_executable DATA
|
_check_for_executable DATA
|
||||||
_ctype_ DATA
|
_ctype_ DATA
|
||||||
_daylight DATA
|
_daylight DATA
|
||||||
|
_fe_dfl_env DATA
|
||||||
|
_fe_nomask_env DATA
|
||||||
_impure_ptr DATA
|
_impure_ptr DATA
|
||||||
_sys_errlist DATA
|
_sys_errlist DATA
|
||||||
_sys_nerr DATA
|
_sys_nerr DATA
|
||||||
|
|
|
@ -3,8 +3,6 @@ LIBRARY "cygwin1.dll" BASE=0x61000000
|
||||||
EXPORTS
|
EXPORTS
|
||||||
#Exported variables
|
#Exported variables
|
||||||
__cygwin_environ DATA
|
__cygwin_environ DATA
|
||||||
_fe_dfl_env DATA
|
|
||||||
_fe_nomask_env DATA
|
|
||||||
|
|
||||||
#Exported functions
|
#Exported functions
|
||||||
__argz_add = argz_add SIGFE
|
__argz_add = argz_add SIGFE
|
||||||
|
|
|
@ -47,3 +47,6 @@ Bug Fixes
|
||||||
|
|
||||||
- Fix duration handling in sigtimedwait
|
- Fix duration handling in sigtimedwait
|
||||||
Addresses: https://cygwin.com/ml/cygwin-patches/2018-q3/msg00018.html
|
Addresses: https://cygwin.com/ml/cygwin-patches/2018-q3/msg00018.html
|
||||||
|
|
||||||
|
- Make FP environment symbols available on x86_64.
|
||||||
|
Addresses: https://cygwin.com/ml/cygwin/2018-07/msg00183.html
|
||||||
|
|
Loading…
Reference in New Issue