[binutils-gdb] aarch64: Remove stray reglist variable
Richard Sandiford
rsandifo@sourceware.org
Thu Mar 30 16:01:40 GMT 2023
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d056265349034444226c468cba561cc86eaed6da
commit d056265349034444226c468cba561cc86eaed6da
Author: Richard Sandiford <richard.sandiford@arm.com>
Date: Thu Mar 30 17:01:30 2023 +0100
aarch64: Remove stray reglist variable
Sorry for not catching this during testing. I was using a
host compiler that predated the switch to -fno-common.
Diff:
---
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. */
More information about the Binutils-cvs
mailing list