This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 5da9cb3 libxx: Eanble HAVE_CXXINITIALIZE automatically if LIBCXX or UCLIBCXX enable new 05f6445 arch: Move *_getsp to the common place arch/arch.h new db02cea arch/x86_64: Change up_getrsp to x64_getsp new 60b7b8b arch/x86: change up_getsp to x86_getsp new 4176a38 arch/sim: implement sim_getsp new 924ba84 arch: call *_getsp in up_assert and board_crashdump The 5 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: arch/arm/include/arch.h | 22 +++++++++++-- arch/arm/include/tls.h | 18 ----------- arch/arm/src/arm/arm_assert.c | 21 ++----------- arch/arm/src/armv6-m/arm_assert.c | 21 ++----------- arch/arm/src/armv7-a/arm_assert.c | 21 ++----------- arch/arm/src/armv7-m/arm_assert.c | 21 ++----------- arch/arm/src/armv7-r/arm_assert.c | 21 ++----------- arch/arm/src/armv8-m/arm_assert.c | 21 ++----------- arch/hc/include/arch.h | 15 +++++++++ arch/hc/include/hcs12/irq.h | 24 +++++--------- arch/hc/include/tls.h | 15 --------- arch/hc/src/m9s12/m9s12_assert.c | 4 +-- arch/mips/include/arch.h | 15 +++++++++ arch/mips/include/tls.h | 15 --------- arch/mips/src/mips32/mips_assert.c | 2 +- arch/mips/src/mips32/mips_dumpstate.c | 19 +----------- arch/misoc/include/arch.h | 50 ++++++++++++++++++++++++++++++ arch/misoc/include/tls.h | 13 -------- arch/misoc/src/lm32/lm32_assert.c | 2 +- arch/misoc/src/lm32/lm32_dumpstate.c | 27 ++++++---------- arch/misoc/src/minerva/minerva_assert.c | 2 +- arch/misoc/src/minerva/minerva_dumpstate.c | 27 ++++++---------- arch/or1k/include/arch.h | 21 +++++++++++-- arch/or1k/include/tls.h | 17 ---------- arch/or1k/src/common/up_assert.c | 27 ++-------------- arch/sim/include/arch.h | 9 ++++++ arch/sim/include/tls.h | 2 +- arch/sim/src/sim/up_head.c | 2 +- arch/x86/include/i486/arch.h | 19 ++++++------ arch/x86/include/tls.h | 2 +- arch/x86/src/common/up_assert.c | 4 +-- arch/x86_64/include/intel64/arch.h | 2 +- arch/x86_64/include/tls.h | 2 +- arch/x86_64/src/common/up_assert.c | 4 +-- arch/xtensa/include/arch.h | 17 ++++++++++ arch/xtensa/include/tls.h | 17 ---------- arch/xtensa/src/common/xtensa_assert.c | 2 +- arch/xtensa/src/common/xtensa_dumpstate.c | 19 ------------ 38 files changed, 210 insertions(+), 352 deletions(-)