mirror of
https://github.com/frida/tinycc
synced 2025-01-03 02:24:24 +03:00
Add relocs_info array to c67 backend
This commit is contained in:
parent
59391d5520
commit
557c5c1f11
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user