Skip to content

Commit

Permalink
picolibc: Update to version 1.8.8
Browse files Browse the repository at this point in the history
Picolibc 1.8.8 should have the same Zephyr-relevant changes as
topic-picolibc-next.

Signed-off-by: Keith Packard <[email protected]>
  • Loading branch information
keith-packard committed Sep 26, 2024
1 parent 167597b commit 1d139ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picolibc
Submodule picolibc updated 81 files
+2 −0 .github/do-linux
+1 −1 CMakeLists.txt
+4 −1 COPYING.picolibc
+8 −0 README.md
+1 −1 cmake/have-alias-attribute.c
+33 −9 meson.build
+7 −0 newlib/libc/include/sys/config.h
+2 −0 newlib/libc/tinystdio/vfscanf.c
+2 −2 newlib/libm/math/sf_pow.c
+3 −0 newlib/libm/test/pow_vec.c
+2 −1 scripts/cross-aarch64-linux-gnu.txt
+2 −1 scripts/cross-aarch64-zephyr-elf.txt
+2 −1 scripts/cross-arc-zephyr-elf.txt
+2 −1 scripts/cross-arc64-zephyr-elf.txt
+2 −2 scripts/cross-arm-none-eabi.txt
+2 −1 scripts/cross-arm-zephyr-eabi.txt
+2 −1 scripts/cross-avr.txt
+2 −2 scripts/cross-clang-aarch64-none-elf.txt
+1 −1 scripts/cross-clang-msp430.txt
+4 −1 scripts/cross-clang-riscv64-unknown-elf.txt
+4 −1 scripts/cross-clang-rv32imafdc-unknown-elf.txt
+2 −0 scripts/cross-clang-thumb-none-eabi.txt
+3 −1 scripts/cross-clang-thumbv6m-none-eabi.txt
+2 −0 scripts/cross-clang-thumbv7-a-none-eabi.txt
+3 −1 scripts/cross-clang-thumbv7e+dp-none-eabi.txt
+3 −1 scripts/cross-clang-thumbv7e+fp-none-eabi.txt
+2 −2 scripts/cross-clang-thumbv7m-none-eabi.txt
+31 −0 scripts/cross-clang-x86.txt
+31 −0 scripts/cross-clang-x86_64.txt
+2 −1 scripts/cross-cortex-a9-none-eabi.txt
+2 −1 scripts/cross-i686-linux-gnu.txt
+2 −1 scripts/cross-m68k-linux-gnu.txt
+1 −1 scripts/cross-m68k-unknown-elf.txt
+2 −1 scripts/cross-microblazeel-zephyr-elf.txt
+2 −1 scripts/cross-mips-linux-gnu.txt
+2 −1 scripts/cross-mips-zephyr-elf.txt
+2 −1 scripts/cross-mips64-linux-gnuabi64.txt
+2 −1 scripts/cross-mipsel-linux-gnu.txt
+2 −1 scripts/cross-msp430-unknown-elf.txt
+2 −1 scripts/cross-msp430.txt
+2 −1 scripts/cross-nios2-zephyr-elf.txt
+2 −1 scripts/cross-power9-fp128.txt
+2 −1 scripts/cross-power9.txt
+2 −1 scripts/cross-powerpc64-linux-gnu.txt
+2 −1 scripts/cross-powerpc64le-linux-gnu.txt
+2 −2 scripts/cross-riscv64-unknown-elf.txt
+2 −1 scripts/cross-riscv64-zephyr-elf.txt
+4 −1 scripts/cross-rv32imac.txt
+4 −1 scripts/cross-rv32imac_zicsr_zbb.txt
+2 −1 scripts/cross-sh-unknown-elf.txt
+2 −1 scripts/cross-sparc-zephyr-elf.txt
+2 −1 scripts/cross-sparc64-linux-gnu.txt
+2 −1 scripts/cross-thumbv8_1m-none-eabi.txt
+2 −1 scripts/cross-thumbv8m_main_fp-none-eabi.txt
+2 −1 scripts/cross-x86-linux-gnu.txt
+2 −1 scripts/cross-x86_64-linux-gnu.txt
+2 −1 scripts/cross-x86_64-zephyr-elf.txt
+1 −1 scripts/cross-xtensa-esp32-elf.txt
+1 −1 scripts/cross-xtensa-espressif_esp32_zephyr-elf.txt
+1 −1 scripts/cross-xtensa-espressif_esp32s2_zephyr-elf.txt
+0 −0 scripts/cross-xtensa-espressif_esp32s2_zephyr_elf.txt
+1 −1 scripts/cross-xtensa-intel_apl_adsp_zephyr-elf.txt
+0 −0 scripts/cross-xtensa-intel_apl_adsp_zephyr_elf.txt
+1 −1 scripts/cross-xtensa-intel_s1000_zephyr-elf.txt
+0 −0 scripts/cross-xtensa-intel_s1000_zephyr_elf.txt
+1 −1 scripts/cross-xtensa-lx106-elf.txt
+1 −1 scripts/cross-xtensa-nxp_imx8m_adsp_zephyr-elf.txt
+0 −0 scripts/cross-xtensa-nxp_imx8m_adsp_zephyr_elf.txt
+1 −1 scripts/cross-xtensa-nxp_imx_adsp_zephyr-elf.txt
+0 −0 scripts/cross-xtensa-nxp_imx_adsp_zephyr_elf.txt
+1 −1 scripts/cross-xtensa-sample_controller_zephyr-elf.txt
+0 −0 scripts/cross-xtensa-sample_controller_zephyr_elf.txt
+36 −0 scripts/do-clang-x86-configure
+36 −0 scripts/do-clang-x86_64-configure
+1 −1 scripts/run-power9
+3 −1 semihost/machine/x86/bios.S
+1 −5 semihost/machine/x86/bios.ld
+2 −1 semihost/machine/x86/meson.build
+2 −0 test/meson.build
+12 −2 test/test-cplusplus.cpp
+8 −10 zephyr/zephyr.cmake

0 comments on commit 1d139ee

Please sign in to comment.