Commit 9acebb8a by Bin Cheng Committed by Xuepeng Guo

bpabi.h (BE8_LINK_SPEC): Add cortex-m arch and processors.

2011-09-23  Bin Cheng  <bin.cheng@arm.com>

        * config/arm/bpabi.h (BE8_LINK_SPEC): Add cortex-m arch
        and processors.

From-SVN: r179115
parent ec6b5ccf
2011-09-23 Bin Cheng <bin.cheng@arm.com>
* config/arm/bpabi.h (BE8_LINK_SPEC): Add cortex-m arch
and processors.
2011-09-22 Maxim Kuvyrkov <maxim@codesourcery.com> 2011-09-22 Maxim Kuvyrkov <maxim@codesourcery.com>
* ipa-prop.c (ipa_print_node_jump_functions): Fix typos. * ipa-prop.c (ipa_print_node_jump_functions): Fix typos.
...@@ -55,8 +55,13 @@ ...@@ -55,8 +55,13 @@
#define TARGET_FIX_V4BX_SPEC " %{mcpu=arm8|mcpu=arm810|mcpu=strongarm*"\ #define TARGET_FIX_V4BX_SPEC " %{mcpu=arm8|mcpu=arm810|mcpu=strongarm*"\
"|march=armv4|mcpu=fa526|mcpu=fa626:--fix-v4bx}" "|march=armv4|mcpu=fa526|mcpu=fa626:--fix-v4bx}"
#define BE8_LINK_SPEC " %{mbig-endian:%{march=armv7-a|mcpu=cortex-a5"\ #define BE8_LINK_SPEC \
"|mcpu=cortex-a8|mcpu=cortex-a9|mcpu=cortex-a15:%{!r:--be8}}}" " %{mbig-endian:%{march=armv7-a|mcpu=cortex-a5 \
|mcpu=cortex-a8|mcpu=cortex-a9|mcpu=cortex-a15 \
|march=armv7-m|mcpu=cortex-m3 \
|march=armv7e-m|mcpu=cortex-m4 \
|march=armv6-m|mcpu=cortex-m0 \
:%{!r:--be8}}}"
/* Tell the assembler to build BPABI binaries. */ /* Tell the assembler to build BPABI binaries. */
#undef SUBTARGET_EXTRA_ASM_SPEC #undef SUBTARGET_EXTRA_ASM_SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment