Ticket #221: ld.diff
File ld.diff, 412 bytes (added by , 15 years ago) |
---|
-
ld.c
62 62 #define SECTION_ALIGN 16 63 63 #define SECTION_ALIGN_MASK (SECTION_ALIGN-1) 64 64 65 /* When linking a very large .o file, alloca() can fail */ 66 #undef USE_ALLOCA 67 65 68 /* If compiled with GNU C, use the built-in alloca */ 66 69 #ifdef USE_ALLOCA 67 70 #include "alloca.h"