summaryrefslogtreecommitdiff
path: root/compiler/systems/i_msdos.pas
Commit message (Expand)AuthorAgeFilesLines
* + implemented proper stack checking for the i8086nickysn2016-05-241-1/+2
* + enable the i8086-msdos internal linkernickysn2015-08-251-1/+1
* * set procalign and loopalign to 1 for the i8086-msdos targetnickysn2015-04-201-2/+2
* * switch the msdos target to the internal assembler/omf object writernickysn2015-04-201-1/+1
* * changed the default debug format for i8086-msdos from stabs to dwarf2nickysn2015-04-171-1/+1
* - removed tf_smartlink_sections flags from the msdos targetnickysn2015-04-121-1/+1
* * synchronised with r28168 of trunkjonas2014-07-051-1/+1
|\
| * * changed the default stack size in the i8086 far data memory models to 16 KBnickysn2014-06-011-1/+1
* | * synchronised with trunk up till r26975jonas2014-03-061-2/+13
|\ \ | |/
| * Use new as_i8086_nasmobj as external assembler for msdos targetpierre2014-01-211-2/+2
| * Use scripted version of wlib for go32v2 msdos smart library creationpierre2014-01-121-0/+11
* | + llvmdatalayout field for tsysteminfo that contains the encoded data layoutjonas2013-11-111-0/+1
|/
* * the staticlibext for i8086-msdos changed from .lib to .a; rationale:nickysn2013-10-051-1/+1
* + added a new tsystemflag tf_cld, which indicates that ts_cld should be enablednickysn2013-09-281-1/+1
* * Changed linking infrastructure to look like assembler one:sergei2013-08-181-2/+2
* + introduce tf_no_objectfiles_when_smartlinking so object file generation on ...florian2013-04-301-1/+2
* * default stack size for msdos changed to 4096 bytesnickysn2013-03-301-1/+1
* * first_parm_offset is 4 on i8086, not 8nickysn2013-03-231-1/+1
* * msdos omf library suffix changed to .libnickysn2013-03-221-1/+1
* + openwatcom wlib support addednickysn2013-03-221-1/+1
* i8086-msdos linking with tlink support addednickysn2013-03-101-1/+1
* added 'msdos' 16-bit real mode dos targetnickysn2013-03-071-0/+102