aboutsummaryrefslogtreecommitdiff
path: root/c67-link.c
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2016-12-05 20:52:02 +0000
committerThomas Preud'homme <robotux@celest.fr>2016-12-05 20:52:02 +0000
commit557c5c1f11d592b68573bea4acebddc183292cfc (patch)
treeb5a4ddf08ce38ddd37b4978ad3b3ddc016736687 /c67-link.c
parent59391d5520534ef1fe3cc2e96fa567c870e2f533 (diff)
downloadtinycc-557c5c1f11d592b68573bea4acebddc183292cfc.tar.gz
tinycc-557c5c1f11d592b68573bea4acebddc183292cfc.tar.bz2
Add relocs_info array to c67 backend
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)