From c0cd8254636caeec480710218ae639b7a077c534 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 9 Aug 2013 17:39:38 +0000 Subject: [PATCH] (create_addrmap_from_index): Use hex_string instead of pulongest in previous patch. --- gdb/dwarf2read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 54a6dfb..d08e8b8 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -2574,7 +2574,7 @@ create_addrmap_from_index (struct objfile *objfile, struct mapped_index *index) { complaint (&symfile_complaints, _(".gdb_index address table has invalid range (%s - %s)"), - pulongest (lo), pulongest (hi)); + hex_string (lo), hex_string (hi)); continue; } -- 2.7.4