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 74874e0874 boards/sim/nxscope: use default /dev/ttySIM0 path
new 29bda7cf27 libc/machine/arm: align related implementations of armv7
architecture
new 22654f62c0 libc/arm: add acle-compat license
The 2 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:
LICENSE | 4 +
libs/libc/machine/arm/arm/arch_elf.c | 53 ++++---
libs/libc/machine/arm/armv6-m/arch_elf.c | 176 ++++++++++++++-------
libs/libc/machine/arm/armv7-m/CMakeLists.txt | 28 ++--
libs/libc/machine/arm/armv7-m/arch_elf.c | 55 ++++---
libs/libc/machine/arm/armv8-m/CMakeLists.txt | 63 +++-----
libs/libc/machine/arm/armv8-m/arch_elf.c | 119 +++++++-------
.../arm/{armv7-m => armv8-m}/gnu/acle-compat.h | 2 +-
libs/libc/machine/arm/armv8-m/gnu/arch_memchr.S | 2 +
libs/libc/machine/arm/armv8-m/gnu/arch_strcpy.S | 6 +
libs/libc/machine/arm/armv8-m/gnu/arch_strlen.S | 2 +
11 files changed, 289 insertions(+), 221 deletions(-)
copy libs/libc/machine/arm/{armv7-m => armv8-m}/gnu/acle-compat.h (99%)