summaryrefslogtreecommitdiff
path: root/compiler/ognlm.pas
Commit message (Expand)AuthorAgeFilesLines
* + introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSym...nickysn2020-04-251-0/+1
* * changed type used for section alignment from byte/shortint to longint, so thenickysn2017-10-251-2/+2
* * store a pointer to the used tasminfo record in every assembler writer, sojonas2015-09-121-3/+3
* * refactored "ar" object writer creation in the internal assembler to allownickysn2015-04-191-1/+2
* * Replaced oso_disabled flag by TExeSection.Disabled boolean property. Makes ...sergei2013-04-281-1/+1
* * Don't calculate data position of each object section. Instead, write out a ...sergei2013-01-021-14/+13
* * ognlm.pas cleanup:sergei2012-12-011-17/+5
* + Implemented two-stage removal of empty exe sections. Candidates for removal...sergei2012-07-261-6/+6
* * replaced most (if not all) remaining fields/parameters in the compilerjonas2012-04-291-1/+1
* + generic implementation of ReplaceForbiddenAsmSymbolChars() insteadjonas2012-04-111-0/+1
* o patch by Alexander Shishkin, resolves #20409florian2011-10-051-3/+3
* Avoid line > 255 chars and range check error on THandle typepierre2011-06-271-2/+7
* added a segment table containing segments for symbols defined by linker scrip...armin2011-04-071-7/+39
* internal linker support for creating novell netware loadable modulesarmin2011-03-271-0/+1484