acadia-newlib/newlib/libc/string
Mike Frysinger 96bc16f6b2 newlib: libc: merge build up a directory
Convert all the libc/ subdir makes into the top-level Makefile.  This
allows us to build all of libc from the top Makefile without using any
recursive make calls.  This is faster and avoids the funky lib.a logic
where we unpack subdir archives to repack into a single libc.a.  The
machine override logic is maintained though by way of Makefile include
ordering, and source file accumulation in libc_a_SOURCES.

There's a few dummy.c files that are no longer necessary since we aren't
doing the lib.a accumulating, so punt them.

The winsup code has been pulling the internal newlib ssp library out,
but that doesn't exist anymore, so change that to pull the objects.
2022-03-16 21:18:25 -04:00
..
Makefile.inc newlib: libc: merge build up a directory 2022-03-16 21:18:25 -04:00
WIDTH-A
ambiguous.t
bcmp.c
bcopy.c
bzero.c
combining.t update to Unicode 14.0 2021-11-16 11:24:29 +01:00
explicit_bzero.c
ffsl.c
ffsll.c
fls.c
flsl.c
flsll.c
gnu_basename.c
index.c
local.h
memccpy.c
memchr.c
memcmp.c
memcpy.c
memmem.c
memmove.c
mempcpy.c
memrchr.c
memset.c
mkunidata fix and amend scripts and makefile rules to generate Unicode data 2021-07-06 15:35:37 +02:00
mkwide
mkwidthA
rawmemchr.c
rindex.c
stpcpy.c
stpncpy.c
str-two-way.h strstr: avoid warnings 2021-09-03 12:51:30 +02:00
strcasecmp.c
strcasecmp_l.c
strcasestr.c
strcat.c
strchr.c
strchrnul.c
strcmp.c
strcoll.c
strcoll_l.c
strcpy.c
strcspn.c
strdup.c
strdup_r.c
strerror.c
strerror_r.c
strings.tex
strlcat.c update OpenBSD string functions 2022-01-05 17:11:47 +01:00
strlcpy.c update OpenBSD string functions 2022-01-05 17:11:47 +01:00
strlen.c
strlwr.c
strncasecmp.c
strncasecmp_l.c
strncat.c
strncmp.c
strncpy.c
strndup.c
strndup_r.c
strnlen.c
strnstr.c
strpbrk.c
strrchr.c string: Fix buffer overrun in picolibc/newlib/libc/string/strrchr.c (#184) 2021-10-13 16:39:49 -04:00
strsep.c
strsignal.c
strspn.c
strstr.c strstr: avoid warnings 2021-09-03 12:51:30 +02:00
strtok.c
strtok_r.c
strupr.c
strverscmp.c
strxfrm.c
strxfrm_l.c
swab.c
timingsafe_bcmp.c
timingsafe_memcmp.c
u_strerr.c
uniset fix and amend scripts and makefile rules to generate Unicode data 2021-07-06 15:35:37 +02:00
wcpcpy.c
wcpncpy.c
wcscasecmp.c
wcscasecmp_l.c
wcscat.c
wcschr.c
wcscmp.c
wcscoll.c
wcscoll_l.c
wcscpy.c
wcscspn.c
wcsdup.c
wcslcat.c update OpenBSD string functions 2022-01-05 17:11:47 +01:00
wcslcpy.c update OpenBSD string functions 2022-01-05 17:11:47 +01:00
wcslen.c
wcsncasecmp.c
wcsncasecmp_l.c
wcsncat.c
wcsncmp.c
wcsncpy.c
wcsnlen.c
wcspbrk.c
wcsrchr.c
wcsspn.c
wcsstr.c
wcstok.c
wcstrings.tex
wcswidth.c
wcsxfrm.c
wcsxfrm_l.c
wcwidth.c
wide.t update to Unicode 14.0 2021-11-16 11:24:29 +01:00
wmemchr.c
wmemcmp.c
wmemcpy.c
wmemmove.c
wmempcpy.c
wmemset.c
xpg_strerror_r.c