Justin Hibbits f62da49b2f 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
2019-06-25 00:40:44 +00:00
..
2018-10-20 22:39:35 +00:00
2017-12-08 17:52:53 +00:00
2019-05-29 02:08:23 +00:00
2019-05-11 15:17:42 +00:00
2018-10-21 00:20:40 +00:00
2019-02-07 23:17:44 +00:00
2019-06-20 21:52:30 +00:00