]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/testsuite/ChangeLog
arm-protos.h (arm_arch_thumb1): Declare.
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Tue, 31 May 2016 10:10:18 +0000 (10:10 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Tue, 31 May 2016 10:10:18 +0000 (10:10 +0000)
commit5254564176b94689e94d6d57f489f740a254f920
treec6709e8e1eecafdc70d634e72f210097ed8c9161
parent4efae2d63f7bd2485bb91056bfef45d8982e3633
arm-protos.h (arm_arch_thumb1): Declare.

2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/
    * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
    * config/arm/arm.c (arm_arch_thumb1): Define.
    (arm_option_override): Initialize arm_arch_thumb1.
    * config/arm/arm.h (arm_arch_thumb1): Declare.
    (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
    support Thumb-1 ISA.

    gcc/testsuite/
    * gcc.target/arm/armv5_thumb_isa.c: New test.

From-SVN: r236913
gcc/ChangeLog
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/armv5_thumb_isa.c [new file with mode: 0644]