Ticket #221: ld.diff

File ld.diff, 412 bytes (added by KO Myung-Hun, 14 years ago)

Patch for ld

  • ld.c

     
    6262#define SECTION_ALIGN           16
    6363#define SECTION_ALIGN_MASK      (SECTION_ALIGN-1)
    6464
     65/* When linking a very large .o file, alloca() can fail */
     66#undef USE_ALLOCA
     67
    6568/* If compiled with GNU C, use the built-in alloca */
    6669#ifdef USE_ALLOCA
    6770#include "alloca.h"