X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fmips%2Freloc.h;h=785489ed1077ec860e670aadb4836e16c7678f87;hp=e8925264c1c60342d598fded7c3b2808b2ceb1f1;hb=9c74856af78ac3e8aaa5f8b560e5022d2e6037d1;hpb=c91aa03d2488ef2c48276510dec360ed9582e861 diff --git a/arch/mips/reloc.h b/arch/mips/reloc.h index e8925264..785489ed 100644 --- a/arch/mips/reloc.h +++ b/arch/mips/reloc.h @@ -6,7 +6,11 @@ #define IS_COPY(x) ((x)==R_MIPS_COPY) #define IS_PLT(x) 1 -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_MIPS_JUMP_SLOT: