public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH ARM]: Add command-line support for Cortex-A15 to gas
@ 2010-09-09  8:47 Matthew Gretton-Dann
  2010-09-09 10:49 ` Richard Earnshaw
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Gretton-Dann @ 2010-09-09  8:47 UTC (permalink / raw)
  To: binutils

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

All,

The following patch adds command-line support for Cortex-A15 to gas.
Further patches to add support for new CPU features will be coming in
the future.

Proposed ChangeLog:

2010-09-09  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>

        * config/tc-arm.c (arm_cpus): Add cortex-a15 entry.
        * doc/c-arm.texi: Document -mcpu=cortex-a15.

Thanks,

Matt

--
Matthew Gretton-Dann
Principal Engineer - PDSW Tools
ARM Ltd




[-- Attachment #2: 1009-cortex-a15.patch --]
[-- Type: text/x-patch, Size: 1014 bytes --]

diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index b9d629b..1e55652 100644
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -22301,6 +22301,8 @@ static const struct arm_cpu_option_table arm_cpus[] =
   {"cortex-a9",		ARM_ARCH_V7A,	 ARM_FEATURE (0, FPU_VFP_V3
                                                         | FPU_NEON_EXT_V1),
                                                           NULL},
+  {"cortex-a15",	ARM_ARCH_V7A,	 FPU_ARCH_NEON_VFP_V4,
+                                                          "Cortex-A15"},
   {"cortex-r4",		ARM_ARCH_V7R,	 FPU_NONE,	  NULL},
   {"cortex-r4f",	ARM_ARCH_V7R,	 FPU_ARCH_VFP_V3D16,	  NULL},
   {"cortex-m4",		ARM_ARCH_V7EM,	 FPU_NONE,	  NULL},
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index f6769a8..478ede3 100644
--- a/gas/doc/c-arm.texi
+++ b/gas/doc/c-arm.texi
@@ -115,6 +115,7 @@ recognized:
 @code{cortex-a5},
 @code{cortex-a8},
 @code{cortex-a9},
+@code{cortex-a15},
 @code{cortex-r4},
 @code{cortex-r4f},
 @code{cortex-m3},

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

* Re: [PATCH ARM]: Add command-line support for Cortex-A15 to gas
  2010-09-09  8:47 [PATCH ARM]: Add command-line support for Cortex-A15 to gas Matthew Gretton-Dann
@ 2010-09-09 10:49 ` Richard Earnshaw
  2010-09-09 12:21   ` Matthew Gretton-Dann
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Earnshaw @ 2010-09-09 10:49 UTC (permalink / raw)
  To: Matthew Gretton-Dann; +Cc: binutils


On Thu, 2010-09-09 at 09:47 +0100, Matthew Gretton-Dann wrote:
> All,
> 
> The following patch adds command-line support for Cortex-A15 to gas.
> Further patches to add support for new CPU features will be coming in
> the future.
> 
> Proposed ChangeLog:
> 
> 2010-09-09  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
> 
>         * config/tc-arm.c (arm_cpus): Add cortex-a15 entry.
>         * doc/c-arm.texi: Document -mcpu=cortex-a15.
> 
> Thanks,
> 
> Matt
> 
> --
> Matthew Gretton-Dann
> Principal Engineer - PDSW Tools
> ARM Ltd
> 
> 


OK.

R.

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

* Re: [PATCH ARM]: Add command-line support for Cortex-A15 to gas
  2010-09-09 10:49 ` Richard Earnshaw
@ 2010-09-09 12:21   ` Matthew Gretton-Dann
  0 siblings, 0 replies; 3+ messages in thread
From: Matthew Gretton-Dann @ 2010-09-09 12:21 UTC (permalink / raw)
  To: Richard Earnshaw; +Cc: binutils

On Thu, 2010-09-09 at 11:49 +0100, Richard Earnshaw wrote:
> On Thu, 2010-09-09 at 09:47 +0100, Matthew Gretton-Dann wrote:
> > All,
> > 
> > The following patch adds command-line support for Cortex-A15 to gas.
> > Further patches to add support for new CPU features will be coming in
> > the future.
> > 
> > Proposed ChangeLog:
> > 
> > 2010-09-09  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
> > 
> >         * config/tc-arm.c (arm_cpus): Add cortex-a15 entry.
> >         * doc/c-arm.texi: Document -mcpu=cortex-a15.
> > 
> > Thanks,
> > 
> > Matt
> > 
> OK.
> 
> R.

Now checked in.

Thanks,

Matt

-- 
Matthew Gretton-Dann
Principal Engineer - PDSW Tools
ARM Ltd

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

end of thread, other threads:[~2010-09-09 12:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-09  8:47 [PATCH ARM]: Add command-line support for Cortex-A15 to gas Matthew Gretton-Dann
2010-09-09 10:49 ` Richard Earnshaw
2010-09-09 12:21   ` Matthew Gretton-Dann

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).