This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 3271142b87 note: print without relying on format strings
add 4c19e75ff5 libs/x86_64:Add the setjmp/longjmp function
No new revisions were added by this update.
Summary of changes:
arch/Kconfig | 1 +
.../board.h => arch/x86_64/include/setjmp.h | 98 ++++++++++++----------
libs/libc/machine/x86_64/CMakeLists.txt | 4 +
libs/libc/machine/x86_64/Make.defs | 3 +
.../machine/{sim => x86_64}/arch_setjmp_x86_64.S | 41 ++-------
5 files changed, 68 insertions(+), 79 deletions(-)
copy boards/risc-v/mpfs/m100pfsevp/include/board.h =>
arch/x86_64/include/setjmp.h (58%)
copy libs/libc/machine/{sim => x86_64}/arch_setjmp_x86_64.S (64%)