Skip to content

Commit

Permalink
pru: Do not define MISSING_SYSCALL_NAMES for pru
Browse files Browse the repository at this point in the history
- The PRU newlib port is supposed to implement case mirror#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>
  • Loading branch information
Dimitar Dimitrov authored and zlaski committed Jun 24, 2024
1 parent 738cbd0 commit c0bad4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libgloss/configure
Original file line number Diff line number Diff line change
Expand Up @@ -5349,6 +5349,7 @@ case "${target}" in
mn10?00-*-*) ;;
riscv*-*-*) ;;
powerpcle-*-pe) ;;
pru-*-*) ;;
sh*-*-*) ;;
sparc-sun-sunos*) ;;
sparc64-*-*) ;;
Expand Down
1 change: 1 addition & 0 deletions libgloss/libnosys/acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ case "${target}" in
mn10?00-*-*) ;;
riscv*-*-*) ;;
powerpcle-*-pe) ;;
pru-*-*) ;;
sh*-*-*) ;;
sparc-sun-sunos*) ;;
sparc64-*-*) ;;
Expand Down

0 comments on commit c0bad4f

Please sign in to comment.