]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/blockframe.c
Replace SYMBOL_*_NAME accessors with member functions
[thirdparty/binutils-gdb.git] / gdb / blockframe.c
index fd835174df25f078bc6d46248b1d1caf9d7b2c99..d9c28e0a0176a1d91fec1df089fdc4aa382e8672 100644 (file)
@@ -269,7 +269,7 @@ find_pc_partial_function (CORE_ADDR pc, const char **name, CORE_ADDR *address,
        {
          const struct block *b = SYMBOL_BLOCK_VALUE (f);
 
-         cache_pc_function_name = SYMBOL_LINKAGE_NAME (f);
+         cache_pc_function_name = f->linkage_name ();
          cache_pc_function_section = section;
          cache_pc_function_block = b;