mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Update.
* sysdeps/mips/dl-machine.h (elf_machine_rel): Fixl_addr parameter type. Reported by job bogan <job@piquin.uchicago.edu>.
This commit is contained in:
parent
bc15f0f814
commit
486fa0b7d4
@ -1,5 +1,8 @@
|
||||
1998-12-11 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* sysdeps/mips/dl-machine.h (elf_machine_rel): Fixl_addr parameter
|
||||
type. Reported by job bogan <job@piquin.uchicago.edu>.
|
||||
|
||||
* sysdeps/unix/opendir.c (__opendir): Use __xstat instead of
|
||||
__stat.
|
||||
|
||||
|
@ -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. */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user