From: Ulrich Drepper Date: Fri, 11 Dec 1998 15:27:22 +0000 (+0000) Subject: (elf_machine_rel): Fixl_addr parameter type. X-Git-Tag: glibc-2.16-ports-before-merge~2997 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04fd64c32eca51e859a4d72b160ee65205c5087c;p=thirdparty%2Fglibc.git (elf_machine_rel): Fixl_addr parameter type. --- diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h index 5f6e12752ea..77b8c4e18f0 100644 --- a/sysdeps/mips/dl-machine.h +++ b/sysdeps/mips/dl-machine.h @@ -23,7 +23,7 @@ #define ELF_MACHINE_NAME "MIPS" -#define ELF_MACHINE_NO_PLT +#define ELF_MACHINE_NO_PLT #include #include @@ -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. */ }