From d63ec6f20dc7e29e266589458ea90fb56f8c86ea Mon Sep 17 00:00:00 2001 From: Ali Gholami Rudi Date: Thu, 4 Feb 2010 23:08:01 +0330 Subject: fill got table for static linking --- tcc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcc.h') 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); -- cgit v1.3.1