| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update elf.h | Thomas Preud'homme | 2014-01-08 | 1 | -1084/+2469 |
| | | |||||
| * | Revert "Add support for thread-local storage variables" | Thomas Preud'homme | 2013-11-03 | 1 | -3/+1 |
| | | | | | | | | | | | TLS support in tinyCC is absolutely not ready: - segment register not select in load and store - no relocation added for computing offset of per-thread symbol - no support for TLS-specific relocations - no program header added as per Drepper document about TLS This reverts commit 1c4afd13501f07a673aed5f130166f2ee0f30927. | ||||
| * | Add support for thread-local storage variables | Thomas Preud'homme | 2013-10-29 | 1 | -1/+3 |
| | | |||||
| * | add version number to manpage | Urs Janssen | 2013-02-17 | 1 | -2/+2 |
| | | | | | | | | avoid c++/c99 style comments in preprocessor directives avoid leadings whitespaces in preprocessor directives mention implemented variable length arrays in documentation fixed ambiguous option in texi2html call (Austin English) | ||||
| * | Add support for R_ARM_THM_{JUMP24,CALL} relocs | Thomas Preud'homme | 2012-10-28 | 1 | -1/+2 |
| | | | | | | | Add support for relocations R_ARM_THM_JUMP24 and R_ARM_THM_CALL. These are encountered with gcc when compiling for armv6 or greater with -mthumb flag and a call (conditional or not) is done. | ||||
| * | Support for R_ARM_[THM_]MOV{W,T}_ABS[_NC} relocs | Thomas Preud'homme | 2012-10-10 | 1 | -0/+4 |
| | | | | | | | | | | Add support for relocations R_ARM_MOVW_ABS_NC and R_ARM_MOVT_ABS as well as their Thumb2 counterpart R_ARM_THM_MOVW_ABS_NC and R_ARM_THM_MOVT_ABS. These are encountered with gcc when compiling for armv7-a and a data is loaded in a register, either in arm or Thumb2 mode. The first half of the data is loaded with movw ; the second half is loaded with movt. | ||||
| * | elf.h: define SHF_MERGE etc. | grischka | 2011-07-14 | 1 | -0/+11 |
| | | |||||
| * | tccpe: cleanup ELFW() macros etc. | grischka | 2011-07-14 | 1 | -10/+0 |
| | | |||||
| * | Add support for indirect functions as externals. | Thomas Preud'homme | 2010-08-09 | 1 | -0/+1 |
| | | | | | Add link support to use indirect functions defined in external modules | ||||
| * | don't discard SHT_((PRE)INIT|FINI)_ARRAY sections | Daniel Glöckner | 2010-05-15 | 1 | -1/+6 |
| | | |||||
| * | ARM: add support for R_ARM_V4BX | Daniel Glöckner | 2010-05-15 | 1 | -0/+1 |
| | | |||||
| * | added 16-bit x86 assembly support | Frederic Feret | 2009-11-13 | 1 | -0/+4 |
| | | |||||
| * | Imported several macros required by x86-64 | Shinichiro Hamaji | 2008-12-02 | 1 | -3/+74 |
| | | |||||
| * | Introduce ElfW macro and ELFW to encapsulate the difference between Elf32_* ↵ | Shinichiro Hamaji | 2008-12-02 | 1 | -0/+10 |
| | | | | | and Elf64_*. Also, introduce ElfW_Rel and SHT_RELX for difference between REL and RELA. | ||||
| * | Use _WIN32 for a windows hosted tcc and define it for the PE target. | grischka | 2007-12-13 | 1 | -950/+950 |
| | | |||||
| * | Import 409,410: ARM EABI by Daniel Glöckner | grischka | 2007-12-04 | 1 | -3/+9 |
| | | |||||
| * | do not assume signed char (grischka) | bellard | 2005-04-17 | 1 | -1/+1 |
| | | |||||
| * | ELF visibility defines | bellard | 2005-04-10 | 1 | -0/+14 |
| | | |||||
| * | initial TMS320C67xx support (TK) | bellard | 2004-10-04 | 1 | -0/+18 |
| | | |||||
| * | added | bellard | 2002-12-08 | 1 | -0/+1595 |
