This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Marking the end of a function
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Richard Henderson <rth at redhat dot com>, Andrew Haley <aph at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Mon, 25 Nov 2002 14:10:50 -0500
- Subject: Re: Marking the end of a function
- References: <15764.6319.942777.657613@cuddles.cambridge.redhat.com> <20020927162736.GD19327@redhat.com> <15764.35805.598709.261477@cuddles.cambridge.redhat.com> <20020927203013.GB19608@redhat.com> <15771.8705.495518.99088@cuddles.cambridge.redhat.com> <20021002230524.GB599@redhat.com> <15772.3455.879547.125913@cuddles.cambridge.redhat.com> <20021003173409.GA1797@redhat.com> <15842.23816.743139.207357@cuddles.cambridge.redhat.com> <20021125180231.GD23332@redhat.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Mon, Nov 25, 2002 at 10:02:31AM -0800, Richard Henderson wrote:
> On Mon, Nov 25, 2002 at 05:25:28PM +0000, Andrew Haley wrote:
> > * unwind.h (_Unwind_Find_Enclosing_Function): New.
>
> Ok.
Shouldn't _Unwind_Find_Enclosing_Function be exported @@GCC_3.3, not
@@GCC_3.0?
Jakub