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.
diff --git a/tests/bcj_test.c b/tests/bcj_test.c
index d64c5a7..91456de 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.
diff --git a/tests/compress_prepared_bcj_sparc b/tests/compress_prepared_bcj_sparc
index ba3ee29..86ea7dd 100644
--- a/tests/compress_prepared_bcj_sparc
+++ b/tests/compress_prepared_bcj_sparc
Binary files differ
diff --git a/tests/compress_prepared_bcj_x86 b/tests/compress_prepared_bcj_x86
index 48dde27..bcc546f 100644
--- a/tests/compress_prepared_bcj_x86
+++ b/tests/compress_prepared_bcj_x86
Binary files differ
diff --git a/tests/files/good-1-sparc-lzma2.xz b/tests/files/good-1-sparc-lzma2.xz
index 5c1c860..4532bc6 100644
--- a/tests/files/good-1-sparc-lzma2.xz
+++ b/tests/files/good-1-sparc-lzma2.xz
Binary files differ
diff --git a/tests/files/good-1-x86-lzma2.xz b/tests/files/good-1-x86-lzma2.xz
index 2c4a471..8053917 100644
--- a/tests/files/good-1-x86-lzma2.xz
+++ b/tests/files/good-1-x86-lzma2.xz
Binary files differ