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 cd2fcf5252 include: migrate to SPDX identifier
     new 26c7f80dc6 sim: add windows64 defconfig
     new 43de53c93f sim/types: fix windows64 build error
     new f6fc4cdded sim/irq: fix windows64 build error
     new c8e0f5c890 libc: fix build warning
     new 56bcbcc6b0 sim: change the type of xcpt_reg_t
     new b39807fae0 sim: add windows64 setjmp/longjmp support
     new ba5ee1929c sim: add link option /LARGEADDRESSAWARE:NO for windows64

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     |  3 +
 arch/sim/include/irq.h                             |  5 +-
 arch/sim/include/setjmp.h                          |  3 +-
 arch/sim/include/types.h                           |  3 +
 arch/sim/src/sim/sim_copyfullstate.c               |  2 +-
 arch/sim/src/sim/sim_fork.c                        |  8 +--
 arch/sim/src/sim/sim_internal.h                    |  3 +-
 .../sim/configs/{windows => windows64}/defconfig   |  1 -
 libs/libc/machine/sim/CMakeLists.txt               |  6 +-
 ...{arch_setjmp_x86.asm => arch_setjmp_x86_64.asm} | 66 +++++++++++++---------
 libs/libc/misc/lib_bitmap.c                        |  4 +-
 11 files changed, 62 insertions(+), 42 deletions(-)
 copy boards/sim/sim/sim/configs/{windows => windows64}/defconfig (98%)
 copy libs/libc/machine/sim/{arch_setjmp_x86.asm => arch_setjmp_x86_64.asm} 
(59%)

Reply via email to