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,28db79a4b238c104 X-Google-Attributes: gid103376,public From: jerry@jvdsys.stuyts.nl (Jerry van Dijk) Subject: Re: What's wrong with this simple Ada w/ assembly code? Date: 1999/03/08 Message-ID: #1/1 X-Deja-AN: 452411824 References: <36ddb9aa.0@silver.truman.edu> <36e2df12.147819@news.pacbell.net> Organization: * JerryWare *, Leiden, Holland Newsgroups: comp.lang.ada Date: 1999-03-08T00:00:00+00:00 List-Id: Tom Moran (tmoran@bix.com) wrote: : >GNAT is expecting a 32-bit Win32 PE format .obj file : So a Gnat .o file is in fact the same as a Win32 .obj file, but with a : different file name extension? Whoops... No, win32 uses a modified coff format that is called the PE (portable executable) format for .obj, .exe and .dll files. GNAT's .o format is really a coff file. Simply put: close, but no sigar :-) -- -- Jerry van Dijk | Leiden, Holland -- Team Ada | jdijk@acm.org -- see http://stad.dsl.nl/~jvandyk