]> sourceware.org Git - glibc.git/commitdiff
(elf_machine_rel): Fixl_addr parameter type.
authorUlrich Drepper <drepper@redhat.com>
Fri, 11 Dec 1998 15:27:22 +0000 (15:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 11 Dec 1998 15:27:22 +0000 (15:27 +0000)
sysdeps/mips/dl-machine.h

index 5f6e12752ea0419b455fe9e7866e392a4a382180..77b8c4e18f014ba3d93e4c4f9acfcd1b8e33b835 100644 (file)
@@ -23,7 +23,7 @@
 
 #define ELF_MACHINE_NAME "MIPS"
 
-#define ELF_MACHINE_NO_PLT 
+#define ELF_MACHINE_NO_PLT
 
 #include <assert.h>
 #include <entry.h>
@@ -577,7 +577,7 @@ elf_machine_rel (struct link_map *map, const ElfW(Rel) *reloc,
 }
 
 static inline void
-elf_machine_lazy_rel (Elf32_addr l_addr, const ElfW(Rel) *reloc)
+elf_machine_lazy_rel (ElfW(Addr) l_addr, const ElfW(Rel) *reloc)
 {
   /* Do nothing.  */
 }
This page took 0.043092 seconds and 5 git commands to generate.