This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
where is the floatsidf?
- From: Eric Fisher <joefoxreal at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 15 Sep 2005 11:56:11 +0800
- Subject: where is the floatsidf?
- Reply-to: joefoxreal at gmail dot com
Thank you very much about the help.
Acctually, I have included fp-bit.c in libgcc.mk. But the order is not
right, I think. Because _si_to_df.o is after the _floatdidf.o. Also, how
to change _si_to_df.o to _floatsidf.o? In md file?
I'm wondering that maybe I needn't to implement libgcc2.a, but that
makes gcc fail to build.
Eric