tcc 0.9.25-10 source package in Ubuntu

Changelog

tcc (0.9.25-10) unstable; urgency=medium

  * Stop wrongly using multiarch dynamic loader as elf interpreter, eg. back
    to use /lib64/ld-linux-x86-64.so.2 for amd64 (Closes: #636541).
 -- Thomas Preud'homme <email address hidden>   Wed,  14 Sep 2011 20:53:38 +0000

Upload details

Uploaded by:
Thomas Preud'homme
Uploaded to:
Oneiric
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.orig.tar.bz2 373.9 KiB 1bed6cb0fb2ef4100df1b94435d22863679e84cf419ec48ef96d9c0e9063de35
tcc_0.9.25-10.debian.tar.gz 34.8 KiB 03751683f1c70746a3eeccda24898869e672d68dcd297629a5d4cfd68cd6428b
tcc_0.9.25-10.dsc 1.9 KiB 01bf88d195810048757dd2e48e843fd75118fc3753237bc4d977cc781e358173

Available diffs

View changes file

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.