ELF: Updated comments for ET_EXEC and ET_DYN
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 25 May 2020 18:26:48 +0000 (11:26 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 25 May 2020 18:26:48 +0000 (11:26 -0700)
commit68dc60e6a7cf8924a97a23d3c8a73703c2ff79d5
tree29dd2cb8d6c9734e4ef1a98bd9749727ed2a30d7
parent043e2e02c0f4af920edca74247ff8e743126d723
ELF: Updated comments for ET_EXEC and ET_DYN

include/elf/common.h has

 #define ET_EXEC         2       /* Executable file */
 #define ET_DYN          3       /* Shared object file */

These predate PIE:

https://groups.google.com/forum/#!topic/generic-abi/mBKlSNldFW4

Updated comments to

 #define ET_EXEC         2       /* Position-dependent executable file */
 #define ET_DYN          3       /* Position-independent executable or
                                    shared object file */

* elf/common.h: Update comments for ET_EXEC and ET_DYN.
include/ChangeLog
include/elf/common.h
This page took 0.023911 seconds and 4 git commands to generate.