00001 #include "c.h"
00002 extern Interface alphaIR;
00003 extern Interface mipsebIR, mipselIR;
00004 extern Interface sparcIR, solarisIR;
00005 extern Interface x86IR, x86linuxIR;
00006 extern Interface symbolicIR, symbolic64IR;
00007 extern Interface nullIR;
00008 extern Interface bytecodeIR;
00009 Binding bindings[] = {
00010 "alpha/osf", &alphaIR,
00011 "mips/irix", &mipsebIR,
00012 "mips/ultrix", &mipselIR,
00013 "sparc/sun", &sparcIR,
00014 "sparc/solaris", &solarisIR,
00015 "x86/win32", &x86IR,
00016 "x86/linux", &x86linuxIR,
00017 "symbolic/osf", &symbolic64IR,
00018 "symbolic/irix", &symbolicIR,
00019 "symbolic", &symbolicIR,
00020 "null", &nullIR,
00021 "bytecode", &bytecodeIR,
00022 NULL, NULL
00023 };