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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b0b5c110fba2f8af,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-10 13:32:05 PST Path: supernews.google.com!sn-xit-03!supernews.com!nntp.cs.ubc.ca!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!nntp.news.xara.net!xara.net!gxn.net!news5-gui.server.ntli.net!ntli.net!news6-win.server.ntlworld.com.POSTED!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada Subject: GNAT output file format X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Tue, 10 Apr 2001 21:25:44 +0100 NNTP-Posting-Host: 62.253.13.37 X-Complaints-To: abuse@ntlworld.com X-Trace: news6-win.server.ntlworld.com 986934323 62.253.13.37 (Tue, 10 Apr 2001 21:25:23 BST) NNTP-Posting-Date: Tue, 10 Apr 2001 21:25:23 BST Organization: ntlworld News Service Xref: supernews.google.com comp.lang.ada:6726 Date: 2001-04-10T21:25:44+01:00 List-Id: What is the GNAT binary output format? I looked in the manuals but there's not much info. I'm trying to get a program to load it up and execute it on bare hardware (or rather i will) for OS development. Does GNAT use GCC output formats? Are there any docs on this? Regards, Chris