This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]