Elf: Allow symbols binding to undefined section
commit3b4c769d998445727a6b8e77c949ae469c43281e
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 2 Jan 2010 20:00:43 +0000 (2 23:00 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sat, 2 Jan 2010 20:00:43 +0000 (2 23:00 +0300)
tree29b4390651e1a7450f8946636339172a8747aef7
parent3e73cfc8b77c39a61f3a393aa4e65d1da83d6d4d
Elf: Allow symbols binding to undefined section

Commit 2ddcd03900d134772e98acf8cab17a12cc0c3f2a
did bind symbols (in case of omitted SECTION directive)
to .text section but break COMMON binding.
Fix it.

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