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>
This commit is contained in:
Dimitar Dimitrov 2024-05-21 20:02:02 +03:00 committed by Jeff Johnston
parent b59c922f7c
commit 7d386b6dac
2 changed files with 2 additions and 0 deletions

1
libgloss/configure vendored
View File

@ -5349,6 +5349,7 @@ case "${target}" in
mn10?00-*-*) ;;
riscv*-*-*) ;;
powerpcle-*-pe) ;;
pru-*-*) ;;
sh*-*-*) ;;
sparc-sun-sunos*) ;;
sparc64-*-*) ;;

View File

@ -16,6 +16,7 @@ case "${target}" in
mn10?00-*-*) ;;
riscv*-*-*) ;;
powerpcle-*-pe) ;;
pru-*-*) ;;
sh*-*-*) ;;
sparc-sun-sunos*) ;;
sparc64-*-*) ;;