diff options
author | Yao Qi <yao.qi@linaro.org> | 2017-11-24 10:47:27 +0000 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2017-11-24 10:47:27 +0000 |
commit | 98ead37e9735438986934f9f1f35f020a093fe07 (patch) | |
tree | ced7a341a4e4be5149213f3c80bc9890fca38518 /gdb/ChangeLog | |
parent | 62ad7ce71b243df3e8d7d4f8b8560a7316233a9e (diff) | |
download | gdb-98ead37e9735438986934f9f1f35f020a093fe07.zip gdb-98ead37e9735438986934f9f1f35f020a093fe07.tar.gz gdb-98ead37e9735438986934f9f1f35f020a093fe07.tar.bz2 |
Change value_contents_eq return bool
This patch changes value_contents_eq return type from int to bool.
gdb:
2017-11-24 Yao Qi <yao.qi@linaro.org>
* mi/mi-main.c (register_changed_p): Update.
* value.c (value_contents_bits_eq): Change return type.
(value_contents_eq): Likewise.
* value.h: Update comments.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cbcd2de..c464f29 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2017-11-24 Yao Qi <yao.qi@linaro.org> + * mi/mi-main.c (register_changed_p): Update. + * value.c (value_contents_bits_eq): Change return type. + (value_contents_eq): Likewise. + * value.h: Update comments. + +2017-11-24 Yao Qi <yao.qi@linaro.org> + * mi/mi-main.c (mi_cmd_data_list_changed_registers): Remove local 'changed'. Remove error. (register_changed_p): Change return type to bool. |