newlib-cygwin/newlib/libm/machine/x86_64
Joel Sherrill fbaa096772 x86_64/i386 fenv: Replace symlink with include fenv_stub.c
Having symlinks for these files led to an issue reported to the RTEMS
Project that showed up using some tar for native Windows to unpack the
newlib sources.  It creates symlinks in the tar file as copies of the
files the symlinks point to.  If the links appear in the tar file before
the source exists, it cannot copy the file.

The solution in this patch is to convert the files that are symbolic
links into simple files which include the file they were linked to.
This should be more portable and avoids the symbolinc link problem.
2020-02-25 16:42:19 +01:00
..
Makefile.am
Makefile.in Fix some generated files 2019-10-31 14:52:04 -04:00
aclocal.m4 Fix some generated files 2019-10-31 14:52:04 -04:00
configure Bump up newlib release to 3.3.0 2020-01-21 15:17:43 -05:00
configure.in
feclearexcept.c x86_64/i386 fenv: Replace symlink with include fenv_stub.c 2020-02-25 16:42:19 +01:00
fegetenv.c x86_64/i386 fenv: Replace symlink with include fenv_stub.c 2020-02-25 16:42:19 +01:00
fegetexceptflag.c x86_64/i386 fenv: Replace symlink with include fenv_stub.c 2020-02-25 16:42:19 +01:00
fegetround.c x86_64/i386 fenv: Replace symlink with include fenv_stub.c 2020-02-25 16:42:19 +01:00
feholdexcept.c x86_64/i386 fenv: Replace symlink with include fenv_stub.c 2020-02-25 16:42:19 +01:00
fenv.c
feraiseexcept.c x86_64/i386 fenv: Replace symlink with include fenv_stub.c 2020-02-25 16:42:19 +01:00
fesetenv.c x86_64/i386 fenv: Replace symlink with include fenv_stub.c 2020-02-25 16:42:19 +01:00
fesetexceptflag.c x86_64/i386 fenv: Replace symlink with include fenv_stub.c 2020-02-25 16:42:19 +01:00
fesetround.c x86_64/i386 fenv: Replace symlink with include fenv_stub.c 2020-02-25 16:42:19 +01:00
fetestexcept.c x86_64/i386 fenv: Replace symlink with include fenv_stub.c 2020-02-25 16:42:19 +01:00
feupdateenv.c x86_64/i386 fenv: Replace symlink with include fenv_stub.c 2020-02-25 16:42:19 +01:00