* symfile.c (addr_info_make_relative): Extend comment.  Move SECT to
	a more inner block.  Initialize ADDR by LOWER_OFFSET only if it was
	found by bfd_get_section_by_name.
	* symfile.h (struct section_addr_info) <sectindex>: New comment.
This commit is contained in:
Jan Kratochvil
2010-02-19 06:19:45 +00:00
parent c16153aed7
commit 672d9c23b3
3 changed files with 26 additions and 13 deletions

View File

@@ -80,6 +80,8 @@ struct section_addr_info
{
CORE_ADDR addr;
char *name;
/* SECTINDEX must be valid for associated BFD if ADDR is not zero. */
int sectindex;
} other[1];
};