(elf_machine_rel_relative): Use ElfW(Rel) in argument.

This commit is contained in:
Ulrich Drepper 2001-08-24 14:53:23 +00:00
parent b934c935cb
commit 335e9a00db
1 changed files with 2 additions and 2 deletions

View File

@ -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? */
}