[ARM] Allow arm_arch_*_ok to test several macros
commit400a6165aa3b9b0276e86861398b3aa1cbdcefee
authorthopre01 <thopre01@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jun 2017 12:55:38 +0000 (9 12:55 +0000)
committerthopre01 <thopre01@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 9 Jun 2017 12:55:38 +0000 (9 12:55 +0000)
tree9cfc74c727b5b16f3c98479ba0e439e67fa72a54
parent696ee0c705c1adc91fe5bbb33965ec55df191ddc
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249059 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp