newlib-cygwin/newlib/libc/machine/cris
Hans-Peter Nilsson 3bafe2fae7 newlib cris: Fix compilation warnings that recent gcc treats as errors
For the newlib part, warnings are all from lack of sync between
libc/machine/cris/sys/signal.h and libc/include/sys/signal.h.  This
commit gets them sufficiently in sync again, functionality-wise and
declaration-wise.  Still, nothing is declared that isn't supported at
the system level (i.e. in libgloss system calls and handled by the
CRIS simulator in the gdb project).
2023-12-06 18:46:49 +01:00
..
include
sys newlib cris: Fix compilation warnings that recent gcc treats as errors 2023-12-06 18:46:49 +01:00
Makefile.inc newlib: libc: merge build up a directory 2022-03-16 21:18:25 -04:00
libcdtor.c * libc/machine/cris/libcdtor.c (defaultors): Mark artificially as 2005-07-26 20:37:13 +00:00
memcpy.c Use __inhibit_loop_to_libcall in all memset/memcpy implementations 2018-08-29 16:05:37 +02:00
memmove.c
memset.c
setjmp.c