diff options
author | Tom Tromey <tom@tromey.com> | 2018-08-27 11:55:39 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-08-27 12:00:12 -0600 |
commit | 1885053bcb12dd05a6f129146cf514e966082c27 (patch) | |
tree | b87e292e8047546f1ca4e6877a4ca5887a3d51b5 /gdb/ChangeLog | |
parent | b4f183d23ec5f99765f0d6c64c1e3139e1d54093 (diff) | |
download | gdb-1885053bcb12dd05a6f129146cf514e966082c27.zip gdb-1885053bcb12dd05a6f129146cf514e966082c27.tar.gz gdb-1885053bcb12dd05a6f129146cf514e966082c27.tar.bz2 |
Avoid -Wnarrowing warnings in aarch64-linux-tdep.c
This avoids -Wnarrowing warnings in
aarch64_linux_iterate_over_regset_sections, by adding some casts to
int.
gdb/ChangeLog
2018-08-27 Tom Tromey <tom@tromey.com>
* aarch64-linux-tdep.c
(aarch64_linux_iterate_over_regset_sections) <sve_regmap>: Add
casts to int.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 460e8cd..d087d43 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2018-08-27 Tom Tromey <tom@tromey.com> + * aarch64-linux-tdep.c + (aarch64_linux_iterate_over_regset_sections) <sve_regmap>: Add + casts to int. + +2018-08-27 Tom Tromey <tom@tromey.com> + * ppc64-tdep.c (insn_d, insn_ds, insn_xfx): Add casts to unsigned. (ppc64_standard_linkage1, ppc64_standard_linkage2) |