projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24a5501
)
(create_addrmap_from_index): Use hex_string instead of pulongest in previous
author
Doug Evans
<dje@google.com>
Fri, 9 Aug 2013 17:39:38 +0000
(17:39 +0000)
committer
Doug Evans
<dje@google.com>
Fri, 9 Aug 2013 17:39:38 +0000
(17:39 +0000)
patch.
gdb/dwarf2read.c
patch
|
blob
|
history
diff --git
a/gdb/dwarf2read.c
b/gdb/dwarf2read.c
index
54a6dfb
..
d08e8b8
100644
(file)
--- 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;
}