Re: [PATCH] disable __size_t macro on GNU/kFreeBSD

2012-02-12 Thread Robert Millan
El 12 de febrer de 2012 1:09, Gerald Pfeifer ha escrit: > Given that both Mike and me considered this patch on the obvious > side, I now committed the following variation thereof on trunk. Thanks! -- Robert Millan

Re: [PATCH] disable __size_t macro on GNU/kFreeBSD

2012-02-11 Thread Robert Millan
o can approve it? Looking at the maintainers file it's not clear to me which area does this belong to. -- Robert Millan

Re: [PATCH] disable __size_t macro on GNU/kFreeBSD

2012-02-04 Thread Robert Millan
El 1 de febrer de 2012 1:06, Mike Stump ha escrit: > On Jan 31, 2012, at 2:29 PM, Gerald Pfeifer wrote: >> On Sun, 29 Jan 2012, Robert Millan wrote: >>> Please consider this patch to stddef.h. GNU/kFreeBSD has the same >>> problem with __size_t as FreeBSD does, si

[PATCH] disable __size_t macro on GNU/kFreeBSD

2012-01-28 Thread Robert Millan
Hi, Please consider this patch to stddef.h. GNU/kFreeBSD has the same problem with __size_t as FreeBSD does, since it inherits many kernel headers from FreeBSD. -- Robert Millan 2012-01-29 Robert Millan * ginclude/stddef.h [__FreeBSD_kernel__] (__size_t): Do not define. Index

Re: PING: Re: [PATCH] small build fix

2012-01-21 Thread Robert Millan
ks to you! Best regards -- Robert Millan

Re: PING: Re: [PATCH] small build fix

2012-01-16 Thread Robert Millan
El 27 de desembre de 2011 12:25, Robert Millan ha escrit: > El 19 de desembre de 2011 21:04, Robert Millan ha escrit: >> This small patch fixes a build regression on GNU/kFreeBSD. > > Ping! Ping again. Please note that Gerald Pfeifer has volunteered to commit the patch once

PING: Re: [PATCH] small build fix

2011-12-27 Thread Robert Millan
El 19 de desembre de 2011 21:04, Robert Millan ha escrit: > This small patch fixes a build regression on GNU/kFreeBSD. Ping! -- Robert Millan

[PATCH] small build fix

2011-12-19 Thread Robert Millan
This small patch fixes a build regression on GNU/kFreeBSD. -- Robert Millan 2011-12-19 Robert Millan Fix build regression on GNU/kFreeBSD. * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro. --- a/src/gcc/config/kfreebsd-gnu.h~ 2011-07-21 17:31:44.0 +0200 +++ b/src

Re: [PATCH] GNU/kFreeBSD systems running on MIPS

2011-09-23 Thread Robert Millan
efore/during >> the weekend if possible. > > all the relevant patches have been posted by now.  One needs a bit work, > the others are awaiting review. Is there any news about this? -- Robert Millan

Re: [PATCH] GNU/kFreeBSD systems running on MIPS

2011-08-17 Thread Robert Millan
Hi! 2011/7/26 Rainer Orth : > Robert, > >> 2011/7/25 Richard Sandiford : >>> Robert Millan writes: >>>> This patch adds support for GNU/kFreeBSD systems running on MIPS. >>> >>> Looks good.  However, Rainer's in the middle of moving thi

Re: [PATCH] GNU/kFreeBSD systems running on MIPS

2011-07-26 Thread Robert Millan
you've finished. Best regards -- Robert Millan

Re: [PATCH] GNU/kFreeBSD systems running on MIPS

2011-07-26 Thread Robert Millan
2011/7/25 Richard Sandiford : > Robert Millan writes: >> This patch adds support for GNU/kFreeBSD systems running on MIPS. > > Looks good.  However, Rainer's in the middle of moving things from gcc/ > to libgcc/ -- where they belong -- and committing a new port now woul

[PATCH] GNU/kFreeBSD systems running on MIPS

2011-07-21 Thread Robert Millan
This patch adds support for GNU/kFreeBSD systems running on MIPS. -- Robert Millan 2011-07-22 Robert Millan Support for GNU/kFreeBSD systems running on MIPS. * config.gcc: Detect mips*-*-kfreebsd*-gnu. * config.host: Likewise. * config/mips/kfreebsd-gnu.h: New file. * config/mips

Re: [PATCH] split mips/gnu-user.h from mips/linux.h

2011-07-19 Thread Robert Millan
probably harmless, but with this change if --enable-targets=all is used, then mips/gnu-user.h is included twice. The second one can be removed. -- Robert Millan

[PATCH] split mips/gnu-user.h from mips/linux.h

2011-07-19 Thread Robert Millan
27;ve verified that my patch doesn't cause any regression (resulting gcc/xgcc is identical both for mips-*-linux and mips64*-linux). -- Robert Millan 2011-07-19 Robert Millan * config/mips/gnu-user.h: Copy from linux.h. Update comments. (GLIBC_DYNAMIC_LINKER): Remove. * config/mips/gnu-user

PING^4 APPROVED patch for AMD64 targets running GNU/kFreeBSD, anyone?

2011-06-14 Thread Robert Millan
On 06/10/2011 01:59 PM, Robert Millan wrote: >> 2011-06-02 Robert Millan >> >> * config/i386/kfreebsd-gnu.h: Resync with `config/i386/linux.h'. >> * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER): Resync with >> `config/linux.h'.

Re: PING^3 [PATCH] Support for AMD64 targets running GNU/kFreeBSD

2011-06-10 Thread Robert Millan
2011/6/10 Richard Henderson : > On 06/10/2011 01:59 PM, Robert Millan wrote: >> 2011-06-02  Robert Millan   >> >>       * config/i386/kfreebsd-gnu.h: Resync with `config/i386/linux.h'. >>       * config/kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKER): Resy

PING^3 [PATCH] Support for AMD64 targets running GNU/kFreeBSD

2011-06-10 Thread Robert Millan
Please someone look at this if you have time. The patch is very small now. 2011/6/3 Robert Millan : > Actually, please consider this patch instead.  It's the same but fixes a > mistake in ld.so pathname. > > 2011/6/2 Robert Millan : >> Hi, >> >> 2011/5/21

Re: PING^2 [PATCH] Support for AMD64 targets running GNU/kFreeBSD

2011-06-03 Thread Robert Millan
Actually, please consider this patch instead. It's the same but fixes a mistake in ld.so pathname. 2011/6/2 Robert Millan : > Hi, > > 2011/5/21 Joseph S. Myers : >> Please send a patch against *current trunk* and CC *relevant target >> architecture maintainers*.  linu

Re: PING^2 [PATCH] Support for AMD64 targets running GNU/kFreeBSD

2011-06-02 Thread Robert Millan
ropriate.  I think you'll want to make > gnu-user64.h use GNU_USER_LINK_EMULATION32 and GNU_USER_LINK_EMULATION64 > similarly to how gnu-user.h uses GNU_USER_LINK_EMULATION. Thanks for the tip. Here's an update to current trunk. -- Robert Millan 2011-06-02 Robert Millan

PING^2 [PATCH] Support for AMD64 targets running GNU/kFreeBSD

2011-05-21 Thread Robert Millan
Please can this patch be considered? It's several months old (sent in Jan 2011), and it is critical to use of GCC on GNU/kFreeBSD. 2011/1/26 Robert Millan : > Ping! > > 2011/1/18 Robert Millan : >> 2011/1/14 Robert Millan : >>> 2011/1/12 Robert Millan : >>>

Re: PING^2 [PATCH] Support for AMD64 targets running GNU/kFreeBSD

2011-03-31 Thread Robert Millan
Ping^2 2011/1/26 Robert Millan : > Ping! > > 2011/1/18 Robert Millan : >> 2011/1/14 Robert Millan : >>> 2011/1/12 Robert Millan : >>>>> * The headers config/kfreebsd-gnu.h etc. override >>>>>  GLIBC_DYNAMIC_LINKER.  But the 64-bit configurati