libgcc2.c (L_trampoline): Include windows.h for mingw targets.
2011-06-09 Kai Tietz <ktietz@redhat.com> * libgcc2.c (L_trampoline): Include windows.h for mingw targets. From-SVN: r174860
This commit is contained in:
parent
d5a9738b2f
commit
bf806a90c9
@ -1,3 +1,7 @@
|
||||
2011-06-09 Kai Tietz <ktietz@redhat.com>
|
||||
|
||||
* libgcc2.c (L_trampoline): Include windows.h for mingw targets.
|
||||
|
||||
2011-06-09 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* config/sparc/sparc.md (return_internal): Adjust 'length' attribute.
|
||||
|
@ -2032,6 +2032,7 @@ __clear_cache (char *beg __attribute__((__unused__)),
|
||||
/* Jump to a trampoline, loading the static chain address. */
|
||||
|
||||
#if defined(WINNT) && ! defined(__CYGWIN__)
|
||||
#include <windows.h>
|
||||
int getpagesize (void);
|
||||
int mprotect (char *,int, int);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user