diff options
| author | Thomas Preud'homme <robotux@celest.fr> | 2014-03-17 23:14:38 +0800 |
|---|---|---|
| committer | Thomas Preud'homme <robotux@celest.fr> | 2014-03-17 23:14:38 +0800 |
| commit | ec1c83081dd741bd18ca1821bf52535c444dc111 (patch) | |
| tree | 671577499ee3abdfd0cb332ab033dbd4f132384f /tccgen.c | |
| parent | 40e38597391aa05a61cef1c36e844690665c411a (diff) | |
| download | tinycc-ec1c83081dd741bd18ca1821bf52535c444dc111.tar.gz tinycc-ec1c83081dd741bd18ca1821bf52535c444dc111.tar.bz2 | |
Fix relocation of __bound_init
When bound check is enabled, tcc tries to relocate a call to
__bound_init in _init. This means that relocation (in tcc_add_bcheck)
must be done after libtcc1.a (which countains __bound_init) is loaded
but before crtn.o is loaded as this finalize _init.
Diffstat (limited to 'tccgen.c')
0 files changed, 0 insertions, 0 deletions
