Commit 1ac83976 by Yaakov Selkowitz Committed by Kai Tietz

cygming-crtbegin.c (deregister_frame_fn): Fix declaration syntax.

2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>

        * config/i386/cygming-crtbegin.c (deregister_frame_fn): Fix
        declaration syntax.

From-SVN: r214153
parent 6306c300
2014-08-19 Yaakov Selkowitz <yselkowi@redhat.com>
* config/i386/cygming-crtbegin.c (deregister_frame_fn): Fix
declaration syntax.
2014-08-13 Steve Ellcey <sellcey@mips.com> 2014-08-13 Steve Ellcey <sellcey@mips.com>
* crtstuff.c: Undef caddr_t. * crtstuff.c: Undef caddr_t.
......
...@@ -102,7 +102,7 @@ static struct object obj; ...@@ -102,7 +102,7 @@ static struct object obj;
/* Handle of libgcc's DLL reference. */ /* Handle of libgcc's DLL reference. */
HANDLE hmod_libgcc; HANDLE hmod_libgcc;
static void * (*deregister_frame_fn) (const void *) == NULL; static void * (*deregister_frame_fn) (const void *) = NULL;
#endif #endif
#if TARGET_USE_JCR_SECTION #if TARGET_USE_JCR_SECTION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment