Re: libgcc2.c help needed

2006-01-12 Thread Perry Smith
Well, shoot. I added that and reconfigured and recompiled over night but it looks like I need to define __powerpc64__ and currently it is not defined. On Jan 11, 2006, at 10:17 PM, Ian Lance Taylor wrote: Perry Smith <[EMAIL PROTECTED]> writes: The problem: In the particular build I am tr

Re: libgcc2.c help needed

2006-01-11 Thread Ian Lance Taylor
Perry Smith <[EMAIL PROTECTED]> writes: > The problem: In the particular build I am trying to do, when > libgcc2.c is compled with -DL_floatdidf, instead of defining a > routine called _floatdidf or __floatdidf, it creates a routine called > __floattidf which references __floatdidf. ... > This i

libgcc2.c help needed

2006-01-11 Thread Perry Smith
I'm not sure how to present all this so bear with me: The problem: In the particular build I am trying to do, when libgcc2.c is compled with -DL_floatdidf, instead of defining a routine called _floatdidf or __floatdidf, it creates a routine called __floattidf which references __floatdidf.