Subject: Re: C shared lib question To: None <tech-toolchain@netbsd.org> From: Christos Zoulas <christos@zoulas.com> List: tech-toolchain Date: 03/10/2000 01:07:20
> Well, that is sucky. The linker is supposed to recognize those and stuff
> them into the .init and .fini sections.
Is it? I don't think so. I thought that you needed:
extern void _init(void) __attribute__((section(".init")));