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
This commit is contained in:
parent
6306c300db
commit
1ac8397612
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
||||
* crtstuff.c: Undef caddr_t.
|
||||
|
|
|
@ -102,7 +102,7 @@ static struct object obj;
|
|||
|
||||
/* 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
|
||||
|
|
Loading…
Add table
Reference in a new issue