mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-07 03:48:40 +08:00
Add relocs_info array to c67 backend
This commit is contained in:
parent
59391d5520
commit
557c5c1f11
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user