Commit History

Author SHA1 Message Date
  nickysn 6a1adc31fc * moved the assembler declaration in PutPixel320 and GetPixel320 to be on the same line as the procedure/function declaration 6 years ago
  nickysn 45ea95b72e - don't preserve edx and ecx in GetPixel320, because they don't need to be preserved in GetPixel320 6 years ago
  nickysn 0c01add0ae - removed commented out video page code from GetPixel320 6 years ago
  nickysn 22d599e70d - removed the REGCALL ifdefs from GetPixel320 6 years ago
  nickysn 00d4bdbc7d + comment in GetPixel320 with the parameter locations 6 years ago
  nickysn e26a7f7753 * use different registers to avoid a mov instruction in PutPixel320 6 years ago
  nickysn 23aec76ae1 - don't save/restore eax and ecx in PutPixel320, because they don't need to be preserved by the register calling convention 6 years ago
  nickysn 1371a5a8ed - removed the commented out video page code from PutPixel320 6 years ago
  nickysn 5a8d57d8f4 - removed the REGCALL ifdefs from PutPixel320 6 years ago
  nickysn f8817b128a + added comment to PutPixel320 with the parameter locations 6 years ago
  pierre d2a04366d4 Disable jvm-android and jvm-java targets for fprcp, h2pas and tply packages because they use memory allocation or fpc_get_output 6 years ago
  Károly Balogh d1878fe5b2 morphos: support section GC with GNU LD as well 6 years ago
  pierre 7817e48e9a -Xr is also supported for systems_android 6 years ago
  nickysn 8a96bb656f * declare all registers as clobbered by int 10h in the asm block in SetVisual200_350 and leave it to fpc to preserve what is necessary 6 years ago
  nickysn c3bdb2c2ee * SetVisual200 and SetVisual350 combined into one routine SetVisual200_350, because they share the same code 6 years ago
  nickysn 1cd93cf9a7 - removed the unnecessary code from SetVisual200 (the start address that is being read isn't written anywhere and is not used) 6 years ago
  nickysn b70aeac0d4 + added comments with the parameter locations in SetCGAPalette and SetCGABorder 6 years ago
  nickysn ca6fdb8c74 + added comment to CallInt10 with the parameter location 6 years ago
  nickysn c6a6cd522f + added comment in the beginning of seg_bytemove, containing the parameter locations 6 years ago
  nickysn 8ae6b58c05 * converted seg_xorword, seg_orword and seg_andword to pure asm routines 6 years ago
  Károly Balogh 9906211f3b amiga: enable building of heaptrc unit, enable building lineinfo and exeinfo for OS4/PowerPC 6 years ago
  Károly Balogh c3607e0059 aros: only build lineinfo for i386 for now. FPC on x86_64 doesn't support stabs at all and the Amiga-specific lineinfo unit has no ARM support 6 years ago
  Károly Balogh 6d279fdbb9 amicommon/lineinfo: fixed copy-paste error in PowerPC codepath 6 years ago
  Károly Balogh 40630653b7 aros: fixed lineinfo to build from amicommon 6 years ago
  Károly Balogh 22c87afdd1 amicommon/lineinfo: added support for i386 relocatable binaries with .rel.stab section, as used on AROS-i386 for example 6 years ago
  Károly Balogh db055c8f0c amicommon: moved MorphOS-specific lineinfo to amicommon, for upcoming AROS and OS4 support 6 years ago
  Károly Balogh d1a097f6c3 morphos: do not read beyond end of the .rela.stabs section. do not try to relocate stabs entries, if opening the stabs was unsuccessful 6 years ago
  Károly Balogh 7bc03f2590 reverted accidental commit to text.inc 6 years ago
  Károly Balogh c85f7cfc26 aros/amigaos4: enabled ELF32/64 and GetModuleAddr() in exeinfo, based on the MorphOS versionexeinfo.pp 6 years ago
  Mattias Gaertner 70fa288fc4 fcl-passrc: resolver: fixed find ancestor property 6 years ago