This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: sjlj-exceptions ICE. simplified test case
- To: David Edelsohn <dje at watson dot ibm dot com>
- Subject: Re: sjlj-exceptions ICE. simplified test case
- From: Richard Henderson <rth at cygnus dot com>
- Date: Wed, 26 Apr 2000 12:19:30 -0700
- Cc: Jason Merrill <jason at cygnus dot com>, Marc Espie <espie at quatramaran dot ens dot fr>, gcc at gcc dot gnu dot org
- References: <jason@cygnus.com> <200004261904.PAA04948@mal-ach.watson.ibm.com>
On Wed, Apr 26, 2000 at 03:04:39PM -0400, David Edelsohn wrote:
> Huh?! Non-ELF configurations do not "just work".
That's funny, it did for OSF/1. Which uses ECOFF, which like a.out
does not support arbitrary sections.
> The dwarf2 table structure is okay, but embedding those in the different
> file formats and teaching the different target backends to use them is far
> from trivial.
Eh? The EH tables are in little fragments scattered about, and
collect2 builds a table of tables which is then registered with
the normal collect2 constructor mechanism.
If constructors work on your non-ELF system, I suspect table driven
EH does as well.
r~