]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/nto-tdep.c
gdb: Constify solib_find
authorPedro Alves <palves@redhat.com>
Tue, 20 Dec 2016 17:07:19 +0000 (17:07 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 20 Dec 2016 17:07:19 +0000 (17:07 +0000)
commit992f1ddc3be1f5195f18beaa801ac50f284b10c5
treee2f66588b82457a9f1066212766f920b6e0db65a
parent2693a26216c329bd7ec2aae7743409f572de4fa5
gdb: Constify solib_find

gdb/ChangeLog:
2016-12-20  Pedro Alves  <palves@redhat.com>

* nto-tdep.c (nto_find_and_open_solib): Constify 'solib'
parameter.
* nto-tdep.h (nto_find_and_open_solib): Constify 'solib'
parameter.
* solib.c (solib_find_1, exec_file_find, solib_find): Constify
in_pathname' parameter.
* solist.h (struct target_so_ops) <find_and_open_solib>: Constify
'soname' parameter.
(exec_file_find, solib_find): Constify 'in_pathname' parameter.
gdb/ChangeLog
gdb/nto-tdep.c
gdb/nto-tdep.h
gdb/solib.c
gdb/solist.h