diff options
| author | grischka <grischka> | 2016-10-01 21:58:23 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2016-10-01 22:01:33 +0200 |
| commit | e03306d1709d13d2e67349d42488a93abc4dc32a (patch) | |
| tree | 3f5d14a60f3b4589a3f418110ac698f379f7780d /conftest.c | |
| parent | 332cf5327fa090ce39089e29881e2c2effb753a4 (diff) | |
| download | tinycc-e03306d1709d13d2e67349d42488a93abc4dc32a.tar.gz tinycc-e03306d1709d13d2e67349d42488a93abc4dc32a.tar.bz2 | |
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
Diffstat (limited to 'conftest.c')
0 files changed, 0 insertions, 0 deletions
