aboutsummaryrefslogtreecommitdiff
path: root/tccelf.c
Commit message (Expand)AuthorAgeFilesLines
* i386: use __fixdfdi instead of __tcc_cvt_ftolgrischka2014-01-061-2/+2
* Use libtcc.a for static link even with USE_LIBGCCThomas Preud'homme2014-01-031-1/+6
* Allow thumb transition for R_ARM_PC24Thomas Preud'homme2013-11-181-12/+13
* Revert "Add support for thread-local storage variables"Thomas Preud'homme2013-11-031-21/+8
* Add support for thread-local storage variablesThomas Preud'homme2013-10-291-8/+21
* add version number to manpageUrs Janssen2013-02-171-1/+1
* libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str)grischka2013-02-121-1/+1
* tcc.h: declare CValue.tab[LDOUBLE_SIZE/4]grischka2013-02-081-7/+7
* lib/Makefile: use CC, add bcheck to libtcc1.agrischka2013-02-061-4/+0
* tccelf: fix debug section relocationgrischka2013-02-051-1/+1
* portability: make tcc_get_symbol() available for non-nativegrischka2013-02-041-2/+2
* portability: fix void* <-> target address conversion confusiongrischka2013-02-041-37/+40
* Revert "Don't call elf_hash on NULL value"Thomas Preud'homme2013-01-311-1/+1
* safety: replace occurrences of strcpy by pstrcpygrischka2013-01-311-16/+6
* Don't call elf_hash on NULL valueDomingo Alvarez Duarte2013-01-311-1/+1
* Fix overflow detection in ARM relocationThomas Preud'homme2013-01-281-2/+2
* Link STT_GNU_IFUNC into STT_FUNC in executable.Thomas Preud'homme2013-01-251-2/+11
* Revert "Added what I call virtual io to tinycc this way we can make a monolit...Thomas Preud'homme2013-01-141-21/+22
* Added what I call virtual io to tinycc this way we can make a monolitic execu...mingodad2013-01-111-22/+21
* Generate PLT thumb stub only when necessaryThomas Preud'homme2012-11-171-25/+41
* Revert "Generate PLT thumb stub only when necessary"Thomas Preud'homme2012-11-121-53/+23
* Call to veneers in ARM modeThomas Preud'homme2012-11-091-1/+3
* Generate PLT thumb stub only when necessaryThomas Preud'homme2012-11-071-23/+53
* Support R_ARM_THM_JUMP24 relocation to pltThomas Preud'homme2012-11-071-8/+18
* Add support for R_ARM_THM_{JUMP24,CALL} relocsThomas Preud'homme2012-10-281-0/+64
* Only use blx if availableThomas Preud'homme2012-10-161-8/+11
* Fix R_ARM_CALL when target fonction is ThumbThomas Preud'homme2012-10-101-4/+12
* Support for R_ARM_[THM_]MOV{W,T}_ABS[_NC} relocsThomas Preud'homme2012-10-101-0/+32
* Fix R_ARM_REL32 relocationThomas Preud'homme2012-07-091-0/+1
* tccelf.c: Add R_ARM_REL32 relocationThomas Preud'homme2012-06-051-0/+2
* libtcc: tcc_get_symbol uses the TCCState parametergrischka2012-04-181-2/+2
* tcc_realloc: auto "memory full" errorgrischka2012-04-181-2/+0
* Fix assumption of 32bit long on portions of ElfAndrew Mulbrook2012-03-031-8/+9
* Revert "Multiple fixes for 64 bit sections"Andrew Mulbrook2012-03-031-13/+8
* Multiple fixes for 64 bit sectionsmob2012-02-261-8/+13
* Fix linkage of named file in loader script.Thomas Preud'homme2012-01-041-44/+9
* Fix problem with PLT and GOT relocs on armel.Daniel Glöckner2011-08-121-3/+12
* rename error/warning -> tcc_(error/warning)grischka2011-08-111-24/+24
* libtcc: minor adjustmentsgrischka2011-08-111-13/+1
* libtcc: support more than one crtprefixgrischka2011-08-061-1/+1
* configure: add switches to set search pathsgrischka2011-08-061-36/+16
* Revert "Add a --multiarch-triplet switch to configure"Thomas Preud'homme2011-08-031-8/+2
* Add a --multiarch-triplet switch to configureThomas Preud'homme2011-08-021-2/+8
* Set CONFIG_TCC_CRT_PREFIX relative to CONFIG_SYSROOTThomas Preud'homme2011-08-011-1/+1
* Accept colon separated paths with -L and -Igrischka2011-08-011-10/+3
* tccpe: cleanup ELFW() macros etc.grischka2011-07-141-16/+1
* Use CONFIG_TCC_LDDIR for ld.so on all linux archsThomas Preud'homme2011-07-081-4/+4
* Remove unused variablesThomas Preud'homme2011-05-161-3/+6
* Improve weak aliases handlingThomas Preud'homme2011-05-161-17/+19
* tccelf: allow multiply defined weak symbolsJoe Soroka2011-03-071-0/+2