Add relocs_info array to c67 backend
This commit is contained in:
@ -20,6 +20,8 @@
|
|||||||
|
|
||||||
#include "tcc.h"
|
#include "tcc.h"
|
||||||
|
|
||||||
|
ST_DATA struct reloc_info relocs_info[R_NUM];
|
||||||
|
|
||||||
void relocate_init(Section *sr) {}
|
void relocate_init(Section *sr) {}
|
||||||
|
|
||||||
void relocate(TCCState *s1, ElfW_Rel *rel, int type, char *ptr, addr_t addr, addr_t val)
|
void relocate(TCCState *s1, ElfW_Rel *rel, int type, char *ptr, addr_t addr, addr_t val)
|
||||||
|
|||||||
Reference in New Issue
Block a user