Subject: Re: c++ shared libs on NetBSD/arm32?
To: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
From: Richard Earnshaw <rearnsha@arm.com>
List: port-arm32
Date: 10/19/1999 17:03:42
Don't forget that NetBSD/arm32 is using a.out, so it's possible that any 
static constructors in the code aren't getting run.  I'm not sure of the 
details of how NetBSD links/loads shared libs for a.out, but there is 
certainly no special section for handling this as there is in ELF.  
Another reason why we should consider migrating to ELF sometime?

R.