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

[-- Attachment #1: Type: text/plain, Size: 345 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-arm.c: Update Cortex-X1 feature flags.

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

diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index d5a0811c4fdc72a1e5c5afe275a570e8e267f227..f7911b7b92ec54639237e7d9b71f93617957c905 100644
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -31595,7 +31595,7 @@ static const struct arm_cpu_option_table arm_cpus[] =
 	       ARM_ARCH_NONE,
 	       FPU_NONE),
   ARM_CPU_OPT ("cortex-x1",   "Cortex-X1",	       ARM_ARCH_V8_2A,
-	       ARM_FEATURE_CORE_HIGH (ARM_EXT2_FP16_INST),
+	       ARM_FEATURE_CORE_HIGH (ARM_EXT2_FP16_INST | ARM_EXT2_SB),
 	       FPU_ARCH_DOTPROD_NEON_VFP_ARMV8),
   ARM_CPU_OPT ("exynos-m1",	  "Samsung Exynos M1", ARM_ARCH_V8A,
 	       ARM_FEATURE_CORE_HIGH (ARM_EXT2_CRC),

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

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

Hi Przemyslaw,

> OK for master branch ?

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

Approved - please apply.

Cheers
  Nick



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

* RE: [PATCH][GAS][arm] Update Cortex-X1 feature flags
  2020-10-05 12:57 ` 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][arm] Update Cortex-X1 feature flags
> 
> Hi Przemyslaw,
> 
> > OK for master branch ?
> 
> > 2020-10-05  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
> >
> > 	* config/tc-arm.c: Update Cortex-X1 feature flags.

commit a417e439c2a08e391902e6430f78546a8bfafb67

> Approved - please apply.
> 
> 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:29 [PATCH][GAS][arm] Update Cortex-X1 feature flags Przemyslaw Wirkus
2020-10-05 12:57 ` 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).