3.4.2 --keep-locals
,
-L
Keep local symbols, i.e., labels beginning with .L
(upper
case only). Normally you do not see such labels when debugging, because they are intended
for the use of programs (like compilers) that compose assembler programs. Normally both the
assembler and linker discard such symbols. This option tells the assembler to retain those
symbols in the object files.