diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-05-25 11:26:48 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-05-25 11:26:48 -0700 |
commit | 68dc60e6a7cf8924a97a23d3c8a73703c2ff79d5 (patch) | |
tree | 29dd2cb8d6c9734e4ef1a98bd9749727ed2a30d7 /gas | |
parent | 043e2e02c0f4af920edca74247ff8e743126d723 (diff) | |
download | fsf-binutils-gdb-68dc60e6a7cf8924a97a23d3c8a73703c2ff79d5.zip fsf-binutils-gdb-68dc60e6a7cf8924a97a23d3c8a73703c2ff79d5.tar.gz fsf-binutils-gdb-68dc60e6a7cf8924a97a23d3c8a73703c2ff79d5.tar.bz2 |
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.
Diffstat (limited to 'gas')
0 files changed, 0 insertions, 0 deletions