(elf_machine_rel_relative): Use ElfW(Rel) in argument.
authorUlrich Drepper <drepper@redhat.com>
Fri, 24 Aug 2001 14:53:23 +0000 (14:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 24 Aug 2001 14:53:23 +0000 (14:53 +0000)
sysdeps/mips/dl-machine.h

index 340cd17..878e27d 100644 (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?  */
 }