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.
This commit is contained in:
parent
094b1b09a5
commit
975d8fd72a
|
@ -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.
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue