diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2019-06-25 00:40:44 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2019-06-25 00:40:44 +0000 |
| commit | f62da49b2f17f279ddba946bf4bc7ba7247273a5 (patch) | |
| tree | 041a7841c0913c7d28147defb90e33fda6390de3 /gnu | |
| parent | da4961c796795b7337cd905b84be8dcf200d408c (diff) | |
powerpc: Transition to Secure-PLT, like most other OSs
Summary:
PowerPC has two PLT models: BSS-PLT and Secure-PLT. BSS-PLT uses runtime
code generation to generate the PLT stubs. Secure-PLT was introduced with
GCC 4.1 and Binutils 2.17 (base has GCC 4.2.1 and Binutils 2.17), and is a
more secure PLT format, using a read-only linkage table, with the dynamic
linker populating a non-executable index table.
This is the libc, rtld, and kernel support only. The toolchain and build
parts will be updated separately.
Reviewed By: nwhitehorn, bdragon, pfg
Differential Revision: https://reviews.freebsd.org/D20598
MFC after: 1 month
Notes
svn path=/head/; revision=349350
Diffstat (limited to 'gnu')
0 files changed, 0 insertions, 0 deletions
