Re: [patch] Multilib support for amd64 FreeBSD

2019-05-11 Thread Andreas Tobler
On 25.04.19 22:07, Andreas Tobler wrote: On 18.03.19 22:28, Andreas Tobler wrote: On 18.03.19 22:22, Jeff Law wrote: On 3/17/19 2:40 PM, Andreas Tobler wrote: Hi all, this patch adds support for multilib on x86_64-unknown-freebsd* The multilibs are 32-bit. This patch is functionality tested

Re: [patch] Multilib support for amd64 FreeBSD

2019-05-11 Thread Andreas Tobler
On 25.04.19 22:07, Andreas Tobler wrote: On 18.03.19 22:28, Andreas Tobler wrote: On 18.03.19 22:22, Jeff Law wrote: On 3/17/19 2:40 PM, Andreas Tobler wrote: Hi all, this patch adds support for multilib on x86_64-unknown-freebsd* The multilibs are 32-bit. This patch is functionality tested

Re: [patch] Multilib support for amd64 FreeBSD

2019-04-25 Thread Andreas Tobler
On 18.03.19 22:28, Andreas Tobler wrote: On 18.03.19 22:22, Jeff Law wrote: On 3/17/19 2:40 PM, Andreas Tobler wrote: Hi all, this patch adds support for multilib on x86_64-unknown-freebsd* The multilibs are 32-bit. This patch is functionality tested on gcc8 and gcc9. Test suite testing is a

Re: [patch] Multilib support for amd64 FreeBSD

2019-03-18 Thread Andreas Tobler
On 18.03.19 22:22, Jeff Law wrote: On 3/17/19 2:40 PM, Andreas Tobler wrote: Hi all, this patch adds support for multilib on x86_64-unknown-freebsd* The multilibs are 32-bit. This patch is functionality tested on gcc8 and gcc9. Test suite testing is a bit tricky since the FreeBSD dynamic linke

Re: [patch] Multilib support for amd64 FreeBSD

2019-03-18 Thread Jeff Law
On 3/17/19 2:40 PM, Andreas Tobler wrote: > Hi all, > > this patch adds support for multilib on x86_64-unknown-freebsd* > The multilibs are 32-bit. > > This patch is functionality tested on gcc8 and gcc9. Test suite testing > is a bit tricky since the FreeBSD dynamic linker handles both, the > 32

[patch] Multilib support for amd64 FreeBSD

2019-03-17 Thread Andreas Tobler
Hi all, this patch adds support for multilib on x86_64-unknown-freebsd* The multilibs are 32-bit. This patch is functionality tested on gcc8 and gcc9. Test suite testing is a bit tricky since the FreeBSD dynamic linker handles both, the 32-bit and the 64-bit binaries. So, if I have a 64-bit li