This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to let GCC produce flat assembly
- From: Joe Buck <Joe dot Buck at synopsys dot COM>
- To: Li Wang <dragonfly at linux-vs dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 15 Nov 2007 09:37:52 -0800
- Subject: Re: How to let GCC produce flat assembly
- References: <473C5A8D.2030104@linux-vs.org>
On Thu, Nov 15, 2007 at 06:41:17AM -0800, Li Wang wrote:
> I wonder how to let GCC produce flat assembly, say, just like the .com
> file under the DOS, without function calls and complicate executable
> file headers, only instructions. How to modify the machine description
> file to achieve that? Thanks in advance.
Questions about the use of gcc should go to gcc-help, not this list.