public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: ali hagigat <hagigatali@gmail.com>
To: binutils@sourceware.org
Subject: GNU as and assembler listing and -pipe and gcc!!!...
Date: Wed, 11 May 2011 09:13:00 -0000	[thread overview]
Message-ID: <BANLkTik_PePsw+9YEANA7GmQCY3Sja+crg@mail.gmail.com> (raw)

2.1 Enable Listings: ‘-a[cdhlns]’
Note if the assembler source is coming from the standard input (eg
because it is being
created by gcc and the ‘-pipe’ command line switch is being used) then
the listing will not
contain any comments or preprocessor directives. This is because the
listing code buffers
input source lines from stdin only after they have been preprocessed
by the assembler. This
reduces memory usage and makes the code more efficient.
------------------------------
I have copied part of the as manual in the above.

What is the relationship of the standard input, -pipe, gcc and as?
Please give a clear example for this part of GNU "as" manual.

             reply	other threads:[~2011-05-11  9:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-11  9:13 ali hagigat [this message]
2011-05-11 10:30 ` Steffen Dettmer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BANLkTik_PePsw+9YEANA7GmQCY3Sja+crg@mail.gmail.com \
    --to=hagigatali@gmail.com \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).