arm.c (arm_option_override): Reoganized and split into : (arm_option_params_internal...
authorChristian Bruel <christian.bruel@st.com>
Mon, 11 May 2015 07:53:33 +0000 (09:53 +0200)
committerChristian Bruel <chrbr@gcc.gnu.org>
Mon, 11 May 2015 07:53:33 +0000 (09:53 +0200)
commit1a7ae4cef7be867a59aca8a9eb67b72105f337b8
tree019a8c17f1aa6a069f9bf083c6d109a728871423
parentc37aa43b98642686a5cd02f2bcb911cfa03c3c56
arm.c (arm_option_override): Reoganized and split into : (arm_option_params_internal); New function.

2014-09-23  Christian Bruel  <christian.bruel@st.com>

* config/arm/arm.c (arm_option_override): Reoganized and split into :
(arm_option_params_internal); New function.
(arm_option_check_internal): New function.
(arm_option_override_internal): New function.
(thumb_code, thumb1_code): Remove.
* config/arm/arm.h (TREE_TARGET_THUMB, TREE_TARGET_THUMB1): New macros.
(TREE_TARGET_THUM2, TREE_TARGET_ARM): Likewise.
(thumb_code, thumb1_code): Remove.
* config/arm/arm.md (is_thumb, is_thumb1): Check TARGET flag.

From-SVN: r222995
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/arm/arm.md