libc/libgloss/arm
Thomas Preud'homme 69f4c40291 Make macro checks ARMv8-M baseline proof
libgloss:

        * arm/Makefile.in: Add newlib/libc/machine/arm to the include path if
        newlib is present.
        * arm/arm.h: Include acle-compat.h.
        (THUMB_V7_V6M): Rename to ...
        (PREFER_THUMB): This.  Use ACLE macros __ARM_ARCH_ISA_ARM instead of
        __ARM_ARCH_6M__ to decide whether to define it.
        (THUMB1_ONLY): Define for Thumb-1 only targets.
        (THUMB_V7M_V6M): Rename to ...
        (THUMB_VXM): This.  Defined based on __ARM_ARCH_ISA_ARM, excluding
        ARMv7.
        * arm/crt0.S: Use THUMB1_ONLY rather than __ARM_ARCH_6M__,
        !__ARM_ARCH_ISA_ARM rather than THUMB_V7M_V6M for fp enabling, and
        PREFER_THUMB rather than THUMB_V7_V6M.  Rename other occurences of
        THUMB_V7M_V6M to THUMB_VXM.
        * arm/linux-crt0.c: Likewise.
        * arm/redboot-crt0.S: Likewise.
        * arm/swi.h: Likewise.
        * arm/trap.S: Likewise.

newlib:

        * libc/machine/arm/memcpy-stub.c: Use ACLE macros __ARM_ARCH_ISA_THUMB
        and __ARM_ARCH_ISA_ARM to check for Thumb-2 only targets rather than
        __ARM_ARCH and __ARM_ARCH_PROFILE.
        * libc/machine/arm/memcpy.S: Likewise.
        * libc/machine/arm/setjmp.S: Likewise for Thumb-1 only target and
        include acle-compat.h.
        * libc/machine/arm/strcmp.S: Likewise for Thumb-1 and Thumb-2 only
        target and include acle-compat.h.
        * libc/sys/arm/arm.h: Include acle-compat.h.
        (THUMB_V7_V6M): Rename to ...
        (PREFER_THUMB): This.  Use ACLE macro __ARM_ARCH_ISA_ARM instead of
        __ARM_ARCH_6M__ to decide whether to define it.
        (THUMB1_ONLY): Define for Thumb-1 only targets.
        (THUMB_V7M_V6M): Rename to ...
        (THUMB_VXM): This.  Defined based on __ARM_ARCH_ISA_ARM, excluding
        ARMv7.
        * libc/sys/arm/crt0.S: Use PREFER_THUMB rather than THUMB_V7_V6M and
        rename THUMB_V7M_V6M into THUMB_VXM.
        * libc/sys/arm/swi.h: Likewise.
2016-01-28 11:26:37 +01:00
..
cpu-init 2013-10-14 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> 2013-10-14 15:15:12 +00:00
_exit.c
_kill.c
aclocal.m4
arm.h Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
coff-iq80310.specs
coff-pid.specs
coff-rdimon.specs
coff-rdpmon.specs
coff-redboot.ld
coff-redboot.specs
configure 2014-04-04 Ashish Kapania <akapania@ti.com> 2014-04-04 21:43:55 +00:00
configure.in 2014-04-04 Ashish Kapania <akapania@ti.com> 2014-04-04 21:43:55 +00:00
crt0.S Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
elf-aprofile-validation.specs * arm/elf-aprofile-validation.specs (*link): Make text segment 2014-07-16 11:53:34 +00:00
elf-aprofile-ve.specs * arm/elf-aprofile-validation.specs (*link): Make text segment 2014-07-16 11:53:34 +00:00
elf-iq80310.specs
elf-linux.specs
elf-nano.specs Change to nano.specs to add nano's include dir 2015-07-14 15:55:18 +02:00
elf-pid.specs
elf-rdimon.specs * arm/elf-nano.specs: New file. 2014-08-14 15:00:33 +00:00
elf-rdpmon.specs
elf-redboot.ld
elf-redboot.specs
ftruncate.c [ARM] set errno in ftruncate and truncate stubs. 2013-11-21 15:49:05 +00:00
libcfunc.c
linux-crt0.c Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
linux-syscall.h
linux-syscalls0.S * arm/linux-syscalls0.S (SYSCALL0, SYSCALL3, SYSCALL6, SYSCALL4): 2009-10-26 10:00:41 +00:00
linux-syscalls1.c
Makefile.in Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
redboot-crt0.S Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
redboot-syscalls.c
swi.h Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
syscall.h libgloss: arm: fix copy & paste in syscall.h 2015-04-23 22:03:45 +02:00
syscalls.c * arm/crt0.S: Initialise __heap_limit when ARM_RDI_MONITOR is defined. 2015-02-17 09:30:52 +00:00
trap.S Make macro checks ARMv8-M baseline proof 2016-01-28 11:26:37 +01:00
truncate.c [ARM] set errno in ftruncate and truncate stubs. 2013-11-21 15:49:05 +00:00