This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

Re: Clarification for parameters around the assembler


> When compiling c code, gcc outputs a file filled with assembler instructions
> to be compiled by the system assembler (commonly, but not always gas).

Thanks for your answer.

This compiler will choose some identifiers for desired address labels
in the generated assembler source code.

* Do you care which naming patterns can be applied there?

* I observed that a renumbering of such labels can happen. This has got some
  “special effects” if you would like to compare small changes in source files
  from the other supported programming languages by a tool like "diff".

Regards,
Markus


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