aboutsummaryrefslogtreecommitdiff
path: root/tccelf.c
Commit message (Collapse)AuthorAgeFilesLines
* added -nostdlibbellard2003-04-271-7/+11
|
* ignore OUTPUT_FORMAT and TARGET ld script commands (fixes Redhat >= 7 static ↵bellard2003-04-161-0/+15
| | | | link problems)
* 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