summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2002-12-19 19:02:57 +0000
committerKevin Buettner <kevinb@redhat.com>2002-12-19 19:02:57 +0000
commitd55885af558a789c30a2e213c7209ad2ae5e8196 (patch)
tree1187711a9026cb308aa175ec8b961494b82cc231
parent092d045667f3e423b1f5526d7dbe41c0467f7760 (diff)
downloadgdb-d55885af558a789c30a2e213c7209ad2ae5e8196.tar.gz
Remove outdated FIXME comment.
-rw-r--r--gdb/exec.c1
1 files changed, 0 insertions, 1 deletions
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)