This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
generic libgcc1?
- From: Maksim <maksim at mioffe dot com>
- To: <gcc at gcc dot gnu dot org>
- Date: Fri, 19 Dec 2003 23:06:50 -0500 (EST)
- Subject: generic libgcc1?
Is it the case that all of libgcc1 _has_ to be implemented by the
target-specific part of the backend? Isn't it possible to implement a lot
of it in C, just as it's done with libgcc2? (i.e., implement mulsi3 in terms
of addsi3 and so on) I feel like I'm missing something.
-Maksim