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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,40c8d1d2d927ffd9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-20 12:25:37 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!hammer.uoregon.edu!enews.sgi.com!tdsnet-transit!newspeer.tds.net!sn-xit-02!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Interoperability: differing storage units and/or endianess Date: Fri, 20 Feb 2004 14:24:46 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <103cr9rkbgv9k42@corp.supernews.com> References: <9fb7e8e1.0402190429.49b37b16@posting.google.com> <95234e08.0402200443.1dbc7aa3@posting.google.com> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:5697 Date: 2004-02-20T14:24:46-06:00 List-Id: "Petter Fryklund" wrote in message news:95234e08.0402200443.1dbc7aa3@posting.google.com... > UNISYS 2200 and followers has 36 bit words usually diveded into 4 x 9 > bit bytes or 6 x 6. Right. We did a version of Janus/Ada 95 for that machine a few years back. I don't know if they're still maintaining it. We ended up using a storage unit of 9 with strong alignment requirements so that strings packed naturally. 'twas very interesting to build the bootstrap cross-compiler on Intel-based Unix boxes (we were always a bit short...) Randy.