mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-01 18:32:32 +08:00
Tidy objdump printing of section size
* objdump.c (load_specific_debug_section): Use PRIx64 format.
This commit is contained in:
@ -4210,9 +4210,9 @@ load_specific_debug_section (enum dwarf_section_display_enum debug,
|
|||||||
{
|
{
|
||||||
section->start = NULL;
|
section->start = NULL;
|
||||||
free_debug_section (debug);
|
free_debug_section (debug);
|
||||||
printf (_("\nSection '%s' has an invalid size: %#llx.\n"),
|
printf (_("\nSection '%s' has an invalid size: %#" PRIx64 ".\n"),
|
||||||
sanitize_string (section->name),
|
sanitize_string (section->name),
|
||||||
(unsigned long long) section->size);
|
section->size);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user