Replace int with bool in solib.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 45ff42a6c0fc1e91585ee636f63a5d19dc92ebae..440edfff2f828bb51a4fdce18bd55638ed15dc90 100644 (file)
@@ -1,3 +1,23 @@
+2019-11-25  Christian Biesinger  <cbiesinger@google.com>
+
+       * solib.c (solib_find_1): Change int to bool.
+       (exec_file_find): Change int to bool.
+       (solib_find): Change int to bool.
+       (solib_read_symbols): Change int to bool.
+       (solib_used): Change int to bool.
+       (solib_add): Change int to bool.
+       (info_sharedlibrary_command): Change int to bool.
+       (solib_contains_address_p): Change int to bool.
+       (solib_keep_data_in_core): Change int to bool.
+       (in_solib_dynsym_resolve_code): Change int to bool.
+       (reload_shared_libraries_1): Change int to bool.
+       (gdb_sysroot_changed): Change int to bool.
+       * solib.h (solib_read_symbols): Change int to bool.
+       (solib_contains_address_p): Change int to bool.
+       (solib_keep_data_in_core): Change int to bool.
+       (in_solib_dynsym_resolve_code): Change int to bool.
+       (libpthread_name_p): Change int to bool.
+
 2019-11-25  Luis Machado  <luis.machado@linaro.org>
 
        * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
This page took 0.026662 seconds and 4 git commands to generate.