[PATCH] libc: arm: setjmp jmp_buf exagerated size

Bernhard Krug b.krug@elektronenpumpe.de
Wed Feb 15 11:09:02 GMT 2023


Patch sets correct jmp_buf size for armv6-m conforming to implementation in setjmp.S

FYI a table of cortex architectures:
__ARM_ARCH_6M__ cortex-m0/m0+/m1 no fpu option
__ARM_ARCH_7M__ cortex-m3 no fpu option
__ARM_ARCH_7EM__ cortex-m4 optional fpu
check using __ARM_FP
-------------- next part --------------
A non-text attachment was scrubbed...
Name: setjmp.patch
Type: text/x-diff
Size: 411 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/newlib/attachments/20230215/5d280e35/attachment.bin>


More information about the Newlib mailing list