A default of -z relro (as on Fedora) defeats the deliberate mis-alignment of .got...
commit458bc9b1d0ab11af7766469e9e66de1d5b97f502
authorAlan Modra <amodra@gmail.com>
Tue, 17 Nov 2015 23:24:30 +0000 (18 09:54 +1030)
committerAlan Modra <amodra@gcc.gnu.org>
Tue, 17 Nov 2015 23:24:30 +0000 (18 09:54 +1030)
tree86341b7330cc34960054baf284b16b79fe58ac1b
parent0465369f413dde52e82eb8ecebca9522703d27da
A default of -z relro (as on Fedora) defeats the deliberate mis-alignment of .got in the testcase.

POWERPC64_TOC_POINTER_ALIGNMENT

A default of -z relro (as on Fedora) defeats the deliberate
mis-alignment of .got in the testcase.

* configure.ac (POWERPC64_TOC_POINTER_ALIGNMENT): Pass -z norelro
to ld.
* configure: Regenerate.

From-SVN: r230509
gcc/ChangeLog
gcc/configure
gcc/configure.ac