diff options
author | Alan Modra <amodra@gmail.com> | 2020-02-11 09:11:18 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-02-11 12:14:01 +1030 |
commit | 2f5dd314d60e25b3094694999889c72a49fee76b (patch) | |
tree | c707b547ed64878bb800c92f2c88e20fc5adcb37 /opcodes/ChangeLog | |
parent | 212a0131eb74361b1d54cd5748e2d89539bf108e (diff) | |
download | gdb-2f5dd314d60e25b3094694999889c72a49fee76b.zip gdb-2f5dd314d60e25b3094694999889c72a49fee76b.tar.gz gdb-2f5dd314d60e25b3094694999889c72a49fee76b.tar.bz2 |
Ensure *valuep always written by extract_normal return
* cgen-ibld.in (extract_normal): Set *valuep on all return paths.
* bpf-ibld.c, * epiphany-ibld.c, * fr30-ibld.c, * frv-ibld.c,
* ip2k-ibld.c, * iq2000-ibld.c, * lm32-ibld.c, * m32c-ibld.c,
* m32r-ibld.c, * mep-ibld.c, * mt-ibld.c, * or1k-ibld.c,
* xc16x-ibld.c, * xstormy16-ibld.c: Regenerate.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 7ab3a81..1e02056 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2020-02-11 Alan Modra <amodra@gmail.com> + + * cgen-ibld.in (extract_normal): Set *valuep on all return paths. + * bpf-ibld.c, * epiphany-ibld.c, * fr30-ibld.c, * frv-ibld.c, + * ip2k-ibld.c, * iq2000-ibld.c, * lm32-ibld.c, * m32c-ibld.c, + * m32r-ibld.c, * mep-ibld.c, * mt-ibld.c, * or1k-ibld.c, + * xc16x-ibld.c, * xstormy16-ibld.c: Regenerate. + 2020-02-10 Matthew Malcomson <matthew.malcomson@arm.com> * arm-dis.c (print_insn_cde): Define 'V' parse character. |