1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +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

@@ -46,5 +46,5 @@ _dl_reloc_overflow (struct link_map *map,
t = stpcpy (t, "'");
}
t = stpcpy (t, " out of range");
_dl_signal_error (0, map->l_name, NULL, buffer);
INTUSE (_dl_signal_error) (0, map->l_name, NULL, buffer);
}