This is the mail archive of the gcc-patches@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: HPUX IA64 longdouble changes


> some reason I was zeroing out the functions that did these operations
> for SImode and thus forcing us to use the DImode operations.  I think
> this was a temporary hack from some time ago and it is no longer needed
> and should not be there.

This is because the original lib1funcs.asm file did not have working SImode
divide routines.  This was fixed by Richard Henderson 2000-09-05, so this
has indeed been obsolete for quite a while now.

> 	* config/ia64/hpux_longdouble.h (FIXUNS_TRUNCTFSI2_LIBCALL): New.
> 	(FIXUNS_TRUNCTFDI2_LIBCALL): New.
>	...

OK.

Jim


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