5.3.4 Lcomm Directive
The .lcomm symbol,
length
directive reserves
length
bytes for a local common denoted by
symbol
. The section and value of symbol are those
of the new local common. The addresses are allocated in the .bss
section, so that at run-time, the bytes start off zeroed.
symbol
is not declared global so it is normally not
visible to the linker.