summaryrefslogtreecommitdiff
path: root/astartup.asm
AgeCommit message (Expand)AuthorFilesLines
2013-07-30if PIC is defined, adjust to modified descriptors for position independent codeJohn van Groningen1-0/+8
2013-07-18store offset to e__system__dind instead of address if code is position indepe...John van Groningen1-0/+4
2013-07-18use @PLT to call clib functions if code is position independentJohn van Groningen1-0/+40
2013-07-18use public only with one label, makes it possible to define public as a macroJohn van Groningen1-1/+2
2013-07-18use public only with one label, makes it possible to define public as a macroJohn van Groningen1-10/+63
2013-07-04if PIC is defined, make more code position independentJohn van Groningen1-12/+199
2013-07-04if PIC is defined, make more code position independentJohn van Groningen1-1/+45
2013-06-28if PIC is defined, make more code position independentJohn van Groningen1-0/+4
2013-06-28if PIC is defined, make more code position independentJohn van Groningen1-4/+42
2013-06-28if PIC is defined, make more code position independentJohn van Groningen1-1/+17
2013-06-28if PIC is defined, make more code position independentJohn van Groningen1-3/+35
2013-06-28if PIC is defined, make some code position independentJohn van Groningen1-1/+37
2013-06-26add +0 to a pc relative address, converted to [rip] on linuxJohn van Groningen1-1/+1
2013-06-26remove +0 after move offsetJohn van Groningen1-1/+1
2013-06-25add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-56/+51
2013-06-25add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-68/+68
2013-06-25add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-26/+26
2013-06-25add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-34/+34
2013-06-25add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-17/+17
2013-06-25add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-33/+33
2013-06-25add +0 to pc relative lea instructions, converted to [rip] on linuxJohn van Groningen1-41/+41
2013-04-08fix printing string parameter of function IO_error for 64 bit linuxJohn van Groningen1-1/+2
2012-04-20fix memory allocation of arrays of unboxed records of size 4 for 64 bit versionsJohn van Groningen1-1/+1
2012-02-06fix minimum heap size test for the memory profilerJohn van Groningen1-4/+4
2011-06-24fix spelling of dll_initialised, remove some spacesJohn van Groningen1-47/+47
2007-06-27port init and exit code for dll's,John van Groningen1-14/+110
2007-05-09fix use of cvtsd2ss instructionJohn van Groningen1-2/+3
2007-05-09add arrays of 32 bit integers and realsJohn van Groningen1-4/+83
2006-12-13store number of values in xmm registers in rax before varargs c call of sprintfJohn van Groningen1-0/+1
2006-11-29fix DtoAC for recordsJohn van Groningen1-1/+1
2006-11-29the assembler wants eax instead of rax when loading a dwordJohn van Groningen1-1/+1
2006-11-29fix bug in DtoACJohn van Groningen1-1/+1
2006-11-08remove call to write_heap on 64 bit linux because it is not yet implementedJohn van Groningen1-0/+4
2006-09-05add call to write_heapJohn van Groningen1-9/+17
2006-06-26add abs_real_maskJohn van Groningen1-2/+5
2006-06-09fix printing of heap size after garbage collection on windows,John van Groningen1-3/+11
2006-06-02add runtime system for 64 bit windows and linuxJohn van Groningen1-0/+4795