(create_addrmap_from_index): Use hex_string instead of pulongest in previous
authorDoug Evans <dje@google.com>
Fri, 9 Aug 2013 17:39:38 +0000 (17:39 +0000)
committerDoug Evans <dje@google.com>
Fri, 9 Aug 2013 17:39:38 +0000 (17:39 +0000)
patch.

gdb/dwarf2read.c

index 54a6dfb..d08e8b8 100644 (file)
@@ -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;
        }