[Picolibc] Version 1.8.2

Keith Packard keithp at keithp.com
Sun May 28 22:27:22 PDT 2023


### Picolibc version 1.8.2

 * Support _ZEPHYR_SOURCE macro which, like _POSIX_SOURCE et al,
   controls whether the library expresses the Zephyr C library API.
   This is also automatically selected when the __ZEPHYR__ macro is
   defined and no other _*_SOURCE macro is defined.

 * Add another cross compile property, 'libgcc', which specifies the
   library containing soft float and other compiler support routines.

 * Fix a couple of minor imprecisions in pow and 80-bit powl.

 * Merge newlib changes that included an update to the ARM assembly
   code.

 * Replace inexact float/string conversion code with smaller code that
   doesn't use floating point operations to save additional space on
   soft float targets.

 * More cmake fixes, including making the inexact printf and locale
   options work.

-- 
-keith
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://keithp.com/pipermail/picolibc/attachments/20230528/b5928eb7/attachment.sig>


More information about the Picolibc mailing list