From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,982f13b809cc2afa X-Google-Attributes: gid103376,public From: dennison@telepath.com Subject: Re: Need GNAT Help !!!!! Date: 1998/08/21 Message-ID: <6rk12r$fta$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 383331785 References: <6ra6bc$8mv$1@hirame.wwa.com> <6rc3fh$656$1@nnrp1.dejanews.com> <6ri2b6$g9o$1@hirame.wwa.com> Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Fri Aug 21 14:43:39 1998 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.05 [en] (WinNT; I) Date: 1998-08-21T00:00:00+00:00 List-Id: In article <6ri2b6$g9o$1@hirame.wwa.com>, samw@wwa.com (Samuel G. Williams) wrote: > What we are attempting to do now because of the way in which the code was > written is leave integer as a universal value and change the actual size > of the integer within the gnat environment. I know this sounds hokie, but It sounds like a recipe for disaster. Please reconsider. Even if you go ahead and try it, I suspect you will eventually realize it would be far easier to just fix your source code. I'm just trying to save you some time up front. > You also mentioned something about the byte ordering differences betwwen > sparc and 80186. do you know of any reference documentation that > illustrates this. Well, I'm not sure what you mean by reference documentation. I have attached the URLs of the FOLDOC entires for big-endian: http://www.instantweb.com/foldoc/foldoc.cgi?big-endian and little-endian: http://www.instantweb.com/foldoc/foldoc.cgi?little-endian and NUXI problem: http://www.instantweb.com/foldoc/foldoc.cgi?NUXI+problem Note from the above that the SPARC chip is big-endian, and the x86 intel processors are little-endian. The PowerPC is "bytesexual", but I believe most OS's make it big-endian. This is generally only an issue when binary data has to be transferred from one platform to the other. If you are just converting source code, you probably won't have a problem. -- T.E.D. -----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum