aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-pe/aligncomm-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-pe/aligncomm-2.c')
-rwxr-xr-xld/testsuite/ld-pe/aligncomm-2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-pe/aligncomm-2.c b/ld/testsuite/ld-pe/aligncomm-2.c
index 3b33362..61adc69 100755
--- a/ld/testsuite/ld-pe/aligncomm-2.c
+++ b/ld/testsuite/ld-pe/aligncomm-2.c
@@ -18,3 +18,9 @@ void __main (void)
" .ascii \" -aligncomm:r,4\"\n"
" .text");
}
+
+#if defined (__CYGWIN__) || defined (__MINGW32__)
+void _alloca (void)
+{
+}
+#endif