Date: Wed, 3 Jan 2001 10:58:01 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Shawn Harrison , crazyfingers AT fuse DOT net, harrisso AT email DOT uc DOT edu, shou2 AT juno DOT com cc: djgpp AT delorie DOT com Subject: Re: How does OR Will gcc produce assembler output in intel syntax with the new GAS ".intel_syntax" directive In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Tue, 2 Jan 2001, Shawn Harrison wrote: > ( gcc -S ) produces AT&T syntax assembler output. > How does or will gcc produce assembler output in intel syntax with the new > GAS ".intel_syntax" directive I don't think GCC can do that. Why do you need this? If it's to look at the produced code in syntax you are used to, you can use the objdump utility on the .o file produced by a normal compilation.