Daniel Towner <[EMAIL PROTECTED]> writes:
> Initially, I tried to do as the manual suggested, and omit any patterns
> for div/mod, to force gcc to use divmod instead, and setup the divmod
> optab to call a named assembly function. However, div would still call a
> div library, instead of the di
Daniel Towner <[EMAIL PROTECTED]> writes:
> This email and any files transmitted with it are confidential and intended
> solely for the use of the individuals to whom they are addressed. If you have
> received this email in error please notify the sender and delete the message
> from your syste
Hi all,
I am currently working on the implementation of division/modulus
assembly libraries for incorporation into my port of gcc (which is
currently a private port, but will be submitted back at some point). I
have run into a few problems that I would appreciate some help with.
My port is f