X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Carey Evans Newsgroups: comp.os.msdos.djgpp Subject: Re: GCC 4.2.1 -S -masm=intel option failed Date: Fri, 07 Sep 2007 01:23:49 -0700 Organization: http://groups.google.com Lines: 18 Message-ID: <1189153429.772254.26020@d55g2000hsg.googlegroups.com> References: <1189112049 DOT 703187 DOT 65890 AT w3g2000hsg DOT googlegroups DOT com> <46E0DF4B DOT 9010908 AT iki DOT fi> NNTP-Posting-Host: 121.72.129.210 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1189153429 1819 127.0.0.1 (7 Sep 2007 08:23:49 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 7 Sep 2007 08:23:49 +0000 (UTC) In-Reply-To: <46E0DF4B.9010908@iki.fi> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: d55g2000hsg.googlegroups.com; posting-host=121.72.129.210; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sep 7, 5:19 pm, Andris Pavenis wrote: > Additionally is it possible to reproduce the same problem under Linux? > If Yes, then it should be mentioned in bug report, as much more GCC > developers are using Linux rather than DJGPP. The Linux kernel uses sgdt and lcall, so presumably it should work: http://lxr.linux.no/source/include/asm-i386/desc.h#L120 http://lxr.linux.no/source/arch/i386/pci/pcbios.c#L66 RayeR, if you just can't get it to work, you could try compiling the assembly code in another file with nasm and linking it with the C code. http://grack.com/writings/misc/InterfacingDJGPPwithNASM.html seems to be a decent introduction to this. -- Carey Evans