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

2022-09-05 Thread Andrea Corallo via Gcc-patches
Lance Fredrickson via Gcc-patches writes: > Yes, this is a 1st submission. > Yes, I guess I was going for DCO rules. > I will look at running the test suite. Does this need to be done on > the target? because my arm target is a measly dual core 1ghz embedded > chip and low ram. Netgear R7000 rout

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

2022-08-15 Thread Lance Fredrickson via Gcc-patches
Yes, this is a 1st submission. Yes, I guess I was going for DCO rules. I will look at running the test suite. Does this need to be done on the target? because my arm target is a measly dual core 1ghz embedded chip and low ram. Netgear R7000 router actually. regards Lance On 8/10/2022 2:30 PM,

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

2022-08-10 Thread Ramana Radhakrishnan via Gcc-patches
Hi Lance, Thanks for your contribution - looks like your first one to GCC ? The patch looks good to me, though it should probably go through a full test suite run on arm-linux-gnueabihf and get a ChangeLog - see here for more https://gcc.gnu.org/contribute.html#patches. This is probably small en

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
4e122adfea2a6247f2da0c094f3203cbdf2a578c Mon Sep 17 00:00:00 2001 From: lancethepants Date: Tue, 19 Jul 2022 14:21:05 -0600 Subject: [PATCH V2] arm: add -static-pie support The commit mirrors code from aarch64 to handle -static-pie. Tested with uclibc-ng and musl c-standard libraries. Signed-off