Subject: Re: ELF and C++ exceptions
To: Todd Vierling <tv@pobox.com>
From: Krister Walfridsson <cato@df.lth.se>
List: tech-toolchain
Date: 06/06/2000 11:07:08
On Mon, 5 Jun 2000, Todd Vierling wrote:

> : C++ exceptions doesn't work on any ELF port using the dwarf2 unwind
> : mechanism,
> 
> Even alpha or mips!?  (You sure about this?  I have used C++ code on alpha
> before...!)

I don't have any alpha, but I have tried mips. And mips doesn't work
unless I use sjlj exceptions.

   /Krister