This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: sjlj-exceptions ICE. simplified test case


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~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]