aboutsummaryrefslogtreecommitdiff
path: root/c67-link.c
diff options
context:
space:
mode:
Diffstat (limited to 'c67-link.c')
-rw-r--r--c67-link.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c67-link.c b/c67-link.c
index 960b34b..d0ed242 100644
--- a/c67-link.c
+++ b/c67-link.c
@@ -20,6 +20,8 @@
#include "tcc.h"
+ST_DATA struct reloc_info relocs_info[R_NUM];
+
void relocate_init(Section *sr) {}
void relocate(TCCState *s1, ElfW_Rel *rel, int type, char *ptr, addr_t addr, addr_t val)