Re: [PATCH V2] arm: add -static-pie support

2022-08-15 Thread Lance Fredrickson via Gcc-patches
#patches. This is probably small enough to go under the 10 line rule but since you've used Signed-off-by in your patch, is that indicating you are contributing under DCO rules - https://gcc.gnu.org/contribute.html#legal ? regards Ramana On Thu, Aug 4, 2022 at 5:48 PM Lance Fredrickson via Gcc-pa

Re: [PATCH V2] arm: add -static-pie support

2022-08-04 Thread Lance Fredrickson via Gcc-patches
Just a follow up trying to get some eyes on my static-pie patch submission for arm. Feedback welcome. https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598610.html thanks, Lance Fredrickson

[PATCH V2] arm: add -static-pie support

2022-07-20 Thread Lance Fredrickson via Gcc-patches
This patch adds -static-pie support for the arm architecture. aarch64 had the appropriate code for handling -static-pie, so this just mirrors the code found there.  Tested with uclibc-ng and musl c-standard libraries to produce static-pie binaries.  Re-submitted with minor spell check fix.From

[PATCH] arm: add -static-pie support

2022-07-19 Thread Lance Fredrickson via Gcc-patches
This patch adds -static-pie support for the arm architecture. aarch64 had the appropriate code for handling -static-pie, so this just mirrors the code found there.  Tested with uclibc-ng and musl c-standard libraries to produce static-pie binaries.From 56f0daba7bea5d64922c0f45a4fde360f39fb17e Mo