[ARM] Multilib mapping for Armv8-R
commit28c20cf26e3a6e38ea07269e66066d031f0ef9f1
authorthopre01 <thopre01@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Feb 2018 16:31:56 +0000 (22 16:31 +0000)
committerthopre01 <thopre01@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Feb 2018 16:31:56 +0000 (22 16:31 +0000)
tree6ee24104fcc1c21d78cfee87601517af5e14a69d
parentda8fd78f78a01606263969f0b79a464834aedb4c
[ARM] Multilib mapping for Armv8-R

Due to there being no multilib mapping for Armv8-R, default multilib
builts for -march=armv4t with softfloat floating-point arithmetic is
being used. This patch maps it instead to the existing Armv7 multilibs.
Note that mapping for single-precision Armv8-R has been left out due to
there being no Arm implementation of that architecture variant.

2018-02-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/
    * config/arm/t-multilib: Map Armv8-R to Armv7 multilibs.

    gcc/testsuite/
    * gcc.target/arm/multilib.exp: Add tests for Armv8-R multilib mappings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@257904 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/t-multilib
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/multilib.exp