Re: Why is LIMITS_H_TEST defined in cris/t-linux? It caused cross-compiler build errors

2007-08-31 Thread Rask Ingemann Lambertsen
On Thu, Aug 30, 2007 at 11:39:57PM -0500, Steve Kenton wrote: [v850] fp-bit.c: In function '__fixsfsi': fp-bit.c:1445: error: unrecognizable insn: (insn 136 8 137 2 fp-bit.c:1423 (set (reg/f:SI 3 sp) (plus:SI (reg/f:SI 3 sp) (const_int 4294967256 [0xffd8]))) -1 (nil)

Re: Why is LIMITS_H_TEST defined in cris/t-linux? It caused cross-compiler build errors

2007-08-30 Thread Hans-Peter Nilsson
Date: Thu, 30 Aug 2007 14:24:36 -0500 From: Stephen M. Kenton [EMAIL PROTECTED] Can anyone explain why LIMITS_H_TEST is defined in cris/t-linux, while it is not defined for any other linux target? A STFW would have given you http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00717.html. I can't

Re: Why is LIMITS_H_TEST defined in cris/t-linux? It caused cross-compiler build errors

2007-08-30 Thread Segher Boessenkool
Segher - If remember right, cris was one of the targets that did not build for you. This might help. No idea if it would help or not -- it currently dies with an ICE while building __mulvdi3: /home/segher/src/gcc/libgcc/../gcc/libgcc2.c: In function '__mulvdi3':

Re: Why is LIMITS_H_TEST defined in cris/t-linux? It caused cross-compiler build errors

2007-08-30 Thread Hans-Peter Nilsson
From: Segher Boessenkool [EMAIL PROTECTED] Date: Fri, 31 Aug 2007 02:31:07 +0200 Segher - If remember right, cris was one of the targets that did not build for you. This might help. No idea if it would help or not -- it currently dies with an ICE while building __mulvdi3: What

Re: Why is LIMITS_H_TEST defined in cris/t-linux? It caused cross-compiler build errors

2007-08-30 Thread Steve Kenton
Interesting. I built it (along with 22 others) today and it worked using gcc 4.2.1 and binutils 2.18 on x86_64 to build a 4.2.1 criss cross-compiler on top of the inhibit_libc check for linux-unwind.h I posted yesterday. I need to rework that one a bit, but it got alpha, sparc, and several