2011-06-09 Kai Tietz <ktietz@redhat.com>
* libgcc2.c (L_trampoline): Include windows.h for mingw targets.
From-SVN: r174860
+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.
/* 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);