aboutsummaryrefslogtreecommitdiff
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
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 '')
-rw-r--r--tests/bcj_test.c2
-rw-r--r--tests/compress_prepared_bcj_sparcbin6804 -> 1240 bytes
-rw-r--r--tests/compress_prepared_bcj_x86bin4649 -> 1388 bytes
-rw-r--r--tests/files/good-1-sparc-lzma2.xzbin2296 -> 612 bytes
-rw-r--r--tests/files/good-1-x86-lzma2.xzbin1936 -> 716 bytes
5 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.
diff --git a/tests/compress_prepared_bcj_sparc b/tests/compress_prepared_bcj_sparc
index ba3ee297..86ea7ddb 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 48dde27c..bcc546f0 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 5c1c8600..4532bc61 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 2c4a471a..8053917b 100644
--- a/tests/files/good-1-x86-lzma2.xz
+++ b/tests/files/good-1-x86-lzma2.xz
Binary files differ