Re: [PATCH/AARCH64] Handle ILP32 multi-arch

2017-02-07 Thread Andrew Pinski
On Tue, Jan 3, 2017 at 1:04 PM, Andrew Pinski wrote: > Ping? > > On Sat, Dec 10, 2016 at 1:24 PM, Andrew Pinski wrote: >> On Thu, Nov 10, 2016 at 6:58 PM, Andrew Pinski wrote: >>> On Tue, Oct 25, 2016 at 3:25 PM, Matthias Klose

Re: [PATCH/AARCH64] Handle ILP32 multi-arch

2017-01-03 Thread Andrew Pinski
Ping? On Sat, Dec 10, 2016 at 1:24 PM, Andrew Pinski wrote: > On Thu, Nov 10, 2016 at 6:58 PM, Andrew Pinski wrote: >> On Tue, Oct 25, 2016 at 3:25 PM, Matthias Klose wrote: >>> On 07.10.2016 23:08, Andrew Pinski wrote: Hi,

Re: [PATCH/AARCH64] Handle ILP32 multi-arch

2016-12-10 Thread Andrew Pinski
On Thu, Nov 10, 2016 at 6:58 PM, Andrew Pinski wrote: > On Tue, Oct 25, 2016 at 3:25 PM, Matthias Klose wrote: >> On 07.10.2016 23:08, Andrew Pinski wrote: >>> Hi, >>> This patch adds ilp32 multi-arch support. This is needed to support >>> multi-arch on

Re: [PATCH/AARCH64] Handle ILP32 multi-arch

2016-11-10 Thread Andrew Pinski
On Tue, Oct 25, 2016 at 3:25 PM, Matthias Klose wrote: > On 07.10.2016 23:08, Andrew Pinski wrote: >> Hi, >> This patch adds ilp32 multi-arch support. This is needed to support >> multi-arch on Debian like systems. >> >> OK? Bootstrapped and tested on aarch64-linux-gnu with

Re: [PATCH/AARCH64] Handle ILP32 multi-arch

2016-10-25 Thread Matthias Klose
On 07.10.2016 23:08, Andrew Pinski wrote: > Hi, > This patch adds ilp32 multi-arch support. This is needed to support > multi-arch on Debian like systems. > > OK? Bootstrapped and tested on aarch64-linux-gnu with no regressions. > Also tested with ilp32 with a newly built toolchain that

Re: [PATCH/AARCH64] Handle ILP32 multi-arch

2016-10-25 Thread Andrew Pinski
On Fri, Oct 21, 2016 at 1:24 AM, Andrew Pinski wrote: > On Fri, Oct 7, 2016 at 2:08 PM, Andrew Pinski wrote: >> Hi, >> This patch adds ilp32 multi-arch support. This is needed to support >> multi-arch on Debian like systems. >> >> OK? Bootstrapped and

Re: [PATCH/AARCH64] Handle ILP32 multi-arch

2016-10-21 Thread Andrew Pinski
On Fri, Oct 7, 2016 at 2:08 PM, Andrew Pinski wrote: > Hi, > This patch adds ilp32 multi-arch support. This is needed to support > multi-arch on Debian like systems. > > OK? Bootstrapped and tested on aarch64-linux-gnu with no regressions. > Also tested with ilp32 with a

[PATCH/AARCH64] Handle ILP32 multi-arch

2016-10-07 Thread Andrew Pinski
Hi, This patch adds ilp32 multi-arch support. This is needed to support multi-arch on Debian like systems. OK? Bootstrapped and tested on aarch64-linux-gnu with no regressions. Also tested with ilp32 with a newly built toolchain that supports ILP32 with Ubuntu 1604 base. Thanks, Andrew