Re: [PATCH, rs6000] Enable secureplt by default on musl

2015-10-23 Thread David Edelsohn
2015-10-16 Gregor Richards Szabolcs Nagy * config.gcc (enable_secureplt): Add *-linux*-musl*. Okay. Thanks, David P.S. Please explicitly copy me on rs6000 patches.

Re: [PATCH, rs6000] Enable secureplt by default on musl

2015-10-23 Thread Szabolcs Nagy
ping. On 16/10/15 16:48, Szabolcs Nagy wrote: The musl dynamic loader can only deal with secure-plt, make it the default. Split out from https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01640.html for easier review (independent of the rest of the patch). gcc/ChangeLog: 2015-10-16 Gregor Richard

[PATCH, rs6000] Enable secureplt by default on musl

2015-10-16 Thread Szabolcs Nagy
The musl dynamic loader can only deal with secure-plt, make it the default. Split out from https://gcc.gnu.org/ml/gcc-patches/2015-04/msg01640.html for easier review (independent of the rest of the patch). gcc/ChangeLog: 2015-10-16 Gregor Richards Szabolcs Nagy * confi