re PR target/52144 (ARM should support arm/thumb function attribute to permit differe...
authorChristian Bruel <christian.bruel@st.com>
Tue, 15 Sep 2015 13:43:17 +0000 (15:43 +0200)
committerChristian Bruel <chrbr@gcc.gnu.org>
Tue, 15 Sep 2015 13:43:17 +0000 (15:43 +0200)
commitc8b6aa7c12ab17f947bba5295d010f6f05be2383
tree3c9079b3638a9296726a171dbffa7e1c71148d10
parent635e66fec3addc5af7e2ab65793af7237e555922
re PR target/52144 (ARM should support arm/thumb function attribute to permit different instruction sets in the same source)

2015-09-15  Christian Bruel  <christian.bruel@st.com>

PR target/52144
* config/arm/arm.c (arm_option_params_internal): Remove opts parameter.
* config/arm/arm-c.c (arm_cpu_builtins): Declare static.
Remove flags parameter.
* config/arm/arm.h (TARGET_32BIT_P, TARGET_ARM_QBIT_P)
(TARGET_ARM_SAT_P, TARGET_IDIV_P, TARGET_HAVE_LDREX_P)
(TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P, TARGET_DSP_MULTIPLY_P)
(TARGET_ARM_FEATURE_LDREX_P, TARGET_INT_SIMD_P): Redefine macros with...
(TARGET_ARM_SAT, TARGET_IDIV, TARGET_HAVE_LDREX)
(TARGET_HAVE_LDREXBH, TARGET_HAVE_LDREXD, TARGET_ARM_FEATURE_LDREX)
(TARGET_DSP_MULTIPLY, TARGET_INT_SIMD): Redefined macros.
* gcc/config/arm/arm-protos.h (arm_cpu_builtins): Remove declaration.

From-SVN: r227795
gcc/ChangeLog
gcc/config/arm/arm-c.c
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.h