summaryrefslogtreecommitdiff
path: root/sysdeps/mips
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-28 19:45:42 +0000
committerRoland McGrath <roland@gnu.org>2002-09-28 19:45:42 +0000
commit6ae4fca735cee01c892f41a63bf04a791ec1bb66 (patch)
tree1430c239258e44654dbefe4d03051c436aa33af1 /sysdeps/mips
parenta30471af3b84e81c6e5300089392d40d8d2d5afe (diff)
* 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.
Diffstat (limited to 'sysdeps/mips')
-rw-r--r--sysdeps/mips/dl-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h
index 7dbdd794cf..08e5a6e562 100644
--- a/sysdeps/mips/dl-machine.h
+++ b/sysdeps/mips/dl-machine.h
@@ -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;
}