OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

[/] [eco32/] [trunk/] [lcc/] [src/] [bind.c] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 hellwig
#include "c.h"
2
#undef yy
3
#define yy \
4
xx(alpha/osf,    alphaIR) \
5
xx(mips/irix,    mipsebIR) \
6
xx(eco32/linux,  eco32IR) \
7
xx(eco32/netbsd, eco32IR) \
8
xx(eco32/eos32,  eco32IR) \
9
xx(sparc/sun,    sparcIR) \
10
xx(sparc/solaris,solarisIR) \
11
xx(x86/win32,    x86IR) \
12
xx(x86/linux,    x86linuxIR) \
13
xx(symbolic/osf, symbolic64IR) \
14
xx(symbolic/irix,symbolicIR) \
15
xx(symbolic,     symbolicIR) \
16
xx(bytecode,     bytecodeIR) \
17
xx(null,         nullIR)
18
 
19
#undef xx
20
#define xx(a,b) extern Interface b;
21
yy
22
 
23
Binding bindings[] = {
24
#undef xx
25
#define xx(a,b) #a, &b,
26
yy
27
        NULL, NULL
28
};
29
#undef yy
30
#undef xx

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.