Re: [PATCH] mips: Add appropriate linker flags when compiling with -static-pie

2022-10-20 Thread linted via Gcc-patches
On Wed, Oct 12, 2022 at 2:18 PM Jeff Law via Gcc-patches < gcc-patches@gcc.gnu.org> wrote: > > On 9/25/22 09:49, linted via Gcc-patches wrote: > > Hello, > > I'm just checking to see if anyone has had a chance to look at this. > > > > Thank you > > > > On Wed, Sep 14, 2022 at 2:09 PM linted wrote

Re: [PATCH] mips: Add appropriate linker flags when compiling with -static-pie

2022-10-12 Thread Jeff Law via Gcc-patches
On 9/25/22 09:49, linted via Gcc-patches wrote: Hello, I'm just checking to see if anyone has had a chance to look at this. Thank you On Wed, Sep 14, 2022 at 2:09 PM linted wrote: Hello, This patch fixes missing flags when compiling with -static-pie on mips. I made these modifications bas

Re: [PATCH] mips: Add appropriate linker flags when compiling with -static-pie

2022-09-25 Thread linted via Gcc-patches
Hello, I'm just checking to see if anyone has had a chance to look at this. Thank you On Wed, Sep 14, 2022 at 2:09 PM linted wrote: > Hello, > > This patch fixes missing flags when compiling with -static-pie on mips. I > made these modifications based on the previously submitted static pie patc

[PATCH] mips: Add appropriate linker flags when compiling with -static-pie

2022-09-14 Thread linted via Gcc-patches
Hello, This patch fixes missing flags when compiling with -static-pie on mips. I made these modifications based on the previously submitted static pie patch for arm as well as the working code for aarch64. I tested with a host of mips-elf and checked with mips-sim. This patch was also tested and