This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Use PT_GNU_EH_FRAME registry on alpha*-linux* too
- From: Richard Henderson <rth at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 30 Dec 2001 15:03:15 -0800
- Subject: Re: [PATCH] Use PT_GNU_EH_FRAME registry on alpha*-linux* too
- References: <20011230230429.J15801@sunsite.ms.mff.cuni.cz>
On Sun, Dec 30, 2001 at 11:04:29PM +0100, Jakub Jelinek wrote:
> I skipped Alpha initially, since it is more complicated (as crtbegin.asm
> is in assembly...
Actually, now that we have CRT_CALL_STATIC_FUNCTION, it might
be possible to let the Alpha port also use crtstuff.c. I'll
look into this...
r~