Subject: dladdr
To: None <scottb@netbsd.org>
From: None <itojun@iijlab.net>
List: source-changes
Date: 02/08/2000 23:47:07
>Module Name:	basesrc
>Committed By:	scottb
>Date:		Mon Feb  7 21:40:42 UTC 2000
>
>Modified Files:
>	basesrc/lib/csu/common_elf: common.c common.h
>	basesrc/libexec/ld.elf_so: reloc.c rtld.h
>
>Log Message:
>add hooks to support the dladdr function.

	type mismatch between _rtld_addr and dladdr on line 628 in reloc.c.
	1st arg is typed as "void *" in one and "const void *" in another.
	not sure which one should be corrected.

itojun