From 9794acc88e9e0b352970c7c50ddbd6786ff59734 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Mon, 29 Sep 2008 12:59:45 +0000 Subject: Fix comment. --- ldso/ldso/sh/elfinterp.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ldso') diff --git a/ldso/ldso/sh/elfinterp.c b/ldso/ldso/sh/elfinterp.c index e13f50ba6..da4013fb2 100644 --- a/ldso/ldso/sh/elfinterp.c +++ b/ldso/ldso/sh/elfinterp.c @@ -186,8 +186,11 @@ _dl_do_reloc (struct elf_resolve *tpnt,struct dyn_elf *scope, _dl_dprintf(2, "%s: can't resolve symbol '%s'\n", _dl_progname, strtab + symtab[symtab_index].st_name); - /* Let the caller to handle the error: it may be non fatal if called from dlopen */ - return 1; + /* + * The caller should handle the error: undefined reference to weak symbols + * are not fatal. + */ + return 1 } } -- cgit v1.2.3