diff mbox

fix FTBFS with --target=i686-pc-cygwin

Message ID 53EA5E3F.6020605@redhat.com
State New
Headers show

Commit Message

Yaakov Selkowitz Aug. 12, 2014, 6:34 p.m. UTC
There is a syntax error in r213009 causing a FTBFS in trunk with 
--target=i686-pc-cygwin.  Patch attached, with which trunk now builds 
for said target.

Comments

Kai Tietz Aug. 12, 2014, 6:37 p.m. UTC | #1
2014-08-12 20:34 GMT+02:00 Yaakov Selkowitz <yselkowi@redhat.com>:
> There is a syntax error in r213009 causing a FTBFS in trunk with
> --target=i686-pc-cygwin.  Patch attached, with which trunk now builds for
> said target.
>
> --
> Yaakov Selkowitz
> Associate Software Engineer, ARM
> Red Hat, Inc.

Patch is ok. Please apply.

Thanks,
Kai
Kai Tietz Aug. 19, 2014, 2:52 p.m. UTC | #2
Applied for you at rev. 214153.

Kai

2014-08-12 20:37 GMT+02:00 Kai Tietz <ktietz70@googlemail.com>:
> 2014-08-12 20:34 GMT+02:00 Yaakov Selkowitz <yselkowi@redhat.com>:
>> There is a syntax error in r213009 causing a FTBFS in trunk with
>> --target=i686-pc-cygwin.  Patch attached, with which trunk now builds for
>> said target.
>>
>> --
>> Yaakov Selkowitz
>> Associate Software Engineer, ARM
>> Red Hat, Inc.
>
> Patch is ok. Please apply.
>
> Thanks,
> Kai
diff mbox

Patch

Index: libgcc/config/i386/cygming-crtbegin.c
===================================================================
--- libgcc/config/i386/cygming-crtbegin.c	(revision 213759)
+++ libgcc/config/i386/cygming-crtbegin.c	(working copy)
@@ -102,7 +102,7 @@ 
 
 /* Handle of libgcc's DLL reference.  */
 HANDLE hmod_libgcc;
-static void *  (*deregister_frame_fn) (const void *) == NULL;
+static void *  (*deregister_frame_fn) (const void *) = NULL;
 #endif
 
 #if TARGET_USE_JCR_SECTION