1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Use INTUSE for

_dl_signal_error.
	* sysdeps/mips/dl-machine.h (elf_machine_runtime_link_map): Likewise.
	* sysdeps/powerpc/powerpc64/dl-machine.c
	(_dl_reloc_overflow): Likewise.
	* sysdeps/arm/dl-machine.h (elf_machine_rel): Likewise.
	(elf_machine_rela): Likewise.
This commit is contained in:
Roland McGrath
2002-09-28 19:45:42 +00:00
parent a30471af3b
commit 6ae4fca735
5 changed files with 20 additions and 7 deletions

View File

@ -238,7 +238,7 @@ elf_machine_runtime_link_map (ElfW(Addr) gpreg, ElfW(Addr) stub_pc)
}
}
_dl_signal_error (0, NULL, NULL, "cannot find runtime link map");
INTUSE (_dl_signal_error) (0, NULL, NULL, "cannot find runtime link map");
return NULL;
}