This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [hjl@lucon.org: PATCH: libgcj/25840: [4.2 Regression] libjava is broken on Linux/x86-64]
- From: "H. J. Lu" <hjl at lucon dot org>
- To: Andrew Pinski <pinskia at physics dot uc dot edu>
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 18 Jan 2006 12:06:39 -0800
- Subject: Re: [hjl@lucon.org: PATCH: libgcj/25840: [4.2 Regression] libjava is broken on Linux/x86-64]
- References: <20060118194756.GA11924@lucon.org> <200601181955.k0IJtqGK019830@earth.phy.uc.edu>
On Wed, Jan 18, 2006 at 02:55:51PM -0500, Andrew Pinski wrote:
> > Date: Wed, 18 Jan 2006 11:46:28 -0800
> > From: "H. J. Lu" <hjl@lucon.org>
> > To: gcc-patches@gcc.gnu.org
> > Subject: PATCH: libgcj/25840: [4.2 Regression] libjava is broken on Linux/x86-64
> > User-Agent: Mutt/1.4.2.1i
> >
> > ".text\n" is missing from RESTORE2 in include/x86_64-signal.h. I am
> > testing it now.
> >
> > H.J.
> > ---
> > 2006-01-18 H.J. Lu <hongjiu.lu@intel.com>
> >
> > PR libgcj/25840
> > * include/x86_64-signal.h (RESTORE2): Add ".text\n".
>
> Note I think this is obvious once testing has finished and shows that this fixes
> the problem.
>
Test is OK with my patch. I checked it into mainline. Should I update
4.1, 4.0 and 3.4?
H.J.