Re: [PATCH v2 0/2] OpenRISC support for cmodel=large

2021-08-14 Thread Giulio Benetti
On 8/15/21 12:25 AM, Stafford Horne wrote: On Sun, Aug 15, 2021 at 12:05:37AM +0200, Giulio Benetti wrote: On 8/15/21 12:03 AM, Stafford Horne wrote: On Sat, Aug 14, 2021 at 11:01:16PM +0200, Giulio Benetti wrote: Hi All, On 5/1/21 11:11 PM, Stafford Horne wrote: Changes from v1: - Added

Re: [PATCH v2 0/2] OpenRISC support for cmodel=large

2021-08-14 Thread Stafford Horne via Gcc-patches
On Sun, Aug 15, 2021 at 12:05:37AM +0200, Giulio Benetti wrote: > On 8/15/21 12:03 AM, Stafford Horne wrote: > > On Sat, Aug 14, 2021 at 11:01:16PM +0200, Giulio Benetti wrote: > > > Hi All, > > > > > > On 5/1/21 11:11 PM, Stafford Horne wrote: > > > > Changes from v1: > > > >- Added patch to

Re: [PATCH v2 0/2] OpenRISC support for cmodel=large

2021-08-14 Thread Giulio Benetti
On 8/15/21 12:03 AM, Stafford Horne wrote: On Sat, Aug 14, 2021 at 11:01:16PM +0200, Giulio Benetti wrote: Hi All, On 5/1/21 11:11 PM, Stafford Horne wrote: Changes from v1: - Added patch to enabled cmodle=large on crtstuff This series fixes some bugs found when linking large binaries, bot

Re: [PATCH v2 0/2] OpenRISC support for cmodel=large

2021-08-14 Thread Stafford Horne via Gcc-patches
On Sat, Aug 14, 2021 at 11:01:16PM +0200, Giulio Benetti wrote: > Hi All, > > On 5/1/21 11:11 PM, Stafford Horne wrote: > > Changes from v1: > > - Added patch to enabled cmodle=large on crtstuff > > > > This series fixes some bugs found when linking large binaries, both in > > buildroot > > an

Re: [PATCH v2 0/2] OpenRISC support for cmodel=large

2021-08-14 Thread Giulio Benetti
Hi All, On 5/1/21 11:11 PM, Stafford Horne wrote: Changes from v1: - Added patch to enabled cmodle=large on crtstuff This series fixes some bugs found when linking large binaries, both in buildroot and glibc testing. Stafford Horne (2): or1k: Add mcmodel option to handle large GOTs or1

Re: [PATCH v2 0/2] OpenRISC support for cmodel=large

2021-05-05 Thread Giulio Benetti
Hi Stafford, All, > Il giorno 5 mag 2021, alle ore 08:30, Stafford Horne ha > scritto: > > On Mon, May 03, 2021 at 12:34:22PM +0200, Giulio Benetti wrote: >> Hi Stafford, All, >> >> I've backported this patchset for Buildroot to versions: >> - 9.3.0 >> - 10.3.0 >> >> Does it make sense to se

Re: [PATCH v2 0/2] OpenRISC support for cmodel=large

2021-05-04 Thread Stafford Horne via Gcc-patches
On Mon, May 03, 2021 at 12:34:22PM +0200, Giulio Benetti wrote: > Hi Stafford, All, > > I've backported this patchset for Buildroot to versions: > - 9.3.0 > - 10.3.0 > > Does it make sense to send them? I don't know if those version will have > minor versions where these backported patches can be

Re: [PATCH v2 0/2] OpenRISC support for cmodel=large

2021-05-03 Thread Giulio Benetti
Hi Stafford, All, I've backported this patchset for Buildroot to versions: - 9.3.0 - 10.3.0 Does it make sense to send them? I don't know if those version will have minor versions where these backported patches can be applied. Best regards -- Giulio Benetti Benetti Engineering sas On 5/1/21

[PATCH v2 0/2] OpenRISC support for cmodel=large

2021-05-01 Thread Stafford Horne via Gcc-patches
Changes from v1: - Added patch to enabled cmodle=large on crtstuff This series fixes some bugs found when linking large binaries, both in buildroot and glibc testing. Stafford Horne (2): or1k: Add mcmodel option to handle large GOTs or1k: Use cmodel=large when building crtstuff gcc/config/