This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] ldtl.c cast patch and misc.
- To: apbianco at cygnus dot com
- Subject: Re: [PATCH] ldtl.c cast patch and misc.
- From: Tom Tromey <tromey at redhat dot com>
- Date: 17 Jul 2001 18:02:26 -0600
- Cc: java-patches at gcc dot gnu dot org
- References: <200107132255.PAA15399@fencer.cygnus.com>
- Reply-To: tromey at redhat dot com
>>>>> "Alex" == Alexandre Petit-Bianco <apbianco@cygnus.com> writes:
Alex> I started to see failures building ltdl.c this morning. I don't
Alex> know whether my patch is the right way to fix this.
I'm ignoring this part per your followup.
Alex> Also, include/i386-signal.h's HANDLE_DIVIDE_OVERFLOW now has an
Alex> unused variable `unsigned int *_ebp' Is it that we just don't
Alex> need it anymore?
I think it can be deleted.
According to cvs annotate, the uses of `ebp' were in version 1.11 but
were deleted in 1.12. So I think this was just an oversight.
Please check in your patch.
Tom