]> sourceware.org Git - glibc.git/commitdiff
2002-08-29 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Thu, 29 Aug 2002 20:39:24 +0000 (20:39 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 29 Aug 2002 20:39:24 +0000 (20:39 +0000)
* sysdeps/generic/readelflib.c (process_elf_file): Fix typo.

sysdeps/generic/readelflib.c

index 27502a994a40790308fa9cdebe76d57fe1aed4c7..af5584c37c9936bbff47945f6c635afea3777487 100644 (file)
@@ -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:
This page took 0.044935 seconds and 5 git commands to generate.