public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Richard Sandiford <richard.sandiford@arm.com>
To: binutils@sourceware.org
Subject: [PATCH] aarch64: Remove stray reglist variable
Date: Thu, 30 Mar 2023 17:02:22 +0100	[thread overview]
Message-ID: <mptsfdmut0x.fsf@arm.com> (raw)

Sorry for not catching this during testing.  I was using a
host compiler that predated the switch to -fno-common.

Tested on aarch64-linux-gnu & pushed.

---
 include/opcode/aarch64.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h
index 01c8ca18bf3..2ba94fde254 100644
--- a/include/opcode/aarch64.h
+++ b/include/opcode/aarch64.h
@@ -1210,7 +1210,7 @@ struct aarch64_reglist
   unsigned has_index : 1;
   /* Lane index; valid only when has_index is 1.  */
   int64_t index;
-} reglist;
+};
 
 /* Structure representing an operand.  */
 
-- 
2.25.1


                 reply	other threads:[~2023-03-30 16:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=mptsfdmut0x.fsf@arm.com \
    --to=richard.sandiford@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).