| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow to use libgcc instead of libtcc1 | Daniel Glöckner | 2008-09-12 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | This patch adds a switch --with-libgcc to configure. When passed it prevents libtcc1.a from being built and links to /lib/libgcc_s.so.1 instead of PREFIX/lib/tcc/libtcc1.a. It will work on ARM when using libgcc from GCC >= 4.2.0. Prior versions don't have the __floatun[sd]i[sdx]f functions. It won't work on i386 because of two missing symbols emitted when floats are cast to integers, but users can provide those symbols (global short constants) in their code if needed. Daniel | ||||
| * | release loaded dlls cleanly (Sam K) | grischka | 2008-05-05 | 1 | -1/+1 |
| | | |||||
| * | enable pe-output from libtcc (Shmuel Zeigerman) | grischka | 2008-05-05 | 1 | -1/+15 |
| | | |||||
| * | fix stabstr with linked objects | grischka | 2008-04-27 | 1 | -1/+31 |
| | | |||||
| * | fix bogus relocations with TCC_OUTPUT_DLL | grischka | 2008-04-27 | 1 | -2/+17 |
| | | |||||
| * | added verbosity levels (-vv -vvv) | grischka | 2008-03-31 | 1 | -0/+2 |
| | | |||||
| * | Add -soname linker option (Marc Andre Tanner) | grischka | 2008-03-25 | 1 | -3/+58 |
| | | |||||
| * | Fix 'tcc -static' with recent glibc | grischka | 2008-03-08 | 1 | -6/+10 |
| | | |||||
| * | Switch to newer tccpe.c (includes support for resources) | grischka | 2007-12-19 | 1 | -82/+79 |
| | | |||||
| * | Import 409,410: ARM EABI by Daniel Glöckner | grischka | 2007-12-04 | 1 | -7/+35 |
| | | |||||
| * | Import more changesets from Rob Landley's fork (part 2) | grischka | 2007-11-21 | 1 | -1/+18 |
| | | |||||
| * | Fix 'invalid relocation entry' problem on ubuntu - from Bernhard Fischer | grischka | 2007-10-30 | 1 | -3/+5 |
| | | |||||
| * | tcc_load_dll fix (Tao Wu) | bellard | 2005-10-30 | 1 | -3/+3 |
| | | |||||
| * | ignore AS_NEEDED ld command | bellard | 2005-09-03 | 1 | -21/+40 |
| | | |||||
| * | win32 merge (grischka) | bellard | 2005-04-17 | 1 | -9/+2 |
| | | |||||
| * | better st_other support | bellard | 2005-04-13 | 1 | -14/+23 |
| | | |||||
| * | initial PE format support | bellard | 2005-04-10 | 1 | -6/+1 |
| | | |||||
| * | removed warnings | bellard | 2004-11-07 | 1 | -1/+6 |
| | | |||||
| * | copyright update | bellard | 2004-10-27 | 1 | -1/+1 |
| | | |||||
| * | correct libtcc1 link order | bellard | 2004-10-27 | 1 | -4/+3 |
| | | |||||
| * | fixed linker symbol generation - output format support | bellard | 2004-10-23 | 1 | -90/+141 |
| | | |||||
| * | _end symbol definition fix - fixed section alignment logic | bellard | 2004-10-18 | 1 | -14/+26 |
| | | |||||
| * | C67 COFF executable format support (TK) | bellard | 2004-10-05 | 1 | -0/+22 |
| | | |||||
| * | initial TMS320C67xx support (TK) | bellard | 2004-10-04 | 1 | -0/+31 |
| | | |||||
| * | ARM target support (Daniel Glockner) - allow unsigned char as default on ↵ | bellard | 2003-10-14 | 1 | -8/+116 |
| | | | | | ARM (Daniel Glockner) - fixed small ld script support (Daniel Glockner) | ||||
| * | fixed libc linking when running in memory | bellard | 2003-10-04 | 1 | -2/+5 |
| | | |||||
| * | .gnu.linkonce section support (useful to link with recent glibc) | bellard | 2003-10-04 | 1 | -3/+28 |
| | | |||||
| * | changed tcc_get_symbol() prototype | bellard | 2003-07-20 | 1 | -4/+13 |
| | | |||||
| * | added init_array defines for new ld compatibility | bellard | 2003-05-29 | 1 | -0/+33 |
| | | |||||
| * | added -rdynamic support | bellard | 2003-05-24 | 1 | -2/+12 |
| | | |||||
| * | changed license to LGPL | bellard | 2003-05-24 | 1 | -11/+11 |
| | | |||||
| * | alacarte linking (Dave Long) | bellard | 2003-04-28 | 1 | -7/+59 |
| | | |||||
| * | added -nostdlib | bellard | 2003-04-27 | 1 | -7/+11 |
| | | |||||
| * | ignore OUTPUT_FORMAT and TARGET ld script commands (fixes Redhat >= 7 static ↵ | bellard | 2003-04-16 | 1 | -0/+15 |
| | | | | | link problems) | ||||
| * | fixed comment parsing | bellard | 2003-04-13 | 1 | -1/+2 |
| | | |||||
| * | PLT generation fix | bellard | 2003-04-13 | 1 | -46/+68 |
| | | |||||
| * | FreeBSB fixes - elf align issues | bellard | 2002-12-08 | 1 | -0/+11 |
| | | |||||
| * | parsing optimizations | bellard | 2002-11-23 | 1 | -1/+1 |
| | | |||||
| * | prepared parser for direct use of file->buf_ptr - faster comment parsing | bellard | 2002-11-22 | 1 | -1/+2 |
| | | |||||
| * | suppressed ch1 and preparser | bellard | 2002-11-22 | 1 | -43/+82 |
| | | |||||
| * | removed many memory leaks - suppressed many global variables | bellard | 2002-11-02 | 1 | -162/+205 |
| | | |||||
| * | added tcc_relocate() and tcc_get_symbol() | bellard | 2002-09-08 | 1 | -3/+3 |
| | | |||||
| * | suppressed section_ptr - fixed constant string allocation | bellard | 2002-08-18 | 1 | -2/+3 |
| | | |||||
| * | moved ELF specific stuff to tccelf.c | bellard | 2002-08-18 | 1 | -0/+1844 |
