This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
__get_eh_info?
- From: Adam Megacz <gcj at lists dot megacz dot com>
- To: java at gcc dot gnu dot org
- Date: 14 Dec 2001 22:56:48 -0800
- Subject: __get_eh_info?
- Organization: Myself
Hey, I'm trying to get some of the win32 exception stuff
(NullPointerException, ArithmeticException) to work -- it references
__get_eh_context, but I don't see that symbol anywhere else in the
entire gcc source tree...
Any hints? What's the authoritative documentation source for info on
gcc's exception/signal handling scheme?
- a