Re: [PATCH] FreeBSD arm support, EABI.

2014-11-09 Thread Andreas Tobler
Hi Richard, On 07.11.14 14:45, Richard Earnshaw wrote: On 02/11/14 22:11, Andreas Tobler wrote: Hello all, this is a patch which brings support for arm*-*-freebsd* to trunk. The architectures supported are arm-*-*freebsd*, armv6-*-freebsd* and armv6hf-*-freebsd*. armv6 stands for ARM_ARCH == 6

Re: [PATCH] FreeBSD arm support, EABI.

2014-11-07 Thread Richard Earnshaw
On 02/11/14 22:11, Andreas Tobler wrote: > Hello all, > > this is a patch which brings support for arm*-*-freebsd* to trunk. > The architectures supported are arm-*-*freebsd*, armv6-*-freebsd* and > armv6hf-*-freebsd*. > armv6 stands for ARM_ARCH == 6, arm stands for ARM_ARCH < 6. > > There is k

Re: [PATCH] FreeBSD arm support, EABI.

2014-11-03 Thread Joseph Myers
On Mon, 3 Nov 2014, Andreas Tobler wrote: > > The __FreeBSD__ conditionals in arm.c are incorrect. Those would test for > > FreeBSD *host*, but you need a conditional for FreeBSD *target* here. > > > > Ouch, yes. > > This I'd have to define via config/arm/freebsd.h, right? > > #define ARM_FRE

Re: [PATCH] FreeBSD arm support, EABI.

2014-11-03 Thread Andreas Tobler
On 03.11.14 18:53, Joseph Myers wrote: On Sun, 2 Nov 2014, Andreas Tobler wrote: * config/arm/arm.c (arm_init_libfuncs): FreeBSD does not support 8 byte atomics for __ARM_ARCH__ < 6 yet. (arm_option_override): FreeBSD has not yet implemented unaligned access. The __Fre

Re: [PATCH] FreeBSD arm support, EABI.

2014-11-03 Thread Joseph Myers
On Sun, 2 Nov 2014, Andreas Tobler wrote: > * config/arm/arm.c (arm_init_libfuncs): FreeBSD does not support 8 > byte > atomics for __ARM_ARCH__ < 6 yet. > (arm_option_override): FreeBSD has not yet implemented unaligned > access. The __FreeBSD__ conditionals in arm.c are incorr

Re: [PATCH] FreeBSD arm support, EABI.

2014-11-03 Thread Andreas Tobler
Hi Kyrill, On 03.11.14 12:44, Kyrill Tkachov wrote: CC'ing arm maintainers and a couple of comments inline. Thank you! On 02/11/14 22:11, Andreas Tobler wrote: Hello all, this is a patch which brings support for arm*-*-freebsd* to trunk. The architectures supported are arm-*-*freebsd*, ar

Re: [PATCH] FreeBSD arm support, EABI.

2014-11-03 Thread Kyrill Tkachov
Hi Andreas, CC'ing arm maintainers and a couple of comments inline. On 02/11/14 22:11, Andreas Tobler wrote: Hello all, this is a patch which brings support for arm*-*-freebsd* to trunk. The architectures supported are arm-*-*freebsd*, armv6-*-freebsd* and armv6hf-*-freebsd*. armv6 stands for

Re: [PATCH] FreeBSD arm support, EABI.

2014-11-03 Thread Andreas Tobler
- Original Message From: Bin.Cheng To: Andreas Tobler Cc: GCC Patches Subject: Re: [PATCH] FreeBSD arm support, EABI. Date: 03/11/14 10:04 > On Mon, Nov 3, 2014 at 6:11 AM, Andreas Tobler <andreast-l...@fgznet.ch> wrote: > > Hello all, > > > > t

Re: [PATCH] FreeBSD arm support, EABI.

2014-11-03 Thread Bin.Cheng
On Mon, Nov 3, 2014 at 6:11 AM, Andreas Tobler wrote: > Hello all, > > this is a patch which brings support for arm*-*-freebsd* to trunk. > The architectures supported are arm-*-*freebsd*, armv6-*-freebsd* and > armv6hf-*-freebsd*. > armv6 stands for ARM_ARCH == 6, arm stands for ARM_ARCH < 6. Jus

Re: [PATCH] FreeBSD arm support, EABI.

2014-11-02 Thread Gerald Pfeifer
On Sunday 2014-11-02 23:11, Andreas Tobler wrote: this is a patch which brings support for arm*-*-freebsd* to trunk. Nice! * config.host: A extras components for arm*-*-freebsd*. "Add" instead of "A"? Gerald

[PATCH] FreeBSD arm support, EABI.

2014-11-02 Thread Andreas Tobler
Hello all, this is a patch which brings support for arm*-*-freebsd* to trunk. The architectures supported are arm-*-*freebsd*, armv6-*-freebsd* and armv6hf-*-freebsd*. armv6 stands for ARM_ARCH == 6, arm stands for ARM_ARCH < 6. There is kernel development for armv8 aka. aarch64 ongoing but th