diff options
Diffstat (limited to 'ld/testsuite/ld-pe/aligncomm-2.c')
-rwxr-xr-x | ld/testsuite/ld-pe/aligncomm-2.c | 6 |
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 |