]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: move FP environment exports to common.din
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 20 Jul 2018 11:55:26 +0000 (13:55 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 20 Jul 2018 11:55:26 +0000 (13:55 +0200)
We only have the symbols defined for i686 by accident since 2013...

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/common.din
winsup/cygwin/i686.din
winsup/cygwin/release/2.11.0

index 1e971cf92531a3cb839a3ef7f5215821ec89d628..d81b9c5dadb7092fde7cb80733193c38368121e5 100644 (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
index f3cd2fd37d70f861ab0aecc14b0dfce21d9f14a3..934243bbcf06a0b605e36ed9c9a3a389c80d536e 100644 (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
index 85cf8b2d609e3252271def1e2215e0e5cd81cc57..512b89e910722bbd02af2a242212b541ae38e998 100644 (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
This page took 0.031278 seconds and 5 git commands to generate.