This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc conformance to HP-PA ABI
- To: law at cygnus dot com
- Subject: Re: gcc conformance to HP-PA ABI
- From: hainque at ACT-Europe dot FR (Olivier Hainque)
- Date: Fri, 7 Jul 100 19:52:20 +0200 (MET DST)
- Cc: hainque at ACT-Europe dot FR, boylan at sw dot stratus dot com, gcc at gcc dot gnu dot org
>
>
> > The idea here could be to get a support for exception handling in various
> > languages without setjmp/longjmp. Perhaps would you have other suggestions
> > to achieve this on the PA ?
> Use the dwarf2 unwinder mechanism. It's far better for this kind of thing.
>
Yes, agreed, but I thought that it was not supported by gcc on the PA
(typically missing some INCOMING_XXX macro things or alike).
Olivier