diff options
author | Jan Beulich <jbeulich@suse.com> | 2021-04-19 15:41:35 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2021-04-19 15:41:35 +0200 |
commit | fe1640ff8ecc95beeab88f9aa6141bbeec149485 (patch) | |
tree | ddc8121d420da9b49c678a42cbd27f77eef2d114 /opcodes/ChangeLog | |
parent | 392e0bcc0e4088ff6c31ed43a6232e709bf52751 (diff) | |
download | gdb-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/ChangeLog | 6 |
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. |