public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH][GAS][AArch64] Update Cortex-X1 feature flags
@ 2020-10-05 12:31 Przemyslaw Wirkus
  2020-10-05 12:59 ` Nick Clifton
  0 siblings, 1 reply; 3+ messages in thread
From: Przemyslaw Wirkus @ 2020-10-05 12:31 UTC (permalink / raw)
  To: Binutils; +Cc: nickc, Ramana Radhakrishnan, Richard Earnshaw, Marcus Shawcroft

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

This is feature flags update for Cortex-X1 CPU.
For more information about this processor, see [0].

[0] : https://www.arm.com/products/cortex-x

OK for master branch ?

kind regards
Przemyslaw Wirkus

gas/ChangeLog:

2020-10-05  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>

	* config/tc-aarch64.c: Update Cortex-X1 feature flags.


[-- Attachment #2: x1_aarch64.patch --]
[-- Type: application/octet-stream, Size: 858 bytes --]

diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c
index 21728fbb1b84b30a70b79bfd6acf98d96b162848..4bcfa053f755f0d30bdeb15cf15903424c13a8de 100644
--- a/gas/config/tc-aarch64.c
+++ b/gas/config/tc-aarch64.c
@@ -9011,8 +9011,12 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = {
 			      AARCH64_FEATURE_CRC), "APM X-Gene 2"},
   {"cortex-r82", AARCH64_ARCH_V8_R, "Cortex-R82"},
   {"cortex-x1", AARCH64_FEATURE (AARCH64_ARCH_V8_2,
-                AARCH64_FEATURE_DOTPROD | AARCH64_FEATURE_PROFILE),
-  "Cortex-X1"},
+                AARCH64_FEATURE_F16
+                | AARCH64_FEATURE_RCPC
+                | AARCH64_FEATURE_DOTPROD
+                | AARCH64_FEATURE_SSBS
+                | AARCH64_FEATURE_PROFILE),
+                "Cortex-X1"},
   {"generic", AARCH64_ARCH_V8, NULL},
 
   {NULL, AARCH64_ARCH_NONE, NULL}

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

* Re: [PATCH][GAS][AArch64] Update Cortex-X1 feature flags
  2020-10-05 12:31 [PATCH][GAS][AArch64] Update Cortex-X1 feature flags Przemyslaw Wirkus
@ 2020-10-05 12:59 ` Nick Clifton
  2020-10-05 14:45   ` Przemyslaw Wirkus
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Clifton @ 2020-10-05 12:59 UTC (permalink / raw)
  To: Przemyslaw Wirkus, Binutils
  Cc: Ramana Radhakrishnan, Richard Earnshaw, Marcus Shawcroft

Hi Przemyslaw,

> 2020-10-05  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
> 
> 	* config/tc-aarch64.c: Update Cortex-X1 feature flags.

Approved - please apply.

Cheers
  Nick



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

* RE: [PATCH][GAS][AArch64] Update Cortex-X1 feature flags
  2020-10-05 12:59 ` Nick Clifton
@ 2020-10-05 14:45   ` Przemyslaw Wirkus
  0 siblings, 0 replies; 3+ messages in thread
From: Przemyslaw Wirkus @ 2020-10-05 14:45 UTC (permalink / raw)
  To: nickc, Binutils; +Cc: Ramana Radhakrishnan, Richard Earnshaw, Marcus Shawcroft

> Subject: Re: [PATCH][GAS][AArch64] Update Cortex-X1 feature flags
> 
> Hi Przemyslaw,
> 
> > 2020-10-05  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
> >
> > 	* config/tc-aarch64.c: Update Cortex-X1 feature flags.
> 
> Approved - please apply.

commit f9b1d75e91cddd4d44bea7f56781576ae522c0ea

> Cheers
>   Nick
> 


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

end of thread, other threads:[~2020-10-05 14:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05 12:31 [PATCH][GAS][AArch64] Update Cortex-X1 feature flags Przemyslaw Wirkus
2020-10-05 12:59 ` Nick Clifton
2020-10-05 14:45   ` Przemyslaw Wirkus

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