aboutsummaryrefslogtreecommitdiff
path: root/gdb
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
commit521168af1c8b6aaeb00d6bfae89abf737103def5 (patch)
tree31997e0a0d50d0cef9b064b61c9daf492d06239d /gdb
parent84fba31b3b6df233cd0d9a114b4fea353a061ffc (diff)
downloadgdb-521168af1c8b6aaeb00d6bfae89abf737103def5.zip
gdb-521168af1c8b6aaeb00d6bfae89abf737103def5.tar.gz
gdb-521168af1c8b6aaeb00d6bfae89abf737103def5.tar.bz2
Remove outdated FIXME comment.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/exec.c b/gdb/exec.c
index 6073b5c..16b7e5f 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)