Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2023-05-05 21:17:41 +0300
committerJeff Johnston <jjohnstn@redhat.com>2023-05-05 21:49:48 +0300
commit742b8db95d93e4edba52bbf84afe64c9324ce89b (patch)
treef1ae0be3f0beec26a5afbeebab692900a1db0820 /newlib
parent3bee68248fc8e164a8bb6bba3f105b10fdec8a71 (diff)
Move signgm.c from libc/reent to libm/math
Diffstat (limited to 'newlib')
-rw-r--r--newlib/libc/reent/Makefile.inc1
-rw-r--r--newlib/libm/math/Makefile.inc1
-rw-r--r--newlib/libm/math/signgam.c (renamed from newlib/libc/reent/signgam.c)0
3 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/reent/Makefile.inc b/newlib/libc/reent/Makefile.inc
index b4b7f7596..38ddf5766 100644
--- a/newlib/libc/reent/Makefile.inc
+++ b/newlib/libc/reent/Makefile.inc
@@ -14,7 +14,6 @@ libc_a_SOURCES += \
%D%/readr.c \
%D%/renamer.c \
%D%/signalr.c \
- %D%/signgam.c \
%D%/sbrkr.c \
%D%/statr.c \
%D%/timesr.c \
diff --git a/newlib/libm/math/Makefile.inc b/newlib/libm/math/Makefile.inc
index 1b61d6dd3..d2a45bf13 100644
--- a/newlib/libm/math/Makefile.inc
+++ b/newlib/libm/math/Makefile.inc
@@ -15,6 +15,7 @@
%D%/w_scalb.c %D%/w_sinh.c %D%/w_sqrt.c \
%D%/w_sincos.c \
%D%/w_drem.c \
+ %D%/signgam.c \
%D%/s_asinh.c %D%/s_atan.c %D%/s_ceil.c \
%D%/s_cos.c %D%/s_erf.c %D%/s_fabs.c %D%/s_floor.c \
%D%/s_frexp.c %D%/s_ldexp.c \
diff --git a/newlib/libc/reent/signgam.c b/newlib/libm/math/signgam.c
index b1017d861..b1017d861 100644
--- a/newlib/libc/reent/signgam.c
+++ b/newlib/libm/math/signgam.c