* readelf.c (process_program_headers): Correct section in segment

display.
This commit is contained in:
Alan Modra
2008-04-30 02:09:48 +00:00
parent 7113306b60
commit b391a3e3dc
2 changed files with 6 additions and 1 deletions

View File

@@ -3682,7 +3682,7 @@ process_program_headers (FILE *file)
Elf_Internal_Shdr *section;
segment = program_headers + i;
section = section_headers;
section = section_headers + 1;
printf (" %2.2d ", i);