mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Convert block_linkage_function to method
This converts block_linkage_function to be a method. This was mostly written by script.
This commit is contained in:
@@ -9230,7 +9230,7 @@ resolve_sal_pc (struct symtab_and_line *sal)
|
||||
sal->symtab->compunit ());
|
||||
if (bv != NULL)
|
||||
{
|
||||
sym = block_linkage_function (b);
|
||||
sym = b->linkage_function ();
|
||||
if (sym != NULL)
|
||||
sal->section
|
||||
= sym->obj_section (sal->symtab->compunit ()->objfile ());
|
||||
|
||||
Reference in New Issue
Block a user