From: Lasse Collin Date: Fri, 6 Feb 2009 07:13:15 +0000 (+0200) Subject: Recreated the BCJ test files for x86 and SPARC. The old files X-Git-Tag: v4.999.8beta~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=975d8fd72a5148d46b2e1745f7a211cf1dfd9d31;p=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. --- 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 Binary files a/tests/compress_prepared_bcj_sparc and b/tests/compress_prepared_bcj_sparc differ diff --git a/tests/compress_prepared_bcj_x86 b/tests/compress_prepared_bcj_x86 index 48dde27c..bcc546f0 100644 Binary files a/tests/compress_prepared_bcj_x86 and b/tests/compress_prepared_bcj_x86 differ diff --git a/tests/files/good-1-sparc-lzma2.xz b/tests/files/good-1-sparc-lzma2.xz index 5c1c8600..4532bc61 100644 Binary files a/tests/files/good-1-sparc-lzma2.xz and b/tests/files/good-1-sparc-lzma2.xz differ diff --git a/tests/files/good-1-x86-lzma2.xz b/tests/files/good-1-x86-lzma2.xz index 2c4a471a..8053917b 100644 Binary files a/tests/files/good-1-x86-lzma2.xz and b/tests/files/good-1-x86-lzma2.xz differ