aboutsummaryrefslogtreecommitdiff
path: root/tccelf.c
Commit message (Expand)AuthorAgeFilesLines
* win32 merge (grischka)bellard2005-04-171-9/+2
* better st_other supportbellard2005-04-131-14/+23
* initial PE format supportbellard2005-04-101-6/+1
* removed warningsbellard2004-11-071-1/+6
* copyright updatebellard2004-10-271-1/+1
* correct libtcc1 link orderbellard2004-10-271-4/+3
* fixed linker symbol generation - output format supportbellard2004-10-231-90/+141
* _end symbol definition fix - fixed section alignment logicbellard2004-10-181-14/+26
* C67 COFF executable format support (TK)bellard2004-10-051-0/+22
* initial TMS320C67xx support (TK)bellard2004-10-041-0/+31
* ARM target support (Daniel Glockner) - allow unsigned char as default on ARM...bellard2003-10-141-8/+116
* fixed libc linking when running in memorybellard2003-10-041-2/+5
* .gnu.linkonce section support (useful to link with recent glibc)bellard2003-10-041-3/+28
* changed tcc_get_symbol() prototypebellard2003-07-201-4/+13
* added init_array defines for new ld compatibilitybellard2003-05-291-0/+33
* added -rdynamic supportbellard2003-05-241-2/+12
* changed license to LGPLbellard2003-05-241-11/+11
* alacarte linking (Dave Long)bellard2003-04-281-7/+59
* added -nostdlibbellard2003-04-271-7/+11
* ignore OUTPUT_FORMAT and TARGET ld script commands (fixes Redhat >= 7 static ...bellard2003-04-161-0/+15
* fixed comment parsingbellard2003-04-131-1/+2
* PLT generation fixbellard2003-04-131-46/+68
* FreeBSB fixes - elf align issuesbellard2002-12-081-0/+11
* parsing optimizationsbellard2002-11-231-1/+1
* prepared parser for direct use of file->buf_ptr - faster comment parsingbellard2002-11-221-1/+2
* suppressed ch1 and preparserbellard2002-11-221-43/+82
* removed many memory leaks - suppressed many global variablesbellard2002-11-021-162/+205
* added tcc_relocate() and tcc_get_symbol()bellard2002-09-081-3/+3
* suppressed section_ptr - fixed constant string allocationbellard2002-08-181-2/+3
* moved ELF specific stuff to tccelf.cbellard2002-08-181-0/+1844