History log of /system/core/libacc/tests/data/otcc.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8dc662efe9e0c820eb001d66315bc32b2358fc57 10-Jun-2009 Jack Palevich <jackpal@google.com> Make otcc code work in x64 based system with 32-bit chroot.

Set execute permission on code before running it.
Handle negative relative offsets for global variables.
Add printfs to report the progress of nested compiles.
Change way we detect whether we can run the host compiler
or not. We used to check if we were running on a 32-bit
Linux. Now we check if the executable is a 32-bit Linux
executable.
/system/core/libacc/tests/data/otcc.c
1cdef20774b2cd30f1a509227c86845337f63f11 22-May-2009 Jack Palevich <jackpal@google.com> Convert libacc into a shared library.

Document internal CodeGenerator interface

Move license to a separate license file.

Define a public API for calling libacc.

Update the "acc" test program to use the public API.
Move "main.cpp" and test scripts into the tests subdirectory.
Move test data from tests to tests/data
Remove stale test data.
/system/core/libacc/tests/data/otcc.c