Message-Id: <199605160248.MAA24635@tornado.netspace.net.au> Subject: Re: 64-bit integers Date: Thu, 16 May 96 12:54:28 +1000 From: Adam Hinkley To: "Eli Zaretskii" cc: , , Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" >The old v1.x library sources archive (djlsr112.zip) included the sources >for these functions; if you can get that, you won't need to download the >multi-megabyte gcc distribution. __udivmoddi4 (libgcc2.c_) contains the preprocessor define UDIV_NEEDS_NORMALIZATION. I'm not sure whether to define it as 0 or 1. I'm porting to PowerPC, which is a little endian - the first byte in a 2-byte word (the lower of the two bytes in memory) contains the most significant part of the value. Is that significant? Should I #define UDIV_NEEDS_NORMALIZATION as true or false? Thanks Adam