diff options
| author | Nick Kralevich <nnk@google.com> | 2012-03-06 11:31:59 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-03-06 11:31:59 -0800 |
| commit | d027ffdd7a2b2239db929a53d3a3c82be42dd1a0 (patch) | |
| tree | 81138dd64a4b9ea18c3cfd5c69783add6deeb201 /libc | |
| parent | 45976873353d05b44f23fa53cbcd793b22927820 (diff) | |
| parent | 9ec0f03a0d0b17bbb94ac0b9fef6add28a133c3a (diff) | |
| download | bionic-d027ffdd7a2b2239db929a53d3a3c82be42dd1a0.zip bionic-d027ffdd7a2b2239db929a53d3a3c82be42dd1a0.tar.gz bionic-d027ffdd7a2b2239db929a53d3a3c82be42dd1a0.tar.bz2 | |
Merge "Add relro support"
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/include/sys/exec_elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/include/sys/exec_elf.h b/libc/include/sys/exec_elf.h index 03bbdac..eecbd64 100644 --- a/libc/include/sys/exec_elf.h +++ b/libc/include/sys/exec_elf.h @@ -130,4 +130,6 @@ #define STT_LOPROC 13 /* reserved range for processor */ #define STT_HIPROC 15 /* specific symbol types */ +#define PT_GNU_RELRO 0x6474e552 /* Read-only post relocation */ + #endif /* _SYS_EXEC_ELF_H_ */ |
