(elf_machine_lazy_rel): Change first parameter.

This commit is contained in:
Ulrich Drepper 1998-08-28 22:54:33 +00:00
parent 68d11b268e
commit 8d897cf417

View File

@ -1,5 +1,5 @@
/* Machine-dependent ELF dynamic relocation inline functions. MIPS version.
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>.
@ -582,7 +582,7 @@ elf_machine_rel (struct link_map *map, const ElfW(Rel) *reloc,
}
static inline void
elf_machine_lazy_rel (struct link_map *map, const ElfW(Rel) *reloc)
elf_machine_lazy_rel (Elf32_addr l_addr, const ElfW(Rel) *reloc)
{
/* Do nothing. */
}