Re: PING^1 [PATCH] arm: Allow to override location of .gnu.sgstubs section

2022-11-04 Thread Torbjorn SVENSSON via Gcc-patches
On 2022-11-03 10:44, Kyrylo Tkachov wrote: -Original Message- From: Torbjorn SVENSSON Sent: Wednesday, November 2, 2022 6:19 PM To: gcc-patches@gcc.gnu.org Cc: Kyrylo Tkachov Subject: PING^1 [PATCH] arm: Allow to override location of .gnu.sgstubs section Hi, Ping, https

RE: PING^1 [PATCH] arm: Allow to override location of .gnu.sgstubs section

2022-11-03 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Torbjorn SVENSSON > Sent: Wednesday, November 2, 2022 6:19 PM > To: gcc-patches@gcc.gnu.org > Cc: Kyrylo Tkachov > Subject: PING^1 [PATCH] arm: Allow to override location of .gnu.sgstubs > section > > Hi, > > Ping,

PING^1 [PATCH] arm: Allow to override location of .gnu.sgstubs section

2022-11-02 Thread Torbjorn SVENSSON via Gcc-patches
Hi, Ping, https://gcc.gnu.org/pipermail/gcc-patches/2022-October/603878.html Kind regards, Torbjörn On 2022-10-19 11:42, Torbjörn SVENSSON wrote: Depending on the DejaGNU board definition, the .gnu.sgstubs section might be placed on different locations in order to suite the target. With this p

Re: [PATCH] arm: Allow to override location of .gnu.sgstubs section

2022-10-19 Thread Torbjorn SVENSSON via Gcc-patches
Hi Christophe, On 2022-10-19 11:52, Christophe Lyon wrote: Hi Torbjörn, This looks like a nice improvement to me ;-) On 10/19/22 11:42, Torbjörn SVENSSON via Gcc-patches wrote: Depending on the DejaGNU board definition, the .gnu.sgstubs section might be placed on different locations in order

Re: [PATCH] arm: Allow to override location of .gnu.sgstubs section

2022-10-19 Thread Christophe Lyon via Gcc-patches
Hi Torbjörn, This looks like a nice improvement to me ;-) On 10/19/22 11:42, Torbjörn SVENSSON via Gcc-patches wrote: Depending on the DejaGNU board definition, the .gnu.sgstubs section might be placed on different locations in order to suite the target. typo: suite -> suit With this patch,

[PATCH] arm: Allow to override location of .gnu.sgstubs section

2022-10-19 Thread Torbjörn SVENSSON via Gcc-patches
Depending on the DejaGNU board definition, the .gnu.sgstubs section might be placed on different locations in order to suite the target. With this patch, the start location of the section is overrideable from the board definition with the fallback of the previously hardcoded location. gcc/testsuit