mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 09:09:16 +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;
|
||||
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),
|
||||
(unsigned long long) section->size);
|
||||
section->size);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user