[ARM] Multilib mapping for Armv8-R
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Thu, 22 Feb 2018 16:31:56 +0000 (16:31 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Thu, 22 Feb 2018 16:31:56 +0000 (16:31 +0000)
commit9029d3424fac933a8bd5fb6ea63583f7812b6ef6
tree6ee24104fcc1c21d78cfee87601517af5e14a69d
parent6cc22cf4dfcfecda589cd0fc023abbeff7779279
[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.

From-SVN: r257904
gcc/ChangeLog
gcc/config/arm/t-multilib
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/multilib.exp