summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>2003-09-07 22:17:43 +0000
committermycroft <mycroft@NetBSD.org>2003-09-07 22:17:43 +0000
commit5bd33bcad67553b4b9bf1aedc1a6f809dbde2459 (patch)
tree179b6c2f204887b72a3bc2ce6275e1b9747aed0d /libexec
parent297da77bcf325aa1ce54e5b82666acc752c7e26d (diff)
Back out revision 1.100. There is something screwier going on.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.elf_so/rtld.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ld.elf_so/rtld.c b/libexec/ld.elf_so/rtld.c
index 1e03a9e0a6e..3412c9e18ea 100644
--- a/libexec/ld.elf_so/rtld.c
+++ b/libexec/ld.elf_so/rtld.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rtld.c,v 1.100 2003/08/31 21:52:01 mycroft Exp $ */
+/* $NetBSD: rtld.c,v 1.101 2003/09/07 22:17:43 mycroft Exp $ */
/*
* Copyright 1996 John D. Polstra.
@@ -743,6 +743,7 @@ dlsym(void *handle, const char *name)
return defobj->relocbase + def->st_value;
}
+ _rtld_error("Undefined symbol \"%s\"", name);
return NULL;
}