aboutsummaryrefslogtreecommitdiff
path: root/tccelf.c
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Define symbol constant for new relocsMichael Matz2015-12-171-7/+9
* x86-64: Add support for new psABI relocationsMichael Matz2015-12-171-4/+10
* tccelf.c: On arm64, use read64le, and use uint64_t to check range.Edmund Grimley Evans2015-11-201-3/+2
* Replace pointer casts with calls to (read|write)(16|32|64)le.Edmund Grimley Evans2015-11-191-121/+106
* tccelf.c: Avoid two trivial instances of undefined behaviour.Edmund Grimley Evans2015-11-091-2/+4
* defined twice: revertseyko2015-10-291-1/+1
* comment out tcc_error_noabort("'%s' defined twice"...seyko2015-10-251-1/+1
* tccelf.c: Reset sym after call to build_got.Edmund Grimley Evans2015-10-161-1/+3
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+3504
* Reorganize the source tree.gus knight2015-07-271-3504/+0
* Clean up lots of rogue tabs.gus knight2015-07-271-139/+139
* Trim trailing spaces everywhere.gus knight2015-07-271-1/+1
* tccpp: fix issues, add testsgrischka2015-05-091-0/+2
* fix a potential end-of-buffer issue in tccelf.cPhilip2015-04-301-2/+5
* Fix program symbols exported in dynsym sectionThomas Preud'homme2015-04-181-12/+11
* ability to specify a type of the input file with the -x switchseyko2015-04-121-3/+3
* fix "handle a -s option" commitseyko2015-04-101-12/+8
* a bounds checking code for the ARCH=x86_64seyko2015-04-101-2/+0
* fix installation amd bcheck for Windowsseyko2015-04-101-15/+16
* handle a -s option by executing sstrip/strip programseyko2015-04-101-0/+14
* output all sections if we produce an executable fileseyko2015-04-101-0/+1
* fix for the bcheck.o (bug #14958)seyko2015-03-291-1/+1
* fix: try to add a bounds.o only if __bounds_init not foundseyko2015-03-281-3/+6
* make a bound checking more compatible with Windows 64seyko2015-03-261-1/+1
* fix for the previous commit: tcc_add_support() was used before definitionseyko2015-03-261-25/+25
* fix: enforce bcheck.o linking when -b option is usedseyko2015-03-261-1/+4
* fix for: x86_64-tcc compiled by i386-tcc is wrongseyko2015-03-231-1/+1
* fix a gcc compiler warning for the previous commitseyko2015-03-231-1/+1
* revert a commit: Work around for the issue TCC doesn't handle -2147483648 pro...seyko2015-03-231-1/+1
* A correction for the commit: revert a grischka patch: gdb refused to know "main"seyko2015-03-101-0/+7
* Find libtcc1.a on arm32Michael Matz2015-03-091-1/+1
* tccelf.c: File path component is "arm64", not "ARM64".Edmund Grimley Evans2015-03-041-1/+1
* A 32/64 bit tcc on linux: an arch specific path for libtcc1.aseyko2015-03-031-1/+19
* tcc_add_runtime() for a CONFIG_USE_LIBGCC case: reducing a complexityseyko2015-03-031-5/+2
* Revert a grischka patch: gdb refused to know "main"seyko2015-03-031-1/+1
* aarch64: Fix -run.Michael Matz2015-02-231-9/+53
* Add arm64 (AArch64) as a target architecture.Edmund Grimley Evans2015-02-231-4/+133
* Use RELA relocations properly for R_DATA_PTR on x86_64.Edmund Grimley Evans2015-02-211-3/+12
* tccelf: layout_sections: add missing param strsecMatteo Cypriani2014-09-071-3/+4
* win64: try to fix linkagegrischka2014-06-241-14/+16
* x86_64: Handle PLT relocs to hidden symbolsMichael Matz2014-04-141-2/+9
* ELF: Remove traces of old RUNTIME_PLTGOT codeMichael Matz2014-04-061-63/+1
* arm: Use proper PLT/GOT for -run.Michael Matz2014-04-061-9/+53
* x86_64: Create proper PLT and GOT also for -runMichael Matz2014-04-061-16/+21
* arm: Handle R_ARM_NONE relocsMichael Matz2014-04-041-0/+4
* run: Always create .got relocsMichael Matz2014-04-041-0/+7
* ELF: Make first PT_LOAD cover headersMichael Matz2014-04-031-5/+10
* x86-64: shared libs improvementMichael Matz2014-03-311-25/+45
* x86-64: Add basic shared lib supportMichael Matz2014-03-311-36/+40
* Fix again GOT32 + PLT32 reloc commitThomas Preud'homme2014-03-291-4/+3