![]() |
Traditional Assembler Output Format |
Previous | GNU Assembler Command-Line Options | Next |
For some targets, the output of as
is different in some ways
from the output of some existing assembler. The '--traditional-format' switch requests
as
to use the traditional format instead.
For example, it disables the exception frame optimizations which
as
normally does by default on gcc
output.