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]

Re: DI support in libgcc2


On Fri, Jul 19, 2002 at 02:33:55PM +0200, Hartmut Schirmer wrote:
> Several functions in libgcc2.c call __negdi2 even if
> the target supports negating a DI.
[...]
> Is this the right way to go ?

No.  Should use the - operator everywhere except
in __negdi2 itself, which will cause the compiler
to call the __negdi2 function if needed.


r~


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