mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-04 05:48:20 +08:00
* readelf.c (dump_section_as_strings): Use %6tx instead of %6zx.
This commit is contained in:
@ -7778,7 +7778,7 @@ dump_section_as_strings (Elf_Internal_Shdr *section, FILE *file)
|
||||
|
||||
if (data < end)
|
||||
{
|
||||
printf (" [%6zx] %s\n", data - start, data);
|
||||
printf (" [%6tx] %s\n", data - start, data);
|
||||
data += strlen (data);
|
||||
some_strings_shown = TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user