Add relocs_info array to c67 backend

master
Thomas Preud'homme 2016-12-05 20:52:02 +00:00
parent 59391d5520
commit 557c5c1f11
1 changed files with 2 additions and 0 deletions

View File

@ -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)