| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix relocs_info declaration in tcc.h | Thomas Preud'homme | 2016-12-05 | 1 | -2/+23 |
| | | | | | | | | | | C standard specifies that array should be declared with a non null size or with * for standard array. Declaration of relocs_info in tcc.h was not respecting this rule. This commit add a R_NUM macro that maps to the R_<ARCH>_NUM macros and declare relocs_info using it. This commit also moves all linker-related macros from <arch>-gen.c files to <arch>-link.c ones. | ||||
| * | Make build_got_entries more target independent | Thomas Preud'homme | 2016-12-03 | 1 | -0/+13 |
| | | | | | | Factor most of common logic between targets in build_got_entries by defining target specific info into structures in the backends. | ||||
| * | Do section relocation in architecture backend | Thomas Preud'homme | 2016-12-03 | 1 | -0/+90 |
