aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2021-04-19 15:41:35 +0200
committerJan Beulich <jbeulich@suse.com>2021-04-19 15:41:35 +0200
commitfe1640ff8ecc95beeab88f9aa6141bbeec149485 (patch)
treeddc8121d420da9b49c678a42cbd27f77eef2d114 /opcodes/ChangeLog
parent392e0bcc0e4088ff6c31ed43a6232e709bf52751 (diff)
downloadgdb-fe1640ff8ecc95beeab88f9aa6141bbeec149485.zip
gdb-fe1640ff8ecc95beeab88f9aa6141bbeec149485.tar.gz
gdb-fe1640ff8ecc95beeab88f9aa6141bbeec149485.tar.bz2
arm64: add two initializers
Old enough gcc can't cope and would warn about the variables potentially remaining uninitialized.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 452a96b..5dc51cd 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+2021-04-19 Jan Beulich <jbeulich@suse.com>
+
+ * aarch64-asm.c (encode_asimd_fcvt): Add initializer for
+ "qualifier".
+ (convert_mov_to_movewide): Add initializer for "value".
+
2021-04-16 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
* aarch64-opc.c: Add RME system registers.