From: Kevin Buettner Date: Thu, 19 Dec 2002 19:02:57 +0000 (+0000) Subject: Remove outdated FIXME comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=521168af1c8b6aaeb00d6bfae89abf737103def5;p=binutils-gdb.git Remove outdated FIXME comment. --- diff --git a/gdb/exec.c b/gdb/exec.c index 6073b5c52cb..16b7e5f4e8d 100644 --- a/gdb/exec.c +++ b/gdb/exec.c @@ -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)