From: Petr Machata Date: Thu, 29 Jan 2009 17:00:48 +0000 (+0100) Subject: Fill in message formatting info for .debug_ranges X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34878e93bf5339a0d8a3c6291577096bc59ebf14;p=thirdparty%2Felfutils.git Fill in message formatting info for .debug_ranges --- diff --git a/src/dwarflint.c b/src/dwarflint.c index 90786ae30..107259390 100644 --- a/src/dwarflint.c +++ b/src/dwarflint.c @@ -693,8 +693,8 @@ static const char *where_fmt (struct where *wh, char *ptr) [sec_locexpr] = {"location expression", "offset", "%#"PRIx64, NULL, NULL, NULL, NULL}, - [sec_ranges] = {".debug_ranges", NULL, NULL, /* XXX fill me */ - NULL, NULL, NULL, NULL} + [sec_ranges] = {".debug_ranges", "rangelist", "%#"PRIx64, + "offset", "%#"PRIx64, NULL, NULL} }; assert (wh->section < sizeof (section_names) / sizeof (*section_names));