]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fix entry
authorchrbr <chrbr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 May 2015 14:09:45 +0000 (14:09 +0000)
committerchrbr <chrbr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 May 2015 14:09:45 +0000 (14:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223700 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index a9bdd6c24c578d3027f649c54d7ffd6f7625b341..9e3e45ac52941c36ffabb04abc928ca2f18e7060 100644 (file)
@@ -1,4 +1,4 @@
- 2015-05-13  Christian Bruel  <christian.bruel@st.com>
+ 2015-05-26  Christian Bruel  <christian.bruel@st.com>
 
        PR target/52144
        * config/arm/arm.c (arm_option_check_internal)
@@ -14,7 +14,8 @@
        (TARGET_HAVE_LDREX_P, TARGET_HAVE_LDREXBH_P, TARGET_HAVE_LDREXD_P)
        (TARGET_ARM_FEATURE_LDREX_P)
        (TARGET_DSP_MULTIPLY_P, TARGET_INT_SIMD_P): New macros.
-       (def_or_undef_macro): New function.
+       * config/arm/arm-c.c (def_or_undef_macro): New function.
+       (arm_cpu_cpp_builtins): Use def_or_undef_macro for macros definition.
 
 2015-05-26  Christian Bruel  <christian.bruel@st.com>