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 | 521168af1c8b6aaeb00d6bfae89abf737103def5 (patch) | |
tree | 31997e0a0d50d0cef9b064b61c9daf492d06239d /gdb/exec.c | |
parent | 84fba31b3b6df233cd0d9a114b4fea353a061ffc (diff) | |
download | binutils-521168af1c8b6aaeb00d6bfae89abf737103def5.tar.gz binutils-521168af1c8b6aaeb00d6bfae89abf737103def5.tar.bz2 binutils-521168af1c8b6aaeb00d6bfae89abf737103def5.zip |
Remove outdated FIXME comment.
Diffstat (limited to 'gdb/exec.c')
-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) |