diff options
-rw-r--r-- | libexec/ld.so/loader.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ld.so/loader.c b/libexec/ld.so/loader.c index 259eb8c6d59..47697ad4d84 100644 --- a/libexec/ld.so/loader.c +++ b/libexec/ld.so/loader.c @@ -1,4 +1,4 @@ -/* $OpenBSD: loader.c,v 1.24 2002/02/21 23:17:53 drahn Exp $ */ +/* $OpenBSD: loader.c,v 1.25 2002/03/07 00:53:26 art Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -279,6 +279,7 @@ _dl_boot(const char **argv, const char **envp, const long loff, _dl_exit(0); } + DL_DEB(("entry point: 0x%lx\n", dl_data[AUX_entry])); /* * Return the entry point. */ |