Elf: bind labels to text section by default
commit2ddcd03900d134772e98acf8cab17a12cc0c3f2a
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 29 Nov 2009 20:21:16 +0000 (29 23:21 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Wed, 9 Dec 2009 21:36:37 +0000 (10 00:36 +0300)
tree498309c9e555bc6676e42ed41f7feeb2c93f5761
parent6531d6d159af0d51e519c0305843bed03c77d97b
Elf: bind labels to text section by default

In case if SECTION directive is omitted but the real
code exist we form .text section by default and put compiled
code here. In turn labels are not handled in a same manner.

So lets bind them to text section by default as well.

[ BR: 2835192 ]

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
output/outelf32.c
output/outelf64.c