From: Richard Sandiford Date: Thu, 30 Mar 2023 16:01:30 +0000 (+0100) Subject: aarch64: Remove stray reglist variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d056265349034444226c468cba561cc86eaed6da;p=binutils-gdb.git 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 --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. */