Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.elf_so Back out revision 1.100. There is somethi...
details: https://anonhg.NetBSD.org/src/rev/c0c96301bbff
branches: trunk
changeset: 551534:c0c96301bbff
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sun Sep 07 22:17:43 2003 +0000
description:
Back out revision 1.100. There is something screwier going on.
diffstat:
libexec/ld.elf_so/rtld.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 82c0ed5f42c3 -r c0c96301bbff libexec/ld.elf_so/rtld.c
--- a/libexec/ld.elf_so/rtld.c Sun Sep 07 22:15:53 2003 +0000
+++ b/libexec/ld.elf_so/rtld.c Sun Sep 07 22:17:43 2003 +0000
@@ -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 @@
return defobj->relocbase + def->st_value;
}
+ _rtld_error("Undefined symbol \"%s\"", name);
return NULL;
}
Home |
Main Index |
Thread Index |
Old Index