gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 21 May 2013 08:16:10 +0000 (08:16 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 21 May 2013 08:16:10 +0000 (08:16 +0000)
commit3641da115a352b1bd2da45677547be905eca59e2
tree2d0490627718dbf865475310459fb72fa21ef670
parent023928657e0f3dbb017ffc120a80314892a2f9cb
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.
gdb/ChangeLog
gdb/solib.c
gdb/solib.h
This page took 0.025069 seconds and 4 git commands to generate.