From: Ulrich Drepper Date: Fri, 24 Aug 2001 14:53:23 +0000 (+0000) Subject: (elf_machine_rel_relative): Use ElfW(Rel) in argument. X-Git-Tag: glibc-2.16-ports-before-merge~1816 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=335e9a00db5d553e44e71dcc47686a1658259ef9;p=thirdparty%2Fglibc.git (elf_machine_rel_relative): Use ElfW(Rel) in argument. --- diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h index 340cd1750a9..878e27d317d 100644 --- a/sysdeps/mips/dl-machine.h +++ b/sysdeps/mips/dl-machine.h @@ -536,8 +536,8 @@ elf_machine_rel (struct link_map *map, const ElfW(Rel) *reloc, } static inline void -elf_machine_rel_relative (Elf32_Addr l_addr, const Elf32_Rela *reloc, - Elf32_Addr *const reloc_addr) +elf_machine_rel_relative (ElfW(Addr) l_addr, const ElfW(Rel) *reloc, + ElfW(Addr) *const reloc_addr) { /* XXX Nothing to do. There is no relative relocation, right? */ }