projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ff4292
)
aarch64: Remove stray reglist variable
author
Richard Sandiford
<richard.sandiford@arm.com>
Thu, 30 Mar 2023 16:01:30 +0000
(17:01 +0100)
committer
Richard Sandiford
<richard.sandiford@arm.com>
Thu, 30 Mar 2023 16:01:30 +0000
(17:01 +0100)
Sorry for not catching this during testing. I was using a
host compiler that predated the switch to -fno-common.
include/opcode/aarch64.h
patch
|
blob
|
history
diff --git
a/include/opcode/aarch64.h
b/include/opcode/aarch64.h
index 01c8ca18bf3ee874314e0c4181b6bc1d839fd23f..2ba94fde254f633c3164c986983a3c5f04565bdb 100644
(file)
--- 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. */