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
|
||||
_ctype_ DATA
|
||||
_daylight DATA
|
||||
_fe_dfl_env DATA
|
||||
_fe_nomask_env DATA
|
||||
_impure_ptr DATA
|
||||
_sys_errlist DATA
|
||||
_sys_nerr DATA
|
||||
|
|
|
@ -3,8 +3,6 @@ LIBRARY "cygwin1.dll" BASE=0x61000000
|
|||
EXPORTS
|
||||
#Exported variables
|
||||
__cygwin_environ DATA
|
||||
_fe_dfl_env DATA
|
||||
_fe_nomask_env DATA
|
||||
|
||||
#Exported functions
|
||||
__argz_add = argz_add SIGFE
|
||||
|
|
|
@ -47,3 +47,6 @@ Bug Fixes
|
|||
|
||||
- Fix duration handling in sigtimedwait
|
||||
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