Remove outdated FIXME comment.

This commit is contained in:
Kevin Buettner 2002-12-19 19:02:57 +00:00
parent 84fba31b3b
commit 521168af1c
1 changed files with 0 additions and 1 deletions

View File

@ -558,7 +558,6 @@ print_section_info (struct target_ops *t, bfd *abfd)
}
for (p = t->to_sections; p < t->to_sections_end; p++)
{
/* FIXME-32x64 need a print_address_numeric with field width */
printf_filtered ("\t%s", local_hex_string_custom (p->addr, fmt));
printf_filtered (" - %s", local_hex_string_custom (p->endaddr, fmt));
if (info_verbose)