public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Carlotti <andrew.carlotti@arm.com>
To: binutils@sourceware.org
Subject: [PATCH] aarch64: Remove unused BTI feature bit
Date: Mon, 15 Jan 2024 11:16:05 +0000	[thread overview]
Message-ID: <a07ef37c-937f-5525-afac-1e38ff5fa918@e124511.cambridge.arm.com> (raw)

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

             reply	other threads:[~2024-01-15 11:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-15 11:16 Andrew Carlotti [this message]
2024-01-15 11:57 ` Nick Clifton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a07ef37c-937f-5525-afac-1e38ff5fa918@e124511.cambridge.arm.com \
    --to=andrew.carlotti@arm.com \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).