aarch64: Remove stray reglist variable

Message ID mptsfdmut0x.fsf@arm.com
State Unresolved
Headers
Series aarch64: Remove stray reglist variable |

Checks

Context Check Description
snail/binutils-gdb-check warning Git am fail log

Commit Message

Richard Sandiford March 30, 2023, 4:02 p.m. UTC
  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(-)
  

Patch

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.  */