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