This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Add __frame_state_for to libgcc (GCC 3.0.1 vs GLIBC 2.2.4 solution part)
- To: Richard Henderson <rth at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Subject: Re: [PATCH] Add __frame_state_for to libgcc (GCC 3.0.1 vs GLIBC 2.2.4 solution part)
- From: Jakub Jelinek <jakub at redhat dot com>
- Date: Thu, 19 Jul 2001 13:57:46 -0400
- References: <20010719070129.E3862@devserv.devel.redhat.com> <20010719101856.C2077@redhat.com>
- Reply-To: Jakub Jelinek <jakub at redhat dot com>
On Thu, Jul 19, 2001 at 10:18:56AM -0700, Richard Henderson wrote:
> On Thu, Jul 19, 2001 at 07:01:29AM -0400, Jakub Jelinek wrote:
> > * unwind-dw2.c (_Unwind_FrameState): Add eh_ptr.
> > (extract_cie_info): Handle "eh" augmentation properly,
> > remember eh_ptr.
> > (struct frame_state, __frame_state_for): New.
>
> Given that I think this will be needed no matter what we
> do wrt the other pieces in glibc, this is ok.
Thanks.
> You also need to add __frame_state_for to libgcc-glibc.ver
> so that it gets exported.
No need to add, it is already there. I was a little suprised to see it
there when writing the patch...
Jakub