summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2023-03-30 17:01:30 +0100
committerRichard Sandiford <richard.sandiford@arm.com>2023-03-30 17:01:30 +0100
commitd056265349034444226c468cba561cc86eaed6da (patch)
treeffb5c6caca0536e6e95207551459b4f621dd96d1 /include
parent8ff429203dc8cb8c66fdd7db647e237330dcabd0 (diff)
downloadbinutils-gdb-d056265349034444226c468cba561cc86eaed6da.tar.gz
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.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/aarch64.h2
1 files changed, 1 insertions, 1 deletions
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. */