tcc 0.9.25-11 source package in Ubuntu

Changelog

tcc (0.9.25-11) unstable; urgency=medium


  * Change ELF interpreter from /lib/ld-linux-x86-64.so.2 — contrary to what
    announces previous entry — to /lib64/ld-linux-x86-64.so.2
    (Closes: #653941).

 -- Thomas Preud'homme <email address hidden>  Tue, 03 Jan 2012 15:53:32 +0100

Upload details

Uploaded by:
Aurelien GEROME
Uploaded to:
Sid
Original maintainer:
Aurelien GEROME
Architectures:
any-i386 any-amd64 armel
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
tcc_0.9.25-11.dsc 1.9 KiB 1c56c6cf5811d36c4337f694ab468b62605c07dfef91c2f9e405320605ed9957
tcc_0.9.25.orig.tar.bz2 373.9 KiB 1bed6cb0fb2ef4100df1b94435d22863679e84cf419ec48ef96d9c0e9063de35
tcc_0.9.25-11.debian.tar.gz 36.2 KiB 82ec6c56848126553d747ef688bb9746771102d81fe6e44556064d844a02b3ad

No changes file available.

Binary packages built by this source

libtcc-dev: Fast library for dynamic code generation

 Libtcc is a library that uses tcc, a compiler several times faster than
 'gcc -O0' to perform dynamic code generation. It exposes in its API all
 operations tcc performs to generate a binary from sources: setting
 header and library paths, compiling program from a source file,
 manipulating its symbols and handling relocation of its code among
 other things. Libtcc is also able to compile from a buffer.
 .
 This package contains the static library and header file for TCC (Tiny
 C Compiler).
 .
 NOTE: libtcc is still somewhat experimental and is not recommended for
 production use. The code it generates is much less optimized than what
 GCC produces, and compiler bugs can have serious security consequences
 for your program.

tcc: Small ANSI C compiler

 TCC (for Tiny C Compiler) is a small and fast ANSI C compiler. It
 generates optimized x86 code, and can compile, assemble, and link
 several times faster than 'gcc -O0'. Any C dynamic library can be used
 directly. It includes an optional memory and bounds checker, and
 bounds-checked code can be mixed freely with standard code. C script
 is also supported via the usual hash-bang mechanism.
 .
 NOTE: TCC is still somewhat experimental and is not recommended for
 production use. The code it generates is much less optimized than what
 GCC produces, and compiler bugs can have serious security consequences
 for your program.