public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] aarch64: Remove stray reglist variable
@ 2023-03-30 16:02 Richard Sandiford
  0 siblings, 0 replies; only message in thread
From: Richard Sandiford @ 2023-03-30 16:02 UTC (permalink / raw)
  To: binutils

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-30 16:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-30 16:02 [PATCH] aarch64: Remove stray reglist variable Richard Sandiford

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