This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [ada] remove dead dwarf frame eh support
- From: Olivier Hainque <hainque at ACT-Europe dot FR>
- To: Richard Henderson <rth at redhat dot com>
- Cc: kenner at gnat dot com, bosch at gnat dot com, gcc-patches at gcc dot gnu dot org
- Date: 29 Nov 2001 09:00:33 +0100
- Subject: Re: [ada] remove dead dwarf frame eh support
- References: <20011128155514.A30935@redhat.com>
Richard Henderson <rth@redhat.com> writes:
> I realize that a replacement is in progress, but in the meantime
> this code references header files that don't exist. Ok to kill?
Yes. It was there as a first attempt to use dwarf2 unwinding for exception
propagation with gcc 2.8.1 a long time ago but we are now using the higher
level _Unwind API for this purpose.
Olivier