mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
2002-08-29 Roland McGrath <roland@redhat.com>
* sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
This commit is contained in:
parent
c9bf8c6000
commit
459c2eef21
@ -101,7 +101,7 @@ process_elf_file (const char *file_name, const char *lib, int *flag,
|
||||
{
|
||||
case PT_LOAD:
|
||||
if (loadaddr == -1)
|
||||
loadaddr = segment->p_vaddr - segment_p_offset;
|
||||
loadaddr = segment->p_vaddr - segment->p_offset;
|
||||
break;
|
||||
|
||||
case PT_DYNAMIC:
|
||||
|
Loading…
Reference in New Issue
Block a user