Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/elf/elf.c

    r2c4e1cc r7c3fb9b  
    9696        assert(elf_is_valid(hdr));
    9797
    98         /* There are two legal options for a HelenOS ELF file.
     98        /*
     99         * There are two legal options for a HelenOS ELF file.
    99100         * Either the file is ET_DYN (shared library or PIE), and the base is
    100101         * (required to be) at vaddr 0. Or the file is ET_EXEC (non-relocatable)
Note: See TracChangeset for help on using the changeset viewer.