aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorAli Gholami Rudi <ali@rudi.ir>2010-02-04 23:08:01 +0330
committerAli Gholami Rudi <ali@rudi.ir>2010-02-05 08:25:48 +0330
commitd63ec6f20dc7e29e266589458ea90fb56f8c86ea (patch)
tree5edbcb7772b18116b52a7b20f7bfeb558c09d4e7 /tcc.h
parentb9aeac0a64f11baa0f88dae09edef6802e84b83f (diff)
downloadtinycc-d63ec6f20dc7e29e266589458ea90fb56f8c86ea.tar.gz
tinycc-d63ec6f20dc7e29e266589458ea90fb56f8c86ea.tar.bz2
fill got table for static linking
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index ef0bb78..0170f11 100644
--- a/tcc.h
+++ b/tcc.h
@@ -900,6 +900,7 @@ ST_FUNC void add_char(CString *cstr, int c);
ST_FUNC Section *new_section(TCCState *s1, const char *name, int sh_type, int sh_flags);
ST_FUNC void section_realloc(Section *sec, unsigned long new_size);
ST_FUNC void *section_ptr_add(Section *sec, unsigned long size);
+ST_FUNC void section_reserve(Section *sec, unsigned long size);
ST_FUNC Section *find_section(TCCState *s1, const char *name);
ST_FUNC void put_extern_sym2(Sym *sym, Section *section, unsigned long value, unsigned long size, int can_add_underscore);