aboutsummaryrefslogtreecommitdiff
path: root/tests/bcj_test.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-02-06 09:13:15 +0200
committerLasse Collin <lasse.collin@tukaani.org>2009-02-06 09:13:15 +0200
commit975d8fd72a5148d46b2e1745f7a211cf1dfd9d31 (patch)
tree1cbdf757578be1463fecadc82c57c2161bd4128f /tests/bcj_test.c
parentAdd the "windows" directory to EXTRA_DIST. (diff)
downloadxz-975d8fd72a5148d46b2e1745f7a211cf1dfd9d31.tar.xz
Recreated the BCJ test files for x86 and SPARC. The old files
were linked with crt*.o, which are copyrighted, and thus the old test files were not in the public domain as a whole. They are freely distributable though, but it is better to be careful and avoid including any copyrighted pieces in the test files. The new files are just compiled and assembled object files, and thus don't contain any copyrighted code.
Diffstat (limited to 'tests/bcj_test.c')
-rw-r--r--tests/bcj_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bcj_test.c b/tests/bcj_test.c
index d64c5a79..91456de7 100644
--- a/tests/bcj_test.c
+++ b/tests/bcj_test.c
@@ -8,7 +8,7 @@
/// be used to test the branch conversion filters. Note that this program
/// itself does nothing useful.
///
-/// Compiling: gcc -std=c99 -fPIC bcj_test.c
+/// Compiling: gcc -std=c99 -fPIC -c bcj_test.c
/// Don't optimize or strip.
//
// This code has been put into the public domain.