public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jeff Johnston <jjohnstn@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin/main] pru: Do not define MISSING_SYSCALL_NAMES for pru
Date: Wed, 22 May 2024 15:52:23 +0000 (GMT)	[thread overview]
Message-ID: <20240522155223.C40E33858416@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7d386b6dac5e958d5301daa9b32f0c979ef4030f

commit 7d386b6dac5e958d5301daa9b32f0c979ef4030f
Author: Dimitar Dimitrov <dimitar@dinux.eu>
Date:   Tue May 21 20:02:02 2024 +0300

    pru: Do not define MISSING_SYSCALL_NAMES for pru
    
    - The PRU newlib port is supposed to implement case #2 as described in
      newlib/libc/include/reent.h .  Thus drop the defining of
      MISSING_SYSCALL_NAMES.
    - libgloss/configure: Regenerate.
    - libgloss/libnosys/acinclude.m4: Do not define
      MISSING_SYSCALL_NAMES for pru.
    
    Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>

Diff:
---
 libgloss/configure             | 1 +
 libgloss/libnosys/acinclude.m4 | 1 +
 2 files changed, 2 insertions(+)

diff --git a/libgloss/configure b/libgloss/configure
index a49f58638..562f1ffb8 100755
--- a/libgloss/configure
+++ b/libgloss/configure
@@ -5349,6 +5349,7 @@ case "${target}" in
   mn10?00-*-*) ;;
   riscv*-*-*) ;;
   powerpcle-*-pe) ;;
+  pru-*-*) ;;
   sh*-*-*) ;;
   sparc-sun-sunos*) ;;
   sparc64-*-*) ;;
diff --git a/libgloss/libnosys/acinclude.m4 b/libgloss/libnosys/acinclude.m4
index ba293f08a..df7433e70 100644
--- a/libgloss/libnosys/acinclude.m4
+++ b/libgloss/libnosys/acinclude.m4
@@ -16,6 +16,7 @@ case "${target}" in
   mn10?00-*-*) ;;
   riscv*-*-*) ;;
   powerpcle-*-pe) ;;
+  pru-*-*) ;;
   sh*-*-*) ;;
   sparc-sun-sunos*) ;;
   sparc64-*-*) ;;

                 reply	other threads:[~2024-05-22 15:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20240522155223.C40E33858416@sourceware.org \
    --to=jjohnstn@sourceware.org \
    --cc=newlib-cvs@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).