From 6f08d80e81cc9b0b99abdd60a25d65ad09c75ffc Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 3 Oct 2007 04:24:08 +0000 Subject: * readelf.c (dump_section_as_strings): Use %6tx instead of %6zx. --- binutils/readelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/readelf.c') diff --git a/binutils/readelf.c b/binutils/readelf.c index e51e8b0..191042e 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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; } -- cgit v1.1