X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: GCC 4.2.1 -S -masm=intel option failed Date: Thu, 06 Sep 2007 14:06:17 -0700 Organization: http://groups.google.com Lines: 16 Message-ID: <1189112777.694733.253990@y42g2000hsy.googlegroups.com> References: <1189112049 DOT 703187 DOT 65890 AT w3g2000hsg DOT googlegroups DOT com> NNTP-Posting-Host: 89.176.103.156 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1189112777 10743 127.0.0.1 (6 Sep 2007 21:06:17 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 6 Sep 2007 21:06:17 +0000 (UTC) In-Reply-To: <1189112049.703187.65890@w3g2000hsg.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: y42g2000hsy.googlegroups.com; posting-host=89.176.103.156; 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 > If I comment entire function setup_ring0_callgate content still same Sorry, If I comment code of one function it reports error in another. I traced some critical lines, it happeded in inline AT&T assembly e.g. "lcall *%5\n" // far call the CallGate to enter ring 0, require code far return or asm __volatile__ ("sgdt %0" : "=m" (*gdtr)) // precte obsah GDTR registru [mem48] but other inline instructions like "cli" / "sti" passed.