This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Clarification for parameters around the assembler
- From: Markus Elfring <Markus dot Elfring at web dot de>
- To: David Wohlferd <dw at LimeGreenSocks dot com>, gcc-help at gcc dot gnu dot org
- Date: Sat, 22 Oct 2016 16:22:37 +0200
- Subject: Re: Clarification for parameters around the assembler
- Authentication-results: sourceware.org; auth=none
- References: <a4e85991-51a8-09a6-5e06-2178657377b0@web.de> <5640193a-c3a0-d8b1-a688-d1e981e24f71@LimeGreenSocks.com>
> 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