summaryrefslogtreecommitdiff
path: root/compiler/systems/i_sunos.pas
Commit message (Expand)AuthorAgeFilesLines
* * fixed wrong change of jumpalignmax from 10 to 16 in previous commitjonas2018-12-281-6/+6
* * set constalignmax to the same value as varalignmax for all targets wherejonas2018-12-011-2/+2
* + new fields for more precise control of alignmentflorian2018-11-011-0/+9
* * synchronized with privatetrunk till r30095jonas2015-03-051-1/+2
|\
| * Set default assembler to elf64 writer for x86_64-solaris targetpierre2015-01-291-1/+1
| * i386-solaris target: Add flags for pic code uses GOT and library requires picpierre2015-01-221-0/+1
* | * synchronized with trunk up to r27758jonas2014-05-121-1/+1
|\ \ | |/
| * Use GNU ar also for x86_64 solarispierre2014-03-071-1/+1
* | + llvmdatalayout field for tsysteminfo that contains the encoded data layoutjonas2013-11-111-1/+5
|/
* * Changed linking infrastructure to look like assembler one:sergei2013-08-181-6/+6
* ifdef cpu86 replaced with ifdef cpui386nickysn2013-03-071-2/+2
* Add tf_pic_uses_got for sparc linux and sparc solarispierre2012-09-271-1/+2
* + describe for each supported target the default guaranteed stack alignmentjonas2012-09-021-0/+3
* * set maxCrecordalign to 16 for all x86_64 platforms that follow thejonas2010-06-031-1/+1
* * add tf_needs_symbol_type for x86_64 solarispierre2009-12-101-1/+2
* * changed tf_use_function_relative_addresses into an assembler flag (withjonas2009-12-061-3/+2
* * solaris x86-64 libraries require picflorian2009-11-281-1/+1
* * Use as_ggas for x86_64 solarispierre2009-11-211-2/+2
* + Register x86_64 Solarispierre2009-11-201-3/+79
* * Use ELF assembler for i386/Solaris targetpierre2009-11-181-1/+1
* * use same alignment for i386 solaris as for i386 linuxpierre2009-11-141-6/+6
* * prefix for import libraries now configurable rather than hardcoded, plus ...hajny2009-02-091-0/+4
* + missing includes of fpcdefs.inc addedflorian2008-10-181-0/+2
* Merged revisions 9693-10480 via svnmerge from michael2008-03-121-5/+5
* * new tf_smartlink_library flagpeter2007-10-011-2/+3
* * changed cpurequiresproperalignment from a compile-time define intojonas2007-03-061-1/+1
* * added missing abi field initialisationjonas2007-01-191-0/+2
* * used "gas" instead of "as" for Solaris (both sparc and x86)jonas2006-09-191-4/+4
* * used gar instead of ar on solarisjonas2006-08-081-2/+2
* * defined HASUNIX for Solarisjonas2006-08-041-2/+2
* * minimum of 4 bytes alignment for const/datapeter2006-03-271-2/+2
* + define sunos as well for Solaris/SunOSflorian2006-02-061-2/+2
* * refactor booleans in systeminfo structure, they are now flagspeter2006-01-131-10/+2
* * basic framework for debuginfo class addedpeter2005-09-151-0/+2
* * log and id tags removedfpc2005-05-211-14/+0
* initial importfpc2005-05-161-0/+180