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

1.1       root        1: #include "xm-mips.h"
                      2: 
                      3: #define USG
1.1.1.2 ! root        4: #define HAVE_VPRINTF
1.1       root        5: 
                      6: #define bcopy(a,b,c) memcpy (b,a,c)
                      7: #define bzero(a,b) memset (a,0,b)
                      8: #define bcmp(a,b,c) memcmp (a,b,c)
                      9: 
1.1.1.2 ! root       10: #if 0
1.1       root       11: #ifdef __GNUC__
1.1.1.2 ! root       12: /* The normal irix compiler requires alloca.h or alloca doesn't work.
        !            13:    However, the IRIX compiler doesn't allow alloca to be stored in
        !            14:    something like ptr->field = alloca(), so we just use the normal
        !            15:    C alloca.  */
1.1       root       16: #include <alloca.h>
                     17: #endif
1.1.1.2 ! root       18: #endif

unix.superglobalmegacorp.com

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