]> git.alrj.org Git - bold.git/commitdiff
Add support for SHN_COMMON.
authorAmand Tihon <amand.tihon@alrj.org>
Sun, 9 Aug 2009 18:19:02 +0000 (20:19 +0200)
committerAmand Tihon <amand.tihon@alrj.org>
Sat, 15 Aug 2009 18:19:19 +0000 (20:19 +0200)
The SHN_COMMON pseudo-section is used in the symbol tables to reference
undefined global variables. If all instances of the symbol are in the
pseudo-section SHN_COMMON, space is reserved in .bss. If the variable
is actualy defined, and ends up as GLOBAL in one object, no space is
reserved in .bss, and the defined instance is used.


No differences found