X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fmicroblaze%2Freloc.h;h=67cb3c2e41cc0e09aff4d3fb62ebce81aa8a64e9;hp=9f04f1256b57cb5b5a7415f07c586cdec5e8575f;hb=9c74856af78ac3e8aaa5f8b560e5022d2e6037d1;hpb=8c0a3d9e5c169fc9d0f246ab59362b658b029ad7 diff --git a/arch/microblaze/reloc.h b/arch/microblaze/reloc.h index 9f04f125..67cb3c2e 100644 --- a/arch/microblaze/reloc.h +++ b/arch/microblaze/reloc.h @@ -6,7 +6,11 @@ #define IS_COPY(x) ((x)==R_MICROBLAZE_COPY) #define IS_PLT(x) ((x)==R_MICROBLAZE_JUMP_SLOT) -static inline void do_single_reloc(size_t *reloc_addr, int type, size_t sym_val, size_t sym_size, unsigned char *base_addr, size_t addend) +static inline void do_single_reloc( + struct dso *self, unsigned char *base_addr, + size_t *reloc_addr, int type, size_t addend, + Sym *sym, size_t sym_size, + struct symdef def, size_t sym_val) { switch(type) { case R_MICROBLAZE_32: