mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
* readelf.c (process_program_headers): Correct section in segment
display.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2008-04-30 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* readelf.c (process_program_headers): Correct section in segment
|
||||
display.
|
||||
|
||||
2008-04-28 M Thomas <mthomas@rhrk.uni-kl.de>
|
||||
Nick Clifton <nickc@redhat.com>
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user