Subject: ELF ld problem
To: None <tech-toolchain@netbsd.org>
From: Scott Bartram <scottb@orionsoft.com>
List: tech-toolchain
Date: 08/28/2000 23:24:23
I'm debugging dladdr() and dlsym() on 1.5ALPHA2. I've narrowed down the
problem to the fact that certain symbols found in the symbol table (Elf_Sym)
are not present in the dynamic table (Elf_Dyn). For example, main().

This breaks dladdr() and dlsym() and is not the same behaviour as Solaris
or FreeBSD.

Is this intended or a bug?

---
scott