projects
/
binutils-gdb.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 54a6dfbdb43fd922e34d3f64865d113536d86ccc..d08e8b869f7a12b5c01b81735ece9f025cc36716 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;
}