This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU as and assembler listing and -pipe and gcc!!!...


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 buïers
input source lines from stdin only after they have been preprocessed
by the assembler. This
reduces memory usage and makes the code more eïcient.
------------------------------
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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]