Annotation of gcc/config/xm-irix4.h, revision 1.1

1.1     ! root        1: /* Tell xm-mips.h not to do anything about alloca.  */
        !             2: #define MIPS_OVERRIDE_ALLOCA
        !             3: 
        !             4: #include "xm-mips.h"
        !             5: 
        !             6: #define USG
        !             7: 
        !             8: #define bcopy(a,b,c) memcpy (b,a,c)
        !             9: #define bzero(a,b) memset (a,0,b)
        !            10: #define bcmp(a,b,c) memcmp (a,b,c)
        !            11: 
        !            12: #ifdef __GNUC__
        !            13: /* If compiling with GCC, use the built-in alloca.  */
        !            14: #define alloca(n) __builtin_alloca (n)
        !            15: #else
        !            16: /* The normal irix compiler requires alloca.h or alloca doesn't work.  */
        !            17: #include <alloca.h>
        !            18: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.