Re: [patch] powerpc64 FreeBSD support for boehm-gc

2013-12-29 Thread Andreas Tobler
On 26.12.13 23:48, Andrew Haley wrote: > On 12/26/2013 12:11 AM, Andreas Tobler wrote: >> On 21.12.13 18:27, Andrew Haley wrote: >>> On 12/20/2013 10:15 PM, Andreas Tobler wrote: Ok for gcc trunk? >>> >>> OK, thanks. >>> >> >> May I get this one down to 4.8 too? Not really needed, but for >> c

Re: [patch] powerpc64 FreeBSD support for boehm-gc

2013-12-26 Thread Andrew Haley
On 12/26/2013 12:11 AM, Andreas Tobler wrote: > On 21.12.13 18:27, Andrew Haley wrote: >> On 12/20/2013 10:15 PM, Andreas Tobler wrote: >>> Ok for gcc trunk? >> >> OK, thanks. >> > > May I get this one down to 4.8 too? Not really needed, but for > completeness. Results will follow... No objection

Re: [patch] powerpc64 FreeBSD support for boehm-gc

2013-12-25 Thread Andreas Tobler
On 21.12.13 18:27, Andrew Haley wrote: > On 12/20/2013 10:15 PM, Andreas Tobler wrote: >> Ok for gcc trunk? > > OK, thanks. > May I get this one down to 4.8 too? Not really needed, but for completeness. Results will follow... Thanks, Andreas

Re: [patch] powerpc64 FreeBSD support for boehm-gc

2013-12-21 Thread Andrew Haley
On 12/20/2013 10:15 PM, Andreas Tobler wrote: > Ok for gcc trunk? OK, thanks. Andrew.

Re: [patch] powerpc64 FreeBSD support for boehm-gc

2013-12-21 Thread David Edelsohn
the below patch adds support for powerpc64 FreeBSD for the boehm-gc. The diff is already available in boehm-gc trunk. Ok for gcc trunk? * include/private/gcconfig.h: Add FreeBSD powerpc64 defines. If the patch is in the upstream boehm-gc repository, then backporting it to GCC is okay. Thanks, Da