[ARM] Allow arm_arch_*_ok to test several macros
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Fri, 9 Jun 2017 12:55:38 +0000 (12:55 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Fri, 9 Jun 2017 12:55:38 +0000 (12:55 +0000)
commit051508d769162f11d48b185a253408ffd849ee07
tree9cfc74c727b5b16f3c98479ba0e439e67fa72a54
parent4f751c5437988863e622fd8b3ff82ec65e281260
[ARM] Allow arm_arch_*_ok to test several macros

2017-06-09  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/testsuite/
    * lib/target-supports.exp (check_effective_target_arm_arch_FUNC_ok):
    Test for null definitions instead of them being undefined.  Add entry
    for ARMv7VE.  Reindent entry for ARMv8-M Baseline.  Add comment warning
    about using the effective target for architecture extension.
    (check_effective_target_arm_arch_v7ve_ok): Remove.
    (add_options_for_arm_arch_v7ve): Likewise.

From-SVN: r249059
gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp