diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-05-21 08:16:10 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-05-21 08:16:10 +0000 |
commit | 3641da115a352b1bd2da45677547be905eca59e2 (patch) | |
tree | 2d0490627718dbf865475310459fb72fa21ef670 /gdb/ChangeLog | |
parent | 023928657e0f3dbb017ffc120a80314892a2f9cb (diff) | |
download | gdb-3641da115a352b1bd2da45677547be905eca59e2.zip gdb-3641da115a352b1bd2da45677547be905eca59e2.tar.gz gdb-3641da115a352b1bd2da45677547be905eca59e2.tar.bz2 |
gdb/
Code cleanup: constification.
* solib.c (solib_ops): Make return type and ops variable type const.
(set_solib_ops): Make the new_ops parameter and ops variable const.
(solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
(solib_add, solib_keep_data_in_core, clear_solib)
(solib_create_inferior_hook, in_solib_dynsym_resolve_code)
(reload_shared_libraries, solib_global_lookup): Make the ops variable
const.
* solib.h (set_solib_ops): Make the new_ops parameter const.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ece0942..79bc1b3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com> + + Code cleanup: constification. + * solib.c (solib_ops): Make return type and ops variable type const. + (set_solib_ops): Make the new_ops parameter and ops variable const. + (solib_find, solib_map_sections, clear_so, free_so, update_solib_list) + (solib_add, solib_keep_data_in_core, clear_solib) + (solib_create_inferior_hook, in_solib_dynsym_resolve_code) + (reload_shared_libraries, solib_global_lookup): Make the ops variable + const. + * solib.h (set_solib_ops): Make the new_ops parameter const. + 2013-05-21 Joel Brobecker <brobecker@adacore.com> * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New |