aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
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 476cdf7..e83e6c0 100644
--- a/tcc.h
+++ b/tcc.h
@@ -522,6 +522,7 @@ typedef struct ASMOperand {
struct sym_attr {
unsigned long got_offset;
+ unsigned char has_plt_entry:1;
#ifdef TCC_TARGET_ARM
unsigned char plt_thumb_stub:1;
#endif