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
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
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
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