lp:ubuntu/precise/tcc

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/precise/tcc
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

22. By Thomas Preud'homme

* Document that -b is only available on i386 (Closes: #663692).
* Correctly parse unsigned long constants (ex: 1UL) on amd64
  (Closes: #663711).
* Support arguments to linker options to be passed in separate linker
  options as in -Wl,-rpath -Wl,<somedir> (Closes: #663693).

21. By Thomas Preud'homme

Fix linkage of named file in loader script (Closes: #654528).

20. By Thomas Preud'homme

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).

19. By Thomas Preud'homme

Stop wrongly using multiarch dynamic loader as elf interpreter, eg. back
to use /lib64/ld-linux-x86-64.so.2 for amd64 (Closes: #636541).

18. By Daniel T Chen

Backport patch from Debian experimental's 0.9.26~git20110616.330d2ee-2
to support 'arm' and 'armv7l' cpus. This obviates Pali's patch in
(LP: #617762).

17. By Thomas Preud'homme

* Stop exporting tcc_add_file2(), tcc_add_sysfile() and
  tcc_add_syslibrary_path() functions added for multiarch transitions.
* Use any-i386 and any-amd64 instead of hardcoded list of architectures.

16. By Thomas Preud'homme

* Modify debian/rules to use patch added in 0.9.25-7 (Closes: #632089).
* Get DEB_HOST_MULTIARCH from dpkg-architecture to ensure it is set when
  calling debian/rules manually.
* Fix build failure on i386: array_test should not define any parameter.
* Make patch for multilib consistent with regards to the filenames opened.

15. By Thomas Preud'homme

Search system files and library in multilib path (Closes: #632089).

14. By Thomas Preud'homme

* Reactivate support for armel arch.
* Attempt to solve test suite failure on armel.
* Register documentation with doc-base.
* Fix the license of win32/tools/tiny_libmaker.c with author's agreement.
* Convert package to multiarch.
* debian/patches:
  + Stricter test about declaration of static function without file scope in
    local block to not error out in wrong situations (regression fix).
  + Add function and variable assembly labels.
* debian/compat:
  + Bump debhelper compatibility from 7 to 8 (no changes needed).
* debian/copyright:
  + Update and convert to DEP5 candidate format.
  + Update address of FSF.
  + Remove duplicate notices and give redistribution license.
* debian/control:
  + Bump Standards-Version to 3.9.2 (no changes needed).
  + Improve synopsis wording for tcc.
* Remove useless debian/tcc.dirs file

13. By Thomas Preud'homme

Drop support for armel arch.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/quantal/tcc
This branch contains Public information 
Everyone can see this information.

Subscribers