Commit bf806a90 by Kai Tietz Committed by Kai Tietz

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
parent d5a9738b
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);
......
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