tccelf: allow multiple declaration of bss/common symbols
commite03306d1709d13d2e67349d42488a93abc4dc32a
authorgrischka <grischka>
Sat, 1 Oct 2016 19:58:23 +0000 (1 21:58 +0200)
committergrischka <grischka>
Sat, 1 Oct 2016 20:01:33 +0000 (1 22:01 +0200)
tree3f5d14a60f3b4589a3f418110ac698f379f7780d
parent332cf5327fa090ce39089e29881e2c2effb753a4
tccelf: allow multiple declaration of bss/common symbols

also in combination with one initialized:

For example
  1.c
     int xxx;
  2.c
     int xxx = 2;
  3.c
     int xxx;

tcc 1.c 2.c 3.c
tccelf.c