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

2011-09-26 Thread Rainer Orth
Hi Robert,

> 2011/8/17 Rainer Orth :
>> Hi Robert,
>>
>>> My patch still applies cleanly to current HEAD, has this migration
>>> happened already?  If not, what's the current ETA?  I'll have almost
>>> no spare time after this week, I'd like to sort this out before/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?

Paolo is currently reviewing the outstanding patches.  If it's really
urgent, I'd say go ahead and commit your patch.

Besides, there are two typos:

Index: libgcc/config.host
===
--- libgcc/config.host  (revision 176595)
+++ libgcc/config.host  (working copy)
@@ -478,6 +478,14 @@
tmake_file="{$tmake_file} t-crtfm"
md_unwind_header=mips/linux-unwind.h
;;
+mips64*-*-kfreebsd*-gnu)
+   extra_parts="$extra_parts crtfastmath.o"
+   tmake_file="{$tmake_file} t-crtfm"

${tmake_file} or omit the brackets completely

+   ;;
+mips*-*-kfreebsd*-gnu) # GNU/kFreeBSD MIPS, either endian.
+   extra_parts="$extra_parts crtfastmath.o"
+   tmake_file="{$tmake_file} t-crtfm"

likewise

Rainer

-- 
-
Rainer Orth, Center for Biotechnology, Bielefeld University


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

2011-09-23 Thread Robert Millan
Hi there,

2011/8/17 Rainer Orth :
> Hi Robert,
>
>> My patch still applies cleanly to current HEAD, has this migration
>> happened already?  If not, what's the current ETA?  I'll have almost
>> no spare time after this week, I'd like to sort this out before/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 Rainer Orth
Hi Robert,

> My patch still applies cleanly to current HEAD, has this migration
> happened already?  If not, what's the current ETA?  I'll have almost
> no spare time after this week, I'd like to sort this out before/during
> the weekend if possible.

all the relevant patches have been posted by now.  One needs a bit work,
the others are awaiting review.

Rainer

-- 
-
Rainer Orth, Center for Biotechnology, Bielefeld University


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 things from gcc/
>>> to libgcc/ -- where they belong -- and committing a new port now would
>>> interfere with that.  If it's OK, I'd like to hold off applying this
>>> until Rainer's finished his changes.
> I'm in the middle of moving shlib support (another day), need to rebase
> crtstuff and libgcc1, and finish libgcc2.

My patch still applies cleanly to current HEAD, has this migration
happened already?  If not, what's the current ETA?  I'll have almost
no spare time after this week, I'd like to sort this out before/during
the weekend if possible.

Thanks!

-- 
Robert Millan


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

2011-07-26 Thread Robert Millan
2011/7/26 Rainer Orth :
> I'm in the middle of moving shlib support (another day), need to rebase
> crtstuff and libgcc1, and finish libgcc2.
>
> I hope to be ready within two or three weeks.

Ok then.  I'd appreciate if you can send me a reminder via private
mail when you've finished.

Best regards

-- 
Robert Millan


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

2011-07-26 Thread 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 things from gcc/
>> to libgcc/ -- where they belong -- and committing a new port now would
>> interfere with that.  If it's OK, I'd like to hold off applying this
>> until Rainer's finished his changes.

thanks.

> It's ok.  Could you give a rough estimate? (few days / weeks / months)

I'm in the middle of moving shlib support (another day), need to rebase
crtstuff and libgcc1, and finish libgcc2.

I hope to be ready within two or three weeks.

Rainer

-- 
-
Rainer Orth, Center for Biotechnology, Bielefeld University


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 would
> interfere with that.  If it's OK, I'd like to hold off applying this
> until Rainer's finished his changes.

It's ok.  Could you give a rough estimate? (few days / weeks / months)

-- 
Robert Millan


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

2011-07-25 Thread 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 would
interfere with that.  If it's OK, I'd like to hold off applying this
until Rainer's finished his changes.

Thanks,
Richard