This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [basic-improvements] try/finally support for c/c++
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Geoff Keating <geoffk at geoffk dot org>
- Cc: jason at redhat dot com, gcc at gcc dot gnu dot org
- Date: Tue, 5 Nov 2002 21:20:45 -0800
- Subject: Re: [basic-improvements] try/finally support for c/c++
- References: <20021105231902.GA13127@redhat.com> <jmvg3bmt5y.fsf@desire.geoffk.org>
> Please don't:
>
> - Call this file 'unwind-c.c'. That might lead people to think it had
> something to do with stack unwinding, and it doesn't, it happens
> after that. Instead, call it something like 'eh-personality-c.c'.
That was rth's suggested name. I'll name it whatever y'all want me to
name it.
> - Add this file in LIB2ADDEH. It is needed on all targets, so
> it should go in LIB2FUNCS_*. (You'll understand this more when I post
> the patch I just finished writing for EH support on Darwin.)
Ok.
Aldy