summaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2013-08-09 17:39:38 +0000
committerDoug Evans <dje@google.com>2013-08-09 17:39:38 +0000
commite70440509c3fdb8fedf21c7c9287a1a672db6396 (patch)
tree36e03b0b48ed0a59376c2cf98a00b2804a0cac42 /gdb/dwarf2read.c
parent0adf5cfc7cfba0d66679b1dd2910e25b4489ba95 (diff)
downloadgdb-e70440509c3fdb8fedf21c7c9287a1a672db6396.tar.gz
(create_addrmap_from_index): Use hex_string instead of pulongest in previous
patch.
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r--gdb/dwarf2read.c2
1 files changed, 1 insertions, 1 deletions
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;
}