]> sourceware.org Git - newlib-cygwin.git/commit
Include code in trap.S for APCS only.
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 10 Apr 2019 15:04:13 +0000 (15:04 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Thu, 11 Apr 2019 14:20:21 +0000 (14:20 +0000)
commitcc430406ac09d99570b5218668f2bb00371ae983
tree597da24312e919d347534bf3ddf61658decb1550
parent630808d2a2865634df3f54cec403a058511596e7
Include code in trap.S for APCS only.

The code in trap.S is to support the old APCS chunked stack variant,
which dates back to the Acorn days, so put it under #ifndef
__ARM_EABI__.

* libgloss/arm/trap.S: Use __ARM_EABI rather than PREFER_THUMB.
* newlib/libc/sys/arm/trap.S: Use __ARM_EABI rather than
__thumb2__.
libgloss/arm/trap.S
newlib/libc/sys/arm/trap.S
This page took 0.032066 seconds and 5 git commands to generate.