4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-24 16:07:19 +08:00

5 Commits

Author SHA1 Message Date
Joel Sherrill
4f82576f66 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-10-14 10:54:12 -04:00
Jeff Johnston
094b3f00ca Bump up newlib release to 3.3.0 2020-10-14 10:54:08 -04:00
Jeff Johnston
bd6618bc4c Bump up release to 3.2.0 for yearly snapshot 2020-10-14 10:54:06 -04:00
Jeff Johnston
6d9192278a Fix some generated files 2020-10-14 10:54:03 -04:00
Jeff Johnston
a5658558fb Add patch from Joel Sherrill for i386 and x86_64 fenv support 2020-10-14 10:54:03 -04:00