[GOLD] Set non-exec stack for ppc64
authorAlan Modra <amodra@gmail.com>
Fri, 22 Sep 2017 01:34:41 +0000 (11:04 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 22 Sep 2017 02:17:02 +0000 (11:47 +0930)
commitec76901011c5af6a565936d4ad87247c51901b58
tree67f490a24b9fd34a8035fc350ec5bdc4e7239c77
parent11bb0c7abcb26fcc4ce75c66c38eca1f7b3e3480
[GOLD] Set non-exec stack for ppc64

gcc doesn't emit stack notes for ELFv1, since ELFv1 never needs an
executable stack.  Note that ELFv1 is usually big-endian and ELFv2
little-endian, but the ABI is really orthogonal to endiannes.

* powerpc.cc (Target_powerpc<64,*>::powerpc_info): Set
is_default_stack_executable false.
gold/ChangeLog
gold/powerpc.cc
This page took 0.030841 seconds and 4 git commands to generate.