forked from Imagelibrary/binutils-gdb
Add const to lm_addr_check.
* solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
This commit is contained in:
@@ -189,7 +189,7 @@ has_lm_dynamic_from_link_map (void)
|
||||
}
|
||||
|
||||
static CORE_ADDR
|
||||
lm_addr_check (struct so_list *so, bfd *abfd)
|
||||
lm_addr_check (const struct so_list *so, bfd *abfd)
|
||||
{
|
||||
if (!so->lm_info->l_addr_p)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user