aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32/examples/__main.c
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1996-05-20 02:46:07 +0000
committerRob Savoye <rob@cygnus>1996-05-20 02:46:07 +0000
commitf4d2ff34bef1789eef9bed93572993ee023270e2 (patch)
tree8627672c208e2f884decca146c9aefdcfd5bbb99 /sim/erc32/examples/__main.c
parent41756e56ee00510ee7044119d0b033ea536dae5b (diff)
downloadbinutils-f4d2ff34bef1789eef9bed93572993ee023270e2.zip
binutils-f4d2ff34bef1789eef9bed93572993ee023270e2.tar.gz
binutils-f4d2ff34bef1789eef9bed93572993ee023270e2.tar.bz2
New sparc simulator from the ESA.
Diffstat (limited to 'sim/erc32/examples/__main.c')
-rw-r--r--sim/erc32/examples/__main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/erc32/examples/__main.c b/sim/erc32/examples/__main.c
new file mode 100644
index 0000000..73c52cd
--- /dev/null
+++ b/sim/erc32/examples/__main.c
@@ -0,0 +1,4 @@
+/* Dummy __main for gccx compiled programs */
+
+__main()
+{}