This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: [mingw32] Small fix to gthr-win32.c
- From: Christopher Faylor <cgf at redhat dot com>
- To: Dara Hazeghi <dhazeghi at yahoo dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 13 Jul 2003 22:16:02 -0400
- Subject: Re: PATCH: [mingw32] Small fix to gthr-win32.c
- References: <20030714014904.36162.qmail@web41109.mail.yahoo.com>
On Sun, Jul 13, 2003 at 06:49:04PM -0700, Dara Hazeghi wrote:
>The following patch
>(http://gcc.gnu.org/ml/gcc-patches/2003-06/msg03285.html)
>appears to have been applied according to
>gcc/ChangeLog:
>
>2003-06-29 Aaron W. LaFramboise
><awlaframboise@aol.com>
>
> * config/i386/gthr-win32.h
>(__GTHREAD_HIDE_WIN32API): Define to 1.
>
>but examination of the file in question show that the
>patch, as of 7/11, has not been applied, and indeed
>building for minge32 fails. Can this patch be applied?
>Thanks,
Wow. I somehow managed to make the same mistake on the trunk and the
branch even though, IIRC, I did the checkins on different days.
The ChangeLog was wrong, too, since this was gthr-win32.c, not
gthr-win32.h.
So, I removed the old ChangeLog entry, updated it, and checked both
files in. I'm trying to do the same on the branch, but it is
taking forever.
Sorry for botching this.
cgf