Pass --secure-plt to the linker
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Oct 2015 23:42:17 +0000 (23:42 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Oct 2015 23:42:17 +0000 (23:42 +0000)
commit71017472a987e419bf8bd6398d5332bbc959946f
tree0ba3cf4044cedd5bb6c4c9a33c73817a1328cd0d
parent767b995e73c3fb0e450830d567670e22aaeeeac2
Pass --secure-plt to the linker

* config/rs6000/secureplt.h (LINK_SECURE_PLT_DEFAULT_SPEC): Define.
* config/rs6000/sysv4.h (LINK_SECURE_PLT_SPEC): Define.
(LINK_SPEC): Add %(link_secure_plt).
(SUBTARGET_EXTRA_SPECS): Add "link_secure_plt".
* config/rs6000/linux64.h (LINK_SECURE_PLT_SPEC): Redefine.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229102 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/linux64.h
gcc/config/rs6000/secureplt.h
gcc/config/rs6000/sysv4.h