public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] aarch64: Remove unused BTI feature bit
@ 2024-01-15 11:16 Andrew Carlotti
  2024-01-15 11:57 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Carlotti @ 2024-01-15 11:16 UTC (permalink / raw)
  To: binutils

OK for master?


diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h
index 9d64d7a0ebefa4014f30a46c5be7bda124666327..83442982cc76c2e16e2b8ce1623ef78d3c9845f0 100644
--- a/include/opcode/aarch64.h
+++ b/include/opcode/aarch64.h
@@ -129,8 +129,6 @@ enum aarch64_feature_bit {
   AARCH64_FEATURE_CVADP,
   /* Random Number instructions.  */
   AARCH64_FEATURE_RNG,
-  /* BTI instructions.  */
-  AARCH64_FEATURE_BTI,
   /* SCXTNUM_ELx.  */
   AARCH64_FEATURE_SCXTNUM,
   /* ID_PFR2 instructions.  */
@@ -267,7 +265,6 @@ enum aarch64_feature_bit {
 					 | AARCH64_FEATBIT (X, SB)	\
 					 | AARCH64_FEATBIT (X, PREDRES)	\
 					 | AARCH64_FEATBIT (X, CVADP)	\
-					 | AARCH64_FEATBIT (X, BTI)	\
 					 | AARCH64_FEATBIT (X, SCXTNUM)	\
 					 | AARCH64_FEATBIT (X, ID_PFR2)	\
 					 | AARCH64_FEATBIT (X, SSBS))

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

* Re: [PATCH] aarch64: Remove unused BTI feature bit
  2024-01-15 11:16 [PATCH] aarch64: Remove unused BTI feature bit Andrew Carlotti
@ 2024-01-15 11:57 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2024-01-15 11:57 UTC (permalink / raw)
  To: Andrew Carlotti, binutils

Hi Andrew,

> OK for master?

Approved - please apply.

Cheers
   Nick


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

end of thread, other threads:[~2024-01-15 11:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-15 11:16 [PATCH] aarch64: Remove unused BTI feature bit Andrew Carlotti
2024-01-15 11:57 ` Nick Clifton

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