This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, ARM] attribute target (thumb,arm) [5.2/6] respin (5th)
- From: Kyrill Tkachov <kyrylo dot tkachov at arm dot com>
- To: Christian Bruel <christian dot bruel at st dot com>, Ramana Radhakrishnan <Ramana dot Radhakrishnan at arm dot com>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, Richard Earnshaw <Richard dot Earnshaw at arm dot com>, "nickc at redhat dot com" <nickc at redhat dot com>
- Date: Mon, 01 Jun 2015 13:37:12 +0100
- Subject: Re: [PATCH, ARM] attribute target (thumb,arm) [5.2/6] respin (5th)
- Authentication-results: sourceware.org; auth=none
- References: <554A24D0 dot 8020407 at st dot com> <554C7F50 dot 4090705 at arm dot com> <5559A23B dot 9030705 at st dot com> <5559C2CD dot 4010701 at st dot com>
Hi Christian,
On 18/05/15 11:45, Christian Bruel wrote:
+ additional chunks needed to redefine the macros for #pragma GCC target
Applies on top of [5/6]
thanks,
Christian
p5.2.patch
2014-09-23 Christian Bruel<christian.bruel@st.com>
* config/arm/arm-c.c (arm_cpu_cpp_builtins): Conditionally define
macros in ...
(arm_cpu_builtins): New function.
(arm_pragma_target_parse): Call arm_cpu_builtins.
* config/arm/arm-protos.h (arm_cpu_builtins): New function.
This is ok once the previous patches in the series approved.
Thanks,
Kyrill