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:
Corinna Vinschen 2018-07-20 13:55:26 +02:00
parent 916ef5fb88
commit e9f223877f
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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