aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrischka <grischka>2009-04-18 14:28:45 +0200
committergrischka <grischka>2009-04-18 15:08:03 +0200
commitea5e81bd6a3376232bf4747b2fa2e0a91c19b337 (patch)
treef88b43a25996cd7f4b9c32aac70fdd33e3f4dc2c
parente8a52a824957808410a8eb13d4b5e2f3e1776553 (diff)
downloadtinycc-ea5e81bd6a3376232bf4747b2fa2e0a91c19b337.tar.gz
tinycc-ea5e81bd6a3376232bf4747b2fa2e0a91c19b337.tar.bz2
new subdirs: include, lib, tests
-rw-r--r--include/float.h (renamed from float.h)0
-rw-r--r--include/stdarg.h (renamed from stdarg.h)0
-rw-r--r--include/stdbool.h (renamed from stdbool.h)0
-rw-r--r--include/stddef.h (renamed from stddef.h)0
-rw-r--r--include/tcclib.h (renamed from tcclib.h)0
-rw-r--r--include/varargs.h (renamed from varargs.h)0
-rw-r--r--lib/alloca86-bt.S (renamed from alloca86-bt.S)0
-rw-r--r--lib/alloca86.S (renamed from alloca86.S)0
-rw-r--r--lib/bcheck.c (renamed from bcheck.c)0
-rw-r--r--lib/libtcc1.c (renamed from libtcc1.c)0
-rw-r--r--tests/asmtest.S (renamed from asmtest.S)0
-rw-r--r--tests/boundtest.c (renamed from boundtest.c)0
-rw-r--r--[-rwxr-xr-x]tests/gcctestsuite.sh (renamed from gcctestsuite.sh)0
-rw-r--r--tests/libtcc_test.c (renamed from libtcc_test.c)0
-rw-r--r--tests/tcctest.c (renamed from tcctest.c)0
-rw-r--r--win32/examples/dll.def6
16 files changed, 0 insertions, 6 deletions
diff --git a/float.h b/include/float.h
index 5f1c6f7..5f1c6f7 100644
--- a/float.h
+++ b/include/float.h
diff --git a/stdarg.h b/include/stdarg.h
index c49e6df..c49e6df 100644
--- a/stdarg.h
+++ b/include/stdarg.h
diff --git a/stdbool.h b/include/stdbool.h
index 6ed13a6..6ed13a6 100644
--- a/stdbool.h
+++ b/include/stdbool.h
diff --git a/stddef.h b/include/stddef.h
index 9965f89..9965f89 100644
--- a/stddef.h
+++ b/include/stddef.h
diff --git a/tcclib.h b/include/tcclib.h
index a7cc8a3..a7cc8a3 100644
--- a/tcclib.h
+++ b/include/tcclib.h
diff --git a/varargs.h b/include/varargs.h
index daee29e..daee29e 100644
--- a/varargs.h
+++ b/include/varargs.h
diff --git a/alloca86-bt.S b/lib/alloca86-bt.S
index 3fa8a53..3fa8a53 100644
--- a/alloca86-bt.S
+++ b/lib/alloca86-bt.S
diff --git a/alloca86.S b/lib/alloca86.S
index a60b140..a60b140 100644
--- a/alloca86.S
+++ b/lib/alloca86.S
diff --git a/bcheck.c b/lib/bcheck.c
index 0ec2a4b..0ec2a4b 100644
--- a/bcheck.c
+++ b/lib/bcheck.c
diff --git a/libtcc1.c b/lib/libtcc1.c
index b079477..b079477 100644
--- a/libtcc1.c
+++ b/lib/libtcc1.c
diff --git a/asmtest.S b/tests/asmtest.S
index 358a823..358a823 100644
--- a/asmtest.S
+++ b/tests/asmtest.S
diff --git a/boundtest.c b/tests/boundtest.c
index 9bc9828..9bc9828 100644
--- a/boundtest.c
+++ b/tests/boundtest.c
diff --git a/gcctestsuite.sh b/tests/gcctestsuite.sh
index bd9204b..bd9204b 100755..100644
--- a/gcctestsuite.sh
+++ b/tests/gcctestsuite.sh
diff --git a/libtcc_test.c b/tests/libtcc_test.c
index a602fb0..a602fb0 100644
--- a/libtcc_test.c
+++ b/tests/libtcc_test.c
diff --git a/tcctest.c b/tests/tcctest.c
index 6c40245..6c40245 100644
--- a/tcctest.c
+++ b/tests/tcctest.c
diff --git a/win32/examples/dll.def b/win32/examples/dll.def
deleted file mode 100644
index a14d7f1..0000000
--- a/win32/examples/dll.def
+++ /dev/null
@@ -1,6 +0,0 @@
-; Windows DLL example - export definition for the DLL
-
-LIBRARY dll.dll
-
-EXPORTS
-HelloWorld