forked from Imagelibrary/binutils-gdb
gdb: remove BLOCK_SUPERBLOCK macro
Replace with equivalent methods. Change-Id: I334a319909a50b5cc5570a45c38c70e10dc00630
This commit is contained in:
committed by
Simon Marchi
parent
6c00f721c8
commit
f135fe728e
@@ -690,7 +690,7 @@ info_common_command (const char *comname, int from_tty)
|
||||
continue to its superblock, the block of per-file symbols. */
|
||||
if (block->function ())
|
||||
break;
|
||||
block = BLOCK_SUPERBLOCK (block);
|
||||
block = block->superblock ();
|
||||
}
|
||||
|
||||
if (!values_printed)
|
||||
|
||||
Reference in New Issue
Block a user