aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 3e297a1..95d5030 100644
--- a/tcc.h
+++ b/tcc.h
@@ -527,6 +527,9 @@ struct TCCState {
/* exported dynamic symbol section */
Section *dynsym;
+ /* copy of the gobal symtab_section variable */
+ Section *symtab;
+
int nostdinc; /* if true, no standard headers are added */
int nostdlib; /* if true, no standard libraries are added */
int nocommon; /* if true, do not use common symbols for .bss data */