On 03/30/2017 02:11 AM, Michael Haubenwallner wrote:
I would think the latter -- because libstdc++ is already linked into a DSO. If libstdc++ was an archive library, then it would be the former.When statically linked, shouldn't collect2 add libstdc++'s EH frames to the main executable's registration table again? Or is libstdc++'s constructor called instead?
Jeff