diff options
author | Kevin Buettner <kevinb@redhat.com> | 2002-12-19 19:02:57 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2002-12-19 19:02:57 +0000 |
commit | d55885af558a789c30a2e213c7209ad2ae5e8196 (patch) | |
tree | 1187711a9026cb308aa175ec8b961494b82cc231 /gdb | |
parent | 092d045667f3e423b1f5526d7dbe41c0467f7760 (diff) | |
download | gdb-d55885af558a789c30a2e213c7209ad2ae5e8196.tar.gz |
Remove outdated FIXME comment.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/exec.c | 1 |
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) |