Commit 493b5c2
picolibc: Update to version proposed for Zephyr v4.2-branch
We're trying to re-synchronize picolibc bits across Zephyr and the
Zephyr SDK. At this point, SDK 0.17.3 is missing some minor updates
found in the module and the module is missing a commit from the SDK.
Zephyr PR: zephyrproject-rtos/zephyr#94043
Signed-off-by: Keith Packard <keithp@keithp.com>1 parent bfac00f commit 493b5c2
1 file changed
+1
-1
lines changed- .github/workflows/coreboot.yml+2-2
- .github/workflows/linux.yml+3-3
- .github/workflows/steps-head+1-1
- .github/workflows/zephyr.yml+2-2
- CMakeLists.txt+1
- COPYING.picolibc+1-2
- meson.build+73-49
- newlib/libc/include/CMakeLists.txt-1
- newlib/libc/include/_syslist.h-74
- newlib/libc/include/inttypes.h+1
- newlib/libc/include/meson.build-1
- newlib/libc/include/stdint.h+1-1
- newlib/libc/machine/arm/arm_asm.h+22
- newlib/libc/machine/arm/memchr.S+3-3
- newlib/libc/machine/arm/memcpy-armv7m.S+3-3
- newlib/libc/machine/arm/memset-thumb.S+3-3
- newlib/libc/machine/arm/memset-thumb2.S+3-3
- newlib/libc/machine/arm/strcmp-arm-tiny.S+3-3
- newlib/libc/machine/arm/strcmp-armv7.S+3-3
- newlib/libc/machine/arm/strcmp-armv7m.S+3-3
- newlib/libc/machine/arm/strcpy.S+3-3
- newlib/libc/machine/arm/strlen-armv7.S+3-3
- newlib/libc/machine/arm/strlen-thumb2-Os.S+3-3
- newlib/libc/signal/signal.c-1
- newlib/libc/stdio/fdopen.c-1
- newlib/libc/stdio64/fdopen64.c-1
- newlib/libc/stdlib/system.c-1
- newlib/libc/tinystdio/stdio_private.h+2-2
- newlib/libm/machine/powerpc/meson.build+1-1
- picolibc.h.in-6
- test/meson.build+2-1
- test/test-flockfile.c+1
0 commit comments