aboutsummaryrefslogtreecommitdiff
path: root/tccelf.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM target support (Daniel Glockner) - allow unsigned char as default on ↵bellard2003-10-141-8/+116
| | | | ARM (Daniel Glockner) - fixed small ld script support (Daniel Glockner)
* 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
| | | | 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