This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


    from b19b931722 arch/xtensa/src/common/xtensa_coproc.S: Use the first 
allocated memory for the local variable.
     new c1082f04d3 libxx: Make HAVE_CXXINITIALIZE workable even HAVE_CXX isn't 
enabled
     new b9eff677fe libc: Simplify the c++ initialization
     new 577f301a2c libc: Move cxx_initialize.c from libc/sched/ to libc/misc

The 3 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/Kconfig                                       |  1 -
 libs/libc/Kconfig                                  |  1 -
 libs/libc/libc.h                                   |  4 ++
 libs/libc/misc/Make.defs                           |  1 +
 .../lib_cxx_initialize.c}                          | 16 ++++--
 libs/libc/sched/Kconfig                            | 17 ------
 libs/libc/sched/Make.defs                          |  8 ---
 libs/libc/sched/cxx_initialize.h                   | 21 --------
 libs/libc/sched/cxx_initialize_macho.c             | 61 ----------------------
 libs/libc/sched/task_startup.c                     |  4 +-
 libs/libxx/Kconfig                                 | 18 ++++---
 11 files changed, 30 insertions(+), 122 deletions(-)
 rename libs/libc/{sched/cxx_initialize_sinit.c => misc/lib_cxx_initialize.c} 
(92%)
 delete mode 100644 libs/libc/sched/Kconfig
 delete mode 100644 libs/libc/sched/cxx_initialize.h
 delete mode 100644 libs/libc/sched/cxx_initialize_macho.c

Reply via email to