public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/main] pru: Do not define MISSING_SYSCALL_NAMES for pru
@ 2024-05-22 15:52 Jeff Johnston
  0 siblings, 0 replies; only message in thread
From: Jeff Johnston @ 2024-05-22 15:52 UTC (permalink / raw)
  To: newlib-cvs

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-*-*) ;;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-22 15:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-22 15:52 [newlib-cygwin/main] pru: Do not define MISSING_SYSCALL_NAMES for pru Jeff Johnston

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).