This is an automated email from the ASF dual-hosted git repository. davids5 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 9dff16e fix nxstyle warning new fbfd9d6 libelf: Parse .ARM.exidx only for ARM architecture new aa0d57e libc: Move unwind code to libs/libc/machine/arm new cfc58d1 nxstyle: Add some unwind name to the white list 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: binfmt/libelf/Kconfig | 2 +- binfmt/libelf/libelf_load.c | 2 +- libs/libc/machine/arm/Make.defs | 7 ++ .../arm/gnu_unwind_find_exidx.c} | 92 ++++++++++-------- libs/libxx/Makefile | 3 - libs/libxx/libxx__gnu_unwind_find_exidx.cxx | 108 --------------------- libs/libxx/libxx__gnu_unwind_find_exidx.hxx | 79 --------------- tools/nxstyle.c | 5 +- 8 files changed, 66 insertions(+), 232 deletions(-) copy libs/libc/{time/lib_dayofweek.c => machine/arm/gnu_unwind_find_exidx.c} (58%) delete mode 100644 libs/libxx/libxx__gnu_unwind_find_exidx.cxx delete mode 100644 libs/libxx/libxx__gnu_unwind_find_exidx.hxx