public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [Patch, AArch64] Add mcpu options for cortex-a53 and cortex-a57
@ 2012-12-14 17:02 Yufeng Zhang
  2012-12-17 15:54 ` Richard Earnshaw
  0 siblings, 1 reply; 2+ messages in thread
From: Yufeng Zhang @ 2012-12-14 17:02 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 297 bytes --]

Hi,

This adds to AArch64 GAS the support for the -mcpu option "cortexa53" 
and "cortex57".  OK to commit?

Thanks,
Yufeng


gas/

2012-12-14  Yufeng Zhang  <yufeng.zhang@arm.com>

         * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
         and "cortex-a57".

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: mcpu-cortex-a53-a57-gas.patch --]
[-- Type: text/x-patch; name=mcpu-cortex-a53-a57-gas.patch, Size: 551 bytes --]

diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c
index bf72a13..094fc99 100644
--- a/gas/config/tc-aarch64.c
+++ b/gas/config/tc-aarch64.c
@@ -7000,6 +7000,8 @@ struct aarch64_cpu_option_table
    recognized by GCC.  */
 static const struct aarch64_cpu_option_table aarch64_cpus[] = {
   {"all", AARCH64_ANY, NULL},
+  {"cortex-a53",	AARCH64_ARCH_V8, "Cortex-A53"},
+  {"cortex-a57",	AARCH64_ARCH_V8, "Cortex-A57"},
   {"generic", AARCH64_ARCH_V8, NULL},
 
   /* These two are example CPUs supported in GCC, once we have real

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Patch, AArch64] Add mcpu options for cortex-a53 and cortex-a57
  2012-12-14 17:02 [Patch, AArch64] Add mcpu options for cortex-a53 and cortex-a57 Yufeng Zhang
@ 2012-12-17 15:54 ` Richard Earnshaw
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Earnshaw @ 2012-12-17 15:54 UTC (permalink / raw)
  To: Yufeng Zhang; +Cc: binutils

On 14/12/12 17:02, Yufeng Zhang wrote:
> Hi,
>
> This adds to AArch64 GAS the support for the -mcpu option "cortexa53"
> and "cortex57".  OK to commit?
>
> Thanks,
> Yufeng
>
>
> gas/
>
> 2012-12-14  Yufeng Zhang  <yufeng.zhang@arm.com>
>
>           * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
>           and "cortex-a57".
>

OK.

R.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-12-17 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-14 17:02 [Patch, AArch64] Add mcpu options for cortex-a53 and cortex-a57 Yufeng Zhang
2012-12-17 15:54 ` Richard Earnshaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).