aboutsummaryrefslogtreecommitdiff
path: root/tccelf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* unlink outfile firstChangming Xu2011-03-031-0/+1
* One more fix for tcc -runShinichiro Hamaji2010-12-281-1/+2
* Fix for the previous commit.Shinichiro Hamaji2010-12-281-2/+3
* Handle r_addend and R_X86_64_PLT32 properly.Shinichiro Hamaji2010-12-281-7/+6
* tccelf/tcccoff: fix some type conversion warningsgrischka2010-12-041-6/+6
* x86_64: finish biarch path fixupHenry Kroll III2010-11-251-1/+1
* x86_64: fix --with-libgcc and simplify biarch pathsHenry Kroll III2010-11-251-6/+2
* Add support for __FreeBSD_kernel__ kernelThomas Preud'homme2010-09-101-6/+8
* Add support for indirect functions as externals.Thomas Preud'homme2010-08-091-6/+8
* don't discard SHT_((PRE)INIT|FINI)_ARRAY sectionsDaniel Glöckner2010-05-151-0/+3
* ARM: add support for R_ARM_V4BXDaniel Glöckner2010-05-151-1/+10
* ARM: allow jumps > 32MB on -runDaniel Glöckner2010-05-141-0/+16
* Don't load libtcc1 on arch where it doesn't existThomas Preud'homme2010-05-011-3/+7
* Link alias symbols togetherThomas Preud'homme2010-05-011-0/+20
* Replace malloc+strcpy by tcc_strdup in ld_load_file_listThomas Preud'homme2010-04-201-9/+3
* Fix "already done" test in libname_to_filename()Thomas Preud'homme2010-04-201-1/+1
* Clean changes introduced by 47abdbdThomas Preud'homme2010-04-201-66/+86
* Better handle ld scriptsThomas Preud'homme2010-04-151-3/+113
* tccelf: fix warninggrischka2010-04-131-0/+2
* fill got table for static linkingAli Gholami Rudi2010-02-051-0/+44
* Added patch to detect and use the paths for 64bit libraries asNikos Mavrogiannopoulos2010-01-281-0/+4
* Recognize -Wl,-BsymbolicDetlef Riekenberg2010-01-261-0/+4
* x86-64: use uplong for symbol valuesgrischka2010-01-141-12/+10
* build from multiple objects: fix other targetsgrischka2009-12-201-1/+1
* allow tcc be build from separate objectsgrischka2009-12-201-35/+27
* win32: enable bounds checker & exception handlergrischka2009-12-191-33/+42
* tcc: add "-Wl,-rpath=path" option (library search path)grischka2009-12-191-1/+4
* solve tccelf problem on FreeBSDLuigi Rizzo2009-12-011-10/+80
* Removed binary executable output supportFeret@.(none)2009-11-131-5/+4
* various fixes and new options for PE formatFrederic Feret2009-11-131-10/+10
* added 16-bit x86 assembly supportFrederic Feret2009-11-131-0/+12
* add binary executable output supportFrederic Feret2009-11-131-4/+5
* fix "symbol not defined" if symbol has offset 0grischka2009-08-241-9/+16
* fix some warninggrischka2009-07-181-2/+2