public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH][gas][ARM] Document supported ARMv8 cores
@ 2015-02-04 13:41 Matthew Wahab
  2015-02-04 13:42 ` Matthew Wahab
  0 siblings, 1 reply; 5+ messages in thread
From: Matthew Wahab @ 2015-02-04 13:41 UTC (permalink / raw)
  To: binutils

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

The documentation for the ARM target is missing supported ARMv8 cores. 
This patch adds the missing cores to those listed under the -mcpu option.

Tested by checking the generated html and pdf documents.

gas/
2014-02-04  Matthew Wahab  <matthew.wahab@arm.com>

	* doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
	cortex-a72.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: armv8cpulist.patch --]
[-- Type: text/x-patch; name=armv8cpulist.patch, Size: 353 bytes --]

diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index 8252487..3d06491 100644
--- a/gas/doc/c-arm.texi
+++ b/gas/doc/c-arm.texi
@@ -119,6 +119,9 @@ recognized:
 @code{cortex-a8},
 @code{cortex-a9},
 @code{cortex-a15},
+@code{cortex-a53},
+@code{cortex-a57},
+@code{cortex-a72},
 @code{cortex-r4},
 @code{cortex-r4f},
 @code{cortex-r5},

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

* Re: [PATCH][gas][ARM] Document supported ARMv8 cores
  2015-02-04 13:41 [PATCH][gas][ARM] Document supported ARMv8 cores Matthew Wahab
@ 2015-02-04 13:42 ` Matthew Wahab
  2015-02-23 17:18   ` Nicholas Clifton
  0 siblings, 1 reply; 5+ messages in thread
From: Matthew Wahab @ 2015-02-04 13:42 UTC (permalink / raw)
  To: binutils

On 04/02/15 13:41, Matthew Wahab wrote:
> The documentation for the ARM target is missing supported ARMv8 cores.
> This patch adds the missing cores to those listed under the -mcpu option.
>
> Tested by checking the generated html and pdf documents.
>
> gas/
> 2014-02-04  Matthew Wahab  <matthew.wahab@arm.com>
>
> 	* doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
> 	cortex-a72.
>

Sorry, wrong year on the change log. It should be:

gas/
2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>

	* doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
	cortex-a72.


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

* Re: [PATCH][gas][ARM] Document supported ARMv8 cores
  2015-02-04 13:42 ` Matthew Wahab
@ 2015-02-23 17:18   ` Nicholas Clifton
  2015-02-25 21:19     ` Kyrill Tkachov
  0 siblings, 1 reply; 5+ messages in thread
From: Nicholas Clifton @ 2015-02-23 17:18 UTC (permalink / raw)
  To: Matthew Wahab, binutils

Hi Matthew,

> gas/
> 2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
>
>      * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
>      cortex-a72.

Approved - please apply.

Cheers
   Nick


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

* Re: [PATCH][gas][ARM] Document supported ARMv8 cores
  2015-02-23 17:18   ` Nicholas Clifton
@ 2015-02-25 21:19     ` Kyrill Tkachov
  0 siblings, 0 replies; 5+ messages in thread
From: Kyrill Tkachov @ 2015-02-25 21:19 UTC (permalink / raw)
  To: Nicholas Clifton, Matthew Wahab, binutils


On 23/02/15 16:13, Nicholas Clifton wrote:
> Hi Matthew,
>
>> gas/
>> 2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
>>
>>       * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
>>       cortex-a72.
> Approved - please apply.

I've applied this on Matthew's behalf with the Changelog:

2015-02-25  Matthew Wahab  <matthew.wahab@arm.com>

     * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
     cortex-a72.


as commit 4469186b996eb84ee9341f4cdcd0f92c412b3f27.

Cheers,
Kyrill

>
> Cheers
>     Nick
>
>
>


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

* [PATCH][gas][ARM] Document supported ARMv8 cores
@ 2015-02-04 15:08 Matthew Wahab
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Wahab @ 2015-02-04 15:08 UTC (permalink / raw)
  To: binutils

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

Hello,

The documentation for the ARM target is missing supported ARMv8 cores. 
This patch adds the missing cores to those listed under the -mcpu option.

Tested by checking the generated html and pdf documents.

Matthew

gas/
2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>

	* doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
	cortex-a72.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: armv8cpulist.patch --]
[-- Type: text/x-patch; name=armv8cpulist.patch, Size: 353 bytes --]

diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index 8252487..3d06491 100644
--- a/gas/doc/c-arm.texi
+++ b/gas/doc/c-arm.texi
@@ -119,6 +119,9 @@ recognized:
 @code{cortex-a8},
 @code{cortex-a9},
 @code{cortex-a15},
+@code{cortex-a53},
+@code{cortex-a57},
+@code{cortex-a72},
 @code{cortex-r4},
 @code{cortex-r4f},
 @code{cortex-r5},

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

end of thread, other threads:[~2015-02-25 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-04 13:41 [PATCH][gas][ARM] Document supported ARMv8 cores Matthew Wahab
2015-02-04 13:42 ` Matthew Wahab
2015-02-23 17:18   ` Nicholas Clifton
2015-02-25 21:19     ` Kyrill Tkachov
2015-02-04 15:08 Matthew Wahab

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