public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Jennifer Averett <jennifer.averett@oarcorp.com>
To: newlib@sourceware.org
Cc: Jennifer Averett <jennifer.averett@oarcorp.com>
Subject: [PATCH v2 1/2] Move signgm.c from libc/reent to libm/math
Date: Fri,  5 May 2023 13:17:41 -0500	[thread overview]
Message-ID: <20230505181742.3067024-2-jennifer.averett@oarcorp.com> (raw)
In-Reply-To: <20230505181742.3067024-1-jennifer.averett@oarcorp.com>

---
 newlib/libc/reent/Makefile.inc             | 1 -
 newlib/libm/math/Makefile.inc              | 1 +
 newlib/{libc/reent => libm/math}/signgam.c | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename newlib/{libc/reent => libm/math}/signgam.c (100%)

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
similarity index 100%
rename from newlib/libc/reent/signgam.c
rename to newlib/libm/math/signgam.c
-- 
2.31.1


  reply	other threads:[~2023-05-05 18:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-05 18:17 [PATCH 0/2] Move signgam " Jennifer Averett
2023-05-05 18:17 ` Jennifer Averett [this message]
2023-05-05 18:17 ` [PATCH v2 2/2] Regenerated source for moving signgam.c Jennifer Averett
2023-05-05 18:51 ` [PATCH 0/2] Move signgam from libc/reent to libm/math Jeff Johnston

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230505181742.3067024-2-jennifer.averett@oarcorp.com \
    --to=jennifer.averett@oarcorp.com \
    --cc=newlib@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).