This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: fix etext fallout
- From: Tom Tromey <tromey at redhat dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: 27 Mar 2002 16:41:36 -0700
- Subject: Re: fix etext fallout
- References: <20020327112233.A26881@redhat.com>
- Reply-to: tromey at redhat dot com
rth> Fallout from Loren's patch. We had two declarations for _end
rth> that didn't match.
Thanks. I finally realized why I wasn't running into this -- I've
only been building 3.1, and this isn't on the branch.
Tom