This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PING][patch 1/2][ARM]: New CPU support for Marvell Whitney


On 19/12/2014 19:01, Xingxing Pan wrote:
On 19/12/2014 18:38, Kyrill Tkachov wrote:
Hi Xingxin,

It seems that your mail client mangled this patch, at least the
following hunk doesn't apply, even when I try to get it from the web
archives.
Could you please resend it as an attachment perhaps?

Thanks,
Kyrill

On 18/12/14 10:13, Xingxing Pan wrote:
diff --git a/gcc/config/arm/arm-cores.def b/gcc/config/arm/arm-cores.def
index 423ee9e..b0ffbe1 100644
--- a/gcc/config/arm/arm-cores.def
+++ b/gcc/config/arm/arm-cores.def
@@ -159,6 +159,7 @@ ARM_CORE("cortex-m7",               cortexm7,
cortexm7,             7EM,
FL_LDSCHED, cortex_m7)
     ARM_CORE("cortex-m4",         cortexm4, cortexm4,             7EM,
FL_LDSCHED, v7m)
     ARM_CORE("cortex-m3",         cortexm3, cortexm3,             7M,
FL_LDSCHED, v7m)
     ARM_CORE("marvell-pj4",               marvell_pj4, marvell_pj4,
    7A,  FL_LDSCHED, 9e)
+ARM_CORE("marvell-whitney",            marvell_whitney,
marvell_whitney,
7A,  FL_LDSCHED | FL_THUMB_DIV | FL_ARM_DIV, marvell_whitney)



Hi Kyrill,

I've changed the code to use "tune" attribute directly. The new patch is
attached.

Thanks,
Xingxing

Any comments are welcome.

Thanks,
Xingxing


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]