mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 12:09:49 +00:00
* readelf.c (process_program_headers): Correct section in segment
display.
This commit is contained in:
parent
7113306b60
commit
b391a3e3dc
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user