replace a method to force bcheck.o linking

* define __bound_init as external_global_sym insteed of the compiling
      a tiny program
    * remove warning about buf[] when CONFIG_TCC_BCHECK is not defined
This commit is contained in:
seyko
2015-04-12 04:47:15 +03:00
parent 4bb9dd44f1
commit e7a60e4d01
2 changed files with 9 additions and 5 deletions

View File

@ -281,6 +281,7 @@
DEF(TOK___bound_main_arg, "__bound_main_arg")
DEF(TOK___bound_local_new, "__bound_local_new")
DEF(TOK___bound_local_delete, "__bound_local_delete")
DEF(TOK___bound_init, "__bound_init")
# ifdef TCC_TARGET_PE
DEF(TOK_malloc, "malloc")
DEF(TOK_free, "free")