mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
(create_addrmap_from_index): Use hex_string instead of pulongest in previous
patch.
This commit is contained in:
@ -2574,7 +2574,7 @@ create_addrmap_from_index (struct objfile *objfile, struct mapped_index *index)
|
|||||||
{
|
{
|
||||||
complaint (&symfile_complaints,
|
complaint (&symfile_complaints,
|
||||||
_(".gdb_index address table has invalid range (%s - %s)"),
|
_(".gdb_index address table has invalid range (%s - %s)"),
|
||||||
pulongest (lo), pulongest (hi));
|
hex_string (lo), hex_string (hi));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user