From: Doug Evans Date: Fri, 9 Aug 2013 17:39:38 +0000 (+0000) Subject: (create_addrmap_from_index): Use hex_string instead of pulongest in previous X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c0cd8254636caeec480710218ae639b7a077c534;p=binutils-gdb.git (create_addrmap_from_index): Use hex_string instead of pulongest in previous patch. --- diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 54a6dfbdb43..d08e8b869f7 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; }