This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Questions about ``[PATCH] GCC side of .eh_frame_hdr support (take 3)''
- From: Jakub Jelinek <jakub at redhat dot com>
- To: rittle at labs dot mot dot com
- Cc: gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: Fri, 26 Apr 2002 09:29:48 +0200
- Subject: Re: Questions about ``[PATCH] GCC side of .eh_frame_hdr support (take 3)''
- References: <200204241809.g3OI9gJ15955@latour.rsch.comm.mot.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Wed, Apr 24, 2002 at 01:09:42PM -0500, Loren James Rittle wrote:
> While investigating the systematic libjava EH failure seen with GNU ld
> 2.12.1 (prerelease) but not 2.11.2 on i386-*-freebsd4.5, I stumbled
> upon this interesting thread:
>
> http://gcc.gnu.org/ml/gcc-patches/2001-12/msg01552.html
> http://gcc.gnu.org/ml/gcc-patches/2001-12/msg01515.html
>
> [Probably related: http://gcc.gnu.org/ml/gcc/2002-02/msg01424.html]
Just wondering, do you have
http://sources.redhat.com/ml/binutils/2002-04/msg00331.html
patch installed?
Without it, DW_EH_PE_pcrel|DW_EH_PE_indirect encoded personality in CIEs
may be wrong...
Jakub