| Commit message (Expand) | Author | Age | Files | Lines |
* | * use translateable error messages for undefined symbols and also report in w... | svenbarth | 2019-11-21 | 1 | -1/+6 |
* | * fixed default value for progbits | florian | 2019-11-09 | 1 | -1/+1 |
* | * parameters declared as out must be initialized | florian | 2019-11-09 | 1 | -4/+5 |
* | * correctly handle PE COMDAT sections: like for the Comdat groups in ELF file... | svenbarth | 2019-11-02 | 1 | -20/+42 |
* | + add a method to TObjData to retrieve the TSectionProcBits and TSectionFlags... | svenbarth | 2019-10-19 | 1 | -0/+24 |
* | * change TObjData.sectiontype2options to a class function so that it can be c... | svenbarth | 2019-10-19 | 1 | -2/+2 |
* | + support for arm attributes | florian | 2019-10-09 | 1 | -3/+31 |
* | + dwarf support for tls threadvars | florian | 2019-10-05 | 1 | -1/+3 |
* | + support for the gnu2 general-dynamic tls model on arm, use it instead of th... | florian | 2019-10-05 | 1 | -0/+3 |
* | + new relocations for arm tls | florian | 2019-10-05 | 1 | -0/+2 |
* | + support tls threadvars with the internal assembler | florian | 2019-09-25 | 1 | -0/+5 |
* | + x86-64: implemented support for relocation needed by tls threadvars in the ... | florian | 2019-09-25 | 1 | -2/+6 |
* | + introduced TExeSection.MemPosStr - a virtual method for converting the | nickysn | 2019-08-02 | 1 | -0/+8 |
* | * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ | jonas | 2019-07-07 | 1 | -4/+9 |
* | * synchronised with trunk till r42049 | jonas | 2019-05-12 | 1 | -0/+2 |
|\ |
|
| * | * fix case completeness and unreachable code warnings in compiler that would | jonas | 2019-05-12 | 1 | -0/+2 |
* | | + gcc_except_table section | florian | 2019-02-10 | 1 | -1/+2 |
|/ |
|
* | * Removed unused local vars. | yury | 2018-11-02 | 1 | -1/+0 |
* | * patch by J. Gareth Moreton to fix 33909 | florian | 2018-07-01 | 1 | -0/+3 |
* | + added an 'index' field to TObjSectionGroup, specifying the index of the group | nickysn | 2018-06-21 | 1 | -0/+1 |
* | + completed the internal debug ELF writer in TMZExeOutput.writeDebugElf (not | nickysn | 2018-06-13 | 1 | -3/+3 |
* | * changed the TObjRelocation.DataOffset and orgsize types to TObjSectionOfs i... | nickysn | 2018-05-22 | 1 | -10/+10 |
* | * changed the TObjSectionOfs type to be longword on i8086 | nickysn | 2018-05-22 | 1 | -2/+15 |
* | + introduce align_objsecofs; use it to align integers of type TObjSectionOfs | nickysn | 2018-05-22 | 1 | -3/+13 |
* | * also changed the type of the 'DataPos' parameter of TObjData.layoutsections... | nickysn | 2018-05-21 | 1 | -2/+2 |
* | + introduce the TObjSectionOfs type - an unsigned integer, representing an | nickysn | 2018-05-21 | 1 | -20/+22 |
* | * changed type used for section alignment from byte/shortint to longint, so the | nickysn | 2017-10-25 | 1 | -10/+10 |
* | + correctly handle COMDAT sections in COFF files (at least as long as the COM... | svenbarth | 2017-05-12 | 1 | -2/+59 |
* | * removed unused units | florian | 2017-05-09 | 1 | -1/+1 |
* | * TObjSection.MemPos reverted back to qword after r33692, since it breaks the | nickysn | 2016-05-21 | 1 | -1/+1 |
* | * use PUInt for passing around sizes in ogbase as the width of the data type ... | florian | 2016-05-16 | 1 | -23/+23 |
* | + generate .debug_aranges sections for dwarf debug info: enables faster addre... | florian | 2016-04-08 | 1 | -1/+3 |
* | * in the internal assembler writer, when starting a new object file, set the | nickysn | 2016-03-02 | 1 | -2/+2 |
* | * handle the asd_cpu asd_cpu directive and keep track of the currently selected | nickysn | 2016-02-27 | 1 | -1/+9 |
* | + introduced a new type TRelocDataInt for use as the 'data' parameter for | nickysn | 2016-01-13 | 1 | -1/+9 |
* | + support 48-bit (16:32) far pointer relocations in the OMF internal linker | nickysn | 2016-01-11 | 1 | -0/+2 |
* | + added i8086-specific consts RELOC_ABSOLUTE16 and RELOC_RELATIVE16, which are | nickysn | 2016-01-11 | 1 | -2/+8 |
* | Make relocation type more precise compared to output of gas. | laksen | 2016-01-05 | 1 | -0/+1 |
* | + added support to the omf/i8086-msdos internal linker for omf relocation with | nickysn | 2015-11-16 | 1 | -0/+1 |
* | * RELOC_ABSOLUTE32 made different than RELOC_ABSOLUTE on i8086 (and fixed all | nickysn | 2015-11-13 | 1 | -1/+3 |
* | + implemented support for omf fixup records with target group other than 'DGR... | nickysn | 2015-11-12 | 1 | -8/+25 |
* | + support addr_fardataseg references in the internal asm writer | nickysn | 2015-09-04 | 1 | -0/+2 |
* | + support writing more than 1024 zeros in TObjSection.WriteZeros | nickysn | 2015-09-04 | 1 | -6/+14 |
* | + support mixing initialized and bss data in the same object section (only in | nickysn | 2015-09-04 | 1 | -2/+9 |
* | * omf segment class names moved to a const array in omfbase, so they can be used | nickysn | 2015-09-02 | 1 | -1/+1 |
* | + added class type property CObjSymbol to TExeOutput as well | nickysn | 2015-08-25 | 1 | -0/+3 |
* | + i8086-msdos internal linker: write symbol addresses in segment:offset forma... | nickysn | 2015-08-25 | 1 | -1/+1 |
* | * allow using a TObjSymbol subclass via using a "class of" type | nickysn | 2015-08-25 | 1 | -2/+6 |
* | * the result of tobjsymbol.address changed from 'aword' to 'qword' as well | nickysn | 2015-08-25 | 1 | -2/+2 |
* | * TExeSection.Size and .DataPos changed from aword to qword, because: | nickysn | 2015-08-25 | 1 | -1/+1 |